OSDN Git Service

c70c5262714711ddb84e6a36104a61bdadea859a
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-12-16  Wolfgang Bangerth  <bangerth@dealii.com>
2
3         * g++.dg/other/complex1.C: New test.
4
5 2004-12-15  Alan Modra  <amodra@bigpond.net.au>
6
7         * g++.dg/opt/inline9.C: New test.
8
9 2004-12-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
10
11         PR fortran/18993
12         * gfotran.dg/nullify_1.f: New test.
13
14 2004-12-15  Richard Henderson  <rth@redhat.com>
15
16         * gcc.target/i386/i386.exp: New harness.
17         * gcc.target/i386/vect-args.c: New.
18
19 2004-12-15  David Edelsohn  <edelsohn@gnu.org>
20
21         * gcc.dg/20040813-1.c: Skip for *-*-aix*.
22
23 2004-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
24
25         PR c++/18825
26         * g++.dg/template/friend32.C: New test.
27
28 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
29
30         * cpp/pragma-once-1.c: New test.
31         * cpp/pragma-once-1b.h: Likewise.
32         * cpp/pragma-once-1c.h: Likewise.
33         * cpp/pragma-once-1d.h: Likewise.
34         * cpp/inc/pragma-once-1a.h: Likewise.
35
36 2004-12-15  Bud Davis  <bdavis9659@comcast.net>
37             Steven G. Kargle  <kargls@comcast.net>
38
39         PR fortran/17597
40         * gfortran.dg/list_read_3.f90: New test.
41
42 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
43
44         * gcc.dg/ftrapv-2.c: New test.
45
46 2004-12-15  Nathan Sidwell  <nathan@codesourcery.com>
47
48         PR 18981
49         * g++.dg/template/typename9.C: New test.
50
51 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
52
53         PR c++/18738
54         * g++.dg/template/typename8.C: New test.
55         * g++.dg/parse/friend2.C: Tweak error message.
56
57 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
58
59         * gcc.c-torture/20041214-1.c: New test.
60
61 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
62
63         PR c++/18965
64         * g++.dg/init/array17.C: New test.
65
66 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
67
68         PR c++/18793
69         * g++.dg/init/aggr3.C: New test.
70
71 2004-12-14  Janis Johnson  <janis187@us.ibm.com
72
73         * gcc.dg/altivec-types-1.c: New test.
74         * gcc.dg/altivec-types-2.c: New test.
75         * gcc.dg/altivec-types-3.c: New test.
76         * gcc.dg/altivec-types-4.c: New test.
77         * g++.dg/ext/altivec-types-1.C: New test.
78         * g++.dg/ext/altivec-types-2.C: New test.
79         * g++.dg/ext/altivec-types-3.C: New test.
80         * g++.dg/ext/altivec-types-4.C: New test.
81
82 2004-12-14  Jakub Jelinek  <jakub@redhat.com>
83
84         PR middle-end/18951
85         * gcc.c-torture/execute/20041213-1.c: New test.
86
87 2004-12-14  Nathan Sidwell  <nathan@codesourcery.com>
88
89         PR c++/18949
90         * g++.dg/template/cast1.C: New.
91
92 2004-12-13  Kazu Hirata  <kazu@cs.umass.edu>
93
94         * gcc.c-torture/execute/20041213-2.c: New test.
95
96 2004-12-13  Richard Henderson  <rth@redhat.com>
97
98         * gcc.dg/i386-sse-10.c: Fix typo in options.
99
100 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
101
102         PR c++/18968
103         * g++.dg/opt/pr18968.C: New test.
104
105 2004-12-13  Mark Mitchell  <mark@codesourcery.com>
106
107         PR c++/18925
108         * g++.dg/ext/visibility/staticdatamem.C: New test.
109
110 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
111
112         * gcc.target/xstormy16/below100.S: Remove DOS line endings.
113
114 2004-12-13  Roger Sayle  <roger@eyesopen.com>
115
116         PR rtl-optimization/18928
117         * gcc.dg/pr18928-1.c: New test case.
118
119 2004-12-13  Alexandre Oliva  <aoliva@redhat.com>
120
121         PR tree-opt/16951
122         * gcc.c-torture/compile/20041211-1.c: New.
123
124 2004-12-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
125
126         PR middle-end/17564
127         * gcc.c-torture/execute/20041212-1.c: New test.
128
129 2004-12-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
130
131         PR fortran/18869
132         * gfortran.dg/common_1.f90: New test.
133
134 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
135         Paul Brook  <paul@codesourcery.com>
136
137         PR fortran/16222
138         * gfortran.dg/real_do_1.f90: New test.
139
140 2004-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
141
142         PR tree-opt/18040
143         * g++.dg/opt/ptrmem6.C: New test.
144
145 2004-12-11  Roger Sayle  <roger@eyesopen.com>
146
147         PR middle-end/18921
148         * gcc.dg/pr18921-1.c: New test case.
149
150 2004-12-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
151
152         PR fortran/17175
153         * gfortran.dg/scale_1.f90: New test.
154
155 2004-12-10  Andrew Pinski  <pinskia@physics.uc.edu>
156
157         PR middle-end/18903
158         * gcc.c-torture/compile/pr18903.c: New test.
159
160 2004-12-10  Richard Sandiford  <rsandifo@redhat.com>
161
162         * gcc.c-torture/execute/20041210-1.c: New test.
163
164 2004-12-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
165
166         PR c++/18731
167         * g++.dg/parser/struct-1.C: New test.
168         * g++.dg/parser/struct-2.C: New test.
169         * g++.dg/parser/struct-3.C: New test.
170
171 2004-12-09  Richard Henderson  <rth@redhat.com>
172
173         * gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
174
175         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
176         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
177
178 2004-12-09  Matt Austern  <austern@apple.com>
179
180         PR c++/18514
181         * g++.dg/ext/builtin1.C: New
182         * g++.dg/ext/builtin2.C: New
183         * g++.dg/ext/builtin3.C: New
184         * g++.dg/ext/builtin4.C: New
185         * g++.dg/ext/builtin5.C: New
186
187 2004-12-09  Andrew Pinski  <pinskia@physics.uc.edu>
188
189         PR tree-opt/18904
190         * g++.dg/opt/ptrmem5.C: New test.
191
192 2004-12-09  Alexandre Oliva  <aoliva@redhat.com>
193
194         * g++.dg/parse/typename5.C: Adjust for new error.
195         * g++.dg/parse/typename7.C: New.
196
197 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
198
199         PR c++/18073
200         * g++.dg/other/mmintrin.C: New test.
201
202 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
203
204         PR c++/16681
205         * g++.dg/init/array15.C: New.
206         * g++.dg/init/array16.C: New.
207
208 2004-12-08  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
209
210         PR fortran/18826
211         * gfortran.dg/assign_1.f90: New test.
212
213 2004-12-08  Nick Clifton  <nickc@redhat.com>
214
215         * gcc.target/xstormy16/bss_below100: New directory containing tests.
216         * gcc.target/xstormy16/data_below100: Likewise.
217         * gcc.target/xstormy16/sfr: Likewise.
218         * gcc.target/xstormy16/below100.S: New test source file.
219         * gcc.target/xstormy16/below100.ld: New test linker script.
220         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
221         * gcc.target/xstormy16/below_100.c: Fix scan to allow for bn or
222         bp instructions.
223         * gcc.target/xstormy16/bp.c: Likewise.
224
225         * gcc.target/xstormy16/bss_below100: New files:
226         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
227         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
228         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
229         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
230         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
231         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
232         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
233         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
234         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
235         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
236         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
237         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
238         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
239         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
240         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
241         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
242         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
243         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
244         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
245         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
246         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
247         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
248         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
249         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
250         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
251         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
252         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
253
254         * gcc.target/xstormy16/data_below100: New files:
255         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
256         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
257         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
258         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
259         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
260         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
261         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
262         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
263         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
264         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
265         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
266         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
267         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
268         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
269         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
270         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
271         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
272         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
273         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
274         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
275         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
276         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
277         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
278         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
279         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
280         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
281         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
282
283         * gcc.target/xstormy16/sfr: New files:
284         01_const_to_sfrb.c, 02_const_to_sfrw.c, 03_var_to_sfrb.c,
285         04_var_to_sfrw.c, 05_sfrb_to_var.c, 06_sfrw_to_var.c,
286         10_set_sfrb_bit_0.c, 10_set_sfrb_bit_7.c, 11_clr_sfrb_bit_0.c,
287         11_clr_sfrb_bit_7.c, 12_if1_sfrb_bit_0.c, 12_if1_sfrb_bit_3.c,
288         12_if1_sfrb_bit_7.c, 13_if0_sfrb_bit_0.c, 13_if0_sfrb_bit_3.c,
289         13_if0_sfrb_bit_7.c, 14_set_sfrw_bit_0.c, 14_set_sfrw_bit_3.c,
290         14_set_sfrw_bit_7.c, 14_set_sfrw_bit_8.c, 14_set_sfrw_bit_b.c,
291         14_set_sfrw_bit_f.c, 15_clr_sfrw_bit_0.c, 15_clr_sfrw_bit_3.c,
292         15_clr_sfrw_bit_7.c, 15_clr_sfrw_bit_8.c, 15_clr_sfrw_bit_b.c,
293         15_clr_sfrw_bit_f.c, 16_if1_sfrw_bit_0.c, 16_if1_sfrw_bit_3.c,
294         16_if1_sfrw_bit_7.c, 16_if1_sfrw_bit_8.c, 16_if1_sfrw_bit_b.c,
295         16_if1_sfrw_bit_f.c, 17_if0_sfrw_bit_0.c, 17_if0_sfrw_bit_3.c,
296         17_if0_sfrw_bit_7.c, 17_if0_sfrw_bit_8.c, 17_if0_sfrw_bit_b.c,
297         17_if0_sfrw_bit_f.c, 20_set_sfrb_bitfield_0.c,
298         20_set_sfrb_bitfield_7.c, 21_clr_sfrb_bitfield_0.c,
299         21_clr_sfrb_bitfield_7.c, 22_if1_sfrb_bitfield_0.c,
300         22_if1_sfrb_bitfield_3.c, 22_if1_sfrb_bitfield_7.c,
301         23_if0_sfrb_bitfield_0.c, 23_if0_sfrb_bitfield_3.c,
302         23_if0_sfrb_bitfield_7.c, 24_set_sfrw_bitfield_0.c,
303         24_set_sfrw_bitfield_7.c, 24_set_sfrw_bitfield_8.c,
304         24_set_sfrw_bitfield_f.c, 25_clr_sfrw_bitfield_0.c,
305         25_clr_sfrw_bitfield_7.c, 25_clr_sfrw_bitfield_8.c,
306         25_clr_sfrw_bitfield_f.c, 26_if1_sfrw_bitfield_0.c,
307         26_if1_sfrw_bitfield_3.c, 26_if1_sfrw_bitfield_7.c,
308         26_if1_sfrw_bitfield_8.c, 26_if1_sfrw_bitfield_b.c,
309         26_if1_sfrw_bitfield_f.c, 27_if0_sfrw_bitfield_0.c,
310         27_if0_sfrw_bitfield_3.c, 27_if0_sfrw_bitfield_7.c,
311         27_if0_sfrw_bitfield_8.c, 27_if0_sfrw_bitfield_b.c,
312         27_if0_sfrw_bitfield_f.c
313
314 2004-12-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
315
316         PR c++/18100
317         * g++.dg/lookup/name-clash4.C: New test.
318
319 2004-12-08  Nathan Sidwell  <nathan@codesourcery.com>
320
321         PR c++/18672
322         * g++.dg/opt/array1.C: New.
323         
324         PR c++/18803
325         * g++.dg/template/operator5.C: New.
326
327 2004-12-08  Hans-Peter Nilsson  <hp@bitrange.com>
328
329         PR c/18867
330         * gcc.dg/noncompile/20041207.c: Fix typo in dg directive.
331
332 2004-12-07  Steven Bosscher  <stevenb@suse.de>
333
334         * gcc.dg/noncompile/20041207.c: New test.
335
336 2004-12-07  Volker Reichelt  <reichelt@gcc.gnu.org>
337
338         * g++.dg/other/unreachable-1.C: New test.
339
340 2004-12-06  Nick Clifton  <nickc@redhat.com>
341
342         * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
343         <limits.h> because the latter comes from gcc's include/ directory
344         and not the newlib/libc/include directory.
345
346 2004-12-04  Richard Henderson  <rth@redhat.com>
347
348         * gcc.dg/tree-ssa/loop-5.c: Use long instead of int.
349
350 2004-12-04  Richard Henderson  <rth@redhat.com>
351
352         * lib/target-supports.exp (check_gc_sections_available): Disable
353         for alpha and ia64.
354
355 2004-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
356
357         PR middle-end/17909
358         * g++.dg/other/vararg-2.C: New test.
359
360 2004-12-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
361
362         PR c++/17011, c++/17971
363         * g++.dg/template/error15.C: Adjust expected error.
364         * g++.dg/template/instantiate3.C: Likewise.
365
366 2004-12-03  Janis Johnson  <janis187@us.ibm.com>
367
368         * gcc.dg/altivec-18.c: Fix for darwin
369
370 2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
371
372         PR c++/18782
373         * g++.dg/parse/ptrmem2.C: New.
374
375         PR c++/18318
376         * g++.dg/template/new1.C: New.
377
378 2004-12-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
379
380         PR fortran/18710
381         * gfortran.dg/direct_io_3.f90: New test.
382
383 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
384
385         PR 18758
386         * g++.dg/parse/crash21.C: New.
387
388 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
389
390         PR c++/15664, c++/18276
391         * g++.dg/template/ttp13.C: New test.
392         * g++.dg/template/ttp14.C: Likewise.
393
394 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
395
396         PR c++/18123
397         * g++.dg/parse/enum2.C: New test.
398         * g++.old-deja/g++.pt/enum5.C: Adjust error location.
399
400 2004-12-02  Nick Clifton  <nickc@redhat.com>
401
402         * gcc.target/xstormy16: New test directory.
403         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
404         * gcc.target/xstormy16/bp.c: Check the generation of bp
405         instructions.
406         * gcc.target/xstormy16/below_100.c: Check the generation of bp and
407         bn instructions and the BELOW100 attribute.
408
409 2004-12-02  Alan Modra  <amodra@bigpond.net.au>
410
411         PR target/16952
412         * gcc.dg/ppc-eabi.c: New.
413
414 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
415
416         PR fortran/18284
417         * gfortran.dg/backspace.f90
418
419 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
420
421         * gfortran.dg/inquire.f90: New test.
422
423 2004-12-01  Janis Johnson  <janis187@us.ibm.com>
424
425         * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to
426         handle effective-target-keyword.
427         (dg-skip-if): Support effective-target keyword as target list.
428         (dg-xfail-if): Ditto.
429         * lib/target-supports.exp (is-effective-target-keyword): New proc.
430
431 2004-12-01  Diego Novillo  <dnovillo@redhat.com>
432
433         PR tree-optimization/18291
434         * testsuite/gcc.c-torture/compile/pr18291.c: New test.
435
436 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
437
438         PR C++/18729
439         * g++.dg/parse/crash20.C: New.
440
441         PR c++/17431
442         * g++.dg/overload/arg1.C: New.
443         * g++.dg/overload/arg2.C: New.
444         * g++.dg/overload/arg3.C: New.
445         * g++.dg/overload/arg4.C: New.
446
447 2004-12-01  Joseph S. Myers  <joseph@codesourcery.com>
448
449         * gcc.dg/c99-flex-array-4.c: Remove.
450
451 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
452
453         * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
454
455         * lib/target-supports.exp (is-effective-target): Simplify.
456
457         * lib/target-supports.exp (check_effective_target_vect_long):
458         Fix for powerpc64-*-*.
459
460 2004-11-30  Loren James Rittle  <ljrittle@acm.org>
461
462         * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
463         to support new requirements on FreeBSD 5.
464
465 2004-11-30  Devang Patel  <dpatel@apple.com>
466
467         PR 18702
468         * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
469         
470 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
471
472         * g++.dg/ext/altivec-13.C: New test.
473
474 2004-11-30  Andrew Pinski  <pinskia@physics.uc.edu>
475
476         PR tree-opt/18298
477         * gcc.c-torture/execute/p18298.c: New test.
478
479 2004-11-30  Ira Rosen  <irar@il.ibm.com>
480             Dorit Naishlos  <dorit@il.ibm.com>
481
482         PR tree-opt/18607
483         * gcc.dg/vect/vect-89.c: New test.
484
485 2004-11-30  James A. Morrison  <phython@gcc.gnu.org>
486
487         * gcc.dg/pr18596-1.c: New test.
488
489 2004-11-30  Ben Elliston  <bje@au.ibm.com>
490
491         * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
492
493 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
494
495         PR c/18479
496         * gcc.dg/pr18479.c: New test.
497
498 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
499
500         PR target/18490
501         * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
502         mmix-knuth-mmixware.
503
504         * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
505         cris-*-elf* cris-*-aout* mmix-*-*
506
507 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
508
509         PR middle-end/18725
510         * gcc.dg/pr18725.c: New test.
511
512 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
513
514         PR target/18488
515         * g++.dg/opt/vt1.C: Skip for mmix-*-*.
516
517         PR target/18336
518         * gcc.dg/20040813-1.c: Skip for mmix-*-*.
519
520 2004-11-29  Mark Mitchell  <mark@codesourcery.com>
521
522         PR c++/18368
523         * g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
524         * g++.old-deja/g++.law/ctors5.C: Likewise.
525         * g++.old-deja/g++.other/crash25.C: Likewise.
526
527         PR c++/18674
528         * g++.dg/template/error16.C: New test.
529         
530         PR c++/18512
531         * g++.dg/template/crash29.C: New test.
532
533 2004-11-29  Diego Novillo  <dnovillo@redhat.com>
534
535         PR tree-optimization/18712
536         * gcc.c-torture/compile/pr18712.c: New test.
537
538 2004-11-29  Joseph Myers  <joseph@codesourcery.com>
539
540         PR c/7544
541         * g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
542         tests.
543
544 2004-11-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
545
546         PR c++/18652
547         * g++.dg/lookup/crash6.C: New test.
548
549 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
550
551         PR middle-end/18164
552         * gcc.dg/pr18164.c: Add dg-options "".  Correct typo in dg-error.
553
554 2004-11-29  Joseph S. Myers  <joseph@codesourcery.com>
555
556         * gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
557         gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
558         gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.
559
560 2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
561
562         * gcc.dg/pr18164.c: New test.
563
564 2004-11-28  Matt Kraai  <kraai@alumni.cmu.edu>
565
566         * gcc.dg/funroll-loops-all.c: New.
567
568 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
569
570         PR target/18489
571         * g++.dg/rtti/tinfo1.C: In pattern for label definition ending
572         delimeter, match space and TAB as well as ":".
573
574         PR target/18484
575         * g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
576
577         PR target/18348
578         * gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
579
580         PR target/18345
581         * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
582
583         PR target/18337
584         * gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
585
586 2004-11-28  Bud Davis  <bdavis9659@comcast.net>
587  
588         * gfortran.dg/direct_io_2.f90: New test.
589
590 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
591
592         PR target/18334
593         * gcc.dg/cpp/assert4.c: Remove mmix assertion tests.
594
595 2004-11-28  Richard Henderson  <rth@redhat.com>
596
597         * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
598
599 2004-11-28  Joseph S. Myers  <joseph@codesourcery.com>
600
601         * gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
602         gcc.dg/cast-2.c, gcc.dg/cast-3.c, gcc.dg/format/opt-1.c,
603         gcc.dg/format/opt-2.c, gcc.dg/format/opt-3.c,
604         gcc.dg/format/opt-4.c, gcc.dg/format/opt-5.c,
605         gcc.dg/format/opt-6.c, gcc.dg/pointer-arith-5.c,
606         gcc.dg/pointer-arith-6.c, gcc.dg/pointer-arith-7.c,
607         gcc.dg/pointer-arith-8.c: New tests.
608
609 2004-11-27  Bud Davis  <bdavis9659@comcast.net>
610
611         PR fortran/18364
612         * gfortran.dg/endfile.f90: New test.
613
614 2004-11-27  Falk Hueffner  <falk@debian.org>
615
616         * gcc.dg/loop-6.c: New test.
617
618 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
619
620         * gcc.c-torture/execute/20041126-1.c: New test.
621
622 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
623
624         * gcc.dg/mips-args-1.c: Don't expect _R3000 or _R4000 to be defined
625         on IRIX.
626
627 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
628
629         * gcc.dg/mips-movcc-[123].c: Pass the ?: expressions to other
630         functions.
631
632 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
633
634         PR rtl-optimization/17825
635         * gcc.c-torture/compile/20041119-1.c: New test.
636
637 2004-11-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
638
639         * lib/target-libpath.exp (restore_ld_library_path_env_vars):
640         Check existence of ld library path variables before unsetting.
641
642 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
643
644         * g++.old-deja/g++.eh/badalloc1.C: Robustify.
645
646 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
647
648         * gcc.dg/sibcall-[34].c: Remove MIPS xfails.
649
650 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
651
652         * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
653
654 2004-11-26  Ben Elliston  <bje@au.ibm.com>
655
656         * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
657         dg-do directive.
658
659 2004-11-26  Ben Elliston  <bje@au.ibm.com>
660
661         * gcc.dg/pr17957.c: Pass --param, not -param.
662
663 2004-11-25  Andrew Pinski  <pinskia@physics.uc.edu>
664
665         PR middle-end/17957
666         * testsuite/gcc.dg/pr17957.c: New test.
667
668 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
669
670         PR c++/18445
671         * g++.dg/template/crash28.C: Likewise.
672
673         PR c++/18001
674         * g++.dg/expr/unary2.C: Adjust lvalue messages.
675         * g++.dg/ext/lvaddr.C: Likewise.
676         * g++.dg/opt/pr7503-3.C: Likewise.
677
678         PR c++/18466
679         * g++.dg/parse/qualified3.C: New test.
680         * g++.old-deja/g++.other/friend7.C: Remove bogus qualification.
681         
682         PR c++/18545
683         * g++.dg/expr/return1.C: New test. 
684
685 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
686
687         Friend class name lookup 3/n, PR c++/3332
688         * g++.dg/lookup/friend3.C: New test.
689         * g++.dg/lookup/friend4.C: Likewise.
690         * g++.dg/lookup/friend5.C: Likewise.
691
692 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
693
694         Friend class name lookup 2/n, PR c++/14513, c++/15410
695         * g++.dg/lookup/friend2.C: New test.
696         * g++.dg/template/friend31.C: Likewise.
697
698 2004-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
699
700         * lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.
701
702 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
703
704         PR c++/17473
705         * g++.dg/tc1/dr56.C: Remove.
706         * g++.dg/template/typedef1.C: Add dg-error markers.
707         * g++.old-deja/g++.other/typedef7.C: Likewise.
708
709         PR c++/18285
710         * g++.dg/parse/typedef7.C: New test.
711
712 2004-11-24  Richard Sandiford  <rsandifo@redhat.com>
713
714         * gcc.c-torture/execute/20041124-1.c: New test.
715
716 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
717
718         * g++.dg/template/deduce3.C: New test. 
719
720         PR c++/18586
721         * g++.dg/template/crash27.C: New test. 
722
723         PR c++/18530
724         * g++.dg/warn/Wshadow-3.C: New test.
725
726 2004-11-24  Devang Patel  <dpatel@apple.com>
727
728         PR/18555
729         * gcc.dg/cpp/isysroot-1.c: New test.
730         * gcc.dg/cpp/usr/include/stdio.h: New file.
731         * gcc.dg/cpp/isysroot-2.c: New test.
732         * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
733         New file.
734
735 2004-11-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
736
737         PR c++/8929
738         * g++.old-deja/g++.oliva/template10.C: Remove xfail.
739
740 2004-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
741
742         * gcc.target/sparc/align.c: Do not include <stdint.h>.
743         * gcc.target/sparc/pdist.c: Likewise.
744
745 2004-11-24  Paolo Bonzini  <bonzini@gnu.org>
746
747         PR c++/16882
748         * g++.dg/conversion/simd1.C: New test.
749
750 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
751
752         * lib/target-libpath.exp: New file defining set_ld_library_path_env_vars
753         and restore_ld_library_path_env_vars.
754         * g++.dg/compat/compat.exp, lib/g++.exp, lib/gcc-dg.exp,
755         lib/gfortran.exp, lib/objc.exp, lib/treelang.exp: Use new procs.
756         * ada/acats/run_acats (LD_LIBRARY_PATH): Add previous LD_LIBRARY_PATH
757         to LD_LIBRARY_PATH.  Export LD_LIBRARY_PATH.
758
759 2004-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
760
761         * gcc.dg/pragma-align-2.c: Test macro expansion.
762         * gcc.dg/pragma-pack-2.c: New test.
763
764 2004-11-23  Richard Henderson  <rth@redhat.com>
765
766         * gcc.dg/vect/pr18425.c: Use effective target vect_long.
767         * gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
768         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-48a.c,
769         gcc.dg/vect/vect-56a.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-77.c,
770         gcc.dg/vect/vect-77a.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-86.c,
771         gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c: XFAIL for alpha.
772
773         * gcc.dg/vect/vect.exp: Add check for alpha.
774         * lib/target-supports.exp (check_alpha_max_hw_available): New.
775         (check_effective_target_vect_int): Enable for alpha.
776         (check_effective_target_vect_long): New.
777         (is-effective-target): Add it.
778
779 2004-11-23  Uros Bizjak <uros@kss-loka.si>
780
781         * gcc.dg/pr18614-1.c: New test.
782
783 2004-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
784
785         * gcc.dg/setjmp-2.c: New test.
786
787 2004-11-22  James A. Morrison  <phython@gcc.gnu.org>
788
789         * gcc.target/sparc/align.c, gcc.target/sparc/combined-2.c,
790         gcc.target/sparc/fpack16.c, gcc.target/sparc/fpack32.c,
791         gcc.target/sparc/fpackfix.c, gcc.target/fexpand.c,
792         gcc.target/sparc/fpmerge.c, gcc.target/sparc/fpmul.c,
793         gcc.target/sparc/pdist.c: New tests.
794
795 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
796
797         * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
798
799 2004-11-22  Dale Johannesen  <dalej@apple.com>
800
801         * gcc.dg/20041111-1.c:  New.
802
803 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
804
805         PR tree-opt/18536
806         * gcc.dg/vect/pr18536.c: New test.
807
808 2004-11-22  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
809
810         PR c++/18354
811         * g++.dg/template/nontype11.C: New test.
812
813 2004-11-21  Roger Sayle  <roger@eyesopen.com>
814
815         PR middle-end/18520
816         * gcc.dg/pr18520-1.c: New test case.
817
818 2004-11-20  Joseph S. Myers  <joseph@codesourcery.com>
819
820         * gcc.dg/Wchar-subscripts-1.c, gcc.dg/array-8.c: New tests.
821         * gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c,
822         gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c: Update
823         expected diagnostics.
824
825 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
826
827         PR target/18580
828         * gcc.dg/vect/vect-13.c, vect-27.c, vect-27a.c, vect-29.c,
829         vect-29a.c, vect-48a.c, vect-56a.c, vect-72.c, vect-72a.c,
830         vect-77.c, vect-77a.c: XFAIL on the SPARC.
831
832 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
833
834         * gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.
835
836 2004-11-19  Mark Mitchell  <mark@codesourcery.com>
837             Joseph Myers  <joseph@codesourcery.com>
838
839         * lib/target-supports.exp (check_visibility_available): Really
840         test the compiler.
841
842 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
843
844         PR tree-opt/18181
845         * gcc.dg/vect/vect-85.c: New test.
846         * gcc.dg/vect/vect-86.c: New test.
847         * gcc.dg/vect/vect-87.c: New test.
848         * gcc.dg/vect/vect-88.c: New test.
849
850 2004-11-19  Ben Elliston  <bje@au.ibm.com>
851
852         * gcc.dg/pr16286.c: Test __pixel and __bool keywords.
853
854 2004-11-18  Janis Johnson  <janis187@us.ibm.com>
855
856         * gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
857         * gcc.dg/ppc-and-1.c: Ditto.
858         * gcc.dg/ppc-compare-1.c: Ditto.
859         * gcc.dg/ppc-mov-1.c: Ditto
860
861 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
862             Mark Mitchell  <mark@codesourcery.com>
863
864         * testsuite/gcc.dg/pragma-init-fini-2.c: New test.
865
866 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
867             Aldy Hernandez  <aldyh@redhat.com>
868
869         * lib/target-supports.exp (check_effective_target_vect_int): New
870         (check_effective_target_vect_float): New
871         (check_effective_target_vect_double): New.
872         (is-effective-target): Support new effective targets keywords.
873         * gcc.dg/vect/vect.exp: Set target-dependent vector flags and
874         default action for dg-do.
875         * gcc.dg/vect/pr16105.c: Use new support.
876         * gcc.dg/vect/pr18400.c: Ditto.
877         * gcc.dg/vect/pr18425.c: Ditto.
878         * gcc.dg/vect/vect-1.c: Ditto.
879         * gcc.dg/vect/vect-10.c: Ditto.
880         * gcc.dg/vect/vect-11.c: Ditto.
881         * gcc.dg/vect/vect-12.c: Ditto.
882         * gcc.dg/vect/vect-13.c: Ditto.
883         * gcc.dg/vect/vect-14.c: Ditto.
884         * gcc.dg/vect/vect-15.c: Ditto.
885         * gcc.dg/vect/vect-16.c: Ditto.
886         * gcc.dg/vect/vect-17.c: Ditto.
887         * gcc.dg/vect/vect-18.c: Ditto.
888         * gcc.dg/vect/vect-19.c: Ditto.
889         * gcc.dg/vect/vect-2.c: Ditto.
890         * gcc.dg/vect/vect-20.c: Ditto.
891         * gcc.dg/vect/vect-21.c: Ditto.
892         * gcc.dg/vect/vect-22.c: Ditto.
893         * gcc.dg/vect/vect-23.c: Ditto.
894         * gcc.dg/vect/vect-24.c: Ditto.
895         * gcc.dg/vect/vect-25.c: Ditto.
896         * gcc.dg/vect/vect-26.c: Ditto.
897         * gcc.dg/vect/vect-27.c: Ditto.
898         * gcc.dg/vect/vect-27a.c: Ditto.
899         * gcc.dg/vect/vect-28.c: Ditto.
900         * gcc.dg/vect/vect-29.c: Ditto.
901         * gcc.dg/vect/vect-29a.c: Ditto.
902         * gcc.dg/vect/vect-3.c: Ditto.
903         * gcc.dg/vect/vect-30.c: Ditto.
904         * gcc.dg/vect/vect-31.c: Ditto.
905         * gcc.dg/vect/vect-32.c: Ditto.
906         * gcc.dg/vect/vect-33.c: Ditto.
907         * gcc.dg/vect/vect-34.c: Ditto.
908         * gcc.dg/vect/vect-35.c: Ditto.
909         * gcc.dg/vect/vect-36.c: Ditto.
910         * gcc.dg/vect/vect-37.c: Ditto.
911         * gcc.dg/vect/vect-38.c: Ditto.
912         * gcc.dg/vect/vect-4.c: Ditto.
913         * gcc.dg/vect/vect-40.c: Ditto.
914         * gcc.dg/vect/vect-41.c: Ditto.
915         * gcc.dg/vect/vect-42.c: Ditto.
916         * gcc.dg/vect/vect-43.c: Ditto.
917         * gcc.dg/vect/vect-44.c: Ditto.
918         * gcc.dg/vect/vect-45.c: Ditto.
919         * gcc.dg/vect/vect-46.c: Ditto.
920         * gcc.dg/vect/vect-47.c: Ditto.
921         * gcc.dg/vect/vect-48.c: Ditto.
922         * gcc.dg/vect/vect-48a.c: Ditto.
923         * gcc.dg/vect/vect-49.c: Ditto.
924         * gcc.dg/vect/vect-5.c: Ditto.
925         * gcc.dg/vect/vect-50.c: Ditto.
926         * gcc.dg/vect/vect-51.c: Ditto.
927         * gcc.dg/vect/vect-52.c: Ditto.
928         * gcc.dg/vect/vect-53.c: Ditto.
929         * gcc.dg/vect/vect-54.c: Ditto.
930         * gcc.dg/vect/vect-55.c: Ditto.
931         * gcc.dg/vect/vect-56.c: Ditto.
932         * gcc.dg/vect/vect-56a.c: Ditto.
933         * gcc.dg/vect/vect-57.c: Ditto.
934         * gcc.dg/vect/vect-58.c: Ditto.
935         * gcc.dg/vect/vect-59.c: Ditto.
936         * gcc.dg/vect/vect-6.c: Ditto.
937         * gcc.dg/vect/vect-60.c: Ditto.
938         * gcc.dg/vect/vect-61.c: Ditto.
939         * gcc.dg/vect/vect-62.c: Ditto.
940         * gcc.dg/vect/vect-63.c: Ditto.
941         * gcc.dg/vect/vect-64.c: Ditto.
942         * gcc.dg/vect/vect-65.c: Ditto.
943         * gcc.dg/vect/vect-66.c: Ditto.
944         * gcc.dg/vect/vect-67.c: Ditto.
945         * gcc.dg/vect/vect-68.c: Ditto.
946         * gcc.dg/vect/vect-69.c: Ditto.
947         * gcc.dg/vect/vect-7.c: Ditto.
948         * gcc.dg/vect/vect-72.c: Ditto.
949         * gcc.dg/vect/vect-72a.c: Ditto.
950         * gcc.dg/vect/vect-73.c: Ditto.
951         * gcc.dg/vect/vect-74.c: Ditto.
952         * gcc.dg/vect/vect-75.c: Ditto.
953         * gcc.dg/vect/vect-76.c: Ditto.
954         * gcc.dg/vect/vect-77.c: Ditto.
955         * gcc.dg/vect/vect-77a.c: Ditto.
956         * gcc.dg/vect/vect-78.c: Ditto.
957         * gcc.dg/vect/vect-79.c: Ditto.
958         * gcc.dg/vect/vect-8.c: Ditto.
959         * gcc.dg/vect/vect-80.c: Ditto.
960         * gcc.dg/vect/vect-82.c: Ditto.
961         * gcc.dg/vect/vect-82_64.c: Ditto.
962         * gcc.dg/vect/vect-83.c: Ditto.
963         * gcc.dg/vect/vect-83_64.c: Ditto.
964         * gcc.dg/vect/vect-9.c: Ditto.
965         * gcc.dg/vect/vect-all.c: Ditto.
966         * gcc.dg/vect/vect-none.c: Ditto.
967
968 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
969
970         * lib/gcc-dg.exp (dg-skip-if): New function.
971         (dg-forbid-option): Remove.
972         * g++.dg/abi/bitfield3.C: Use dg-skip-if i?86 -m64.
973         * g++.dg/abi/bitfield8.C: Likewise.
974         * g++.dg/abi/dtor1.C: Likewise.
975         * g++.dg/abi/empty10.C: Likewise.
976         * g++.dg/abi/empty7.C: Likewise.
977         * g++.dg/abi/empty9.C: Likewise.
978         * g++.dg/abi/layout3.C: Likewise.
979         * g++.dg/abi/layout4.C: Likewise.
980         * g++.dg/abi/thunk1.C: Likewise.
981         * g++.dg/abi/thunk2.C: Likewise.
982         * g++.dg/abi/vbase11.C: Likewise.
983         * g++.dg/abi/vthunk2.C: Likewise.
984         * g++.dg/abi/vthunk3.C: Likewise.
985         * g++.dg/ext/attrib8.C: Likewise.
986         * g++.dg/opt/longbranch2.C: Likewise.
987         * g++.dg/opt/reg-stack4.C: Likewise.
988         * g++.old-deja/g++.ext/attrib1.C: Likewise.
989         * g++.old-deja/g++.ext/attrib2.C: Likewise.
990         * g++.old-deja/g++.ext/attrib3.C: Likewise.
991         * g++.old-deja/g++.other/store-expr1.C: Likewise.
992         * g++.old-deja/g++.other/store-expr2.C: Likewise.
993         * gcc.dg/20000609-1.c: Likewise.
994         * gcc.dg/20000720-1.c: Likewise.
995         * gcc.dg/20011107-1.c: Likewise.
996         * gcc.dg/20011119-1.c: Likewise.
997         * gcc.dg/20020108-1.c: Likewise.
998         * gcc.dg/20020122-2.c: Likewise.
999         * gcc.dg/20020122-3.c: Likewise.
1000         * gcc.dg/20020201-3.c: Likewise.
1001         * gcc.dg/20020206-1.c: Likewise.
1002         * gcc.dg/20020218-1.c: Likewise.
1003         * gcc.dg/20020310-1.c: Likewise.
1004         * gcc.dg/20020411-1.c: Likewise.
1005         * gcc.dg/20020418-2.c: Likewise.
1006         * gcc.dg/20020426-1.c: Likewise.
1007         * gcc.dg/20020426-2.c: Likewise.
1008         * gcc.dg/20020517-1.c: Likewise.
1009         * gcc.dg/20020523-1.c: Likewise.
1010         * gcc.dg/20020523-2.c: Likewise.
1011         * gcc.dg/20020729-1.c: Likewise.
1012         * gcc.dg/20030204-1.c: Likewise.
1013         * gcc.dg/20030826-2.c: Likewise.
1014         * gcc.dg/20030926-1.c: Likewise.
1015         * gcc.dg/20031202-1.c: Likewise.
1016         * gcc.dg/980312-1.c: Likewise.
1017         * gcc.dg/980313-1.c: Likewise.
1018         * gcc.dg/990117-1.c: Likewise.
1019         * gcc.dg/990424-1.c: Likewise.
1020         * gcc.dg/990524-1.c: Likewise.
1021         * gcc.dg/991230-1.c: Likewise.
1022         * gcc.dg/i386-387-1.c: Likewise.
1023         * gcc.dg/i386-387-2.c: Likewise.
1024         * gcc.dg/i386-387-3.c: Likewise.
1025         * gcc.dg/i386-387-4.c: Likewise.
1026         * gcc.dg/i386-387-5.c: Likewise.
1027         * gcc.dg/i386-387-6.c: Likewise.
1028         * gcc.dg/i386-asm-1.c: Likewise.
1029         * gcc.dg/i386-bitfield1.c: Likewise.
1030         * gcc.dg/i386-bitfield2.c: Likewise.
1031         * gcc.dg/i386-loop-1.c: Likewise.
1032         * gcc.dg/i386-loop-2.c: Likewise.
1033         * gcc.dg/i386-loop-3.c: Likewise.
1034         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1035         * gcc.dg/i386-pic-1.c: Likewise.
1036         * gcc.dg/i386-regparm.c: Likewise.
1037         * gcc.dg/i386-signbit-1.c: Likewise.
1038         * gcc.dg/i386-signbit-2.c: Likewise.
1039         * gcc.dg/i386-signbit-3.c: Likewise.
1040         * gcc.dg/i386-sse-5.c: Likewise.
1041         * gcc.dg/i386-sse-8.c: Likewise.
1042         * gcc.dg/i386-unroll-1.c: Likewise.
1043         * gcc.dg/tls/opt-1.c: Likewise.
1044         * gcc.dg/tls/opt-2.c: Likewise.
1045         * gcc.dg/unroll-1.c: Likewise.
1046         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
1047         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
1048         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
1049         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
1050
1051 2004-11-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1052
1053         * g++.dg/template/incomplete1.C: New test.
1054
1055 2004-11-16  Nick Clifton  <nickc@redhat.com>
1056
1057         Revert patches accidentally commited during checkin of fixes for
1058         xstormy16 tests:
1059         gcc.c-torture/execute/simd-4.c: Revert
1060         gcc.dg/20040910-1.c: Revert.
1061
1062 2004-11-16  Paul Brook  <paul@codesourcery.com>
1063
1064         PR fortran/13010
1065         * gfortran.dg/der_pointer_1.f90: New test.
1066
1067 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
1068
1069         PR c/18498
1070         * gcc.dg/bitfld-13.c: New test.
1071
1072 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
1073
1074         * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
1075         powerpc*-*-linux*.
1076
1077         * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
1078         * gcc.dg/ppc64-abi-2.c: Ditto.
1079         * gcc.dg/ppc64-abi-3.c: Ditto.
1080
1081         * lib/gcc-dg.exp (dg-target-list): Remove.
1082
1083 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
1084
1085         * gcc.dg/ia64-postinc.c: New test.
1086
1087 2004-11-15  Mark Mitchell <mark@codesourcery.com>
1088
1089         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
1090
1091 2004-11-15  Nick Clifton  <nickc@redhat.com>
1092
1093         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
1094         __INT_MAX__ so that the test can be compiled by toolchains
1095         targeted at 16-bit processors.
1096
1097         * gcc.dg/20040625-1.c: Use long constants rather than integers
1098         when performing arithmetic that will overflow 16-bits.
1099
1100         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
1101         xstormy16.  It does not support 128-bit vector operations.
1102
1103         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
1104         with the macro PTR_TYPE.  Define this macro to an integer type
1105         suitable for holding a pointer.
1106
1107         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
1108         the target is a 16-bit processor.
1109
1110         * gcc.dg/cpp/if-2.c: Expect a different warning message from
1111         16-bit targets where the character constant will be too long.
1112
1113         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
1114         where the double will not be directly addressable.
1115
1116 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1117
1118         Friend class name lookup 1/n, PR c++/18471
1119         * g++.dg/template/crash26.C: New test.
1120         * g++.dg/lookup/struct1.C: Adjust expected error.
1121         * g++.dg/parse/elab1.C: Likewise.
1122         * g++.dg/parse/elab2.C: Likewise.
1123         * g++.dg/parse/int-as-enum1.C: Likewise.
1124         * g++.dg/parse/struct-as-enum1.C: Likewise.
1125         * g++.dg/parse/typedef1.C: Likewise.
1126         * g++.dg/parse/typedef3.C: Likewise.
1127         * g++.dg/parse/typedef4.C: Likewise.
1128         * g++.dg/parse/typedef5.C: Likewise.
1129         * g++.dg/template/nontype4.C: Likewise.
1130         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
1131         * g++.old-deja/g++.other/elab1.C: Likewise.
1132         * g++.old-deja/g++.other/syntax4.C: Likewise.
1133
1134 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1135
1136         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
1137
1138 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
1139
1140         * gcc.c-torture/execute/20041114-1.c: New test.
1141
1142 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
1143
1144         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
1145         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
1146         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
1147         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
1148         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
1149         gcc.dg/switch-7.c: New tests.
1150
1151 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1152
1153         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
1154
1155 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1156
1157         PR tree-opt/18400
1158         * gcc.dg/vect/pr18400.c: New test.
1159
1160 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1161             Andrew Pinski  <pinskia@physics.uc.edu>
1162
1163         PR tree-opt/18425
1164         * gcc.dg/vect/pr18425.c: New test.
1165
1166 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1167
1168         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
1169         Guard with dg-require-alias and dg-require-visibility.
1170
1171 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1172
1173         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
1174
1175 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1176
1177         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
1178
1179 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1180
1181         PR c++/17344
1182         * g++.dg/template/defarg5.C: New test.
1183
1184 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1185
1186         * g++.dg/parse/cast1.C: Run only on ILP32.
1187         * g++.old-deja/g++.mike/p784.C: Likewise.
1188
1189 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
1190
1191         * gcc.c-torture/execute/20041113-1.c: New test.
1192
1193 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1194
1195         PR target/18230
1196         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
1197         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
1198         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
1199         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
1200         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
1201         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
1202         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
1203         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
1204         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
1205         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
1206         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
1207         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
1208         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
1209
1210 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1211
1212         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
1213         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
1214         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
1215         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
1216         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
1217         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
1218         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
1219         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
1220         gcc.target/sparc/combined-1.c: New tests.
1221
1222 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
1223
1224         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
1225         New tests.
1226
1227 2004-11-12  Mark Mitchell <mark@codesourcery.com>
1228
1229         * lib/gcc-dg.exp (dg-forbid-option): New function.
1230         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
1231         * g++.dg/abi/bitfield8.C: Likewise.
1232         * g++.dg/abi/dtor1.C: Likewise.
1233         * g++.dg/abi/empty10.C: Likewise.
1234         * g++.dg/abi/empty7.C: Likewise.
1235         * g++.dg/abi/empty9.C: Likewise.
1236         * g++.dg/abi/layout3.C: Likewise.
1237         * g++.dg/abi/layout4.C: Likewise.
1238         * g++.dg/abi/thunk1.C: Likewise.
1239         * g++.dg/abi/thunk2.C: Likewise.
1240         * g++.dg/abi/vbase11.C: Likewise.
1241         * g++.dg/abi/vthunk2.C: Likewise.
1242         * g++.dg/abi/vthunk3.C: Likewise.
1243         * g++.dg/ext/attrib8.C: Likewise.
1244         * g++.dg/opt/longbranch2.C: Likewise.
1245         * g++.dg/opt/reg-stack4.C: Likewise.
1246         * g++.old-deja/g++.ext/attrib1.C: Likewise.
1247         * g++.old-deja/g++.ext/attrib2.C: Likewise.
1248         * g++.old-deja/g++.ext/attrib3.C: Likewise.
1249         * g++.old-deja/g++.other/store-expr1.C: Likewise.
1250         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1251         * gcc.dg/20000609-1.c: Likewise.
1252         * gcc.dg/20000720-1.c: Likewise.
1253         * gcc.dg/20011107-1.c: Likewise.
1254         * gcc.dg/20011119-1.c: Likewise.
1255         * gcc.dg/20020108-1.c: Likewise.
1256         * gcc.dg/20020122-2.c: Likewise.
1257         * gcc.dg/20020122-3.c: Likewise.
1258         * gcc.dg/20020201-3.c: Likewise.
1259         * gcc.dg/20020206-1.c: Likewise.
1260         * gcc.dg/20020218-1.c: Likewise.
1261         * gcc.dg/20020310-1.c: Likewise.
1262         * gcc.dg/20020411-1.c: Likewise.
1263         * gcc.dg/20020418-2.c: Likewise.
1264         * gcc.dg/20020426-1.c: Likewise.
1265         * gcc.dg/20020426-2.c: Likewise.
1266         * gcc.dg/20020517-1.c: Likewise.
1267         * gcc.dg/20020523-1.c: Likewise.
1268         * gcc.dg/20020523-2.c: Likewise.
1269         * gcc.dg/20020729-1.c: Likewise.
1270         * gcc.dg/20030204-1.c: Likewise.
1271         * gcc.dg/20030826-2.c: Likewise.
1272         * gcc.dg/20030926-1.c: Likewise.
1273         * gcc.dg/20031202-1.c: Likewise.
1274         * gcc.dg/980312-1.c: Likewise.
1275         * gcc.dg/980313-1.c: Likewise.
1276         * gcc.dg/990117-1.c: Likewise.
1277         * gcc.dg/990424-1.c: Likewise.
1278         * gcc.dg/990524-1.c: Likewise.
1279         * gcc.dg/991230-1.c: Likewise.
1280         * gcc.dg/i386-387-1.c: Likewise.
1281         * gcc.dg/i386-387-2.c: Likewise.
1282         * gcc.dg/i386-387-3.c: Likewise.
1283         * gcc.dg/i386-387-4.c: Likewise.
1284         * gcc.dg/i386-387-5.c: Likewise.
1285         * gcc.dg/i386-387-6.c: Likewise.
1286         * gcc.dg/i386-asm-1.c: Likewise.
1287         * gcc.dg/i386-bitfield1.c: Likewise.
1288         * gcc.dg/i386-bitfield2.c: Likewise.
1289         * gcc.dg/i386-loop-1.c: Likewise.
1290         * gcc.dg/i386-loop-2.c: Likewise.
1291         * gcc.dg/i386-loop-3.c: Likewise.
1292         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1293         * gcc.dg/i386-pic-1.c: Likewise.
1294         * gcc.dg/i386-regparm.c: Likewise.
1295         * gcc.dg/i386-signbit-1.c: Likewise.
1296         * gcc.dg/i386-signbit-2.c: Likewise.
1297         * gcc.dg/i386-signbit-3.c: Likewise.
1298         * gcc.dg/i386-sse-5.c: Likewise.
1299         * gcc.dg/i386-sse-8.c: Likewise.
1300         * gcc.dg/i386-unroll-1.c: Likewise.
1301         * gcc.dg/tls/opt-1.c: Likewise.
1302         * gcc.dg/tls/opt-2.c: Likewise.
1303         * gcc.dg/unroll-1.c: Likewise.
1304         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
1305         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
1306         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
1307         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
1308         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
1309         -m64 is specified.
1310
1311 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1312
1313         PR c++/18389
1314         * g++.dg/parse/cond1.C: New test.
1315
1316         PR c++/18429
1317         * g++.dg/template/array9.C: New test.
1318         * g++.dg/ext/vla1.C: Adjust error messages.
1319         * g++.dg/ext/vlm1.C: Likewise.
1320         * g++.dg/template/crash2.C: Likewise.
1321
1322         PR c++/18436
1323         * g++.dg/template/call3.C: New test.
1324
1325         PR c++/18407
1326         * g++.dg/template/ptrmem11.C: New test.
1327
1328 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
1329
1330         PR other/14264
1331         * lib/g++.exp: Set LC_ALL and LANG to C.
1332         * lib/gcc-dg.exp: Likewise.
1333         * lib/gfortran.exp: Likewise.
1334         * lib/objc.exp: Likewise.
1335         * lib/treelang.exp: Likewise.
1336
1337 2004-11-12  Andreas Schwab  <schwab@suse.de>
1338
1339         * gcc.dg/pr16286.c: Fix last change.
1340
1341 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1342
1343         PR c++/18416
1344         * g++.dg/init/global1.C: New test.
1345
1346 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
1347
1348         * gcc.c-torture/execute/20041112-1.c: New test.
1349
1350 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1351
1352         * lib/gcc-dg.exp (dg-target-list): New.
1353
1354 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1355             Richard Sandiford  <rsandifo@redhat.com>
1356
1357         * lib/target-supports.exp (get-compiler_messages): New.
1358         (check_named_sections_available): Use it.
1359         (check_effective_target_ilp32): New.
1360         (check_effective_target_lp64): New.
1361         (is-effective-target): New.
1362         * lib/gcc-dg.exp (dg-require-effective-target): New.
1363
1364 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
1365
1366         * gcc.dg/precedence-1.c: New test.
1367
1368 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1369
1370         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
1371
1372         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
1373         message, delete generated files, use more descriptive name for
1374         executable, and make the test unsupported when it cannot be run.
1375
1376         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
1377         (dg-require-weak, dg-require-visibility, dg-require-alias,
1378         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
1379         dg-require-iconv, dg-require-named-sections): Use it.
1380
1381         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
1382
1383 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
1384
1385         PR target/16457
1386         * gcc.dg/ppc-and-1: New
1387
1388         PR target/16796
1389         * gcc.dg/ppc-mov-1.c: New.
1390
1391         PR target/16458
1392         * gcc.dg/ppc-compare-1.c: New.
1393
1394 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
1395
1396         * objc.dg/desig-init-2.m: New test.
1397
1398 2004-11-10  Adam Nemet  <anemet@lnxw.com>
1399
1400         PR middle-end/18160  
1401         * g++.dg/warn/register-var-1.C: New test.
1402         * g++.dg/warn/register-var-2.C: New test.
1403
1404 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1405
1406         * gcc.dg/union-2.c: New test.
1407
1408 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
1409
1410         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: 
1411         New test for PR tree-optimization/17892.
1412
1413 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
1414
1415         PR c++/18369
1416         * g++.dg/init/new12.C: New test.
1417
1418 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
1419
1420         * gcc.target/sparc: New directory.
1421         * gcc.target/sparc/sparc.exp: New driver.
1422         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
1423         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
1424         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
1425         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
1426
1427 2004-11-10  Paul Brook  <paul@codesourcery.com>
1428
1429         PR fortran/18218
1430         * gfortran.dg/list_read.c: New test.
1431
1432 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1433
1434         PR c/18322
1435         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
1436         expected diagnostic location.
1437
1438 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
1439
1440         * gcc.dg/20041109-1.c: New test.
1441
1442 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1443
1444         PR objc/18406
1445         * objc/compile/pr18406.m: New test.
1446
1447 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1448
1449         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
1450
1451 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1452
1453         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
1454
1455 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1456
1457         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
1458
1459 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1460
1461         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
1462         exit. 
1463
1464 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
1465
1466         PR tree-opt/18299
1467         * gcc.c-torture/pr18299-1.c: New test.
1468
1469 2004-11-06  Andreas Schwab  <schwab@suse.de>
1470
1471         * gcc.dg/pr16286.c: Also test for bool and pixel.
1472
1473 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
1474
1475         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
1476         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
1477         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
1478         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
1479         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
1480         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
1481         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
1482         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
1483         gcc.dg/struct-semi-3.c: New tests.
1484
1485 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1486
1487         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
1488
1489 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1490
1491         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
1492         Do not use C99 designators.
1493
1494 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1495
1496         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
1497
1498 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1499
1500         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
1501         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
1502         * gcc.c-torture/execute/simd-5.x: Remove.
1503
1504 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
1505
1506         PR rtl-optimization/17933
1507         * gcc.dg/torture/pr17933-1.c: New test.
1508
1509 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1510
1511         PR target/18106
1512         * lib/target-supports.exp (check_weak_available): Support
1513         Windows.
1514
1515 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
1516
1517         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
1518         call to fflush(stdout) before abort.
1519         (my_ffsll): New function.
1520         (generate_fields): Use it.
1521
1522 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1523
1524         * gcc.dg/init-undef-1.c: New test.
1525
1526 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1527
1528         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
1529         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
1530         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
1531         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
1532         expected messages for new parser.
1533
1534 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
1535
1536         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
1537         
1538 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1539
1540         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
1541         on LP64 targets.
1542
1543 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1544
1545         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
1546         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
1547         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
1548         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
1549         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
1550         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
1551         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
1552         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
1553         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
1554         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
1555
1556 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1557
1558         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
1559         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
1560         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
1561         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
1562         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
1563         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
1564         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
1565         for new parser.
1566
1567 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
1568
1569         PR target/15342
1570         * gcc.dg/20041104-1.c: New test.
1571
1572 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1573
1574         * g++.dg/template/nontype7.C: New test.
1575         * g++.dg/template/nontype8.C: Likewise.
1576         * g++.dg/template/nontype9.C: Likewise.
1577         * g++.dg/template/nontype10.C: Likewise.
1578         * g++.dg/tc1/dr49.C: Likewise.
1579         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
1580         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
1581
1582 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1583
1584         * g++.dg/rtti/tinfo1.C: Remove xfails.
1585
1586 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1587
1588         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
1589         packed attribute to the definition to satisfy the new C++ parser.
1590
1591 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1592
1593         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
1594         invocations of va_arg.
1595
1596 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
1597
1598         PR c++/18124
1599         * g++.dg/template/crash25.C: New test.
1600
1601         PR c++/18155
1602         * g++.dg/template/typedef2.C: New test.
1603         * g++.dg/parse/crash13.C: Adjust error markers.
1604
1605         PR c++/18177
1606         * g++.dg/conversion/const3.C: New test.
1607         
1608 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1609
1610         PR fortran/17535
1611         PR fortran/17583
1612         PR fortran/17713
1613         * gfortran.dg/generic_[123].f90: New testcases.
1614
1615 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1616
1617         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
1618         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
1619
1620 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
1621
1622         PR tree-opt/16808
1623         * gcc.c-torture/compile/pr16808.c: New test.
1624
1625 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1626
1627         PR rtl-optimization/17104
1628         * gcc.dg/ppc-bitfield1.c: New.
1629
1630 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1631
1632         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
1633
1634 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1635
1636         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
1637         strings for 32-bit code.
1638
1639 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1640
1641         PR c/18239
1642         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
1643
1644 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
1645
1646         PR c++/18064
1647         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
1648
1649 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1650
1651         PR c++/15172
1652         * g++.dg/init/aggr2.C: New test.
1653
1654 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
1655
1656         * objc.dg/local-decl-1.m: New test.
1657
1658 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1659
1660         * gcc.dg/20040910-1.c: Adjust regex.
1661
1662 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1663
1664         PR rtl-optimization/18084
1665         * g++.dg/opt/pr18084-1.C: New testcase.
1666
1667 2004-10-30  Matt Austern  <austern@apple.com>
1668
1669         PR c++/17542
1670         * g++.dg/ext/attrib18.C: New test.
1671         
1672 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1673
1674         PR middle-end/18096
1675         * gcc.dg/pr18096-1.c: New test case.
1676
1677 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1678
1679         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
1680
1681 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
1682
1683         PR c/16666
1684         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
1685         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
1686         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
1687         gcc.dg/old-style-prom-3.c: New tests.
1688
1689 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
1690
1691         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
1692         Remove unnecessary inclusion of stdio.h.
1693
1694 2004-10-29  Roger Sayle  <roger@eyesopen.com>
1695
1696         PR rtl-optimization/17581
1697         * gcc.dg/pr17581-1.c: New test case.
1698
1699 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
1700
1701         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
1702         being implemented.
1703         * g++.dg/conversion/dr195-1.C: New.
1704         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
1705         * g++.old-deja/g++.mike/p10148.C: Likewise.
1706
1707 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
1708
1709         PR c++/17695
1710         * g++.dg/debug/typedef2.C: New test.
1711
1712 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
1713
1714         PR fortran/13490
1715         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
1716         * gfortran.dg/g77/README: Update.
1717
1718 2004-10-28  Matt Austern  <austern@apple.com>
1719
1720         PR c++/14124
1721         * g++.dg/ext/packed7.C: New test.
1722         
1723 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
1724
1725         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
1726         scan-assembler.
1727         * lib/scanasm.exp (hidden-scan-for): New proc.
1728         (scan-hidden): Use hidden-scan-for instead of constructing the scan
1729         string.
1730         (scan-not-hidden): Likewise.
1731         * lib/target-supports.exp (check_visibility_available): mach-o is
1732         support too.
1733
1734 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
1735
1736         PR c++/17132
1737         * g++.dg/template/memclass3.C: New test.
1738
1739 2004-10-28  Adam Nemet  <anemet@lnxw.com>
1740
1741         PR middle-end/18160  
1742         * gcc.dg/register-var-1.c: New test.
1743         * gcc.dg/register-var-2.c: New test.
1744         * gcc.dg/asm-7.c: Taking the address of a register variable is an
1745         error now.
1746
1747 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
1748
1749         PR other/18172
1750         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
1751         unused variables.
1752         * gcc.dg/vect/vect-22.c: Likewise.
1753
1754 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
1755
1756         * gcc.dg/i386-rotate-1.c: New test.
1757
1758 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
1759
1760         * g++.dg/init/ref12.C: Add "run" marker.
1761
1762         PR c++/17435
1763         * g++.dg/init/ref12.C: New test.
1764
1765         PR c++/18140
1766         * g++.dg/template/shift1.C: New test.
1767         * g++.dg/template/error10.C: Adjust error markers.
1768
1769 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
1770
1771         PR tree-opt/17529
1772         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
1773
1774 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1775
1776         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
1777         * gcc.dg/weak/weak-3.c: Likewise.
1778         * gcc.dg/weak/weak-5.c: Likewise.
1779         * gcc.dg/weak/weak-9.c: Likewise.
1780         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
1781         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
1782
1783         * gcc.dg/darwin-weakimport-1.c: New.
1784
1785 2004-10-28  Ben Elliston  <bje@au.ibm.com>
1786
1787         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
1788
1789 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
1790
1791         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
1792         'syntax' error messages.
1793         * gcc.dg/cpp/direct2s.c: Likewise.
1794
1795 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
1796
1797         * gcc.c-torture/compile/20041026-1.c: New.
1798
1799 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
1800
1801         PR c++/18093
1802         * g++.dg/lookup/ns2.C: New test.
1803
1804         PR c++/18020
1805         * g++.dg/template/enum4.C: New test.
1806
1807         PR c++/18161
1808         * g++.dg/template/expr1.C: New test.
1809
1810 2004-10-26  Ben Elliston  <bje@au.ibm.com>
1811
1812         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
1813
1814 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1815
1816         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
1817         gcc.dg/decl-nospec-3.c: New tests.
1818
1819 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
1820
1821         * objc.dg/super-class-3.m: New test.
1822
1823 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
1824
1825         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
1826         resyncing.
1827         * gcc.dg/cpp/direct2s.c: Likewise.
1828
1829 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
1830
1831         * objc.dg/image-info.m: Update for changes to section selection.
1832
1833 2004-10-25  David Ayers  <d.ayers@inode.at>
1834             Ziemowit Laski  <zlaski@apple.com>
1835
1836         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
1837         diagnostics when messaging 'id <Proto>'.
1838         * objc.dg/class-protocol-1.m: New test.
1839         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
1840         a non-existent method signature.
1841         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
1842         Update diagnostics when messaging with non-existent method signature.
1843         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
1844         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
1845         invalid receivers are now resolved as if messaging 'id'; remove
1846         extraneous diagnostics.
1847
1848 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
1849
1850         PR c/16667
1851         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
1852         gcc.dg/init-desig-obs-3.c: New tests.
1853
1854 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
1855
1856         * gcc.dg/debug/20041023-1.c: New test.
1857
1858 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
1859
1860         PR middle-end/17407
1861         * gcc.c-torture/compile/pr17407.c: New test.
1862
1863         PR c++/18121
1864         * g++.dg/template/array8.C: New test.
1865
1866 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1867
1868         PR other/18138
1869         * lib/g++.exp: Accept more than one multilib libgcc.
1870         * lib/gcc-dg.exp: Likewise.
1871         * lib/objc.exp: Likewise.
1872         * lib/treelang.exp: Likewise.
1873         * lib/gfortran.exp: Likewise.
1874
1875 2004-10-24  Ben Elliston  <bje@au.ibm.com>
1876
1877         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
1878
1879 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
1880
1881         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
1882         * gcc.dg/c99-const-expr-3.c: Likewise.
1883
1884 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
1885
1886         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
1887
1888 2004-10-23  Ben Elliston  <bje@au.ibm.com>
1889
1890         * gcc.c-torture/execute/loop-2e.x: Remove.
1891
1892 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1893
1894         PR c++/18095
1895         * g++.dg/parse/crash18.C: New.
1896         * g++.dg/parse/crash19.C: New.
1897
1898 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1899
1900         * g++.dg/ext/dllimport1.C: Move dg-warnings.
1901         * g++.dg/ext/dllimport2.C: Same.
1902         * g++.dg/ext/dllimport8.C: Same.
1903
1904 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
1905
1906         PR c++/10841
1907         * g++.dg/conversion/cast1.C: New test.
1908         * g++.dg/overload/pmf1.C: Adjust error marker.
1909
1910 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
1911
1912         PR objc/17923
1913         * objc.dg/const-str-7.m: New test.
1914
1915 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1916
1917         * g++.dg/template/memfriend11.C: Fix comment typo.
1918         * g++.dg/template/memfriend14.C: Likewise.
1919
1920 2004-10-20  Richard Henderson  <rth@redhat.com>
1921
1922         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
1923         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
1924         -fasynchronous-unwind-tables.
1925
1926 2004-10-20  Richard Henderson  <rth@redhat.com>
1927
1928         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
1929         (main): Return success.
1930         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
1931         (main): Return success.
1932
1933 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1934
1935         PR c++/13495
1936         * g++.dg/template/memfriend9.C: New test.
1937         * g++.dg/template/memfriend10.C: Likewise.
1938         * g++.dg/template/memfriend11.C: Likewise.
1939         * g++.dg/template/memfriend12.C: Likewise.
1940         * g++.dg/template/memfriend13.C: Likewise.
1941         * g++.dg/template/memfriend14.C: Likewise.
1942         * g++.dg/template/memfriend15.C: Likewise.
1943         * g++.dg/template/memfriend16.C: Likewise.
1944         * g++.dg/template/memfriend17.C: Likewise.
1945         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
1946
1947 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
1948
1949         * g++.dg/conversion/dr195.C: New.
1950         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
1951
1952 2004-10-20  Ben Elliston  <bje@au.ibm.com>
1953             Devang Patel  <dpatel@apple.com>
1954
1955         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
1956         of floating point arithmetic, which could trap.
1957
1958 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
1959
1960         PR c++/14035
1961         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
1962         * g++.dg/conversion/const2.C: New test.
1963         * g++.dg/expr/reinterpret2.C: New test.
1964         * g++.dg/expr/reinterpret3.C: New test.
1965         * g++.dg/expr/cast2.C: New test.
1966         * g++.dg/expr/copy1.C: New test.
1967         * g++.dg/other/conversion1.C: Change error message.
1968         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
1969         function pointers to void *.
1970         * g++.old-deja/g++.mike/p10148.C: Likewise.
1971
1972 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1973
1974         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
1975
1976 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
1977
1978         PR c++/18047
1979
1980         * g++.dg/parse/expr3.C: New test.
1981
1982 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1983
1984         * gcc.dg/smod-1.c: New test.
1985
1986 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
1987
1988         * objc.dg/method-14.m: New test.
1989
1990 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
1991
1992         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
1993         Also xfail as the patch was reverted.
1994
1995 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
1996
1997         PR middle-end/16973
1998         * gcc.dg/pr16973.c: New test.
1999
2000 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
2001
2002         PR tree-optimization/17656
2003         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
2004
2005 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
2006
2007         * g++.dg/eh/shadow1.C: New.
2008
2009 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
2010
2011         * gcc.c-torture/compile/20041018-1.c: New test.
2012
2013 2004-10-18  Ben Elliston  <bje@au.ibm.com>
2014
2015         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
2016         compiler referring to register 0 when accessing sdata.  The linker
2017         now patches things up.
2018
2019 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
2020
2021         PR c/17529
2022         * gcc.c-torture/compile/pr17529.c: New test.
2023
2024 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2025
2026         PR c++/17743
2027         * g++.dg/ext/attrib17.C: New test.
2028
2029 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2030
2031         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
2032
2033 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2034
2035         PR c++/10479
2036         * g++.dg/ext/attrib16.C: New test.
2037
2038 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
2039
2040         PR c++/17042
2041         * g++.dg/init/dso_handle1.C: New test.
2042
2043         PR c++/14667
2044         * g++.dg/parse/typedef6.C: New test.
2045
2046         PR c++/17916
2047         * g++.dg/parse/pragma1.C: New test.
2048
2049 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
2050
2051         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
2052
2053 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
2054
2055         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
2056         -fno-common when on HPPA HP-UX platforms.
2057
2058 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
2059
2060         PR other/16820
2061         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
2062         stdint.h.
2063         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
2064         uintptr_t.
2065
2066 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
2067
2068         PR c++/16301
2069         * g++.dg/lookup/strong-using-4.C: New test.
2070
2071 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
2072
2073         PR middle-end/16567
2074         * gcc.c-torture/compile/nested-1.c: New test.
2075
2076 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
2077
2078         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
2079         and mipsisa64*-*-* (until support for misaligned loads is added).
2080         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
2081         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
2082         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
2083         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
2084         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
2085         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
2086
2087 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
2088
2089         PR c++/17976
2090         * g++.dg/init/dtor3.C: New test.
2091
2092 2004-10-15  Ben Elliston  <bje@au.ibm.com>
2093
2094         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
2095
2096 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
2097
2098         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
2099         * gcc.dg/macho-lo-sum.c: Likewise.
2100
2101 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
2102
2103         * gcc.dg/ppc-spe64-1.c: New test.
2104
2105 2004-10-14  Devang Patel  <dpatel@apple.com>
2106
2107         PR 17635
2108         * gcc.dg/pr17635.c : New test.
2109         
2110 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
2111
2112         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
2113         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
2114         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
2115         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
2116         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
2117         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
2118         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
2119         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
2120         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
2121         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
2122         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
2123         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
2124         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
2125         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
2126         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
2127         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
2128         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
2129         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
2130
2131 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
2132
2133         * gcc.dg/vect/vect-82.c: New testcase.  
2134         * gcc.dg/vect/vect-82_64.c: New testcase.       
2135         * gcc.dg/vect/vect-83.c: New testcase.  
2136         * gcc.dg/vect/vect-83_64.c: New testcase.       
2137
2138 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2139
2140         * gcc.dg/cpp/error-1.c: New test.
2141
2142 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2143
2144         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
2145
2146 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
2147
2148         PR target/17984
2149         * gcc.dg/cris-peep2-xsrand2.c: New test.
2150
2151 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
2152
2153         PR c++/17661
2154         * testsuite/g++.dg/expr/for2.C: New test.
2155
2156 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2157
2158         * g++.dg/inherit/thunk1.C: Run on the SPARC.
2159
2160 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
2161
2162         PR tree-optimization/17724
2163         * g++.dg/opt/pr17724-1.C: New test.
2164         * g++.dg/opt/pr17724-2.C: New test.
2165         * g++.dg/opt/pr17724-3.C: New test.
2166         * g++.dg/opt/pr17724-4.C: New test.
2167         * g++.dg/opt/pr17724-5.C: New test.
2168         * g++.dg/opt/pr17724-6.C: New test.
2169
2170 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
2171
2172         PR c/17301
2173         * gcc.dg/pr17301-2.c: New test.
2174
2175 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
2176
2177         PR c++/15876
2178         * g++.dg/parse/error22.C: New test.
2179
2180         PR c++/17936
2181         * g++.dg/template/spec18.C: New test.
2182
2183 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
2184
2185         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
2186         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
2187         memcpy. 
2188         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
2189         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
2190
2191 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
2192
2193         * g++.dg/eh/cleanup5.C: Add dg-options "".
2194
2195 2004-10-11  Roger Sayle  <roger@eyesopen.com>
2196
2197         PR middle-end/17657
2198         * gcc.dg/switch-4.c: New test case.
2199
2200 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
2201
2202         * gcc.c-torture/execute/20041011-1.c: New test.
2203
2204 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2205
2206         PR c++/17554
2207         * g++.dg/init/for3.C: New test.
2208
2209         PR c++/17657
2210         * g++.dg/opt/switch2.C: New test.
2211
2212         PR middle-end/17703
2213         * g++.dg/warn/Wreturn-2.C: New test.
2214
2215 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2216
2217         PR c++/17907
2218         * g++.dg/eh/cleanup5.C: New test.
2219
2220 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
2221
2222         PR c++/17393
2223         * g++.dg/parse/error21.C: New test.
2224
2225 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2226
2227         * g++.dg/overload/pmf1.C: Adjust quoting marks.
2228         * g++.dg/warn/incomplete1.C: Likewise.
2229         * g++.dg/template/qualttp20.C: Likewise.
2230
2231 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2232
2233         PR c/17881
2234         * parm-incomplete-1.c: New test.
2235
2236 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2237
2238         PR c++/17867
2239         * g++.dg/parse/error19.C: New test.
2240
2241         PR c++/17670
2242         * g++.dg/init/new11.C: New test.
2243
2244         PR c++/17821
2245         * g++.dg/parse/error20.C: New test.
2246
2247         PR c++/17826
2248         * g++.dg/template/crash24.C: New test.
2249         
2250 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2251
2252         PR c/17301
2253         * gcc.dg/pr17301-1.c: New test.
2254
2255 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2256
2257         PR c/17189
2258         * gcc.dg/anon-struct-5.c: New test.
2259
2260 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2261
2262         PR c/17844
2263         * gcc.dg/pr17844-1.c: New test.
2264
2265 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
2266
2267         PR tree-optimization/17906
2268         * gcc.c-torture/compile/pr17906.c: New.
2269
2270 2004-10-09  Stuart Hastings  <stuart@apple.com>
2271             Roger Sayle  <roger@eyesopen.com>
2272
2273         PR rtl-optimization/17853
2274         * gcc.dg/i386-mmx-5.c: New testcase.
2275
2276 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
2277
2278         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
2279
2280 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2281
2282         PR c++/17524
2283         * g++.dg/template/static9.C: New test.
2284
2285         PR c++/17685
2286         * g++.dg/parse/operator5.C: New test.
2287
2288 2004-10-09  Roger Sayle  <roger@eyesopen.com>
2289
2290         PR middle-end/17894
2291         * gcc.c-torture/execute/divcmp-4.c: New test case.
2292
2293 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2294
2295         PR tree-opt/17902
2296         * g++.dg/opt/pr17902.C: New test.
2297
2298 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
2299
2300         * gcc.dg/cpp/ident-1.c: Add dg-options "".
2301
2302 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2303
2304         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
2305
2306 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2307
2308         * gcc.dg/assign-warn-3.c: New test.
2309
2310 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2311
2312         PR c/16999
2313         * gcc.dg/cpp/ident-1.c: New test.
2314
2315 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
2316
2317         * gcc.c-torture/compile/acc1.c: New.
2318
2319 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2320
2321         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
2322         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
2323
2324 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2325
2326         * gcc.dg/ultrasp11.c: New test.
2327
2328 2004-10-08  Michael Matz  <matz@suse.de>
2329
2330         * gcc.dg/doloop-2.c: New test.
2331
2332 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2333
2334         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
2335         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
2336         objc.dg/method-9.m: Update expected diagnostics.
2337
2338 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
2339
2340         * gcc.dg/ppc-fsel-3.c: New file.
2341         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
2342
2343 2004-10-07  Paul Brook  <paul@codesourcery.com>
2344
2345         * gfortran.dg/intrinsic_verify_1.f90: New test.
2346
2347 2004-10-07  Paul Brook  <paul@codesourcery.com>
2348
2349         * gfortran.dg/empty_format_1.f90: Remove stray commas.
2350
2351 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2352
2353         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
2354         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
2355         commit.
2356
2357 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
2358
2359         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
2360
2361 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2362
2363         PR c++/17115
2364         * g++.dg/warn/Winline-4.C: New test.
2365
2366 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2367
2368         * gcc.c-torture/compile/20041007-1.c: New test.
2369
2370 2004-10-07  Paul Brook  <paul@codesourcery.com>
2371
2372         PR fortran/17678
2373         * gfortran.dg/use_allocated_1.f90: New test.
2374
2375 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2376
2377         PR middle-end/17849
2378         * gfortran.fortran-torture/compile/nested.f90: New test
2379
2380 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
2381
2382         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
2383
2384 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2385
2386         PR c++/17368
2387         * g++.dg/ext/asm6.C: New test.
2388
2389 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
2390
2391         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
2392
2393 2004-10-06  Paul Brook  <paul@codesourcery.com>
2394
2395         PR libfortran/17709
2396         * gfortran.dg/empty_format_1.f90: New test.
2397
2398 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2399
2400         PR fortran/17568
2401         * gfortran.dg/ishft.f90: New test.
2402
2403         PR fortran/17283
2404         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
2405         tests.
2406
2407 2004-10-06  Paul Brook  <paul@codesourcery.com>
2408
2409         * gfortran.dg/do_1.f90: New test.
2410
2411 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2412
2413         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
2414         optimizing for size.
2415
2416 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2417
2418         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
2419
2420 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2421
2422         * gcc.c-torture/compile/20041005-1.c: New test.
2423
2424 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
2425
2426         PR c++/17829
2427         * g++.dg/lookup/koenig4.C: New.
2428
2429 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2430
2431         * g++.dg/other/classkey1.C: Adjust quoting marks.
2432         * g++.dg/parse/error15.C: Likewise.
2433         * g++.dg/template/meminit2.C (int>): Likewise.
2434
2435 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2436
2437         PR fortran/17283
2438         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
2439
2440         PR fortran/17631
2441         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
2442
2443         PR fortran/17708
2444         * gfortran.dg/pr17708.f90: New test.
2445         
2446 2004-10-04  Chao-ying Fu  <fu@mips.com>
2447
2448         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
2449         * gcc.dg/vect/vect-4.c: Ditto.
2450         * gcc.dg/vect/vect-5.c: Ditto.
2451         * gcc.dg/vect/vect-6.c: Ditto.
2452         * gcc.dg/vect/vect-8.c: Ditto.
2453         * gcc.dg/vect/vect-16.c: Ditto.
2454         * gcc.dg/vect/vect-30.c: Ditto.
2455         * gcc.dg/vect/vect-40.c: Ditto.
2456         * gcc.dg/vect/vect-41.c: Ditto.
2457         * gcc.dg/vect/vect-42.c: Ditto.
2458         * gcc.dg/vect/vect-43.c: Ditto.
2459         * gcc.dg/vect/vect-44.c: Ditto.
2460         * gcc.dg/vect/vect-45.c: Ditto.
2461         * gcc.dg/vect/vect-46.c: Ditto.
2462         * gcc.dg/vect/vect-47.c: Ditto.
2463         * gcc.dg/vect/vect-48.c: Ditto.
2464         * gcc.dg/vect/vect-49.c: Ditto.
2465         * gcc.dg/vect/vect-50.c: Ditto.
2466         * gcc.dg/vect/vect-51.c: Ditto.
2467         * gcc.dg/vect/vect-52.c: Ditto.
2468         * gcc.dg/vect/vect-53.c: Ditto.
2469         * gcc.dg/vect/vect-54.c: Ditto.
2470         * gcc.dg/vect/vect-55.c: Ditto.
2471         * gcc.dg/vect/vect-56.c: Ditto.
2472         * gcc.dg/vect/vect-57.c: Ditto.
2473         * gcc.dg/vect/vect-58.c: Ditto.
2474         * gcc.dg/vect/vect-59.c: Ditto.
2475         * gcc.dg/vect/vect-60.c: Ditto.
2476         * gcc.dg/vect/vect-74.c: Ditto.
2477         * gcc.dg/vect/vect-79.c: Ditto.
2478         * gcc.dg/vect/vect-80.c: Ditto.
2479
2480 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
2481
2482         * gcc.dg/unused-7.c: Use the correct option.
2483
2484 2004-10-04  Paul Brook  <paul@codesourcery.com>
2485         Bud Davis  <bdavis9659@comcast.net>
2486
2487         PR fortran/17706
2488         PR fortran/16434
2489         * gfortran/pr17706.f90: New test.
2490         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
2491
2492 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2493
2494         * gfortran.dg/pr17612.f90: New test.
2495
2496 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2497
2498         * g++.dg/template/local1.C: Adjust quoting marks in
2499         testing for diagnostics.
2500         * g++.dg/tls/diag-2.C: Likewise.
2501         * g++.dg/other/error8.C: Likewise.
2502
2503 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2504
2505         PR c/17178
2506         * gcc.dg/unused-4.c: Adjust to be correct.
2507
2508         PR c/17820
2509         * gcc.dg/unused-7.c: New test.
2510
2511 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2512
2513         PR c++/17797
2514         * g++.dg/overload/template2.C: New test.
2515
2516 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
2517
2518         PR tree-optimization/16632
2519         * gcc.dg/tree-ssa/20041002-1.c: New.
2520
2521 2004-10-03  Paul Brook  <paul@codesourcery.com>
2522
2523         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
2524         rather than relying on default formatting.
2525
2526 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
2527
2528         * gcc.dg/20040920-1.c: Update expected message text.
2529
2530 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
2531
2532         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
2533
2534 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
2535
2536         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
2537         tree level.
2538
2539 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2540
2541         * gcc.dg/tree-ssa/pr17343.c: Remove.
2542
2543 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2544
2545         PR tree-opt/17343
2546         * gcc.dg/tree-ssa/pr17343.c: New test.
2547
2548 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
2549
2550         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
2551         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
2552         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
2553         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
2554         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
2555
2556 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2557
2558         * gcc.dg/lvalue-2.c: New test.
2559
2560 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2561
2562         PR c/17730
2563         * gcc.dg/pr17730-1.c: New test
2564
2565 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2566
2567         PR c/7425
2568         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
2569
2570 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2571
2572         * gcc.c-torture/execute/stdarg-1.c: New test.
2573         * gcc.c-torture/execute/stdarg-2.c: New test.
2574         * gcc.c-torture/execute/stdarg-3.c: New test.
2575         * gcc.dg/tree-ssa/stdarg-1.c: New test.
2576         * gcc.dg/tree-ssa/stdarg-2.c: New test.
2577         * gcc.dg/tree-ssa/stdarg-3.c: New test.
2578         * gcc.dg/tree-ssa/stdarg-4.c: New test.
2579         * gcc.dg/tree-ssa/stdarg-5.c: New test.
2580
2581 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2582
2583         PR tree-optimization/17697
2584         * g++.dg/opt/pr17697-1.C: New test.
2585         * g++.dg/opt/pr17697-2.C: New test.
2586         * g++.dg/opt/pr17697-3.C: New test.
2587
2588 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2589
2590         PR c/16409
2591         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
2592         gcc.dg/vla-init-5.c: New tests.
2593
2594 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
2595
2596         PR c/13804
2597         * gcc.dg/pr13804-1.c: New test.
2598
2599 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2600
2601         PR fortran/16938
2602         * gfortran.dg/pr16938.f90: New test.
2603
2604 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2605
2606         * g++.dg/template/crash23.C: New test.
2607
2608 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2609
2610         PR c++/17585
2611         * g++.dg/template/static8.C: New test.
2612
2613 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
2614
2615         PR c++/17681
2616         * g++.dg/other/error9.C: New test.
2617
2618 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2619
2620         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
2621
2622 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2623
2624         PR fortran/15164
2625         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
2626
2627 2004-09-26  Roger Sayle  <roger@eyesopen.com>
2628
2629         PR middle-end/17112
2630         * gcc.dg/pr17112-1.c: New test case.
2631
2632 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2633
2634         PR c/11459
2635         * gcc.dg/pr11459-1.c: New test.
2636
2637 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2638
2639         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
2640         * gcc.dg/tree-ssa/loop-4.c: Likewise.
2641
2642 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2643
2644         * gfortran.dg/pr15324.f90: Make array bounds consistent.
2645
2646 2004-09-25  Jan Hubicka  <jh@suse.cz>
2647
2648         * compile/30040909-1.c: New test.
2649         * compile/30040907-1.c: New test.
2650
2651 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
2652
2653         * gcc.c-torture/execute/va-arg-26.c: New test.
2654
2655 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
2656
2657         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
2658         extra diagnostics on targets with 64-bit pointers.
2659         * objc.dg/selector-1.m: Adjust dg-warning regexp.
2660
2661 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2662
2663         PR c/17188
2664         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
2665         * gcc.dg/decl-3.c: Adjust expected message.
2666
2667 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2668
2669         PR fortran/17615
2670         * gfortran.dg/pr17615.f90: New test.
2671
2672 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
2673
2674         PR tree-optimzation/17517
2675         * g++.dg/tree-ssa/pr17517.C: New Test.
2676
2677 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2678
2679         PR c++/16889
2680         * g++.dg/lookup/ambig3.C: New.
2681
2682 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
2683
2684         PR tree-opt/17624
2685         * g++.dg/opt/pr17624.C: New test.
2686
2687 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2688
2689         PR c/6980
2690         * gcc.dg/Wbad-function-cast-1.c: New test.
2691
2692 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
2693
2694         * g++.dg/ext/complit1.C
2695         * g++.dg/other/error2.C
2696         * g++.dg/other/nontype-1.C
2697         * g++.dg/parse/crash11.C
2698         * g++.dg/parse/crash12.C
2699         * g++.dg/parse/error15.C
2700         * g++.dg/parse/error4.C
2701         * g++.dg/parse/tmpl-outside1.C
2702         * g++.dg/parse/too-many-tmpl-args1.C
2703         * g++.dg/template/dependent-expr3.C
2704         * g++.dg/template/error10.C
2705         * g++.dg/template/instantiate1.C
2706         * g++.dg/template/vtable2.C
2707         * g++.dg/warn/Wshadow-1.C
2708         * g++.dg/warn/weak1.C
2709         * g++.old-deja/g++.brendan/crash16.C
2710         * g++.old-deja/g++.brendan/crash18.C
2711         * g++.old-deja/g++.brendan/crash48.C
2712         * g++.old-deja/g++.brendan/crash49.C
2713         * g++.old-deja/g++.brendan/crash55.C
2714         * g++.old-deja/g++.brendan/crash56.C
2715         * g++.old-deja/g++.brendan/crash8.C
2716         * g++.old-deja/g++.brendan/enum11.C
2717         * g++.old-deja/g++.brendan/enum8.C
2718         * g++.old-deja/g++.brendan/enum9.C
2719         * g++.old-deja/g++.brendan/friend3.C
2720         * g++.old-deja/g++.brendan/misc14.C
2721         * g++.old-deja/g++.bugs/900402_02.C
2722         * g++.old-deja/g++.bugs/900404_03.C
2723         * g++.old-deja/g++.bugs/900404_04.C
2724         * g++.old-deja/g++.bugs/900428_03.C
2725         * g++.old-deja/g++.jason/crash4.C
2726         * g++.old-deja/g++.jason/overload21.C
2727         * g++.old-deja/g++.jason/redecl1.C
2728         * g++.old-deja/g++.jason/report.C
2729         * g++.old-deja/g++.jason/rfg10.C
2730         * g++.old-deja/g++.jason/template30.C
2731         * g++.old-deja/g++.law/arm12.C
2732         * g++.old-deja/g++.law/ctors5.C
2733         * g++.old-deja/g++.law/cvt20.C
2734         * g++.old-deja/g++.law/init10.C
2735         * g++.old-deja/g++.law/init8.C
2736         * g++.old-deja/g++.law/visibility17.C
2737         * g++.old-deja/g++.law/visibility7.C
2738         * g++.old-deja/g++.mike/net8.C
2739         * g++.old-deja/g++.mike/p646.C
2740         * g++.old-deja/g++.mike/p700.C
2741         * g++.old-deja/g++.mike/p701.C
2742         * g++.old-deja/g++.mike/p811.C
2743         * g++.old-deja/g++.ns/template13.C
2744         * g++.old-deja/g++.other/array3.C
2745         * g++.old-deja/g++.other/crash25.C
2746         * g++.old-deja/g++.other/dtor3.C
2747         * g++.old-deja/g++.other/dtor4.C
2748         * g++.old-deja/g++.other/main1.C
2749         * g++.old-deja/g++.other/warn7.C
2750         * g++.old-deja/g++.pt/crash11.C
2751         * g++.old-deja/g++.pt/crash36.C
2752         * g++.old-deja/g++.pt/spec22.C
2753         * g++.old-deja/g++.pt/spec9.C
2754         * g++.old-deja/g++.pt/ttp52.C
2755         * g++.old-deja/g++.robertl/eb103.C
2756         * g++.old-deja/g++.robertl/eb121.C
2757         * g++.old-deja/g++.robertl/eb22.C
2758         * g++.old-deja/g++.robertl/eb8.C:
2759         Update locations and/or regexps of dg-error markers.
2760         Remove markers for some bogus messages that are no longer issued.
2761
2762 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
2763
2764         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
2765         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
2766
2767 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
2768
2769         PR c++/17618
2770         * g++.dg/lookup/crash5.C: New test.
2771
2772 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
2773
2774         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
2775         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
2776         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
2777         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
2778         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
2779         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
2780
2781         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
2782         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
2783         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
2784         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
2785         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
2786         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
2787
2788         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
2789
2790         * gcc.dg/vect/vect-44.c: Check additional cases.
2791         * gcc.dg/vect/vect-48.c: Check additional cases.
2792
2793         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
2794         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
2795         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
2796         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
2797         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
2798         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
2799         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
2800         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
2801         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
2802
2803         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
2804         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
2805         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
2806
2807 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2808
2809         * gcc.dg/tree-ssa/loop-6.c: New test.
2810
2811 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
2812
2813         PR c++/17620
2814         * g++.dg/inherit/base2.C: New.
2815
2816 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2817
2818         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
2819         * gcc.dg/20001012-2.c: Likewise.
2820         * gcc.dg/20001013-1.c: Likewise.
2821         * gcc.dg/20001101-1.c: Likewise.
2822         * gcc.dg/20001102-1.c: Likewise.
2823         * gcc.dg/bf-spl1.c: Likewise.
2824         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
2825         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
2826
2827 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
2828
2829         PR tree-optimization/16721
2830         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
2831
2832 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
2833
2834         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
2835         * gcc.dg/20040305-1.c: Likewise.
2836
2837 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2838
2839         PR c/16566
2840         * gcc.c-torture/compile/pr16566-1.c,
2841         gcc.c-torture/compile/pr16566-2.c,
2842         gcc.c-torture/compile/pr16566-3.c: New tests.
2843
2844 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
2845
2846         PR tree-optimization/17512
2847         * gcc.c-torture/compile/20040916-1.c.
2848
2849 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
2850
2851         * gcc.dg/pragma-re-3.c: New test.
2852
2853 2004-09-17  Matt Austern  <austern@apple.com>
2854
2855         PR c++/15049
2856         * g++.dg/other/anon3.C: New.
2857
2858 2004-09-21  Roger Sayle  <roger@eyesopen.com>
2859
2860         PR c++/7503
2861         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
2862         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
2863         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
2864         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
2865         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
2866
2867 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
2868
2869         PR fortran/17286
2870         * gfortran.dg/pr17286.f90: New test.
2871
2872 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
2873
2874         PR c++/17530
2875         * g++.dg/template/static7.C: New test.
2876
2877 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
2878
2879         PR tree-opt/17558
2880         * gcc.c-torture/compile/pr17558.c: New test.
2881
2882 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
2883
2884         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
2885         if SKIP_ATTRIBUTE is defined.
2886
2887 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2888
2889         PR fortran/15957
2890         * gfortran.dg/pr15957.f90: New test.
2891
2892 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
2893
2894         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
2895         in comparison.
2896         * gcc.dg/vect/vect-79.c: Likewise.
2897         * gcc.dg/vect/vect-80.c: Likewise.
2898
2899 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2900
2901         PR fortran/15750
2902         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
2903
2904 2004-09-20  Ira Rosen  <irar@il.ibm.com>
2905
2906         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
2907         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
2908         * gcc.dg/vect/vect-62.c: New testcase.
2909         * gcc.dg/vect/vect-63.c: New testcase.
2910         * gcc.dg/vect/vect-64.c: New testcase.
2911         * gcc.dg/vect/vect-65.c: New testcase.
2912         * gcc.dg/vect/vect-66.c: New testcase.
2913         * gcc.dg/vect/vect-67.c: New testcase.
2914         * gcc.dg/vect/vect-68.c: New testcase.
2915         * gcc.dg/vect/vect-69.c: New testcase.
2916         * gcc.dg/vect/vect-79.c: New testcase.
2917         * gcc.dg/vect/vect-80.c: New testcase.
2918
2919 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
2920
2921         * gcc.target/mips/asm-1.c: New test.
2922
2923 2004-09-19  Ira Rosen  <irar@il.ibm.com>
2924
2925         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
2926         * gcc.dg/vect/vect-73.c: New testcase.
2927         * gcc.dg/vect/vect-74.c: New testcase.
2928         * gcc.dg/vect/vect-75.c: New testcase.
2929         * gcc.dg/vect/vect-76.c: New testcase.
2930         * gcc.dg/vect/vect-77.c: New testcase.
2931         * gcc.dg/vect/vect-78.c: New testcase
2932
2933 2004-09-18  Paul Brook  <paul@codesourcery.com>
2934
2935         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
2936
2937 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2938
2939         PR c/17424
2940         * gcc.dg/pr17424-1.c: New test.
2941
2942 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
2943
2944         * g++.dg/tree-ssa/pr17153.C: New test.
2945
2946 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
2947
2948         PR pch/13361
2949         * testsuite/g++.dg/pch/wchar-1.C: New.
2950         * testsuite/g++.dg/pch/wchar-1.Hs: New.
2951
2952 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
2953
2954         * gcc.c-torture/execute/20040917-1.c: New test.
2955
2956 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2957
2958         PR tree-optimization/17319
2959         * gcc.dg/pr17319.c: New test.
2960
2961 2004-09-17  Devang Patel  <dpatel@apple.com>
2962
2963         * gcc.dg/20040813-1.c: New test.
2964
2965 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2966
2967         PR tree-optimization/17273
2968         * gcc.c-torture/compile/pr17273.c: New test.
2969
2970 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2971
2972         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
2973         Update expected messages.
2974         * gcc.dg/declspec-13.c: New test.
2975
2976 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
2977
2978         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
2979
2980 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2981
2982         * gcc.c-torture/execute/pr17252.c: Use post-increment to
2983         change what 'a' is pointing to.
2984
2985 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
2986
2987         PR c++/16002
2988         * g++.dg/template/error18.C: New test.
2989
2990         PR c++/16029
2991         * g++.dg/warn/Wunused-8.C: New test.
2992
2993 2004-09-17  Steven Bosscher  <stevenb@suse.de>
2994
2995         PR tree-optimization/17513
2996         * gcc.dg/20040916-1.c: New test.
2997
2998 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
2999
3000         PR c++/17501
3001         * g++.dg/template/typename7.C: New test.
3002
3003 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3004
3005         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
3006
3007 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
3008
3009         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
3010         with -ftree-based-profiling also.
3011         * lib/profopt.exp: Support late-set profile_option/feedback_option.
3012
3013 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
3014
3015         PR/15364
3016         * gfortran.dg/der_array_io_1.f90: New test.
3017         * gfortran.dg/der_array_io_2.f90: New test.
3018         * gfortran.dg/der_array_io_3.f90: New test.
3019
3020 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
3021
3022         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
3023         EABI.
3024
3025 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
3026
3027         * g++.dg/opt/switch1.C: New test.
3028
3029 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3030
3031         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
3032         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
3033         Update expected messages.
3034
3035 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3036
3037         PR fortran/16485
3038         * gfortran.dg/same_name_1.f90: New test.
3039
3040 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
3041
3042         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
3043         dereference garbage pointers.
3044
3045 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
3046
3047         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
3048         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
3049
3050         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
3051         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
3052         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
3053
3054 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
3055
3056         PR c++/17324
3057         * g++.dg/template/mangle1.C: New test.
3058
3059 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
3060
3061         PR tree-optimization/17252
3062         * gcc.c-torture/execute/pr17252.c: New test.
3063
3064 2004-09-14  Andrew Pinski  <apinski@apple.com>
3065
3066         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
3067
3068 2004-09-14  Roger Sayle  <roger@eyesopen.com>
3069
3070         PR rtl-optimization/9771
3071         * gcc.dg/pr9771-1.c: New test case.
3072
3073 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
3074
3075         PR tree-optimization/15262
3076         * gcc.c-torture/execute/pr15262-1.c: New test.
3077         * gcc.c-torture/execute/pr15262-2.c: New test.
3078
3079 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
3080
3081         * gcc.dg/declspec-12.c: New test.
3082
3083 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
3084
3085         * gfortran.dg/pr17090.f90: Add directives to test.
3086
3087 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3088
3089         * gcc.c-torture/compile/20040914-1.c: New test.
3090
3091 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
3092
3093         PR c++/16162
3094         * g++.dg/template/decl2.C: New test.
3095
3096 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
3097
3098         PR fortran/17090
3099         * gfortran.dg/pr17090.f90: New test.
3100
3101 2004-09-13  Dale Johannesen  <dalej@apple.com>
3102
3103         * gcc.c-torture/compile/pr17408.c:  New test case.
3104
3105 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
3106
3107         PR c++/16716
3108         * g++.dg/parse/crash17.C: New test.
3109
3110         PR c++/17327
3111         * g++.dg/template/enum3.C: New test.
3112
3113 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
3114
3115         * lib/gcc-defs.exp: Load wrapper.exp.
3116         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
3117         using local code.
3118         * lib/gcc.exp (gcc_init): Similar.
3119         * lib/gfortran.exp (gfortran_init): Similar.
3120         * lib/objc.exp (objc_init): Similar.
3121         * lib/treelang.exp (treelang_init): Similar.
3122         * lib/wrapper.exp: New file with build_wrapper call machinery in
3123         ${tool}_maybe_build_wrapper.
3124
3125 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3126
3127         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
3128         "inline".
3129         * gcc.dg/declspec-11.c: Update expected messages.
3130         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
3131         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
3132         gcc.dg/inline-12.c: New tests.
3133
3134 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
3135
3136         * g++.dg/tree-ssa/pr17400.C: New testcase.
3137
3138 2004-09-13  James E Wilson  <wilson@specifixinc.com>
3139
3140         * gcc.target/mips/sb1-1.c: New testcase.
3141
3142 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
3143
3144         * lib/g77-dg.exp: Remove unused file.
3145         * lib/mike-g77.exp: Ditto.
3146         * lib/g77.exp: Ditto.
3147
3148 2004-09-12  Richard Henderson  <rth@redhat.com>
3149
3150         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
3151
3152 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3153
3154         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
3155         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3156         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
3157         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
3158         Update expected messages.
3159
3160 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
3161
3162         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
3163         declaration/use mismatch for dirp parameter.
3164
3165 2004-09-12  Andrew Pinski  <apinski@apple.com>
3166
3167         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
3168         -fgnu-runtime is passed.
3169
3170 2004-09-12  Richard Henderson  <rth@redhat.com>
3171
3172         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
3173         do the uplevel thing and update additional_flags directly.
3174         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
3175         gfortran.fortran-torture/execute/intrinsic_nearest.x,
3176         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
3177         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
3178
3179 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3180
3181         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
3182
3183 2004-09-11  Roger Sayle  <roger@eyesopen.com>
3184
3185         PR middle-end/17411
3186         * g++.dg/opt/pr17411-1.C: New test case.
3187
3188 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3189
3190         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3191         gcc.dg/tls/diag-2.c: Update expected messages.
3192         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
3193         messages.
3194         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
3195         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
3196         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
3197         gcc.dg/tls/diag-5.c: New tests.
3198
3199 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
3200
3201         * gcc.dg/20040910-1.c: Correct dg-error regexp.
3202
3203 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3204
3205         * g++.dg/parse/break-in-for.C: New test.
3206
3207 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
3208
3209         * gcc.dg/tree-ssa/20040911-1.c: New test.
3210
3211 2004-09-11  Andreas Jaeger  <aj@suse.de>
3212
3213         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
3214         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
3215
3216 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
3217
3218         * gcc.target/frv: New directory of FR-V-specific tests.
3219
3220 2004-09-10  James E Wilson  <wilson@specifixinc.com>
3221
3222         * gcc.dg/convert-vec-1.c: New test.
3223
3224 2004-09-10  Roger Sayle  <roger@eyesopen.com>
3225
3226         PR middle-end/17024
3227         * gcc.dg/pr17024-1.c: New test case.
3228
3229 2004-09-10  Eric Christopher  <echristo@redhat.com>
3230
3231         * gcc.dg/20040910-1.c: New test.
3232
3233 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3234
3235         * gcc.dg/bitfld-9.c: New test.
3236
3237 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
3238
3239         * gcc.c-torture/execute/ieee/acc1.c: New test.
3240         * gcc.c-torture/execute/ieee/acc2.c: New test.
3241         * gcc.c-torture/execute/ieee/mzero6.c: New test.
3242
3243 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
3244
3245         * gcc.dg/deprecated-2.c: New test.
3246
3247 2004-09-09  James E Wilson  <wilson@specifixinc.com>
3248
3249         * gcc.dg/init-vec-1.c: New test.
3250
3251 2004-09-09  Roger Sayle  <roger@eyesopen.com>
3252
3253         PR middle-end/17055
3254         * gcc.dg/pr17055-1.c: New test case.
3255
3256 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
3257
3258         PR target/17377
3259         * gcc.c-torture/execute/pr17377.c: New test.
3260
3261 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3262
3263         PR c/8420
3264         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
3265         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
3266         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3267         gcc.dg/long-long-typespec-1.c: New tests.
3268         * gcc.dg/tls/diag-2.c: Update expected diagnostics
3269
3270 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3271
3272         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
3273         gcc.dg/gnu99-static-1.c: New tests.
3274
3275 2004-09-08  Devang Patel  <dpatel@apple.com>
3276
3277         * gcc.dg/darwin-ld-20040828-1.c: New test.
3278         * gcc.dg/darwin-ld-20040828-2.c: New test.
3279         * gcc.dg/darwin-ld-20040828-3.c: New test.
3280
3281 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
3282
3283         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
3284         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
3285         in error message.
3286         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
3287         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
3288         in error message.
3289         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
3290         types they qualify.
3291         * objc.dg/type-size-2.m: Fix wording in comment.
3292         * objc.dg/va-meth-1.m: New test case.
3293
3294 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3295
3296         PR c/16633:
3297         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
3298         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
3299
3300 2004-09-06  Devang Patel  <dpatel@apple.com>
3301
3302         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
3303         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
3304
3305 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
3306
3307         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
3308         reflect changed line numbering of diagnostics.
3309
3310 2004-09-06  Paul Brook  <paul@codesourcery.com>
3311
3312         * gfortran.dg/edit_real_1.f90: Add new test.
3313
3314 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3315
3316         * gcc.dg/tree-ssa/loop-2.c: New test.
3317         * gcc.dg/tree-ssa/loop-3.c: New test.
3318         * gcc.dg/tree-ssa/loop-4.c: New test.
3319         * gcc.dg/tree-ssa/loop-5.c: New test.
3320
3321 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3322
3323         * gcc.dg/format/sentinel-1.c: Update for parameter option.
3324
3325 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3326
3327         * gcc.dg/format/sentinel-1.c: New test.
3328
3329 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
3330
3331         * testsuite/gcc.dg/builtins-46.c: New.
3332
3333 2004-09-03  Devang Patel  <dpatel@apple.com>
3334
3335         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
3336         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
3337
3338 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3339
3340         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
3341         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
3342         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
3343         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
3344         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
3345         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
3346         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
3347         the non-portable bzero.
3348         * gcc.dg/20010912-1.c: xfail for NetWare.
3349         * gcc.dg/20020426-2.c: xfail for NetWare.
3350         * gcc.dg/20021014-1.c: xfail for NetWare.
3351         * gcc.dg/20021018-1.c: xfail for NetWare.
3352         * gcc.dg/20030213-1.c: xfail for NetWare.
3353         * gcc.dg/20030225-1.c: xfail for NetWare.
3354         * gcc.dg/20030708-1.c: xfail for NetWare.
3355         * gcc.dg/builtins-config.h: Also exclude NetWare.
3356         * gcc.dg/format/format.h: Define restrict only if not already defined.
3357         * gcc.dg/nest.c: xfail for NetWare.
3358         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
3359         * lib/target-supports.exp (check_visibility_available): Exclude
3360         NetWare.
3361
3362 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3363
3364         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
3365         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
3366         deterministic starting point for the alignment of structure fields.
3367         * gcc.dg/Wpadded.c: Dito.
3368         * g++.dg/abi/vbase10.C: Dito.
3369
3370 2004-09-03  Devang Patel  <dpatel@apple.com>
3371
3372         * g++.dg/debug/pr15736.cc: New test.
3373
3374 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3375
3376         * README.QMTEST: Fix out-of-date link.
3377
3378 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
3379
3380         PR fortran/16579
3381         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
3382         Delete.  Duplicate of gfortran.dg/g77/20010610.f
3383
3384 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3385
3386         * g++.dg/abi/arm_rtti1.C: New test.
3387
3388 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
3389
3390         * gcc.dg/ppc-vector-memcpy.c: New.
3391         * gcc.dg/ppc-vector-memset.c: New.
3392
3393 2004-09-02  Chao-ying Fu  <fu@mips.com>
3394
3395         * gcc.target/mips/mips-3d-1.c: New test.
3396         * gcc.target/mips/mips-3d-2.c: New test.
3397         * gcc.target/mips/mips-3d-3.c: New test.
3398         * gcc.target/mips/mips-3d-4.c: New test.
3399         * gcc.target/mips/mips-3d-5.c: New test.
3400         * gcc.target/mips/mips-3d-6.c: New test.
3401         * gcc.target/mips/mips-3d-7.c: New test.
3402         * gcc.target/mips/mips-3d-8.c: New test.
3403         * gcc.target/mips/mips-3d-9.c: New test.
3404         * gcc.target/mips/mips-ps-1.c: New test.
3405         * gcc.target/mips/mips-ps-2.c: New test.
3406         * gcc.target/mips/mips-ps-3.c: New test.
3407         * gcc.target/mips/mips-ps-4.c: New test.
3408         * gcc.target/mips/mips-ps-type.c: New test.
3409
3410 2004-09-02  Paul Brook  <paul@codesourcery.com>
3411
3412         * gfortran.dg/edit_real_1.f90: Add new tests.
3413
3414 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3415
3416         PR fortran/15327
3417         * gfortran.dg/merge_char_1.f90: New test.
3418
3419 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3420
3421         PR fortran/16404
3422         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
3423
3424 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3425
3426         PR c/1522
3427         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
3428
3429 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
3430
3431         * g++.dg/opt/loop1.C: Do not XFAIL.
3432
3433 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3434
3435         * gcc.c-torture/execute/20040831-1.c: New test.
3436
3437 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
3438
3439         PR fortran/16579
3440         * gfortran.dg/g77/20010610.f: Now passes.
3441         Copy from g77.f-torture/execute. Add dg-run directive.
3442         * gfortran.dg/g77/README: Update
3443
3444 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
3445
3446         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
3447         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
3448         (t1, t2, t3, t4): Add volatile.
3449
3450 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3451
3452         * g++.dg/ext/visibility/arm1.C: New test.
3453
3454 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
3455
3456         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
3457         -pedantic-errors.
3458
3459 2004-09-01  Paul Brook  <paul@codesourcery.com>
3460
3461         * gfortran.dg/eof_2.f90: New test.
3462
3463 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3464
3465         PR fortran/16579
3466         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
3467
3468 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
3469
3470         PR libfortran/16805
3471         * gfortran.dg/list_read_2.f90: New test.
3472
3473 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3474
3475         * g++.dg/abi/key1.C: New test.
3476
3477 2004-08-31  Richard Henderson  <rth@redhat.com>
3478
3479         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
3480         form of offsetof.
3481         * g++.dg/other/offsetof5.C: Remove duplicate.
3482
3483 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3484
3485         PR fortran/17244
3486         * gfortran.dg/func_derived_1.f90: New test.
3487
3488 2004-08-31  Paul Brook  <paul@codesourcery.com>
3489
3490         * gfortran.dg/eof_1.f90: New test.
3491
3492 2004-08-31  Paul Brook  <paul@codesourcery.com>
3493
3494         * gfortran.dg/list_read_1.f90: New file.
3495
3496 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
3497
3498         * g++.dg/opt/loop1.C: XFAIL.
3499
3500 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
3501
3502         * gcc.dg/funcdef-storage-1.c: New.
3503         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
3504         an extern function in local scope.
3505         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
3506         declare an 'auto inline' function in local scope.
3507         * gcc.dg/20011130-1.c: Likewise.
3508         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
3509         an 'auto' function in local scope.
3510         * gcc.dg/20021014-1.c: Likewise.
3511         * gcc.dg/20030331-2.c: Likewise.
3512
3513 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3514
3515         * gfortran.dg/blockdata_1.f90: New test.
3516
3517 2004-08-30  Richard Henderson  <rth@redhat.com>
3518
3519         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
3520
3521 2004-08-30  Richard Henderson  <rth@redhat.com>
3522
3523         * lib/fortran-torture.exp (fortran-torture-execute): Honor
3524         additional_flags set by alternate driver.
3525         (ieee-options): New procedure.
3526         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
3527         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
3528         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
3529         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
3530
3531 2004-08-30  Richard Henderson  <rth@redhat.com>
3532
3533         * lib/f-torture.exp: Remove.
3534
3535 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
3536
3537         PR rtl-optimization/16590
3538         * g++.dg/opt/loop1.C: New test.
3539
3540 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3541
3542         PR fortran/13910
3543         * gfortran.dg/oldstyle_1.f90: New test.
3544
3545 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
3546         Paul Brook  <paul@codesourcery.com>
3547
3548         * gfortran.dg/g77/README: Update.
3549         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
3550         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
3551         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
3552
3553 2004-08-28  Paul Brook  <paul@codesourcery.com>
3554
3555         PR libfortran/17195
3556         * gfortran.dg/edit_real_1.f90: New test.
3557
3558 2004-08-27  Paul Brook  <paul@codesourcery.com>
3559
3560         * gfortran.dg/rewind_1.f90: New test.
3561
3562 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
3563
3564         PR fortran/16597
3565         * gfortran.dg/pr16597.f90: New test.
3566
3567 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3568
3569         PR c/13801
3570         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
3571         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
3572         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
3573         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
3574         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
3575
3576 2004-08-26  Nick Clifton  <nickc@redhat.com>
3577
3578         * gcc.c-torture/compile/pr17119.c: New test.
3579
3580 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3581
3582         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
3583
3584 2004-08-25  Richard Henderson  <rth@redhat.com>
3585
3586         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
3587         the bits that expect kind=8 to be the largest real kind.
3588
3589 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3590
3591         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
3592
3593 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3594
3595         * gfortran.dg/assignment_1.f90: New test.
3596
3597 2004-08-25  Adam Nemet  <anemet@lnxw.com>
3598
3599         * g++.dg/template/repo3.C: New test.
3600
3601 2004-08-25  Roger Sayle  <roger@eyesopen.com>
3602
3603         PR middle-end/16693
3604         PR tree-optimization/16372
3605         * g++.dg/opt/pr16372-1.C: New test case.
3606         * g++.dg/opt/pr16693-1.C: New test case.
3607         * g++.dg/opt/pr16693-2.C: New test case.
3608
3609 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3610
3611         * objc.dg/proto-lossage-4.m: New test.
3612
3613 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
3614
3615         PR c++/17155
3616         * g++.dg/inherit/local2.C: New test.
3617
3618 2004-08-25  Paul Brook  <paul@codesourcery.com>
3619
3620         PR fortran/17144
3621         * gfortran.dg/string_ctor_1.f90: New test.
3622
3623 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3624
3625         PR c++/14428
3626         * g++.dg/template/redecl2.C: New test.
3627
3628 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3629
3630         PR fortran/17143
3631         * gfortran.dg/pr17143.f90: New test.
3632
3633 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3634
3635         PR fortran/17164
3636         * gfortran.dg/pr17164.f90: New test.
3637
3638 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3639
3640         * gcc.dg/tree-ssa/loop-1.c: New test.
3641
3642 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3643
3644         * gcc.c-torture/compile/20040824-1.c: New test.
3645
3646 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3647
3648         * gcc.c-torture/compile/iftrap-3.c: New test.
3649
3650 2004-08-24  Paul Brook  <paul@codesourcery.com>
3651
3652         * gfortran.dg/entry_2.f90: New test.
3653
3654 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3655
3656         PR c++/16889
3657         * g++.dg/lookup/ambig[12].C: New.
3658
3659 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3660
3661         PR c++/16706
3662         * g++.dg/template/crash21.C: New test.
3663         * g++.dg/template/crash22.C: Likewise.
3664
3665 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3666
3667         PR c++/17149
3668         * g++.dg/template/access15.C: New.
3669
3670 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3671
3672         PR c++/17163
3673         * g++.dg/template/repo2.C: New test.
3674
3675 2004-08-23  Roger Sayle  <roger@eyesopen.com>
3676
3677         PR rtl-optimization/17078
3678         * gcc.c-torture/execute/pr17078-1.c: New test case.
3679
3680 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3681
3682         PR c/14492
3683         * gcc.dg/debug/crash1.c: New test.
3684
3685 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3686
3687         PR c/16180
3688         * gcc.dg/loop-5.c: New test.
3689
3690 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3691
3692         * gcc.c-torture/execute/20040823-1.c: New test.
3693
3694 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
3695
3696         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
3697         to the assembler.  Simplify test accordingly.
3698         (asm_abi_flags): Use GNU names.
3699         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
3700         to check for ABI flags.
3701
3702 2004-08-22  Andrew Pinski  <apinski@apple.com>
3703
3704         * g++.dg/opt/pr14029.C: New test.
3705         * gcc.c-torture/execute/pr15262.c: New test.
3706
3707 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3708
3709         * gfortran.dg/reduction.f90: Add checks with complex arguments.
3710
3711 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
3712
3713         PR 16908
3714         * gfortran.dg/direct_io.f90: New test.
3715
3716 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3717
3718         PR c++/17121
3719         * g++.dg/inherit/local2.C: New test.
3720
3721 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3722
3723         PR c++/17120
3724         * g++.dg/warn/Wparentheses-4.C: New test.
3725
3726 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3727
3728         PR c++/17121
3729         * g++.dg/inherit/local2.C: New test.
3730
3731         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
3732         * gcc.dg/ppc-ldstruct.c: Likewise.
3733         * gcc.dg/ppc64-abi-2.c: Likewise.
3734
3735 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
3736
3737         PR rtl-optimization/17099
3738         * gcc.c-torture/execute/20040820-1.c: New test.
3739
3740 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
3741
3742         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
3743
3744 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
3745
3746         PR fortran/17077
3747         * gfortran.dg/auto_array_1.f90: New test.
3748
3749 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3750
3751         PR fortran/17074
3752         * gfortran.dg/simpleif_1.f90: New test.
3753
3754 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
3755
3756         * lib/target-supports.exp (check_profiling_available): Return
3757         false for arm*-*-symbianelf* and arm*-*-eabi*.
3758
3759         PR c++/15890
3760         * g++.dg/template/delete1.C: New test.
3761
3762 2004-08-19  Paul Brook  <paul@codesourcery.com>
3763
3764         PR fortran/14976
3765         PR fortran/16228
3766         * gfortran.dg/data_char_1.f90: New test.
3767
3768 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
3769
3770         PR fortran/16946
3771         * gfortran.dg/reduction.f90: New testcase.
3772
3773 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3774
3775         PR fortran/16520
3776         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
3777
3778 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3779
3780         PR c++/17041
3781         * g++.dg/Wparentheses-3.C: New test.
3782
3783 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
3784
3785         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
3786         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
3787         * gcc.dg/vect/vect-2.c: Likewise.
3788         * gcc.dg/vect/vect-3.c: Likewise.
3789         * gcc.dg/vect/vect-4.c: Likewise.
3790         * gcc.dg/vect/vect-5.c: Likewise.
3791         * gcc.dg/vect/vect-6.c: Likewise.
3792         * gcc.dg/vect/vect-7.c: Likewise.
3793         * gcc.dg/vect/vect-25.c: Likewise.
3794         * gcc.dg/vect/vect-31.c: Likewise.
3795         * gcc.dg/vect/vect-32.c: Likewise.
3796         * gcc.dg/vect/vect-34.c: Likewise.
3797         * gcc.dg/vect/vect-36.c: Likewise.
3798         * gcc.dg/vect/vect-all.c: Likewise.
3799
3800 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
3801
3802         PR c++/17068
3803         * g++.dg/template/operator4.C: New test.
3804
3805 2004-08-18  Richard Henderson  <rth@redhat.com>
3806
3807         * gcc.dg/20040206-1.c: XFAIL.
3808
3809 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
3810
3811         PR c++/16246
3812         * g++.dg/template/array7.C: New test.
3813
3814 2004-08-17  James E Wilson  <wilson@specifixinc.com>
3815
3816         * gcc.dg/mips-movcc-1.c: New test.
3817         * gcc.dg/mips-movcc-2.c: New test.
3818         * gcc.dg/mips-movcc-3.c: New test.
3819
3820         * gcc.dg/mips-nmadd-1.c: New test.
3821         * gcc.dg/mips-nmadd-2.c: New test.
3822
3823 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
3824
3825         PR c++/15871
3826         * g++.dg/opt/inline8.C: New test.
3827
3828         PR c++/16965
3829         * g++.dg/parse/error17.C: New test.
3830
3831 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
3832
3833         * gcc.dg/vect: New directory for vectorizer tests.
3834         * gcc.dg/vect/tree-vect.h: New file.
3835         * gcc.dg/vect/vect.exp: New file.
3836         * gcc.dg/vect/pr16105.c.c: New test.
3837         * gcc.dg/vect/vect-1.c: New test.
3838         * gcc.dg/vect/vect-2.c: New test.
3839         * gcc.dg/vect/vect-3.c: New test.
3840         * gcc.dg/vect/vect-4.c: New test.
3841         * gcc.dg/vect/vect-5.c: New test.
3842         * gcc.dg/vect/vect-6.c: New test.
3843         * gcc.dg/vect/vect-7.c: New test.
3844         * gcc.dg/vect/vect-8.c: New test.
3845         * gcc.dg/vect/vect-9.c: New test.
3846         * gcc.dg/vect/vect-10.c: New test.
3847         * gcc.dg/vect/vect-11.c: New test.
3848         * gcc.dg/vect/vect-12.c: New test.
3849         * gcc.dg/vect/vect-13.c: New test.
3850         * gcc.dg/vect/vect-14.c: New test.
3851         * gcc.dg/vect/vect-15.c: New test.
3852         * gcc.dg/vect/vect-16.c: New test.
3853         * gcc.dg/vect/vect-17.c: New test.
3854         * gcc.dg/vect/vect-18.c: New test.
3855         * gcc.dg/vect/vect-19.c: New test.
3856         * gcc.dg/vect/vect-20.c: New test.
3857         * gcc.dg/vect/vect-21.c: New test.
3858         * gcc.dg/vect/vect-22.c: New test.
3859         * gcc.dg/vect/vect-23.c: New test.
3860         * gcc.dg/vect/vect-24.c: New test.
3861         * gcc.dg/vect/vect-25.c: New test.
3862         * gcc.dg/vect/vect-26.c: New test.
3863         * gcc.dg/vect/vect-27.c: New test.
3864         * gcc.dg/vect/vect-28.c: New test.
3865         * gcc.dg/vect/vect-29.c: New test.
3866         * gcc.dg/vect/vect-30.c: New test.
3867         * gcc.dg/vect/vect-31.c: New test.
3868         * gcc.dg/vect/vect-32.c: New test.
3869         * gcc.dg/vect/vect-33.c: New test.
3870         * gcc.dg/vect/vect-34.c: New test.
3871         * gcc.dg/vect/vect-35.c: New test.
3872         * gcc.dg/vect/vect-36.c: New test.
3873         * gcc.dg/vect/vect-37.c: New test.
3874         * gcc.dg/vect/vect-38.c: New test.
3875         * gcc.dg/vect/vect-40.c: New test.
3876         * gcc.dg/vect/vect-41.c: New test.
3877         * gcc.dg/vect/vect-42.c: New test.
3878         * gcc.dg/vect/vect-43.c: New test.
3879         * gcc.dg/vect/vect-44.c: New test.
3880         * gcc.dg/vect/vect-45.c: New test.
3881         * gcc.dg/vect/vect-46.c: New test.
3882         * gcc.dg/vect/vect-47.c: New test.
3883         * gcc.dg/vect/vect-48.c: New test.
3884         * gcc.dg/vect/vect-49.c: New test.
3885         * gcc.dg/vect/vect-50.c: New test.
3886         * gcc.dg/vect/vect-51.c: New test.
3887         * gcc.dg/vect/vect-52.c: New test.
3888         * gcc.dg/vect/vect-53.c: New test.
3889         * gcc.dg/vect/vect-54.c: New test.
3890         * gcc.dg/vect/vect-55.c: New test.
3891         * gcc.dg/vect/vect-56.c: New test.
3892         * gcc.dg/vect/vect-57.c: New test.
3893         * gcc.dg/vect/vect-58.c: New test.
3894         * gcc.dg/vect/vect-59.c: New test.
3895         * gcc.dg/vect/vect-60.c: New test.
3896         * gcc.dg/vect/vect-61.c: New test.
3897         * gcc.dg/vect/vect-all.c: New test.
3898         * gcc.dg/vect/vect-none.c: New test.
3899
3900 2004-08-17  Paul Brook  <paul@codesourcery.com>
3901
3902         PR fortran/13082
3903         * gfortran.dg/entry_1.f90: New test.
3904
3905 2004-08-17  Andrew Pinski  <apinski@apple.com>
3906
3907         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
3908
3909 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
3910
3911         * gcc.dg/pr17036-1.c: New test.
3912
3913 2004-08-16  Devang Patel  <dpatel@apple.com>
3914
3915         * gcc.dg/darwin-20040809-1.c: New test.
3916
3917 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
3918
3919         * gcc.dg/funcdef-attr-1.c: New test.
3920
3921 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
3922
3923         * gcc.dg/altivec-17.c: New test.
3924         * gcc.dg/altivec-18.c: New test.
3925
3926 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3927
3928         PR c++/6749
3929         * g++.dg/template/vtable2.C: New test.
3930
3931 2004-08-14  Richard Henderson  <rth@redhat.com>
3932
3933         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
3934         * gcc.dg/pack-test-4.c (main): Return 0.
3935         * gcc.dg/setjmp-1.c: Remove XFAIL.
3936         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
3937
3938 2004-08-14  Richard Henderson  <rth@redhat.com>
3939
3940         * gcc.dg/980217-1.c: Add prototype for printf.
3941
3942 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
3943
3944         * gfortran.dg/pr16935.f90: New test.
3945
3946 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
3947
3948         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
3949
3950 2004-08-13  Paul Brook  <paul@codesourcery.com>
3951
3952         * gfortran.dg/der_io_1.f90: Remove stray comma.
3953
3954 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
3955
3956         * gcc.dg/vmx/cw-bug-2.c: Remove.
3957         * gcc.dg/vmx/vprint-1.c: Remove.
3958         * gcc.dg/vmx/vscan-1.c: Remove.
3959
3960 2004-08-12  Devang patel  <dpatel@apple.com>
3961
3962         * gcc.dg/darwin-20040809-2.c: New test.
3963
3964 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
3965
3966         * g++.dg/ext/altivec-12.C: New test.
3967
3968         * g++.dg/ext/altivec-11.C: New test.
3969
3970 2004-08-12  Paul Brook  <paul@codesourcery.com>
3971
3972         * g++.dg/abi/arm_cxa_vec_1.C: New test.
3973
3974 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
3975
3976         * g++.dg/ext/altivec-2.C: Check for hardware support before
3977         executing any VMX instructions.
3978
3979         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
3980
3981 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
3982
3983         PR c++/16276
3984         * g++.old-deja/g++.other/comdat4.C: New test.
3985         * g++.old-deja/g++.other/comdat4-aux.cc: New.
3986
3987 2004-08-12  Ben Elliston  <bje@au.ibm.com>
3988
3989         PR target/16286
3990         * gcc.dg/pr16286.c: New test.
3991
3992 2004-08-12 Jan Beulich <jbeulich@novell.com>
3993
3994         * g++.dg/ext/asm5.C: New.
3995
3996 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3997
3998         PR c++/16698
3999         * g++.dg/eh/crash1.C: New test.
4000
4001         PR c++/16717
4002         * g++.dg/ext/construct1.C: New test.
4003
4004 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
4005
4006         PR c++/16853
4007         * g++.dg/init/ptrmem1.C: New test.
4008
4009         PR c++/16618
4010         * g++.dg/parse/offsetof5.C: New test.
4011
4012         PR c++/16870
4013         * g++.dg/template/overload3.C: New test.
4014
4015 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
4016
4017         PR c++/16964
4018         * g++.dg/parse/error16.C: New test.
4019
4020         PR c++/16904
4021         * g++.dg/template/error14.C: New test.
4022
4023         PR c++/16929
4024         * g++.dg/template/error15.C: New test.
4025
4026 2004-08-11  Devang Patel  <dpatel@apple.com>
4027
4028         * gcc.dg/darwin-ld-20040809-1.c: New test.
4029         * gcc.dg/darwin-ld-20040809-2.c: New test.
4030
4031 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
4032
4033         PR fortran/16917
4034         * gfortran.dg/dfloat_1.f90: New test.
4035
4036 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4037
4038         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
4039         * gcc.dg/dll-2.c: Fix dg-require syntax.
4040         * gcc.misc-tests/arm-isr.c (abort): Declare.
4041         (exit): Likewise.
4042
4043 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
4044
4045         PR c++/16971
4046         * g++.dg/parse/crash16.C: New test.
4047
4048 2004-08-10  Roger Sayle  <roger@eyesopen.com>
4049
4050         * gcc.dg/mips-rsqrt-1.c: New test case.
4051         * gcc.dg/mips-rsqrt-2.c: New test case.
4052         * gcc.dg/mips-rsqrt-3.c: New test case.
4053
4054 2004-08-10  Paul Brook  <paul@codesourcery.com>
4055
4056         * gfortran.dg/der_io_1.f90: New test.
4057
4058 2004-08-10  Paul Brook  <paul@codesourcery.com>
4059
4060         PR fortran/16919
4061         * gfortran.dg/der_array_1.f90: New test.
4062
4063 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
4064
4065         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
4066
4067 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
4068
4069         * gcc.dg/wchar_t-2.c: Fix typo.
4070
4071 2004-08-09  Falk Hueffner  <falk@debian.org>
4072
4073         PR tree-optimization/12517
4074         * gcc.c-torture/compile/pr12517.c: New test.
4075
4076         PR tree-optimization/12578
4077         * gcc.c-torture/compile/pr12578.c: New test.
4078
4079         PR tree-optimization/12899
4080         * gcc.c-torture/compile/pr12899.c: New test.
4081
4082         PR rtl-optimization/14692
4083         * gcc.c-torture/compile/pr14692.c: New test.
4084
4085         PR tree-optimization/16461
4086         * gcc.c-torture/compile/pr16461.c: New test.
4087
4088 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4089
4090         * gfortran.dg/getenv_1.f90: New test.
4091
4092 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
4093
4094         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
4095         wchar_t.
4096         * gcc.dg/symbian5.c: Test -fno-short-wchar.
4097
4098 2004-08-06  Paul Brook  <paul@codesourcery.com>
4099
4100         * gfortran.dg/ret_array_1.f90: New test.
4101         * gfortran.dg/ret_pointer_1.f90: New test.
4102
4103 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
4104
4105         * gcc.dg/missing-field-init-[12].c: New tests.
4106         * g++.dg/warn/missing-field-init-[12].C: New tests.
4107
4108 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
4109
4110         * gcc.dg/enum2.c: New test.
4111         * gcc.dg/symbian3.c: Likewise.
4112         * gcc.dg/symbian4.c: Likewise.
4113         * gcc.dg/wchar_t-2.c: Likewise.
4114
4115 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
4116
4117         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
4118         destructor tests.
4119
4120 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
4121
4122         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
4123         dg-require-visiblity.
4124         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
4125         * g++.dg/ext/visibility/fvisibility.C: Likewise.
4126         * g++.dg/ext/visibility/memfuncts.C: Likewise.
4127         * g++.dg/ext/visibility/new1.C: Likewise.
4128         * g++.dg/ext/visibility/pragma.C: Likewise.
4129         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
4130         * g++.dg/ext/visibility/virtual.C: Likewise.
4131         * g++/dg/ext/visibility/visibility-1.C: Likewise.
4132         * g++/dg/ext/visibility/visibility-2.C: Likewise.
4133         * g++/dg/ext/visibility/visibility-3.C: Likewise.
4134         * g++/dg/ext/visibility/visibility-4.C: Likewise.
4135         * g++/dg/ext/visibility/visibility-5.C: Likewise.
4136         * g++/dg/ext/visibility/visibility-6.C: Likewise.
4137         * g++/dg/ext/visibility/visibility-7.C: Likewise.
4138         * g++/dg/ext/visibility/visibility-8.C: New test.
4139         * gcc.c-torture/compile/dll.x: Remove.
4140         * gcc.dg/dll-2.c: Use dg-require-dll
4141         * gcc.dg/visibility-10.c: New test.
4142         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
4143         supporting DLLs.
4144         * testsuite/lib/scanasm.exp (scan_hidden): New function.
4145         (scan_not_hidden): Likewise.
4146
4147 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
4148
4149         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
4150
4151 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
4152
4153         * gcc.c-torture/execute/20040805-1.c: New test.
4154
4155 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
4156
4157         * gcc.dg/20020118-1.c: Declare abort.
4158         * gcc.dg/altivec_check.h: Likewise.
4159         * gcc.dg/iftrap-2.c: Likewise.
4160         * gcc.dg/pragma-darwin.c: Likewise.
4161         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
4162
4163 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
4164
4165         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
4166
4167 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4168
4169         * gcc.c-torture/execute/builtins/abs-2.c,
4170         gcc.c-torture/execute/builtins/abs-3.c,
4171         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
4172         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
4173         intmax_t, uintmax_t and their limits.
4174         * gcc.dg/intmax_t-1.c: New test.
4175
4176 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4177
4178         * g++.dg/tc1/dr147.C: Add reference to PR.
4179
4180 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
4181
4182         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
4183         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
4184
4185 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
4186
4187         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
4188
4189 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4190
4191         * gcc.dg/redecl-5.c: New test.
4192         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
4193         of scanf.
4194
4195 2004-08-03  Roger Sayle  <roger@eyesopen.com>
4196
4197         PR middle-end/16790
4198         * gcc.c-torture/execute/pr16790-1.c: New test case.
4199
4200 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4201
4202         * g++.dg/ext/visibility/assign1.C: New test.
4203         * g++.dg/ext/visibility/new1.C: Likewise.
4204
4205         * gcc.dg/symbian1.c: New test.
4206         * gcc.dg/symbian2.c: Likewise.
4207
4208 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
4209
4210         PR target/16570
4211         * gcc.dg/i386-sse-9.c: New test.
4212
4213 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4214
4215         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
4216
4217 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4218
4219         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
4220         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
4221         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
4222         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
4223         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
4224         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
4225         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
4226         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
4227         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
4228         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
4229         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
4230         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
4231         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
4232         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
4233         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
4234         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
4235         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
4236         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
4237         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
4238         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
4239         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
4240         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
4241         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
4242         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
4243         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
4244         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
4245         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
4246         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
4247         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
4248         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
4249         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
4250         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
4251         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
4252         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
4253         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
4254         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
4255         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
4256         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
4257         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
4258         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
4259         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
4260         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
4261         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
4262         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
4263         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
4264         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
4265         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
4266         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
4267         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
4268         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
4269         gcc.misc-tests/i386-pf-3dnow-1.c,
4270         gcc.misc-tests/i386-pf-athlon-1.c,
4271         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
4272         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
4273         Declare built-in functions used.
4274         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
4275
4276 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
4277
4278         PR c++/16707
4279         * g++.dg/lookup/using12.C: New test.
4280
4281         * g++.dg/init/null1.C: Fix PR number.
4282         * g++.dg/parse/namespace10.C: Likewise.
4283
4284 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4285
4286         PR c++/16224
4287         * g++.dg/template/spec17.C: New test.
4288         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
4289         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
4290
4291 2004-08-02  David Billinghurst
4292
4293         PR fortran/16292
4294         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
4295
4296 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
4297
4298         * gcc.dg/ia64-got-1.c: New test case.
4299
4300 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4301
4302         PR c++/16489
4303         * g++.dg/init/null1.C: New test.
4304         * g++.dg/tc1/dr76.C: Adjust error marker.
4305
4306         PR c++/16529
4307         * g++.dg/parse/namespace10.C: New test.
4308
4309         PR c++/16810
4310         * g++.dg/inherit/ptrmem2.C: New test.
4311
4312 2004-08-02  Ben Elliston  <bje@au.ibm.com>
4313
4314         PR target/16155
4315         * gcc.dg/pr16155.c: New test.
4316
4317 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4318
4319         * gcc.dg/redecl-2.c: New test.
4320
4321 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
4322
4323         * gcc.dg/darwin-longdouble.c: New file.
4324
4325 2004-07-30  Richard Henderson  <rth@redhat.com>
4326
4327         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
4328         write to constant argument.
4329         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
4330
4331 2004-07-30  Richard Henderson  <rth@redhat.com>
4332
4333         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
4334         tests of nearest around zero.
4335
4336 2004-07-30  Andrew Pinski  <apinski@apple.com>
4337
4338         * gcc.c-torture/compile/20040730-1.c: New test.
4339
4340 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4341
4342         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
4343         powerpc-eabispe.
4344
4345 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4346
4347         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
4348
4349 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
4350
4351         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
4352         contains $ld_library_path.
4353         * lib/gfortran.exp (gfortran_link_flags): Likewise.
4354
4355 2004-07-29  Richard Henderson  <rth@redhat.com>
4356
4357         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
4358
4359         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
4360         (alt2, which): New.
4361         (Check): Accept either alternative.
4362
4363 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
4364
4365         * g++.dg/abi/inline1.C: New test.
4366         * g++.dg/abi/local1-a.cc: Likewise.
4367         * g++.dg/abi/local1.C: Likewise.
4368         * g++.dg/abi/mangle11.C: Tweak location of warnings.
4369         * g++.dg/abi/mangle12.C: Likewise.
4370         * g++.dg/abi/mangle17.C: Likewise.
4371         * g++.dg/abi/mangle20-2.C: Likewise.
4372         * g++.dg/opt/interface1.C: Likewise.
4373         * g++.dg/opt/interface1.h: Likewise.
4374         * g++.dg/opt/interface1-a.cc: New test.
4375         * g++.dg/parse/repo1.C: New test.
4376         * g++.dg/template/repo1.C: Likewise.
4377         * g++.dg/warn/Winline-1.C: Likewise.
4378         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
4379
4380 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
4381
4382         * gcc.dg/tree-ssa/20040729-1.c: New test.
4383
4384 2004-07-27  Matt Austern <austern@apple.com>
4385
4386         * gcc.dg/darwin-bool-1.c: New test.
4387         * gcc.dg/darwin-bool-2.c: New test.
4388
4389 2004-07-28  Richard Henderson  <rth@redhat.com>
4390
4391         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
4392         arguments in the correct type.  Don't write to constant arguments.
4393
4394 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4395
4396         PR tree-optimization/16688
4397         PR tree-optimization/16689
4398         * g++.dg/tree-ssa/pr16688.C: New test.
4399
4400 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4401
4402         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4403         loads.  Not only in the comment, this time.
4404
4405 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
4406
4407         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
4408         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
4409         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
4410         * gcc.dg/sh4a-bitmovua.c: New.
4411         * gcc.dg/sh4a-cos.c: New.
4412         * gcc.dg/sh4a-cosf.c: New.
4413         * gcc.dg/sh4a-fprun.c: New.
4414         * gcc.dg/sh4a-fsrra.c: New.
4415         * gcc.dg/sh4a-memmovua.c: New.
4416         * gcc.dg/sh4a-sin.c: New.
4417         * gcc.dg/sh4a-sincos.c: New.
4418         * gcc.dg/sh4a-sincosf.c: New.
4419         * gcc.dg/sh4a-sinf.c: New.
4420
4421 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4422
4423         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
4424         conditionals.
4425         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4426         loads.
4427         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
4428         DOM1.
4429
4430 2004-07-27  Andrew Pinski  <apinski@apple.com>
4431
4432         * g++.dg/rtti/tinfo1.C: Correct the xfail.
4433
4434 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
4435
4436         * gcc.dg/pragma-isr.c: New test.
4437
4438 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4439
4440         PR c++/14429
4441         * g++.dg/template/ttp11.C: New test.
4442
4443 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
4444
4445         * gcc.c-torture/compile/20040727-1.c: New test.
4446
4447 2004-07-26  Eric Christopher  <echristo@redhat.com>
4448
4449         * gcc.c-torture/compile/20040726-2.c: New test.
4450
4451 2004-07-26  Andrew Pinski  <apinski@apple.com>
4452
4453         * g++.dg/rtti/tinfo1.C: Xfail.
4454
4455 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
4456
4457         * gcc.c-torture/compile/20040726-1.c: New test.
4458
4459 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
4460             Brian Ryner  <bryner@brianryner.com>
4461
4462         PR c++/9283
4463         PR c++/15000
4464         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
4465         * g++.dg/ext/visibility/: New directory.
4466         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
4467         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
4468         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
4469         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
4470         * g++.dg/ext/visibility/fvisibility.C,
4471         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
4472         g++.dg/ext/visibility/fvisibility-override1.C
4473         g++.dg/ext/visibility/fvisibility-override2.C
4474         g++.dg/ext/visibility/memfuncts.C
4475         g++.dg/ext/visibility/noPLT.C
4476         g++.dg/ext/visibility/pragma.C
4477         g++.dg/ext/visibility/pragma-override1.C
4478         g++.dg/ext/visibility/pragma-override2.C
4479         g++.dg/ext/visibility/staticmemfuncts.C
4480         g++.dg/ext/visibility/virtual.C: New tests.
4481
4482 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4483
4484         PR c/15360
4485         * gcc.dg/pr15360-1.c: New test.
4486
4487 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
4488
4489         * gcc.dg/pragma-align-2.c: New test.
4490         * gcc.dg/pragma-init-fini.c: New test.
4491         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
4492         targets.
4493
4494 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4495
4496         * gcc.dg/init-string-2.c: New test.
4497
4498 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
4499
4500         PR 16684
4501         * gcc.dg/Wredundant-decls-1.c: New test case.
4502
4503 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
4504
4505         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
4506         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
4507         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
4508         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
4509         * gcc.dg/compat/generate-random.c: New file.
4510         * gcc.dg/compat/generate-random.h: Likewise.
4511         * gcc.dg/compat/generate-random_r.c: Likewise.
4512         * gcc.dg/compat/struct-layout-1.h: Likewise.
4513         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
4514         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
4515         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
4516         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
4517         * gcc.dg/compat/struct-layout-1_main.c: New test.
4518         * gcc.dg/compat/struct-layout-1_x.c: New file.
4519         * gcc.dg/compat/struct-layout-1_y.c: New file.
4520         * gcc.dg/compat/struct-layout-1_test.h: New file.
4521
4522 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
4523
4524         * gcc.dg/comp-return-1.c: New test
4525
4526 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
4527
4528         * gcc.dg/vmx/8-02a.c: Fix typo.
4529
4530         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
4531         * gcc.dg/darwin-abi-3.c: New test.
4532
4533         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
4534         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
4535
4536         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
4537         * gcc.dg/vmx/ops-long-1.c: New test.
4538         * gcc.dg/vmx/ops-long-2.c: New test.
4539
4540 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
4541
4542         * g++.dg/lookup/conv-[1234].C: New.
4543
4544 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
4545
4546         * g++.dg/parse/attr2.C: Simplify.
4547
4548 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4549
4550         PR c/7284
4551         * gcc.c-torture/execute/pr7284-1.c: New test.
4552
4553 2004-07-22  Brian Booth  <bbooth@redhat.com>
4554
4555         * gcc.dg/tree-ssa/20040721-1.c: New test.
4556
4557 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
4558
4559         * g++.dg/template/crash20.c: New.
4560
4561 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
4562
4563         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
4564         Add dg-run directive.  Declare variables as required.
4565         * gfortran.dg/g77/README: Update
4566
4567 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
4568
4569         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
4570         gcc.dg/cris-peep2-andu2.c: New tests.
4571
4572 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4573
4574         PR c/15052
4575         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
4576         on return type.
4577         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
4578         messages.
4579         * gcc.dg/qual-return-2.c: Update expected messages.
4580         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
4581
4582 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4583
4584         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
4585         * gcc.dg/noncompile/921102-1.c: Update expected error message.
4586
4587 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4588
4589         PR c/11250
4590         * gcc.dg/init-string-1.c: New test.
4591
4592 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
4593
4594         PR middle-end/15345
4595         PR c/16450
4596         * gcc.dg/torture/nested-fn-1.c: New test.
4597
4598 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
4599
4600         PR target/16559
4601         * gcc.dg/ia64-fptr-1.c: New file.
4602
4603 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4604
4605         PR c++/14497
4606         * g++.dg/template/spec16.C: New test.
4607         * g++.old-deja/g++.robertl/eb118.C: Remove.
4608
4609 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4610
4611         PR c++/509
4612         * g++.dg/template/spec15.C: New test.
4613
4614 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
4615
4616         Copy cases from g77.f-torture/execute and add dg-run
4617         directive.  Other changes as noted.
4618         * gfortran.dg/g77/13037.f
4619         * gfortran.dg/g77/1832.f
4620         * gfortran.dg/g77/19981119-0.f
4621         * gfortran.dg/g77/19990313-0.f
4622         * gfortran.dg/g77/19990313-1.f
4623         * gfortran.dg/g77/19990313-2.f
4624         * gfortran.dg/g77/19990313-3.f
4625         * gfortran.dg/g77/19990419-1.f
4626         * gfortran.dg/g77/19990826-0.f
4627         * gfortran.dg/g77/19990826-2.f
4628         * gfortran.dg/g77/20000503-1.f
4629         * gfortran.dg/g77/20001111.f
4630         * gfortran.dg/g77/20010116.f
4631         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
4632         * gfortran.dg/g77/20010430.f
4633         * gfortran.dg/g77/6177.f
4634         * gfortran.dg/g77/947.f
4635         * gfortran.dg/g77/970816-3.f
4636         * gfortran.dg/g77/971102-1.f
4637         * gfortran.dg/g77/980520-1.f
4638         * gfortran.dg/g77/980628-0.f
4639         * gfortran.dg/g77/980628-1.f
4640         * gfortran.dg/g77/980628-10.f
4641         * gfortran.dg/g77/980628-2.f
4642         * gfortran.dg/g77/980628-3.f
4643         * gfortran.dg/g77/980628-7.f
4644         * gfortran.dg/g77/980628-8.f
4645         * gfortran.dg/g77/980628-9.f
4646         * gfortran.dg/g77/980701-0.f
4647         * gfortran.dg/g77/980701-1.f
4648         * gfortran.dg/g77/cabs.f
4649         * gfortran.dg/g77/claus.f
4650         * gfortran.dg/g77/complex_1.f
4651         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
4652         * gfortran.dg/g77/dcomplex.f
4653         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
4654         * gfortran.dg/g77/f90-intrinsic-mathematical.f
4655         * gfortran.dg/g77/f90-intrinsic-numeric.f
4656         * gfortran.dg/g77/int8421.f
4657         * gfortran.dg/g77/labug1.f
4658         * gfortran.dg/g77/large_vec.f
4659         * gfortran.dg/g77/le.f
4660         * gfortran.dg/g77/short.f
4661         * gfortran.dg/g77/README: Update
4662
4663 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
4664
4665         PR c++/16637
4666         * g++.dg/parse/lookup4.C: New test.
4667
4668 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4669
4670         PR c++/16175
4671         * g++.dg/template/ttp10.C: New test.
4672
4673 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4674
4675         * gcc.dg/pr12625-1.c: New test.
4676
4677 2004-07-20  Steven Bosscher  <stevenb@suse.de>
4678
4679         * testsuite/gcc.dg/switch-warn-1.c: New test.
4680         * testsuite/gcc.dg/switch-warn-2.c: New test.
4681         * gcc.c-torture/compile/pr14730.c: Update.
4682
4683 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
4684
4685         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
4686         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
4687         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
4688         g++.dg/template/nontype3.C: Remove trailing CR from tests.
4689
4690 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
4691
4692         PR c++/16623
4693         * g++.dg/template/assign1.C: New test.
4694
4695 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4696
4697         PR c++/12170
4698         * g++.dg/template/ttp9.C: New test.
4699
4700 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
4701
4702         * gcc.dg/format/cmn-err-1.c: New test.
4703
4704 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4705
4706         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
4707         gcc.dg/Wparentheses-10.c: New tests.
4708         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
4709
4710 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4711
4712         PR fortran/16465
4713         * gfortran.dg/g77//ffixed-line-length-0.f,
4714         gfortran.dg/g77/ffixed-line-length-132.f,
4715         gfortran.dg/g77/ffixed-line-length-72.f,
4716         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
4717         gfortran.dg/g77/README: Update.
4718
4719 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4720
4721         PR c++/13092
4722         * g++.dg/template/non-dependent7.C: New test.
4723         * g++.dg/template/non-dependent8.C: Likewise.
4724         * g++.dg/template/non-dependent9.C: Likewise.
4725         * g++.dg/template/non-dependent10.C: Likewise.
4726
4727 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
4728
4729         PR c++/16337
4730         * g++.dg/parse/attr2.C: New test.
4731
4732 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
4733
4734         * g77.dg: Removed.
4735         * g77.f-torture: Ditto.
4736
4737 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
4738
4739         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
4740         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
4741         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
4742
4743 2004-07-16  Richard Henderson  <rth@redhat.com>
4744
4745         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
4746
4747 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4748
4749         * lib/fortran-torture.exp (fortran-torture): Don't test compile
4750         tests with full list of options.
4751         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
4752         of TORTURE_OPTIONS if test contains 'dg-do run'.
4753
4754         PR fortran/16404
4755         * gfortran.dg/do_iterator.f90: New test.
4756
4757 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4758
4759         PR rtl-optimization/16536
4760         * gcc.c-torture/execute/restrict-1.c: New test.
4761
4762 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4763
4764         PR fortran/15324
4765         * gfortran.dg/pr15324.f90: New test.
4766
4767         PR fortran/15129
4768         * gfortran.dg/pr15129.f90: New test.
4769
4770         PR fortran/15140
4771         * gfortran.dg/pr15140.f90: New test.
4772
4773         PR fortran/13792
4774         * gfortran.fortran-torture/execute/bounds.f90: Add check for
4775         compile-time simplification.
4776
4777 2004-07-14  Mike Stump  <mrs@apple.com>
4778
4779         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
4780
4781 2004-07-14  James E Wilson  <wilson@specifixinc.com>
4782
4783         PR target/16325
4784         * gcc.dg/profile-generate-1.c: New.
4785
4786 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
4787
4788         * gcc.c-torture/execute/20040709-1.c: New test.
4789         * gcc.c-torture/execute/20040709-2.c: New test.
4790
4791 2004-07-14  Mike Stump  <mrs@apple.com>
4792
4793         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
4794
4795 2004-07-14  Mike Stump  <mrs@apple.com>
4796
4797         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
4798
4799 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
4800
4801         PR c++/16518
4802         * g++.dg/parse/mutable1.C: New test.
4803
4804 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
4805
4806         PR tree-optimization/16443
4807         * gcc.dg/tree-ssa/20040713-1.c: New test.
4808
4809 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
4810
4811         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
4812         for operator new.
4813
4814 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4815
4816         * gfortran.dg/g77/README: New file
4817         * gfortran.dg/g77/19981216-0.f:  Copy from
4818         g77.f-torture/noncompile.  Add "dg-do compile" and
4819         dg-error as required.
4820         * gfortran.dg/g77/19990218-1.f: Likewise
4821         * gfortran.dg/g77/19990905-1.f: Likewise
4822         * gfortran.dg/g77/9263.f: Likewise
4823         * gfortran.dg/g77/980615-0.f: Likewise
4824         * gfortran.dg/g77/980616-0.f: Likewise
4825         * gfortran.dg/g77/check0.f: Likewise
4826         * gfortran.dg/g77/select_no_compile.f: Likewise
4827
4828 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4829
4830         Copy files from g77.f-torture/compile.
4831         Add "{ dg-do compile}".  Other changes as noted
4832         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
4833         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
4834         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
4835         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
4836         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
4837         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
4838         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
4839         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
4840         statement to conform to standard.  Append alpha1.x for reference.
4841         * gfortran.dg/g77/xformat.f: Add dg-warning
4842
4843 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4844
4845         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
4846         Add {dg-do compile} directive.
4847         * gfortran.dg/g77/cpp2.F: Likewise
4848
4849 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4850
4851         PR c++/5402
4852         * g++.dg/lookup/name-clash1.C: New test.
4853
4854         PR c++/9777
4855         * g++.dg/lookup/name-clash2.C: New test.
4856
4857         PR c++/12102
4858         * g++.dg/lookup/name-clash3.C: New test.
4859
4860 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4861
4862         * g++.dg/lookup/new2.C: New test.
4863         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
4864
4865 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
4866
4867         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
4868         Add {dg-do compile} directive.
4869         * gfortran.dg/g77/13060.f: Likewise
4870         * gfortran.dg/g77/19990218-0.f: Likewise
4871         * gfortran.dg/g77/19990305-0.f: Likewise
4872         * gfortran.dg/g77/19990419-0.f: Likewise
4873         * gfortran.dg/g77/19990502-0.f: Likewise
4874         * gfortran.dg/g77/19990502-1.f: Likewise
4875         * gfortran.dg/g77/19990525-0.f: Likewise
4876         * gfortran.dg/g77/19990826-1.f: Likewise
4877         * gfortran.dg/g77/19990826-3.f: Likewise
4878         * gfortran.dg/g77/19990905-2.f: Likewise
4879         * gfortran.dg/g77/20000412-1.f: Likewise
4880         * gfortran.dg/g77/20000511-1.f: Likewise
4881         * gfortran.dg/g77/20000511-2.f: Likewise
4882         * gfortran.dg/g77/20000518.f: Likewise
4883         * gfortran.dg/g77/20000601-1.f: Likewise
4884         * gfortran.dg/g77/20000601-2.f: Likewise
4885         * gfortran.dg/g77/20000629-1.f: Likewise
4886         * gfortran.dg/g77/20000630-2.f: Likewise
4887         * gfortran.dg/g77/20010115.f: Likewise
4888         * gfortran.dg/g77/20010321-1.f: Likewise
4889         * gfortran.dg/g77/20010426.f: Likewise
4890         * gfortran.dg/g77/20020307-1.f: Likewise
4891         * gfortran.dg/g77/8485.f: Likewise
4892         * gfortran.dg/g77/960317-1.f: Likewise
4893         * gfortran.dg/g77/970915-0.f: Likewise
4894         * gfortran.dg/g77/980310-1.f: Likewise
4895         * gfortran.dg/g77/980310-2.f: Likewise
4896         * gfortran.dg/g77/980310-3.f: Likewise
4897         * gfortran.dg/g77/980310-4.f: Likewise
4898         * gfortran.dg/g77/980310-6.f: Likewise
4899         * gfortran.dg/g77/980310-7.f: Likewise
4900         * gfortran.dg/g77/980310-8.f: Likewise
4901         * gfortran.dg/g77/980419-2.f: Likewise
4902         * gfortran.dg/g77/980424-0.f: Likewise
4903         * gfortran.dg/g77/980427-0.f: Likewise
4904         * gfortran.dg/g77/980729-0.f: Likewise
4905         * gfortran.dg/g77/981117-1.f: Likewise
4906         * gfortran.dg/g77/toon_1.f: Likewise
4907
4908 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4909
4910         PR c++/2204
4911         * g++.dg/other/abstract2.C: New test.
4912
4913 2004-07-12  Paul Brook  <paul@codesourcery.com>
4914
4915         * gfortran.dg/pointer_init_1.f90: New test.
4916
4917 2004-07-11  Paul Brook  <paul@codesourcery.com>
4918
4919         PR fortran/15986
4920         * gfortran.dg/contained_1.f90: New test.
4921
4922 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
4923
4924         * g++.dg/parse/defarg8.C: New test.
4925
4926 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4927
4928         PR fortran/16433
4929         * gfortran.dg/pr16433.f: New test.
4930
4931         PR fortran/17574
4932         * gfortran.dg/pr15754.f90: New test.
4933
4934 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
4935
4936         PR tree-optimization/16437
4937         * gcc.c-torture/execute/bitfld-4.c: New test.
4938
4939 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4940
4941         * gfortran.fortran-torture/execute/common_2.f90: Add check for
4942         access to common var from module.
4943
4944 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4945
4946         PR fortran/16336
4947         * gfortran.fortran-torture/execute/common_2.f90: New test.
4948
4949 2004-07-10  Paul Brook  <paul@codesourcery.com>
4950
4951         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
4952
4953 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4954
4955         PR fortran/15969
4956         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
4957
4958 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
4959
4960         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
4961         * gfortran.dg/g77/ffixed-form-2.f: Likewise
4962         * gfortran.dg/g77/ffree-form-1.f: Likewise
4963         * gfortran.dg/g77/ffree-form-2.f: Likewise
4964         * gfortran.dg/g77/ffree-form-3.f: Likewise
4965         * gfortran.dg/g77/fno-underscoring.f: Likewise
4966         * gfortran.dg/g77/funderscoring.f: Likewise
4967         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
4968
4969 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4970
4971         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
4972
4973 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4974         Paul Brook  <paul@codesourcery.com>
4975
4976         PR fortran/13415
4977         * gfortran.dg/common_pointer_1.f90: New test.
4978
4979 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4980
4981         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
4982
4983 2004-07-09  James E Wilson  <wilson@specifixinc.com>
4984
4985         PR target/16364
4986         * gcc.c-torture/compile/20040709-1.c: New.
4987
4988 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4989
4990         PR fortran/14077
4991         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
4992
4993 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4994
4995         PR fortran/13201
4996         * gfortran.dg/shape_1.f90: New test.
4997
4998 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
4999             Andrew Pinski  <apinski@apple.com>
5000
5001         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
5002
5003 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5004
5005         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
5006         comment.
5007
5008 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5009         Paul Brook  <paul@codesourcery.com>
5010
5011         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
5012         '.f95' and '.F95'.
5013
5014 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
5015
5016         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
5017
5018 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5019
5020         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
5021         testcases with capital suffix.
5022
5023 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5024
5025         PR fortran/15481
5026         PR fortran/13372
5027         PR fortran/13575
5028         PR fortran/15978
5029         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
5030
5031         * gfortran.dg/implicit_1.f90: New test.
5032
5033 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5034
5035         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
5036         expression to match gfortran warning/error messages
5037         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
5038         dg-error text.
5039
5040 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5041
5042         * lib/fortran-torture.exp: Rename proc search_for to
5043         search_for_re.
5044
5045 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5046
5047         * gcc.c-torture/execute/simd-5.x: New file.
5048         XFAIL on SPARC 64-bit at -O0.
5049
5050 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5051
5052         PR c++/8211
5053         PR c++/16165
5054         * g++.dg/warn/effc3.C: New test.
5055
5056 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5057
5058         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
5059         change X to 1X in format.
5060         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
5061         add data statements to conform to standard.
5062
5063 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5064
5065         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
5066         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
5067         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
5068
5069 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5070
5071         * gfortran.dg/g77/7388.f: Copy from g77.dg
5072         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
5073         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
5074         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
5075         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
5076         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
5077         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
5078         * gfortran.dg/g77/strlen0.f: Likewise
5079
5080 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
5081
5082         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
5083         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
5084
5085 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5086
5087         * gcc.c-torture/execute/920428-2.x: Delete.
5088         * gcc.c-torture/execute/920501-7.x: Likewise.
5089
5090 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
5091
5092         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
5093         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
5094         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
5095         prescott and c3-2.
5096         (PREFETCH_3DNOW): Add -march=c3.
5097
5098 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
5099
5100         PR c/16437
5101         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
5102         * gcc.c-torture/execute/bf64-1.x: Likewise.
5103
5104 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5105
5106         * gcc.c-torture/compile/20040708-1.c: New test.
5107
5108 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5109
5110         PR c++/16169
5111         * g++.dg/warn/effc2.C: New test.
5112
5113 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
5114
5115         * gcc.c-torture/execute/bitfld-1.x: Remove.
5116         * gcc.c-torture/execute/bitfld-3.c: New test.
5117         * gcc.dg/bitfld-2.c: Remove XFAILs.
5118
5119 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5120
5121         PR c++/16276
5122         * g++.dg/rtti/tinfo1.C: New file.
5123
5124 2004-07-07  Eric Christopher  <echristo@redhat.com>
5125
5126         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
5127
5128 2004-07-07  Andrew Pinski  <apinski@apple.com>
5129
5130         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
5131
5132 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
5133
5134         * g++.dg/init/call1.C: XFAIL.
5135
5136 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
5137
5138         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
5139         except for movstrict*, to movmem* and clrstr* to clrmem*.
5140
5141 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
5142
5143         * gcc.c-torture/execute/20040707-1.c: New test.
5144
5145 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
5146
5147         * gcc.c-torture/execute/20040706-1.c: New test.
5148
5149 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5150
5151         PR c++/3671
5152         * g++.dg/template/spec14.C: New test.
5153
5154 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
5155
5156         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
5157         nothing if not yet defined.  Use it in b, c and d type definitions.
5158         * gcc.c-torture/execute/20040705-1.c: New test.
5159         * gcc.c-torture/execute/20040705-2.c: New test.
5160
5161 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5162
5163         PR c++/2518
5164         * g++.dg/lookup/new1.C: New test.
5165
5166 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5167
5168         PR c++/11406
5169         * g++.dg/template/sizeof8.C: New test.
5170
5171 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
5172
5173         * gcc.c-torture/compile/20040705-1.c: New test.
5174
5175 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
5176
5177         * gfortran.fortran-torture/execute/seq_io.f90: New test.
5178
5179 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
5180
5181         * gcc.dg/cpp/if-mop.c: Two new testcases.
5182         * gcc.dg/cpp/trad/comment-3.c: New.
5183
5184 2004-07-04  Paul Brook  <paul@codesourcery.com>
5185
5186         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
5187
5188 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
5189
5190         PR c++/3761
5191         * g++.dg/lookup/crash4.C: New test.
5192
5193 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
5194
5195         * gcc.c-torture/execute/builtin-abs-1.c
5196         * gcc.c-torture/execute/builtin-abs-2.c
5197         * gcc.c-torture/execute/builtin-complex-1.c
5198         * gcc.c-torture/execute/builtins/string-1-lib.c
5199         * gcc.c-torture/execute/builtins/string-1.c
5200         * gcc.c-torture/execute/builtins/string-2-lib.c
5201         * gcc.c-torture/execute/builtins/string-2.c
5202         * gcc.c-torture/execute/builtins/string-3-lib.c
5203         * gcc.c-torture/execute/builtins/string-3.c
5204         * gcc.c-torture/execute/builtins/string-4-lib.c
5205         * gcc.c-torture/execute/builtins/string-4.c
5206         * gcc.c-torture/execute/builtins/string-5-lib.c
5207         * gcc.c-torture/execute/builtins/string-5.c
5208         * gcc.c-torture/execute/builtins/string-6-lib.c
5209         * gcc.c-torture/execute/builtins/string-6.c
5210         * gcc.c-torture/execute/builtins/string-7-lib.c
5211         * gcc.c-torture/execute/builtins/string-7.c
5212         * gcc.c-torture/execute/builtins/string-8-lib.c
5213         * gcc.c-torture/execute/builtins/string-8.c
5214         * gcc.c-torture/execute/builtins/string-9-lib.c
5215         * gcc.c-torture/execute/builtins/string-9.c
5216         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
5217         * gcc.c-torture/execute/builtins/string-asm-1.c
5218         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
5219         * gcc.c-torture/execute/builtins/string-asm-2.c
5220         * gcc.c-torture/execute/stdio-opt-1.c
5221         * gcc.c-torture/execute/stdio-opt-2.c
5222         * gcc.c-torture/execute/stdio-opt-3.c
5223         * gcc.c-torture/execute/string-opt-1.c
5224         * gcc.c-torture/execute/string-opt-10.c
5225         * gcc.c-torture/execute/string-opt-11.c
5226         * gcc.c-torture/execute/string-opt-12.c
5227         * gcc.c-torture/execute/string-opt-13.c
5228         * gcc.c-torture/execute/string-opt-14.c
5229         * gcc.c-torture/execute/string-opt-15.c
5230         * gcc.c-torture/execute/string-opt-16.c
5231         * gcc.c-torture/execute/string-opt-2.c
5232         * gcc.c-torture/execute/string-opt-6.c
5233         * gcc.c-torture/execute/string-opt-7.c
5234         * gcc.c-torture/execute/string-opt-8.c:
5235         Replace with ...
5236
5237         * gcc.c-torture/execute/builtins/abs-2.c
5238         * gcc.c-torture/execute/builtins/abs-3.c
5239         * gcc.c-torture/execute/builtins/complex-1.c
5240         * gcc.c-torture/execute/builtins/fprintf.c
5241         * gcc.c-torture/execute/builtins/fputs.c
5242         * gcc.c-torture/execute/builtins/memcmp.c
5243         * gcc.c-torture/execute/builtins/memmove.c
5244         * gcc.c-torture/execute/builtins/memops-asm.c
5245         * gcc.c-torture/execute/builtins/mempcpy-2.c
5246         * gcc.c-torture/execute/builtins/mempcpy.c
5247         * gcc.c-torture/execute/builtins/memset.c
5248         * gcc.c-torture/execute/builtins/printf.c
5249         * gcc.c-torture/execute/builtins/sprintf.c
5250         * gcc.c-torture/execute/builtins/strcat.c
5251         * gcc.c-torture/execute/builtins/strchr.c
5252         * gcc.c-torture/execute/builtins/strcmp.c
5253         * gcc.c-torture/execute/builtins/strcpy.c
5254         * gcc.c-torture/execute/builtins/strcspn.c
5255         * gcc.c-torture/execute/builtins/strlen-2.c
5256         * gcc.c-torture/execute/builtins/strlen.c
5257         * gcc.c-torture/execute/builtins/strncat.c
5258         * gcc.c-torture/execute/builtins/strncmp-2.c
5259         * gcc.c-torture/execute/builtins/strncmp.c
5260         * gcc.c-torture/execute/builtins/strncpy.c
5261         * gcc.c-torture/execute/builtins/strpbrk.c
5262         * gcc.c-torture/execute/builtins/strpcpy-2.c
5263         * gcc.c-torture/execute/builtins/strpcpy.c
5264         * gcc.c-torture/execute/builtins/strrchr.c
5265         * gcc.c-torture/execute/builtins/strspn.c
5266         * gcc.c-torture/execute/builtins/strstr-asm.c
5267         * gcc.c-torture/execute/builtins/strstr.c:
5268         ... these new files.
5269
5270         * gcc.c-torture/execute/builtins/abs-2-lib.c
5271         * gcc.c-torture/execute/builtins/abs-3-lib.c
5272         * gcc.c-torture/execute/builtins/complex-1-lib.c
5273         * gcc.c-torture/execute/builtins/fprintf-lib.c
5274         * gcc.c-torture/execute/builtins/fputs-lib.c
5275         * gcc.c-torture/execute/builtins/memcmp-lib.c
5276         * gcc.c-torture/execute/builtins/memmove-lib.c
5277         * gcc.c-torture/execute/builtins/memops-asm-lib.c
5278         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
5279         * gcc.c-torture/execute/builtins/mempcpy-lib.c
5280         * gcc.c-torture/execute/builtins/memset-lib.c
5281         * gcc.c-torture/execute/builtins/printf-lib.c
5282         * gcc.c-torture/execute/builtins/sprintf-lib.c
5283         * gcc.c-torture/execute/builtins/strcat-lib.c
5284         * gcc.c-torture/execute/builtins/strchr-lib.c
5285         * gcc.c-torture/execute/builtins/strcmp-lib.c
5286         * gcc.c-torture/execute/builtins/strcpy-lib.c
5287         * gcc.c-torture/execute/builtins/strcspn-lib.c
5288         * gcc.c-torture/execute/builtins/strlen-2-lib.c
5289         * gcc.c-torture/execute/builtins/strlen-lib.c
5290         * gcc.c-torture/execute/builtins/strncat-lib.c
5291         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
5292         * gcc.c-torture/execute/builtins/strncmp-lib.c
5293         * gcc.c-torture/execute/builtins/strncpy-lib.c
5294         * gcc.c-torture/execute/builtins/strpbrk-lib.c
5295         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
5296         * gcc.c-torture/execute/builtins/strpcpy-lib.c
5297         * gcc.c-torture/execute/builtins/strrchr-lib.c
5298         * gcc.c-torture/execute/builtins/strspn-lib.c
5299         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
5300         * gcc.c-torture/execute/builtins/strstr-lib.c
5301         * gcc.c-torture/execute/builtins/lib/abs.c
5302         * gcc.c-torture/execute/builtins/lib/fprintf.c
5303         * gcc.c-torture/execute/builtins/lib/memset.c
5304         * gcc.c-torture/execute/builtins/lib/printf.c
5305         * gcc.c-torture/execute/builtins/lib/sprintf.c
5306         * gcc.c-torture/execute/builtins/lib/strcpy.c
5307         * gcc.c-torture/execute/builtins/lib/strcspn.c
5308         * gcc.c-torture/execute/builtins/lib/strncat.c
5309         * gcc.c-torture/execute/builtins/lib/strncmp.c
5310         * gcc.c-torture/execute/builtins/lib/strncpy.c
5311         * gcc.c-torture/execute/builtins/lib/strpbrk.c
5312         * gcc.c-torture/execute/builtins/lib/strspn.c
5313         * gcc.c-torture/execute/builtins/lib/strstr.c:
5314         New files containing support routines.
5315
5316         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
5317         declaration.
5318         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
5319         when not optimizing.
5320
5321 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
5322
5323         PR c++/16240
5324         * g++.dg/abi/mangle22.C: New test.
5325         * g++.dg/abi/mangle23.C: Likewise.
5326
5327 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
5328
5329         PR fortran/16290
5330         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
5331         Allow for cases without denormalized floating point numbers.
5332
5333 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
5334
5335         PR c/1027
5336         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
5337         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
5338         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
5339         expected warning text.
5340         * gcc.dg/format/diag-2.c: New test.
5341
5342 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5343
5344         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
5345
5346 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5347
5348         * gcc.dg/builtins-43.c: New.
5349         * gcc.dg/builtins-44.c: New.
5350         * gcc.dg/builtins-45.c: New.
5351
5352 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
5353             Andreas Tobler  <a.tobler@schweiz.ch>
5354
5355         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
5356         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
5357         as SIGSEGV.
5358         * gcc.dg/cleanup-11.c: Likewise.
5359         * gcc.dg/cleanup-8.c: Likewise.
5360         * gcc.dg/cleanup-9.c: Likewise.
5361         * gcc.dg/cleanup-5.c: Run on all platforms.
5362
5363 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5364
5365         * g++.dg/warn/nonnull1.C: New test.
5366
5367 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5368
5369         * gcc.dg/compat/compat-common.h: Wrap up CINT in
5370         an #ifndef SKIP_COMPLEX_INT/#endif pair.
5371         Special-case the Sun compiler wrt to <complex.h>.
5372
5373 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
5374
5375         * gcc.dg/Wunreachable-8.C: New test.
5376
5377         * gcc.dg/h8300-ice2.c : New test.
5378
5379 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
5380
5381         PR fortran/16161
5382         * gfortran.fortran-torture/compile/implicit.f90: Add test
5383         for implicit character.
5384
5385 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
5386
5387         PR fortran/16289
5388         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
5389         Use tiny() intrinsic to find smallest non-negative real
5390
5391 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
5392
5393         * gcc.dg/compat/struct-by-value-22_main.c: New test.
5394         * gcc.dg/compat/struct-by-value-22_x.c: New.
5395         * gcc.dg/compat/struct-by-value-22_y.c: New.
5396
5397         * gcc.c-torture/execute/20040629-1.c: New test.
5398
5399 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
5400
5401         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
5402         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
5403
5404         PR target/16195
5405         * gcc.dg/20040625-1.c: New test.
5406
5407 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5408
5409         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
5410
5411 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5412
5413         PR fortran/15963
5414         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
5415
5416 2004-06-29  Richard Henderson  <rth@redhat.com>
5417
5418         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
5419
5420 2004-06-29  Paul Brook  <paul@codesourcery.com>
5421
5422         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
5423         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
5424
5425 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
5426
5427         PR c++/16260
5428         * g++.dg/parse/crash15.C: New.
5429
5430 2004-06-28  Andrew Pinski  <apinski@apple.com>
5431
5432         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
5433         by the error already.
5434
5435         * g++.dg/opt/ptrmem4.C: Change to compile only test.
5436
5437 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
5438
5439         PR target/14041
5440         * gcc.dg/h8300-bss-align-1.c : New.
5441
5442 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
5443
5444         * PR c++/16174
5445         * g++.dg/template/ctor4.C: New.
5446
5447 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5448
5449         PR c++/16205
5450         * g++.dg/warn/Wsequence-point-1.C: New test.
5451
5452 2004-06-27  Paul Brook  <paul@codesourcery.com>
5453
5454         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
5455
5456 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
5457
5458         * g++.old-deja/g++.mike/p7325.C: Remove.
5459
5460 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5461
5462         PR c/14963
5463         * gcc.dg/pr14963.c: New test.
5464
5465 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
5466
5467         PR c++/16193
5468         * g++.dg/parse/redef1.C: New test.
5469
5470 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
5471
5472         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
5473         20021110.c.
5474         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
5475         20021119-1.c.
5476         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
5477         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
5478         5-04.c.
5479         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
5480         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
5481         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
5482         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
5483         g++.brendan/enum14.C.
5484         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
5485         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
5486         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
5487         g++.mike/virt1.C.
5488         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
5489         memtemp24.C.
5490
5491 2004-06-27  Roger Sayle  <roger@eyesopen.com>
5492
5493         * gcc.dg/20040527-1.c: New test case.
5494
5495 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
5496
5497         PR gfortran/pr16196
5498         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
5499
5500 2004-06-25  Roger Sayle  <roger@eyesopen.com>
5501
5502         PR middle-end/15825
5503         * gcc.dg/pr15825-1.c: New test case.
5504
5505 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5506
5507         * gcc.c-torture/execute/20040625-1.c: New test.
5508
5509 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5510
5511         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
5512
5513 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5514
5515         * gcc.dg/torture/mips-div-1.c: New test.
5516
5517 2004-06-24  Jeff Law  <law@redhat.com>
5518
5519         * gcc.dg/tree-ssa/20040624-1.c: New test.
5520
5521 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
5522
5523         * gcc.c-torture/compile/20040624-1.c: New test.
5524
5525 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5526
5527         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
5528         this directory.
5529
5530 2004-06-23  Andrew Pinski  <apinski@apple.com>
5531
5532         PR middle-end/15988
5533         * g++.dg/opt/ptrmem4.C: New test.
5534
5535         * gcc.dg/c90-array-quals-2.c: New test.
5536
5537 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
5538
5539         * gcc.dg/kpice1.c: New test.
5540
5541 2006-06-23  Andrew Pinski  <apinski@apple.com>
5542
5543         * gcc.dg/c90-array-quals.c: New test.
5544
5545 2006-06-22  Richard Henderson  <rth@redhat.com>
5546
5547         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
5548
5549 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
5550
5551         * gcc.dg/builtins-config.h: Handle FreeBSD.
5552
5553 2006-06-22  Richard Henderson  <rth@redhat.com>
5554
5555         * g++.dg/opt/devirt1.C: New.
5556
5557 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
5558
5559         * g++.dg/opt/pr15551.C: New testcase.
5560
5561 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
5562
5563         PR target/14800
5564         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
5565         x86_64-*-linux* when compiling for 32bit.
5566
5567 2004-06-21  Andrew Pinski  <apinski@apple.com>
5568
5569         * gcc.dg/pch/struct-1.c: New.
5570         * gcc.dg/pch/struct-1.hs: New.
5571
5572 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
5573
5574         * gcc.dg/pch/save-temps-1.c: New file.
5575         * gcc.dg/pch/save-temps-1.hs: New file.
5576
5577 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
5578
5579         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
5580         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
5581
5582 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5583
5584         * gfortran.fortran-torture/execute/select_1.f90: Rename function
5585         to fix type error.
5586         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
5587         Remove trailing spaces.
5588
5589 2004-06-21  Richard Henderson  <rth@redhat.com>
5590
5591         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
5592         merging && to BIT_FIELD_REF.
5593
5594 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
5595
5596         * g++.dg/opt/placeholder1.C: New test.
5597
5598 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5599
5600         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
5601         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5602         * gcc.dg/compat/union-m128-1_x.c: Likewise.
5603         * gcc.dg/compat/union-m128-1_y.c: Likewise.
5604
5605 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
5606
5607         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
5608         extern "C".
5609         * g++.dg/other/pragma-re-1.C: Add comments.
5610
5611 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
5612
5613         PR gfortran/16080
5614         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
5615
5616 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
5617
5618         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
5619         instead of setting the type of size_t by
5620         hand.
5621
5622 2004-06-18  Roger Sayle  <roger@eyesopen.com>
5623
5624         * gcc.dg/unordered-2.c: New test case.
5625         * gcc.dg/unordered-3.c: New test case.
5626
5627 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
5628
5629         PR other/16043
5630         * lib/g++.exp (g++_version): Tweak regexp for version
5631         * lib/g77.exp (g77_version): Likewise
5632         * lib/gfortran.exp (gfortran_version): Likewise
5633         * lib/objc.exp (objc_version): Likewise
5634         * lib/treelang.exp (treelang_version): Likewise
5635
5636 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
5637
5638         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
5639         Use INT_MAX instead of __INT_MAX__.
5640         * gcc.dg/compat/struct-align-2_y.c: Likewise.
5641
5642         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
5643         * gcc.dg/compat/scalar-return-3_x.c: Use it.
5644         * gcc.dg/compat/scalar-return-3_y.c: Use it.
5645         * gcc.dg/compat/scalar-return-4_x.c: Use it.
5646         * gcc.dg/compat/scalar-return-4_y.c: Use it.
5647         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
5648         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
5649         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
5650         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
5651
5652         * gcc.dg/range-test-1.c: New test.
5653         * g++.dg/opt/range-test-1.C: New test.
5654
5655 2004-06-17  Richard Henderson  <rth@redhat.com>
5656
5657         * objc.dg/sync-1.m: New.
5658         * objc.dg/try-catch-1.m: Don't force next runtime.
5659         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
5660         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
5661         shadowed catch clause.
5662         * objc.dg/try-catch-5.m: New.
5663
5664 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
5665
5666         Bug 14610
5667         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
5668
5669 2004-06-15  Richard Henderson  <rth@redhat.com>
5670
5671         * gcc.dg/20001116-1.c: Move expected warning line.
5672
5673 2004-06-15  Richard Henderson  <rth@redhat.com>
5674
5675         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
5676         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
5677
5678 2004-06-15  Jeff Law  <law@redhat.com>
5679
5680         * gcc.dg/tree-ssa/20040615-1.c: New test.
5681         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
5682         be less sensitive to operand ordering.
5683         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
5684
5685 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5686
5687         * g++.dg/abi/bitfield3.C: Add comment..
5688
5689 2004-06-15  Richard Henderson  <rth@redhat.com>
5690
5691         * g++.dg/ext/stmtexpr1.C: XFAIL.
5692         * gcc.dg/20030612-1.c: XFAIL.
5693
5694 2004-06-15  Eric Christopher  <echristo@redhat.com>
5695
5696         * g++.dg/charset/asm5.c: New.
5697         * gcc.dg/charset/asm6.c: New.
5698
5699 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5700
5701         PR fortran/15962
5702         * gfortran.fortran-torture/execute/select_1.f90: New test.
5703
5704 2004-06-15  Paul Brook  <paul@codesourcery.com>
5705
5706         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
5707
5708 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5709
5710         PR c++/15967
5711         * g++.dg/lookup/crash3.C: New test.
5712
5713 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5714
5715         PR c++/15947
5716         * g++.dg/parse/dtor4.C: New test.
5717
5718 2004-06-14  Jeff Law  <law@redhat.com>
5719
5720         * gcc.c-torture/compile/20040614-1.c: New test.
5721
5722 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5723
5724         PR fortran/15211
5725         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
5726         LEN of a character array.
5727
5728 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
5729
5730         PR c++/15096
5731         * g++.dg/template/ptrmem10.C: New test.
5732
5733         PR c++/14930
5734         * g++.dg/template/friend30.C: New test.
5735
5736 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5737
5738         PR fortran/14928
5739         * gfortran.fortran-torture/compile/mloc.f90: New test.
5740
5741 2004-06-13  Paul Brook  <paul@codesourcery.com>
5742
5743         * gfortran.fortran-torture/execute/random_2.f90: New test.
5744
5745 2004-06-13  Eric Christopher  <echristo@redhat.com>
5746
5747         * gcc.dg/noncompile/redecl-1.c: Fix error message.
5748
5749 2004-06-12  Paul Brook  <paul@codesourcery.com>
5750
5751         * gfortran.fortran-torture/execute/contained_3.f90: New test.
5752
5753 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5754
5755         PR fortran/14923
5756         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
5757
5758 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5759
5760         PR fortran/14957
5761         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
5762         syntax errors in end statements of contained subroutines.
5763
5764 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5765
5766         PR fortran/12841
5767         * gfortran.fortran-torture/execute/null_arg.f90: New test.
5768
5769 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5770
5771         PR fortran/15665
5772         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
5773
5774 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5775
5776         PR gfortran/12839
5777         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
5778
5779 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
5780
5781         PR c++/15862
5782         * g++.dg/parse/enum1.C: New test.
5783
5784 2004-06-10  Jeff Law  <law@redhat.com>
5785
5786         * gcc.c-torture/compile/20040610-1.c: New test.
5787
5788 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5789
5790         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
5791         * g++.old-deja/g++.other/decl3.C: Likewise.
5792
5793 2004-06-10  Brian Booth  <bbooth@redhat.com>
5794
5795         * gcc.dg/tree-ssa/20031015-1.c: Scan for
5796         V_MAY_DEF instead of VDEF.
5797         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
5798
5799 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
5800
5801         PR c++/14211
5802         * g++.dg/conversion/const1.C: New test.
5803
5804         PR c++/15076
5805         * g++.dg/conversion/reinterpret1.C: New test.
5806
5807         PR c++/15877
5808         * g++.dg/template/enum2.C: New test.
5809
5810         PR c++/15227
5811         * g++.dg/template/error13.C: New test.
5812
5813 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5814
5815         PR fortran/14957
5816         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
5817         arguments to test_* REAL and of the right size.
5818
5819 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5820
5821         PR target/15569
5822         PR rtl-optimization/15681
5823         * gcc.dg/20040609-1.c: New test.
5824
5825 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5826
5827         PR c++/14791
5828         * g++.dg/opt/builtins1.C: New test.
5829
5830 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
5831
5832         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
5833         that use default windows32 struct layout.
5834         * gcc.dg/i386-bitfield2.c: Likewise.
5835
5836 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
5837
5838         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
5839         for mingw32 and cygwin targets.
5840
5841 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
5842
5843         * gcc.dg/pch/macro-4.c: New.
5844         * gcc.dg/pch/macro-4.hs: New.
5845
5846 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5847
5848         PR fortran/13249
5849         * gfortran.fortran-torture/compile/name_clash.f90: New test.
5850
5851 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5852
5853         PR fortran/13372
5854         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
5855
5856 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
5857
5858         PR gfortran/14897
5859         * gfortran.fortran-torture/execute/t_edit.f90: New test.
5860
5861 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
5862
5863         PR gfortran/15755
5864         * gfortran.fortran-torture/execute/backspace.c : New test.
5865
5866 2004-06-09  Paul Brook  <paul@codesourcery.com>
5867
5868         * gfortran.fortran-torture/execure/intrinsic_associated.f90
5869         (pointer_to_section): Rewrite to use smaller array.
5870
5871 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
5872
5873         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
5874         * gcc.dg/ext/altivec-10.c: Same.
5875         * gcc.dg/ext/altivec-11.c: Same.
5876         * gcc.dg/ext/altivec-12.c: Same.
5877         * gcc.dg/ext/altivec-13.c: Same.
5878         * gcc.dg/ext/altivec-14.c: Same.
5879         * gcc.dg/ext/altivec-15.c: Same.
5880         * gcc.dg/ext/altivec-16.c: Same.
5881         * gcc.dg/ext/altivec-3.c: Same.
5882         * gcc.dg/ext/altivec-4.c: Same.
5883         * gcc.dg/ext/altivec-6.c: Same.
5884         * gcc.dg/ext/altivec-7.c: Same.
5885         * gcc.dg/ext/altivec-8.c: Same.
5886         * gcc.dg/ext/altivec-varargs-1.c: Same.
5887
5888         * g++.dg/ext/altivec-1.C: Correct dg syntax.
5889         * g++.dg/ext/altivec-10.C: Same.
5890         * g++.dg/ext/altivec-2.C: Same.
5891         * g++.dg/ext/altivec-3.C: Same.
5892         * g++.dg/ext/altivec-4.C: Same.
5893         * g++.dg/ext/altivec-5.C: Same.
5894         * g++.dg/ext/altivec-6.C: Same.
5895         * g++.dg/ext/altivec-7.C: Same.
5896         * g++.dg/ext/altivec-8.C: Same.
5897         * g++.dg/ext/altivec-9.C: Same.
5898
5899 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5900
5901         PR c++/7841
5902         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
5903
5904 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5905
5906         * gcc.dg/union-1.c: New test.
5907
5908 2004-06-07  Roger Sayle  <roger@eyesopen.com>
5909
5910         * gcc.dg/builtins-41.c: New test case.
5911         * gcc.dg/builtins-42.c: New test case.
5912
5913 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
5914
5915         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
5916         * g++.dg/ext/altivec-10.C: Same.
5917         * g++.dg/ext/altivec-2.C: Same.
5918         * g++.dg/ext/altivec-3.C: Same.
5919         * g++.dg/ext/altivec-4.C: Same.
5920         * g++.dg/ext/altivec-5.C: Same.
5921         * g++.dg/ext/altivec-6.C: Same.
5922         * g++.dg/ext/altivec-7.C: Same.
5923         * g++.dg/ext/altivec-8.C: Same.
5924         * g++.dg/ext/altivec-9.C: Same.
5925         * g++.old-deja/g++.abi/cxa_vec.C: Same.
5926         * g++.old-deja/g++.brendan/new3.C: Same.
5927         * gcc.c-torture/execute/eeprof-1.x: Same.
5928
5929 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
5930
5931         PR c/14765
5932         * gcc.dg/pr14765-1.c: New test.
5933
5934 2004-06-07  Roger Sayle  <roger@eyesopen.com>
5935
5936         PR c/14649
5937         * gcc.dg/pr14649-1.c: New test case.
5938
5939 2004-06-07  Richard Henderson  <rth@redhat.com>
5940
5941         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
5942         if temporaries.
5943
5944 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
5945
5946         * g++.dg/eh/elide1.C: Remove XFAIL.
5947
5948 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
5949
5950         PR c++/15337
5951         * g++.dg/expr/sizeof3.C: New test.
5952
5953         PR c++/14777
5954         * g++.dg/template/access14.C: New test.
5955
5956         PR c++/15554
5957         * g++.dg/template/enum1.C: New test.
5958
5959         PR c++/15057
5960         * g++.dg/eh/throw1.C: New test.
5961
5962 2004-06-07  David Ayers  <d.ayers@inode.at>
5963             Ziemowit Laski  <zlaski@apple.com>
5964
5965         * lib/objc.exp (objc_target_compile): Revert the '-framework
5966         Foundation' flag fix, since bare Darwin does not ship
5967         with the Foundation framework.
5968         * objc/execute/next_mapping.h: Provide a local NSConstantString
5969         @interface and @implementation.
5970         (objc_constant_string_init): A constructor function, used to
5971         initialize the NSConstantString meta-class object.
5972         * objc/execute/string1.m: Include "next_mapping.h" instead of
5973         <Foundation/NSString.h>.
5974         * objc/execute/string2.m: Likewise.
5975         * objc/execute/string3.m: Likewise.
5976         * objc/execute/string4.m: Likewise.
5977
5978 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
5979
5980         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
5981         to double. Replace double with FLOAT.
5982         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
5983
5984         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
5985         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
5986         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
5987         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
5988         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
5989         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
5990         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
5991         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
5992
5993 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
5994
5995         PR c/13519
5996         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
5997
5998 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5999
6000         PR c++/15503
6001         * g++.dg/template/meminit2.C: New test.
6002
6003 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
6004
6005         PR target/15822
6006         * gcc.c-torture/execute/compare-fp-1.c,
6007         gcc.c-torture/execute/compare-fp-2.c,
6008         gcc.c-torture/execute/compare-fp-3.c,
6009         gcc.c-torture/execute/compare-fp-4.c,
6010         gcc.c-torture/execute/compare-fp-3.x,
6011         gcc.c-torture/execute/compare-fp-4.x: Moved...
6012         * gcc.c-torture/execute/ieee/compare-fp-1.c,
6013         gcc.c-torture/execute/ieee/compare-fp-2.c,
6014         gcc.c-torture/execute/ieee/compare-fp-3.c,
6015         gcc.c-torture/execute/ieee/compare-fp-4.c,
6016         gcc.c-torture/execute/ieee/compare-fp-3.x,
6017         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
6018
6019 2004-06-04  David Ayers  <d.ayers@inode.at>
6020
6021         * objc/execute/protocol-isEqual-4.m: New testcase.
6022
6023 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
6024
6025         * objc/execute/protocol-isEqual-1.m: New testcase.
6026         * objc/execute/protocol-isEqual-2.m: New testcase.
6027         * objc/execute/protocol-isEqual-3.m: New testcase.
6028
6029 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6030
6031         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
6032
6033 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
6034
6035         * lib/objc.exp (objc_target_compile): When running tests on
6036         Darwin (Mac OS X), inform the linker about '-framework
6037         'Foundation'.
6038
6039 2004-06-02  Eric Christopher  <echristo@redhat.com>
6040
6041         * gcc.c-torture/compile/20040602-1.c: New.
6042
6043 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
6044
6045         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
6046         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
6047
6048         PR tree-optimization/14736
6049         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
6050
6051         PR tree-optimization/14042
6052         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
6053
6054         PR tree-optimization/14729
6055         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
6056
6057 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6058
6059         PR fortran/15557
6060         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
6061
6062 2004-06-01  Richard Hederson  <rth@redhat.com>
6063
6064         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
6065
6066 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6067
6068         PR c++/14932
6069         * g++.dg/parse/offsetof4.C: New test.
6070
6071 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
6072
6073         PR objc/7993
6074         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
6075
6076 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
6077
6078         PR c++/15701
6079         * g++.dg/template/friend29.C: New test.
6080
6081 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
6082
6083         PR c/15749
6084         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
6085
6086 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6087
6088         * gcc.dg/sparc-trap-1.c: New test.
6089
6090 2004-05-31  Roger Sayle  <roger@eyesopen.com>
6091
6092         PR middle-end/15069
6093         * g++.dg/opt/fold3.C: New test case.
6094
6095 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
6096
6097         * lib/target-supports.exp (check_iconv_available): Fix fallout
6098         from 2004-05-28 patch.
6099
6100 2004-05-30  Paul Brook  <paul@codesourcery.com>
6101
6102         PR fortran/15620
6103         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
6104         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
6105
6106 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
6107
6108         * gfortran.fortran-torture/execute/random_1.f90: New test.
6109
6110 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6111
6112         * g++.dg/ext/altivec-10.C: New test.
6113
6114 2004-05-29  Paul Brook  <paul@codesourcery.com>
6115
6116         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
6117
6118 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6119
6120         * gcc.dg/altivec-16.c: New test.
6121
6122 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
6123
6124         * lib/target-supports.exp (check_vmx_hw_available): New.
6125         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
6126
6127         * lib/target-supports.exp (check_alias_available,
6128         check_iconv_available, check_named_sections_available): Use
6129         unique names for temporary files.
6130
6131 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6132
6133         * gcc.dg/altivec-15.c: New test.
6134
6135 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6136
6137         PR c++/15083
6138         * g++.dg/warn/noeffect6.C: New test.
6139
6140         PR c++/15471
6141         * g++.dg/expr/ptrmem4.C: New test.
6142
6143         PR c++/15640
6144         * g++.dg/template/operator3.C: New test.
6145
6146 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6147
6148         PR c++/14668
6149         * g++.dg/lookup/redecl1.C: New test.
6150         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
6151
6152 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
6153
6154         * gcc.c-torture/execute/compare-fp-1.c,
6155         gcc.c-torture/execute/compare-fp-2.c,
6156         gcc.c-torture/execute/compare-fp-3.c,
6157         gcc.c-torture/execute/compare-fp-4.c,
6158         gcc.c-torture/execute/compare-fp-3.x,
6159         gcc.c-torture/execute/compare-fp-4.x,
6160         gcc.dg/pr15649-1.c: New.
6161
6162 2004-05-27  Adam Nemet  <anemet@lnxw.com>
6163
6164         PR c++/12883
6165         * g++.dg/init/array14.C: New test.
6166
6167 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
6168
6169         * lib/compat.exp (compat-get-options-main): New.
6170         (compat-get-options): Remove unneeded code, warn for ignored
6171         command.
6172         (compat-execute): Check flag set by dg-require-* commands.
6173
6174         * lib/compat.exp (compat-execute): Break up long lines.
6175
6176 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
6177
6178         * gcc.dg/altivec-7.c: Don't use 'vector long'.
6179         * gcc.dg/altivec-14.c: New test.
6180         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
6181
6182         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
6183         * gcc.dg/altivec-12.c: Ditto.
6184
6185         * gcc.dg/altivec-3.c: Move call to altivec_check.
6186
6187 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6188
6189         PR c++/15044
6190         * g++.dg/template/error12.C: New test.
6191
6192         PR c++/15317
6193         * g++.dg/ext/attrib15.C: New test.
6194
6195         PR c++/15329
6196         * g++.dg/template/ptrmem9.C: New test.
6197
6198 2004-05-25  Paul Brook  <paul@codesourcery.com>
6199
6200         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
6201
6202 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6203
6204         PR c++/15165
6205         * g++.dg/template/crash19.C: New test.
6206
6207 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6208
6209         PR c++/15025
6210         * g++.dg/template/redecl1.C: New test.
6211
6212 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6213
6214         PR c++/14821
6215         * g++.dg/other/ns1.C: New test.
6216
6217         PR c++/14883
6218         * g++.dg/template/invalid1.C: New test.
6219
6220 2004-05-23  Paul Brook  <paul@codesourcery.com>
6221         Victor Leikehman  <lei@haifasphere.co.il>
6222
6223         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
6224         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
6225
6226 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6227
6228         PR c++/15285
6229         PR c++/15299
6230         * g++.dg/template/non-dependent5.C: New test.
6231         * g++.dg/template/non-dependent6.C: New test.
6232
6233 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6234
6235         PR c++/15507
6236         * g++.dg/inherit/union1.C: New test.
6237
6238         PR c++/15542
6239         * g++.dg/template/addr1.C: New test.
6240
6241         PR c++/15427
6242         * g++.dg/template/array5.C: New test.
6243
6244         PR c++/15287
6245         * g++.dg/template/array6.C: New test.
6246
6247 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
6248             Roger Sayle  <roger@eyesopen.com>
6249
6250         * g++.dg/lookup/forscope2.C: New test case.
6251
6252 2004-05-22  Ben Elliston  <bje@au.ibm.com>
6253
6254         * gcc.dg/cpp/Wmissingdirs.c: New.
6255
6256 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6257
6258         PR target/15301
6259         * gcc.dg/compat/union-m128-1.h: New file.
6260         * gcc.dg/compat/union-m128-1_main.c: Likewise.
6261         * gcc.dg/compat/union-m128-1_x.c: Likewise.
6262         * gcc.dg/compat/union-m128-1_y.c: Likewise.
6263
6264 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6265
6266         PR target/15302
6267         * gcc.dg/compat/struct-complex-1.h: New file.
6268         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
6269         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
6270         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
6271
6272 2004-05-20  Roger Sayle  <roger@eyesopen.com>
6273
6274         PR middle-end/3074
6275         * gcc.dg/pr3074-1.c: New test case.
6276         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
6277
6278 2004-05-20  Falk Hueffner  <falk@debian.org>
6279
6280         PR other/15526
6281         * gcc.dg/ftrapv-1.c: New test case.
6282
6283 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
6284
6285         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
6286
6287 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
6288             Jeff Law  <law@redhat.com>
6289
6290         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
6291         * gcc.dg/tree-ssa/20040518-2.c: New test.
6292
6293         * gcc.dg/tree-ssa/20040518-1.c: New test.
6294
6295 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
6296
6297         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
6298
6299 2004-05-18  Paul Brook  <paul@codesourcery.com>
6300
6301         PR fortran/13930
6302         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
6303
6304 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6305
6306         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
6307         constant folding.
6308
6309 2004-05-17  Steven Bosscher  <stevenb@suse.de>
6310
6311         * gcc.dg/tree-ssa/20040517-1.c: New test.
6312
6313 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6314
6315         * gcc.dg/loop-4.c: New test.
6316
6317 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
6318
6319         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
6320
6321 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
6322
6323         PR fortran/15311
6324         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
6325
6326 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6327
6328         PR fortran/13826
6329         PR fortran/13940
6330         * gfortran.fortran-torture/compile/data_1.f90: New test.
6331
6332 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
6333
6334         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
6335         * gcc.dg/uninit-H.c: Define ASM for __s390__.
6336
6337 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6338
6339         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
6340
6341 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6342
6343         PR c/15444
6344         * gcc.dg/format/xopen-1.c: Adjust expected message.
6345         * gcc.dg/format/xopen-3.c: New test.
6346
6347 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
6348
6349         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
6350
6351 2004-05-14  Jeff Law  <law@redhat.com>
6352
6353         * gcc.dg/tree-ssa/20040514-2.c: New test.
6354
6355 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6356
6357         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
6358         this ...
6359         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
6360         this.
6361
6362 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
6363
6364         * gcc.dg/tree-ssa/20040514-1.c: New test.
6365
6366 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6367
6368         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
6369         test.
6370
6371 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6372
6373         PR fortran/14066
6374         * gfortran.fortran-torture/compile/do_1.f90: New test.
6375
6376 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6377
6378         PR fortran/15051
6379         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
6380         test.
6381
6382 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
6383
6384         PR fortran/15149
6385         * gfortran.fortran-torture/execute/random_init.f90: New test.
6386
6387 2004-05-13  Paul Brook  <paul@codesourcery.com>
6388
6389         PR fortran/15314
6390         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
6391
6392 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
6393
6394         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
6395         for the powerpc case.
6396
6397 2004-05-13  Jeff Law  <law@redhat.com>
6398
6399         * gcc.dg/tree-ssa/20040513-1.c: New test.
6400         * gcc.dg/tree-ssa/20040513-2.c: New test.
6401
6402 2004-05-13  Paul Brook  <paul@codesourcery.com>
6403
6404         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
6405         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
6406         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
6407
6408 2004-05-13  Andreas Schwab  <schwab@suse.de>
6409
6410         PR other/10819
6411         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
6412         characters.
6413
6414 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
6415
6416         PR fortran/15294
6417         * gfortran.fortran-torture/execute/adjustr.f90: New file.
6418
6419 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6420
6421         Merge from tree-ssa-20020619-branch.  See
6422         ChangeLog.tree-ssa for details.
6423
6424 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
6425
6426         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
6427         include <altivec.h> explicitly.
6428         * gcc.dg/altivec-13.c: Likewise.
6429
6430 2004-05-11  Paul Brook  <paul@codesourcery.com>
6431
6432         * gcc.c-torture/compile/20010518-1.c: Force enum size.
6433
6434 2004-05-10  Eric Christopher  <echristo@redhat.com>
6435
6436         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
6437         * gcc.dg/sibcall-4.c: Ditto.
6438
6439 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
6440
6441         * g++.dg/ext/altivec-8.C: New test case.
6442         * gcc.dg/altivec-13.c: New test case.
6443
6444 2004-05-08  Roger Sayle  <roger@eyesopen.com>
6445
6446         * gcc.c-torture/execute/divcmp-1.c: New test case.
6447         * gcc.c-torture/execute/divcmp-2.c: New test case.
6448         * gcc.c-torture/execute/divcmp-3.c: New test case.
6449
6450 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
6451
6452         * g++.dg/other/pragma-re-2.C: New test.
6453
6454 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6455
6456         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
6457         * gcc.dg/i386-387-2.c: Likewise.
6458
6459         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
6460         __builtin_drem.
6461         * gcc.dg/i386-387-6.c: Likewise.
6462
6463 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6464
6465         * gcc.dg/builtins-33.c:  Also check log1p*.
6466
6467 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
6468
6469         PR optimization/15296
6470         * gcc.c-torture/execute/pr15296.c: New test.
6471
6472 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
6473
6474         * gcc.dg/builtins-40.c: New test.
6475
6476 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
6477
6478         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
6479
6480 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
6481
6482         * g++.dg/ext/spe1.C: New testcase.
6483
6484 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
6485
6486         * objc.dg/image-info.m: Allow additional attributes
6487         for __image_info section.
6488
6489 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
6490
6491         * gcc.dg/torture/mips-hilo-2.c: New test.
6492
6493 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6494
6495         PR c++/14389
6496         * g++.dg/template/member5.C: New test.
6497
6498 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
6499
6500         * gcc.dg/builtins-34.c: Also check expm1*.
6501
6502 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6503
6504         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
6505         * gcc.dg/torture/builtin-convert-3.c: New test.
6506
6507 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
6508
6509         PR middle-end/15054
6510         * g++.dg/opt/pr15054.C: New test.
6511
6512 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6513
6514         * gcc.dg/torture/builtin-rounding-1.c: New test.
6515         * gcc.dg/builtins-25.c: Delete.
6516         * gcc.dg/builtins-29.c: Delete.
6517
6518 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
6519
6520         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
6521         * gcc.dg/sibcall-4.c: Likewise.
6522         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
6523
6524 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6525
6526         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
6527         bit-field on 16-bit targets.
6528
6529 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6530
6531         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
6532         16-bit targets.
6533
6534 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
6535
6536         * gcc.dg/rs6000-power2-1.c: Change to compile only.
6537         * gcc.dg/rs6000-power2-2.c: Likewise.
6538
6539 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
6540
6541         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
6542         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
6543         Change the asm registers to be in form of frN instead of fN.
6544
6545 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6546
6547         * gcc.dg/torture/builtin-convert-2.c: New test.
6548
6549 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
6550
6551         * gcc.dg/rs6000-power2-1.c: New test.
6552         * gcc.dg/rs6000-power2-2.c: New test.
6553
6554 2004-04-28  Jan Hubicka  <jh@suse.cz>
6555
6556         * gcc.dg/unused-6.c: New test.
6557
6558 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
6559             Ulrich Weigand  <uweigand@de.ibm.com>
6560
6561         * ada/acats/run_all.sh: Define $target variable.
6562
6563 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
6564
6565         PR c++/15119
6566         * g++.dg/other/vararg-1.C: New test.
6567
6568         PR c++/4794
6569         * g++.dg/eh/cleanup3.C: New test.
6570
6571 2004-04-24  Laurent GUERBY <laurent@guerby.net>
6572
6573         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
6574         and ad8011a (target_insn).
6575         * ada/acats/support/macro.dfs: Likewise.
6576         * ada/acats/support/impbit.adb: New file.
6577
6578 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
6579
6580         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
6581
6582 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6583
6584         * gcc.dg/loop-3.c: New test.
6585
6586 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
6587
6588         * gcc.c-torture/execute/simd-5.c: New test.
6589
6590 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6591
6592         PR c++/15064
6593         * g++.dg/template/crash18.C: New test.
6594
6595 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
6596
6597         * g++.dg/ext/complit3.C: New test.
6598
6599 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6600
6601         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
6602         * gcc.dg/altivec-3.c: Same.
6603         * gcc.dg/altivec-varargs-1.c: Same.
6604
6605 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6606
6607         * lib/target-supports.exp (check_profiling_available): Assume
6608         profiling is not available on powerpc-eabi targets.
6609
6610 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
6611
6612         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
6613         * gcc.dg/vmx/bug-1.c: Ditto.
6614
6615 2004-04-20  Eric Christopher  <echristo@redhat.com>
6616
6617         * gcc.dg/charset/extern.c: New test.
6618         * g++.dg/charset/extern3.cc: Ditto.
6619
6620 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
6621
6622         * gcc.dg/builtins-39.c: New test.
6623
6624 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
6625
6626         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
6627
6628 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
6629
6630         * gcc.dg/torture/mips-hilo-1.c: New test.
6631
6632 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
6633
6634         * gcc.c-torture/compile/20040419-1.c: New test.
6635
6636 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
6637
6638         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
6639
6640 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
6641             Aldy Hernandez  <aldyh@redhat.com>
6642
6643         * gcc.c-torture/execute/va-arg-24.c: New.
6644
6645 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
6646             Aldy Hernandez  <aldyh@redhat.com>
6647
6648         * gcc.dg/vmx/1b-01.c: New.
6649         * gcc.dg/vmx/1b-02.c: New.
6650         * gcc.dg/vmx/1b-03.c: New.
6651         * gcc.dg/vmx/1b-04.c: New.
6652         * gcc.dg/vmx/1b-05.c: New.
6653         * gcc.dg/vmx/1b-06.c: New.
6654         * gcc.dg/vmx/1b-07.c: New.
6655         * gcc.dg/vmx/1c-01.c: New.
6656         * gcc.dg/vmx/1c-02.c: New.
6657         * gcc.dg/vmx/3a-01a.c: New.
6658         * gcc.dg/vmx/3a-01.c: New.
6659         * gcc.dg/vmx/3a-01m.c: New.
6660         * gcc.dg/vmx/3a-03.c: New.
6661         * gcc.dg/vmx/3a-03m.c: New.
6662         * gcc.dg/vmx/3a-04.c: New.
6663         * gcc.dg/vmx/3a-04m.c: New.
6664         * gcc.dg/vmx/3a-05.c: New.
6665         * gcc.dg/vmx/3a-06.c: New.
6666         * gcc.dg/vmx/3a-06m.c: New.
6667         * gcc.dg/vmx/3a-07.c: New.
6668         * gcc.dg/vmx/3b-01.c: New.
6669         * gcc.dg/vmx/3b-02.c: New.
6670         * gcc.dg/vmx/3b-10.c: New.
6671         * gcc.dg/vmx/3b-13.c: New.
6672         * gcc.dg/vmx/3b-14.c: New.
6673         * gcc.dg/vmx/3b-15.c: New.
6674         * gcc.dg/vmx/3c-01a.c: New.
6675         * gcc.dg/vmx/3c-01.c: New.
6676         * gcc.dg/vmx/3c-02.c: New.
6677         * gcc.dg/vmx/3c-03.c: New.
6678         * gcc.dg/vmx/3d-01.c: New.
6679         * gcc.dg/vmx/4-01.c: New.
6680         * gcc.dg/vmx/4-03.c: New.
6681         * gcc.dg/vmx/5-01.c: New.
6682         * gcc.dg/vmx/5-02.c: New.
6683         * gcc.dg/vmx/5-03.c: New.
6684         * gcc.dg/vmx/5-04.c: New.
6685         * gcc.dg/vmx/5-05.c: New.
6686         * gcc.dg/vmx/5-06.c: New.
6687         * gcc.dg/vmx/5-07.c: New.
6688         * gcc.dg/vmx/5-07t.c: New.
6689         * gcc.dg/vmx/5-08.c: New.
6690         * gcc.dg/vmx/5-10.c: New.
6691         * gcc.dg/vmx/5-11.c: New.
6692         * gcc.dg/vmx/7-01a.c: New.
6693         * gcc.dg/vmx/7-01.c: New.
6694         * gcc.dg/vmx/7c-01.c: New.
6695         * gcc.dg/vmx/7d-01.c: New.
6696         * gcc.dg/vmx/7d-02.c: New.
6697         * gcc.dg/vmx/8-01.c: New.
6698         * gcc.dg/vmx/8-02a.c: New.
6699         * gcc.dg/vmx/8-02.c: New.
6700         * gcc.dg/vmx/brode-1.c: New.
6701         * gcc.dg/vmx/bug-1.c: New.
6702         * gcc.dg/vmx/bug-2.c: New.
6703         * gcc.dg/vmx/bug-3.c: New.
6704         * gcc.dg/vmx/cw-bug-1.c: New.
6705         * gcc.dg/vmx/cw-bug-2.c: New.
6706         * gcc.dg/vmx/cw-bug-3.c: New.
6707         * gcc.dg/vmx/dct.c: New.
6708         * gcc.dg/vmx/debug-1.c: New.
6709         * gcc.dg/vmx/debug-2.c: New.
6710         * gcc.dg/vmx/debug-3.c: New.
6711         * gcc.dg/vmx/debug-4.c: New.
6712         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
6713         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
6714         * gcc.dg/vmx/eg-5.c: New.
6715         * gcc.dg/vmx/fft.c: New.
6716         * gcc.dg/vmx/gcc-bug-1.c: New.
6717         * gcc.dg/vmx/gcc-bug-2.c: New.
6718         * gcc.dg/vmx/gcc-bug-3.c: New.
6719         * gcc.dg/vmx/gcc-bug-4.c: New.
6720         * gcc.dg/vmx/gcc-bug-5.c: New.
6721         * gcc.dg/vmx/gcc-bug-6.c: New.
6722         * gcc.dg/vmx/gcc-bug-7.c: New.
6723         * gcc.dg/vmx/gcc-bug-8.c: New.
6724         * gcc.dg/vmx/gcc-bug-9.c: New.
6725         * gcc.dg/vmx/gcc-bug-b.c: New.
6726         * gcc.dg/vmx/gcc-bug-c.c: New.
6727         * gcc.dg/vmx/gcc-bug-d.c: New.
6728         * gcc.dg/vmx/gcc-bug-e.c: New.
6729         * gcc.dg/vmx/gcc-bug-f.c: New.
6730         * gcc.dg/vmx/gcc-bug-g.c: New.
6731         * gcc.dg/vmx/gcc-bug-i.c: New.
6732         * gcc.dg/vmx/harness.h: New.
6733         * gcc.dg/vmx/ira1.c: New.
6734         * gcc.dg/vmx/ira2a.c: New.
6735         * gcc.dg/vmx/ira2b.c: New.
6736         * gcc.dg/vmx/ira2.c: New.
6737         * gcc.dg/vmx/ira2c.c: New.
6738         * gcc.dg/vmx/mem.c: New.
6739         * gcc.dg/vmx/newton-1.c: New.
6740         * gcc.dg/vmx/ops.c: New.
6741         * gcc.dg/vmx/sn7153.c: New.
6742         * gcc.dg/vmx/spill2.c: New.
6743         * gcc.dg/vmx/spill3.c: New.
6744         * gcc.dg/vmx/spill.c: New.
6745         * gcc.dg/vmx/t.c: New.
6746         * gcc.dg/vmx/varargs-1.c: New.
6747         * gcc.dg/vmx/varargs-2.c: New.
6748         * gcc.dg/vmx/varargs-3.c: New.
6749         * gcc.dg/vmx/varargs-4.c: New.
6750         * gcc.dg/vmx/varargs-5.c: New.
6751         * gcc.dg/vmx/varargs-6.c: New.
6752         * gcc.dg/vmx/varargs-7.c: New.
6753         * gcc.dg/vmx/vmx.exp: New.
6754         * gcc.dg/vmx/vprint-1.c: New.
6755         * gcc.dg/vmx/vscan-1.c: New.
6756         * gcc.dg/vmx/x-01.c: New.
6757         * gcc.dg/vmx/x-02.c: New.
6758         * gcc.dg/vmx/x-03.c: New.
6759         * gcc.dg/vmx/x-04.c: New.
6760         * gcc.dg/vmx/x-05.c: New.
6761         * gcc.dg/vmx/yousufi-1.c: New.
6762         * gcc.dg/vmx/zero-1.c: New.
6763         * gcc.dg/vmx/zero.c: New.
6764
6765 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
6766
6767         * g++.dg/lookup/java1.C: Update for chage of
6768         _Jv_AllocObject.
6769         * g++.dg/lookup/java2.C: Likewise.
6770
6771 2004-04-17  Laurent GUERBY <laurent@guerby.net>
6772
6773         * ada/acats/run_all.sh: use -O2 by default.
6774
6775 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
6776
6777         * gcc.dg/vr-mult-[12].c: New tests.
6778
6779 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6780
6781         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
6782
6783         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
6784
6785 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
6786
6787         * lib/target-supports.exp (check_profiling_available): Assume profiling
6788         isn't available for mips*-*-elf targets.
6789
6790 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
6791
6792         * gcc.dg/builtins-38.c: New test.
6793
6794 2004-04-14  Eric Christopher  <echristo@redhat.com>
6795
6796         * g++.dg/charset/charset.exp: Run .cc extension tests.
6797
6798 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
6799
6800         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
6801
6802 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6803
6804         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
6805
6806 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
6807
6808         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
6809         * gcc.dg/i386-387-2.c: Likewise.
6810
6811         * gcc.dg/i386-387-7.c: New test.
6812         * gcc.dg/i386-387-8.c: New test.
6813
6814         * gcc.dg/builtins-37.c: New test.
6815
6816 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
6817
6818         * g++.dg/pch/externc-1.C: Add missing semicolon.
6819
6820 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
6821
6822         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
6823
6824 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6825
6826         * gcc.c-torture/execute/20040411-1.c: New test.
6827
6828 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
6829
6830         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
6831
6832 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
6833
6834         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
6835
6836 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
6837
6838         * lib/target-supports.exp (check_named_sections_available): New.
6839         * lib/gcc-dg.exp (dg-require-named-sections): New.
6840         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
6841         old-deja.exp.  Also prune error-count message from HP linker.
6842         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
6843
6844         * g++.dg/init/init-ref4.C: Use dg-require-weak.
6845         * g++.old-deja/g++.pt/static3.C: Likewise.
6846         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
6847
6848 2004-04-09  Roger Sayle  <roger@eyesopen.com>
6849
6850         * gcc.c-torture/execute/20040409-1.c: New test case.
6851         * gcc.c-torture/execute/20040409-2.c: New test case.
6852         * gcc.c-torture/execute/20040409-3.c: New test case.
6853
6854 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
6855
6856         * gcc.dg/20040409-1.c: New test.
6857
6858 2004-04-08  Roger Sayle  <roger@eyesopen.com>
6859
6860         PR target/14888
6861         * g++.dg/opt/pr14888.C: New test case.
6862
6863 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
6864
6865         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
6866         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
6867         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
6868         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
6869         New tests.
6870
6871 2004-04-08  Paul Brook  <paul@codesourcery.com>
6872
6873         * gcc.dg/spill-1.c: New test.
6874
6875 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6876
6877         * gcc.dg/torture/builtin-ctype-2.c: New test.
6878
6879 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
6880
6881         * gcc.dg/pch/pch.exp: Add largefile test.
6882
6883 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
6884
6885         * g++.dg/pch/externc-1.Hs: New.
6886         * g++.dg/pch/externc-1.C: New.
6887
6888 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6889
6890         * gcc.dg/compat/struct-by-value-5a_main.c,
6891         gcc.dg/compat/struct-by-value-5b_main.c: New files.
6892         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
6893         * gcc.dg/compat/struct-by-value-5a_x.c,
6894         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
6895         gcc.dg/compat/struct-by-value-5_x.c.
6896         * gcc.dg/compat/struct-by-value-5a_y.c,
6897         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
6898         gcc.dg/compat/struct-by-value-5_y.c.
6899
6900         * gcc.dg/compat/struct-by-value-6a_main.c,
6901         gcc.dg/compat/struct-by-value-6b_main.c: New files.
6902         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
6903         * gcc.dg/compat/struct-by-value-6a_x.c,
6904         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
6905         gcc.dg/compat/struct-by-value-6_x.c.
6906         * gcc.dg/compat/struct-by-value-6a_y.c,
6907         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
6908         gcc.dg/compat/struct-by-value-6_y.c.
6909
6910         * gcc.dg/compat/struct-by-value-7a_main.c,
6911         gcc.dg/compat/struct-by-value-7b_main.c: New files.
6912         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
6913         * gcc.dg/compat/struct-by-value-7a_x.c,
6914         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
6915         gcc.dg/compat/struct-by-value-7_x.c.
6916         * gcc.dg/compat/struct-by-value-7a_y.c,
6917         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
6918         gcc.dg/compat/struct-by-value-7_y.c.
6919
6920 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
6921
6922         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
6923         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
6924         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
6925         options.
6926
6927 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
6928
6929         * gcc.dg/builtins-36.c: New test.
6930
6931 2004-04-06  Paul Brook  <paul@codesourcery.com>
6932
6933         * README.gcc: Remove obsolete contraint on testcases.
6934
6935 2004-04-05  Paul Brook  <paul@codesourcery.com>
6936
6937         PR2123
6938         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
6939         failure and exit(0) on success.
6940         * g++.dg/expr/anew2.C: Ditto.
6941         * g++.dg/expr/anew3.C: Ditto.
6942         * g++.dg/expr/anew4.C: Ditto.
6943
6944 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
6945
6946         PR c++/3518
6947         * g++.dg/template/unify7.C: New.
6948
6949 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6950
6951         * g++.dg/README: Bring up to date with new subdirectories; remove
6952         duplicate subdirectory lines.
6953
6954 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
6955
6956         PR c++/14007
6957         * g++.dg/template/unify5.C: New.
6958         * g++.dg/template/unify6.C: New.
6959         * g++.dg/template/qualttp20.C: Adjust.
6960         * g++.old-deja/g++.jason/report.C: Adjust.
6961         * g++.old-deja/g++.other/qual1.C: Adjust.
6962
6963 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
6964
6965         PR c++/14803
6966         * g++.dg/inherit/ptrmem1.C: New test.
6967
6968 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
6969
6970         PR c++/14755
6971         * gcc.c-torture/execute/20040331-1.c: New test.
6972         * gcc.dg/20040331-1.c: New test.
6973
6974 2004-04-01  Paul Brook  <paul@codesourcery.com>
6975
6976         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
6977
6978 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
6979
6980         PR c++/14724
6981         * g++.dg/init/goto1.C: New test.
6982
6983         PR c++/14763
6984         * g++.dg/template/defarg4.C: New test.
6985
6986 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
6987
6988         * gcc.dg/altivec-11.c: Extend test for more valid cases.
6989
6990 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
6991
6992         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
6993
6994 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
6995
6996         * gcc.dg/noncompile/undeclared-2.c: New test.
6997
6998 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
6999
7000         * gcc.dg/940409-1.c: Remove XFAIL.
7001         * gcc.dg/reg-vol-struct-1.c: New test.
7002
7003 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7004
7005         * gcc.dg/torture/builtin-wctype-1.c: New test.
7006
7007 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
7008
7009         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
7010         * gcc.dg/20001101-1.c: Likewise.
7011         * gcc.dg/20001102-1.c: Likewise.
7012
7013 2004-03-25  Roger Sayle  <roger@eyesopen.com>
7014
7015         * gcc.dg/compare8.c: Add an additional test for XOR.
7016
7017 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7018
7019         * gcc.dg/torture/builtin-ctype-1.c: New test.
7020
7021 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7022
7023         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
7024         * gcc.dg/torture/builtin-math-1.c: Likewise.
7025         * gcc.dg/torture/builtin-power-1.c: New test.
7026
7027 2004-03-24  Andreas Schwab  <schwab@suse.de>
7028
7029         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
7030         IA64 assembler.
7031
7032 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
7033             Roger Sayle  <roger@eyesopen.com>
7034
7035         * gcc.dg/compare8.c: New test case.
7036
7037 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
7038
7039         * g++.dg/ext/altivec-7.C: New test.
7040
7041 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
7042
7043         PR 12267, 12391, 12560, 13129, 14114, 14133
7044         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
7045         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
7046         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
7047         Adjust error regexps.
7048         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
7049         * gcc.dg/noncompile/undeclared-1.c: New test cases.
7050         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
7051         * gcc.dg/local1.c: Add explanatory comment.
7052
7053 2004-03-23  Roger Sayle  <roger@eyesopen.com>
7054
7055         PR optimization/14669
7056         * g++.dg/opt/fold2.C: New test case.
7057
7058 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
7059
7060         PR c/14069
7061         * gcc.dg/20040322-1.c: New test.
7062
7063 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7064
7065         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
7066         * gcc.dg/ultrasp4.c: Likewise.
7067         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
7068
7069 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
7070
7071         * gcc.dg/i386-sse-8.c: Reset default options.
7072
7073 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
7074
7075         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
7076         in the error message text.
7077
7078 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7079
7080         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
7081
7082 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
7083
7084         PR c++/14616
7085         * g++.dg/init/array13.C: New test.
7086
7087 2004-03-20  Roger Sayle  <roger@eyesopen.com>
7088
7089         PR target/13889
7090         * gcc.c-torture/compile/pr13889.c: New test case.
7091
7092 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7093
7094         PR c/14635
7095         * builtins-1.c (nan, nans): Don't test.
7096         * builtins-30.c: Don't use nan, nanf, nanl.
7097         * builtins-35.c: New test.
7098
7099 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
7100
7101         * g++.dg/ext/altivec-6.C: New test.
7102
7103 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
7104
7105         * g++.dg/init/placement3.C: New test.
7106
7107         * g++.dg/template/spec13.C: New test.
7108
7109         * g++.dg/lookup/using11.C: New test.
7110
7111         * g++.dg/lookup/koenig3.C: New test.
7112
7113         * g++.dg/template/operator2.C: New test.
7114
7115         * g++.dg/expr/dtor3.C: New test.
7116         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
7117         marker.
7118         * g++.old-deja/g++.law/visibility28.C: Likewise.
7119
7120 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
7121
7122         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
7123         * gcc.dg/ppc64-abi-3.c: Likewise.
7124
7125 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7126
7127         PR c++/14545
7128         * g++.dg/parse/template15.C: New test.
7129
7130 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7131
7132         * g++.dg/expr/dtor2.C: New test.
7133
7134         * g++.dg/lookup/anon4.C: New test.
7135
7136         * g++.dg/overload/using1.C: New test.
7137
7138         * g++.dg/template/lookup7.C: New test.
7139
7140         * g++.dg/template/typename6.C: New test.
7141
7142         * g++.dg/expr/cond6.C: New test.
7143
7144 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7145
7146         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
7147
7148 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7149
7150         * g++.dg/expr/cond5.C: New test.
7151         * g++.dg/expr/constcast1.C: Likewise.
7152         * g++.dg/expr/ptrmem2.C: Likewise.
7153         * g++.dg/expr/ptrmem3.C: Likewise.
7154         * g++.dg/lookup/main1.C: Likewise.
7155         * g++.dg/template/lookup6.C: Likewise.
7156
7157 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7158
7159         * gcc.dg/local1.c: New test.
7160
7161         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
7162
7163 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7164
7165         * gcc.dg/torture/builtin-convert-1.c: New test.
7166
7167 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7168
7169         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
7170
7171 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7172
7173         PR c++/14481
7174         * g++.dg/warn/Wunused-7.C: New test.
7175
7176 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7177
7178         * gcc.dg/torture/builtin-integral-1.c: New test.
7179
7180 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7181
7182         PR c++/14586
7183         * g++.dg/parse/non-dependent3.C: New test.
7184
7185 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
7186
7187         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
7188         * g++.dg/eh/simd-2.C: Likewise.
7189         * g++.dg/init/array10.C: Likewise.
7190         * gcc.c-torture/compile/simd-1.c: Likewise.
7191         * gcc.c-torture/compile/simd-2.c: Likewise.
7192         * gcc.c-torture/compile/simd-3.c: Likewise.
7193         * gcc.c-torture/compile/simd-4.c: Likewise.
7194         * gcc.c-torture/compile/simd-6.c: Likewise.
7195         * gcc.c-torture/execute/simd-1.c: Likewise.
7196         * gcc.c-torture/execute/simd-2.c: Likewise.
7197         * gcc.dg/compat/vector-defs.h: Likewise.
7198         * gcc.dg/20020531-1.c: Likewise.
7199         * gcc.dg/altivec-3.c: Likewise.
7200         * gcc.dg/altivec-4.c: Likewise.
7201         * gcc.dg/altivec-varargs-1.c: Likewise.
7202         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
7203         * gcc.dg/i386-mmx-3.c: Likewise.
7204         * gcc.dg/i386-sse-4.c: Likewise.
7205         * gcc.dg/i386-sse-5.c: Likewise.
7206         * gcc.dg/i386-sse-8.c: Likewise.
7207         * gcc.dg/simd-1.c: Likewise.
7208         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
7209         __ev64_opaque__ since the machine description provides it.
7210
7211 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7212
7213         * lib/compat.exp (skip_list): New global variable.
7214         Use it to hold the user defined COMPAT_SKIPS list if any.
7215         (compat-obj): Add the members of skip_list to optall.
7216
7217 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7218
7219         * gcc.dg/compat/union-by-value-1_main.c,
7220         union-by-value-1_x.c, union-by-value-1_y.c,
7221         union-check.h, union-defs.h,
7222         union-init.h, union-return-1_main.c,
7223         union-return-1_x.c, union-return-1_y.c: New files.
7224
7225 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7226
7227         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
7228         mixed-struct-init.h: Add 4 mixed structure types.
7229         struct-by-value-21_main.c, struct-by-value-21_x.c,
7230         struct-by-value-21_y.c, struct-return-21_main.c,
7231         struct-return-21_x.c, struct-return-21_y.c: New files.
7232
7233 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
7234
7235         PR c++/14550
7236         * g++.dg/parse/template14.C: New test.
7237
7238 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7239
7240         * gcc.c-torture/execute/20040313-1.c: New test.
7241
7242 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
7243
7244         PR target/14533
7245         * gcc.dg/20040311-2.c: New test.
7246
7247 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
7248
7249         PR other/14544
7250         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
7251         bit-field.
7252
7253 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
7254
7255         * gcc.dg/20040305-2.c: Add missing return statement.
7256
7257 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7258
7259         * gcc.dg/builtins-34.c: Also check pow10*.
7260
7261 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7262
7263         PR target/14262
7264         * gcc.dg/20040305-2.c: New test.
7265
7266 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7267
7268         * gcc.dg/20040310-1.c: New test.
7269
7270 2004-03-11  Roger Sayle  <roger@eyesopen.com>
7271
7272         * gcc.c-torture/execute/20040311-1.c: New test case.
7273
7274 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
7275
7276         PR c++/14476
7277         * g++.dg/lookup/enum1.C: New test.
7278
7279 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
7280
7281         PR c++/14510
7282         * g++.dg/lookup/struct2.C: New test.
7283
7284 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
7285
7286         * gcc.dg/builtins-34.c: New test.
7287
7288 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7289
7290         * gcc.dg/torture/builtin-nonneg-1.c: New test.
7291
7292 2004-03-09  James E Wilson  <wilson@specifixinc.com>
7293
7294         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
7295         * gcc.dg/alias-2.c: New testcase.
7296
7297 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
7298
7299         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
7300
7301 2004-03-09  Roger Sayle  <roger@eyesopen.com>
7302
7303         * gcc.c-torture/execute/20040309-1.c: New test case.
7304
7305 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
7306
7307         PR c++/14397
7308         * g++.dg/overload/ref1.C: New.
7309
7310 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7311
7312         PR c++/14409
7313         * g++.dg/template/spec12.C: New test.
7314
7315         PR c++/14448
7316         * g++.dg/parse/crash14.C: New test.
7317
7318 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7319
7320         PR c++/14230
7321         * g++.dg/init/ref11.C: New test.
7322
7323 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7324
7325         PR c++/14432
7326         * g++.dg/parse/builtin2.C: New test.
7327
7328 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7329
7330         PR c++/14401
7331         * g++.dg/init/ctor3.C: New test.
7332         * g++.dg/init/union1.C: New test.
7333         * g++.dg/ext/anon-struct4.C: New test.
7334
7335 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7336
7337         * g++.dg/lookup/koenig1.C: Tweak error messages.
7338         * g++.dg/lookup/used-before-declaration.C: Likewise.
7339         * g++.dg/other/do1.C: Likewise.
7340         * g++.dg/overload/koenig1.C: Likewise.
7341         * g++.dg/parse/crash13.C: Likewise.
7342         * g++.dg/template/instantiate3.C: Likewise.
7343
7344 2004-03-08  Eric Christopher  <echristo@redhat.com>
7345
7346         * * lib/target-supports.exp: Enable libiconv in test
7347         compilation.  Fix up error checking.
7348
7349 2004-03-08  Roger Sayle  <roger@eyesopen.com>
7350
7351         PR middle-end/14289
7352         * gcc.dg/pr14289-1.c: New test case.
7353         * gcc.dg/pr14289-2.c: Likewise.
7354         * gcc.dg/pr14289-3.c: Likewise.
7355
7356 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
7357
7358         * gcc.c-torture/execute/20040308-1.c: New test.
7359
7360 2004-03-07  Roger Sayle  <roger@eyesopen.com>
7361
7362         * gcc.c-torture/execute/20040307-1.c: New test case.
7363
7364 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
7365
7366         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
7367
7368 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
7369
7370         * gcc.dg/20040306-1.c: New test.
7371
7372 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
7373
7374         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
7375         them static.
7376         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
7377
7378 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7379
7380         PR c/14465
7381         * gcc.dg/decl-6.c: New test.
7382
7383 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7384
7385         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
7386         Rename LOGPOW -> LOG_POW.
7387         (SQRT_EXP, POW_EXP): New.
7388
7389 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7390
7391         * gcc.dg/i386-sse-8.c: New test.
7392
7393 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7394
7395         PR c/14114
7396         * gcc.dg/decl-5.c: New test.
7397
7398 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
7399
7400         * gcc.dg/20040305-1.c: New test.
7401
7402 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
7403
7404         PR other/14354
7405         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
7406
7407 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
7408
7409         PR c++/14425, c++/14426
7410         * g++.dg/ext/altivec-4.C: New test.
7411         * g++.dg/ext/altivec-5.C: New test.
7412
7413 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
7414
7415         * g++.old-deja/g++.other/linkage1.C: Expect errors about
7416         global variables of a type with no linkage.
7417         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
7418         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
7419         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
7420         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
7421         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
7422         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
7423         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
7424         * g++.dg/warn/deprecated.C: Name enum Color.
7425         * g++.dg/overload/VLA.C: Name structure for 'b'.
7426         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
7427
7428 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7429
7430         * gcc.c-torture/compile/20040304-1.c: New test.
7431
7432 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
7433
7434         PR 13728
7435         * gcc.dg/decl-4.c: New testcase.
7436
7437 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
7438
7439         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
7440         as PRECF if sizeof (float) > sizeof (double).
7441         (PRECL): Make it the same as PRECF if
7442         sizeof (float) > sizeof (long double).
7443
7444 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7445
7446         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
7447         system type.  Add check for irix6 which doesn't have c99 runtime.
7448
7449 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
7450
7451         * gcc.dg/const-elim-1.c: xfail for xtensa.
7452
7453 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7454
7455         PR c++/14369
7456         * g++.dg/template/cond4.C: New test.
7457
7458 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7459
7460         PR c++/14360
7461         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
7462
7463         PR c++/14361
7464         * g++.dg/parse/defarg7.C: New test.
7465
7466         PR c++/14359
7467         * g++.dg/template/friend26.C: New test.
7468
7469 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7470
7471         PR c++/14324
7472         * g++.dg/abi/mangle21.C: New test.
7473
7474         PR c++/14260
7475         * g++.dg/parse/constructor2.C: New test.
7476
7477         PR c++/14337
7478         * g++.dg/template/sfinae1.C: New test.
7479
7480 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7481
7482         PR c++/14267
7483         * g++.dg/expr/crash2.C: New test.
7484
7485         PR middle-end/13448
7486         * gcc.dg/inline-5.c: New test.
7487         * gcc.dg/always-inline.c: Split out tests into ...
7488         * gcc.dg/always-inline2.c: ... this and ...
7489         * gcc.dg/always-inline3.c: ... this.
7490
7491 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7492
7493         PR debug/12103
7494         * g++.dg/debug/crash1.C: New test.
7495
7496 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
7497
7498         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
7499         function with __attribute__((noinline)).
7500         (recurser_void2): Likewise.
7501         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
7502         (recurser_void2): Likewise.
7503
7504 2004-02-29  Roger Sayle  <roger@eyesopen.com>
7505
7506         PR middle-end/14203
7507         * g++.dg/warn/Wunused-6.C: New test case.
7508
7509 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
7510
7511         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
7512         not defined.
7513
7514 2004-02-27  Eric Christopher  <echristo@redhat.com>
7515
7516         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
7517         * g++.dg/charset/asm2.c: Run only x86.
7518         * gcc.dg/charset/asm3.c: Ditto.
7519
7520 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
7521
7522         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
7523         ld_library_path.
7524
7525 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
7526
7527         * g++.dg/ext/altivec-3.C: New.
7528
7529 2004-02-26  Richard Henderson  <rth@redhat.com>
7530
7531         * g++.dg/ext/attrib10.C: Mark for warning.
7532         * gcc.dg/attr-alias-1.c: New.
7533
7534 2004-02-26  Richard Henderson  <rth@redhat.com>
7535
7536         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
7537         * gcc.c-torture/execute/20040208-2.c: ... it back.
7538
7539 2004-02-26  Eric Christopher  <echristo@redhat.com>
7540
7541         * lib/target-supports.exp (check-iconv-available): New function.
7542         * lib/gcc-dg.exp (dg-require-iconv): New function.
7543         Use above.
7544         * gcc.dg/charset: New directory.
7545         * gcc.dg/charset/charset.exp: New file.
7546         * gcc.dg/charset/asm1.c: Ditto.
7547         * gcc.dg/charset/asm2.c: Ditto.
7548         * gcc.dg/charset/asm3.c: Ditto.
7549         * gcc.dg/charset/asm4.c: Ditto.
7550         * gcc.dg/charset/asm5.c: Ditto.
7551         * gcc.dg/charset/attribute1.c: Ditto.
7552         * gcc.dg/charset/attribute2.c: Ditto.
7553         * gcc.dg/charset/string1.c: Ditto.
7554         * g++.dg/charset: New directory.
7555         * g++.dg/dg.exp: Add here. Special options.
7556         * g++.dg/charset/charset.exp: New file.
7557         * g++.dg/charset/asm1.c: Ditto.
7558         * g++.dg/charset/asm2.c: Ditto.
7559         * g++.dg/charset/asm3.c: Ditto.
7560         * g++.dg/charset/asm4.c: Ditto.
7561         * g++.dg/charset/attribute1.c: Ditto.
7562         * g++.dg/charset/attribute2.c: Ditto.
7563         * g++.dg/charset/extern1.cc: Ditto.
7564         * g++.dg/charset/extern2.cc: Ditto.
7565         * g++.dg/charset/string1.c: Ditto.
7566
7567 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
7568
7569         PR c++/14278
7570         * g++.dg/parse/comma1.C: New test.
7571
7572 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7573
7574         PR c++/14284
7575         * g++.dg/template/ttp8.C: New test.
7576
7577 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
7578
7579         * gcc.dg/fixuns-trunc-1.c: New test.
7580
7581 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7582
7583         * gcc.dg/builtins-config.h: Use #elif.
7584
7585 2004-02-26  Michael Matz  <matz@suse.de>
7586
7587         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
7588         * gcc.dg/991214-1.c: Likewise.
7589         * gcc.dg/i386-asm-1.c: Likewise.
7590
7591 2004-02-25  Richard Henderson  <rth@redhat.com>
7592
7593         * gcc.c-torture/execute/20040208-2.c: Move ...
7594         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
7595
7596 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7597
7598         PR c++/14246
7599         * g++.dg/other/crash-3.C: New test.
7600
7601 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7602
7603         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
7604         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
7605
7606         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
7607         HP-UX.
7608
7609 2004-02-24  Michael Matz  <matz@suse.de>
7610
7611         * gcc.dg/i386-regparm.c: New.
7612
7613 2004-02-23  James E Wilson  <wilson@specifixinc.com>
7614
7615         * gcc.c-torture/execute/20040223-1.c: New.
7616
7617 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
7618             Kazu Hirata  <kazu@cs.umass.edu>
7619
7620         * gcc.dg/fwritable-strings-1.c: Remove.
7621
7622 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
7623
7624         PR c/14156
7625         * gcc.dg/20040223-1.c: New test.
7626
7627 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7628
7629         PR c++/14106
7630         * g++.dg/ext/typeof9.C: New test.
7631
7632 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7633
7634         PR c++/14250
7635         * g++.dg/other/switch1.C: New test.
7636
7637 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7638
7639         * gcc.dg/cast-function-1.c: Adjust for new informative message.
7640         * gcc.dg/va-arg-1.c: Likewise.
7641
7642 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7643
7644         PR c++/14143
7645         * g++.dg/template/koenig5.C: New test.
7646
7647 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
7648
7649         * g++.dg/ext/altivec-1.C: Generalize target triple.
7650         * g++.dg/ext/altivec-2.C: New test case.
7651         * g++.dg/ext/altivec_check.h: New file.
7652         * gcc.dg/altivec-1.c: Generalize target triple;
7653         include altivec_check.h and call altivec_check().
7654         * gcc.dg/altivec-[2-5].c: Generalize target triple.
7655         * gcc.dg/altivec-6.c: New test case.
7656         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
7657         type casts as needed.
7658         * gcc.dg/altivec-10.c: Include altivec_check.h and call
7659         altivec_check().
7660         * gcc.dg/altivec-12.c: New test case.
7661         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
7662         include altivec_check.h and call altivec_check().
7663         * gcc.dg/altivec_check.h: New file.
7664
7665 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7666
7667         * lib/target-supports.exp (check_alias_available): Don't mangle
7668         function `g' in test program.
7669
7670 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7671
7672         * lib/target-supports.exp (check_profiling_available): Check
7673         argument to determine whether we support a profiling type.
7674         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
7675         check_profiling_available.
7676         * g++.dg/bprob/bprob.exp: Likewise
7677         * g77.dg/bprob/bprob.exp: Likewise.
7678         * gcc.misc-tests/bprob.exp: Likewise.
7679         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
7680         dg-require-profiling and delete expected error handling.
7681         * gcc.dg/20021014-1.c: Likewise.
7682         * gcc.dg/nest.c: Likewise.
7683
7684 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7685
7686         PR c++/12007
7687         * g++.dg/other/vthunk1.C: New test.
7688
7689 2004-02-20  Falk Hueffner  <falk@debian.org>
7690
7691         PR target/14201
7692         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
7693
7694 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
7695
7696         PR c++/13927
7697         * g++.dg/other/error8.C: Remove XFAIL markers.
7698
7699         PR c++/14173
7700         * g++.dg/ext/packed5.C: New test.
7701
7702         PR c++/14199
7703         * g++.dg/warn/Wunused-5.C: New test.
7704
7705         PR c++/14186
7706         * g++.dg/lookup/member1.C: New test.
7707
7708 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
7709
7710         * gcc.c-torture/compile/20040130-1.c: Enable only when
7711         __INT_MAX__ >= 2147483647L.
7712         * gcc.c-torture/compile/961203-1.c: Likewise.
7713
7714 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
7715
7716         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
7717         * g++.dg/opt/template1.C: Robustify assembler regexp
7718
7719 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7720
7721         * gcc.c-torture/execute/simd-4.x: Remove.
7722         * gcc.c-torture/execute/va-arg-25.x: Likewise.
7723         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
7724         Guard with #ifndef SKIP_ATTRIBUTE.
7725         * gcc.dg/compat/vector-1_y.c: Likewise.
7726         * gcc.dg/compat/vector-2_x.c: Likewise.
7727         * gcc.dg/compat/vector-2_y.c: Likewise.
7728         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
7729         * g++.dg/eh/simd-2.C: Likewise.
7730
7731 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
7732
7733         * gcc.c-torture/compile/complex-1.c: New.
7734
7735 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
7736
7737         PR target/14209
7738         * gcc.c-torture/execute/20040218-1.c: New test.
7739
7740 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7741
7742         PR c++/14181
7743         * g++.dg/parse/new2.C: New test.
7744
7745 2004-02-18  Paul Brook  <paul@codesourcery.com>
7746
7747         * gcc.c-torture/compile/libcall-1.c: New test.
7748
7749 2004-02-18  Paul Brook  <paul@codesourcery.com>
7750
7751         PR debug/12934
7752         * gcc.dg/debug/debug-7.c: New test.
7753
7754 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
7755
7756         * gcc.dg/20040217-1.c: New test.
7757
7758 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
7759
7760         * gcc.c-torture/execute/990208-1.x: Delete.
7761
7762 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
7763
7764         * gcc.c-torture/execute/20040208-2.x: New file.
7765
7766 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
7767
7768         PR c++/11326
7769         * g++.dg/abi/structret1.C: New test.
7770
7771 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
7772
7773         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
7774         (i386_cpuid): No need to test if cpuid is available on AMD64.
7775         Fix assembly, so that it works onboth i386 and AMD64.
7776         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
7777         (vecInLong): Fix s[] member type to unsigned int.
7778         (vecInWord): Remove type.
7779         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
7780         (a64, b64, c64, d64, e64): Remove.
7781         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
7782         Remove unused variable.  Remove initialization of removed variables.
7783         Don't call mmx_tests nor sse_tests.
7784         (reference_mmx, reference_sse): Remove.
7785         (check): Add return stmt.
7786         * gcc.dg/i386-sse-7.c: New test.
7787         * gcc.dg/i386-mmx-4.c: New test.
7788
7789 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7790
7791         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
7792         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7793         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7794         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
7795         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
7796         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
7797         g++.dg/tc1/dr94.C: Fix line terminator.
7798
7799 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
7800
7801         * gcc.c-torture/compile/20040216-1.c: New.
7802
7803 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7804
7805         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7806         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7807         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
7808         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
7809         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
7810         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
7811
7812 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7813
7814         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
7815
7816 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
7817
7818         PR c++/13971
7819         * g++.dg/expr/cond4.C: New test.
7820
7821         PR c++/14086
7822         * g++.dg/lookup/crash2.C: New test.
7823
7824 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
7825
7826         * gcc.c-torture/compile/20040214-2.c: New test.
7827
7828 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
7829
7830         PR c++/14116
7831         * g++.dg/ext/typeof8.C: New test.
7832
7833 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
7834
7835         * gcc.c-torture/compile/20040214-1.c: New test.
7836
7837 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7838
7839         PR c++/13635
7840         * g++.dg/template/spec11.C: New test.
7841
7842 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7843
7844         PR c++/13927
7845         * g++.dg/other/error8.C: New test.
7846
7847 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
7848
7849         PR c++/14122
7850         * g++.dg/template/array4.C: New test.
7851
7852         PR c++/14108
7853         * g++.dg/inherit/thunk2.C: New test.
7854
7855         PR c++/14083
7856         * g++.dg/eh/cond2.C: New test.
7857
7858 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
7859
7860         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
7861
7862 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
7863
7864         * lib/scanasm.exp (dg-scan): Quote pattern before display.
7865
7866 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
7867
7868         * g++.dg/simd-2.C: xfail on ppc64-linux.
7869
7870 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
7871
7872         PR c/456
7873         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
7874         tests.
7875
7876 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
7877
7878         * gcc.dg/builtins-33.c: New test.
7879
7880 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
7881
7882         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
7883
7884 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
7885
7886         * g++.dg/simd-2.C: Set -maltivec for ppc64.
7887
7888 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
7889
7890         * gcc.dg/ppc64-abi-3.c: New test.
7891
7892 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
7893
7894         PR c/14092
7895
7896         * gcc.dg/pr14092-1.c: New testcase.
7897
7898 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
7899
7900         * gcc.dg/cpp/assert4.c: Fix typo last change.
7901
7902         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
7903         * gcc.dg/cpp/assert4.c: Handle powerpc64.
7904
7905         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
7906
7907 2004-02-09  Roger Sayle  <roger@eyesopen.com>
7908
7909         * gcc.c-torture/compile/20040209-1.c: New test case.
7910
7911 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7912
7913         * gcc.dg/c90-init-1.c: Adjust expected error messages.
7914
7915 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
7916
7917         * gcc.c-torture/execute/20040208-[12].c: New tests.
7918
7919 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7920
7921         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
7922
7923 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7924
7925         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
7926
7927 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
7928
7929         Bug 13856
7930         * gcc.dg/visibility-8.c: New testcase.
7931
7932 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
7933
7934         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
7935         arguments.
7936         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
7937
7938 2004-02-07  Roger Sayle  <roger@eyesopen.com>
7939
7940         PR middle-end/13696
7941         * g++.dg/opt/fold1.C: New test case.
7942
7943 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7944
7945         PR c++/14033
7946         * g++.dg/other/crash-2.C: New test.
7947
7948 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7949
7950         PR c++/14028
7951         * g++.dg/parse/angle-bracket2.C: New test.
7952
7953 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7954
7955         PR middle-end/13750
7956         Revert:
7957         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
7958         PR pch/13361
7959         * testsuite/g++.dg/pch/wchar-1.C: New.
7960         * testsuite/g++.dg/pch/wchar-1.Hs: New.
7961
7962 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7963
7964         PR c++/14008
7965         * g++.dg/parse/error15.C: New test.
7966         * g++.dg/parse/crash11.C: Update dg-error mark.
7967
7968 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7969
7970         PR c++/13932
7971         * g++.dg/warn/conv2.C: New test.
7972
7973 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7974
7975         PR c++/13086
7976         * g++.dg/warn/incomplete1.C: Remove xfail.
7977
7978 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7979
7980         * lib/file-format.exp (gcc_target_object_format): Use
7981         ${tool}_target_compile, not gcc_target_compile.
7982         * lib/target-supports.exp (check_alias_available): Likewise.
7983         (check_gc_sections_available): Likewise.
7984         * g++.dg/ext/attrib10.C: Use dg-require-alias.
7985         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
7986         dg-require-alias.
7987
7988 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7989
7990         PR c++/13969
7991         * g++.dg/template/static6.C: New test.
7992
7993 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
7994
7995         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
7996
7997 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7998
7999         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
8000         tests for systems where `char' is unsigned by default.
8001
8002 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8003
8004         PR c++/13997
8005         * g++.dg/template/partial3.C: New test.
8006
8007 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8008
8009         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
8010         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
8011         Remove mentions of obsolete ports.
8012
8013 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
8014
8015         * gcc.dg/noncompile/20001228-1.c: Fix for new
8016         error message.
8017
8018 2004-02-03  Roger Sayle  <roger@eyesopen.com>
8019
8020         PR target/9348
8021         * gcc.c-torture/execute/multdi-1.c: New test case.
8022
8023 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8024
8025         PR c++/13925
8026         * g++.dg/template/lookup5.C: New test.
8027
8028 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8029
8030         PR c++/13950
8031         * g++.dg/template/lookup4.C: New test.
8032
8033         PR c++/13970
8034         * g++.dg/parse/error14.C: New test.
8035
8036         PR c++/14002
8037         * g++.dg/parse/template13.C: New test.
8038
8039 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8040
8041         PR c++/13978
8042         * g++.dg/template/koenig4.C: New test.
8043
8044         PR c++/13968
8045         * g++.dg/template/crash17.C: New test.
8046
8047         PR c++/13975
8048         * g++.dg/parse/error13.C: New test.
8049         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
8050
8051 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
8052
8053         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
8054
8055 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
8056
8057         PR c/11658
8058         PR c/13994
8059         * gcc.dg/noncompile/20040203-1.c: New test.
8060         * gcc.dg/noncompile/20040203-2.c: Likewise.
8061         * gcc.dg/noncompile/20040203-3.c: Likewise.
8062         * gcc.dg/20040203-1.c: Likewise.
8063
8064 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
8065
8066         PR c++/10858
8067         * g++.dg/template/sizeof7.C: New test.
8068
8069 2004-02-02  Eric Christopher  <echristo@redhat.com>
8070             Zack Weinberg  <zack@codesourcery.com>
8071
8072         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
8073
8074 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
8075
8076         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
8077         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
8078         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
8079         * gcc.dg/cleanup-5.c: Run only on Linux targets.
8080
8081 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
8082
8083         PR c++/13113
8084         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
8085
8086         PR c++/13854
8087         * g++.dg/ext/attrib13.C: New test.
8088
8089         PR c++/13907
8090         * g++.dg/conversion/op2.C: New test.
8091
8092 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8093
8094         * gcc.dg/titype-1.c: Fix pasto.
8095
8096 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8097
8098         * gcc.dg/titype-1.c: New test.
8099
8100 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8101
8102         PR c++/13957
8103         * g++.dg/template/non-type-template-argument-1.C,
8104         g++.dg/template/qualified-id1.C: Update dg-error marks.
8105         * g++.dg/template/nontype6.C: New test.
8106
8107 2004-02-01  Roger Sayle  <roger@eyesopen.com>
8108
8109         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
8110         * gcc.dg/builtins-31.c: New testcase.
8111         * gcc.dg/builtins-32.c: New testcase.
8112
8113 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
8114
8115         * objc.dg/call-super-2.m: Update line numbers
8116         for the including of stddef.h.
8117
8118 2004-01-30  Michael Matz  <matz@suse.de>
8119
8120         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
8121         g++.dg/ext/case-range3.C: New tests.
8122
8123 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8124
8125         DR206
8126         PR c++/13813
8127         * g++.dg/template/member4.C: New test.
8128
8129 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8130
8131         PR c++/13683
8132         * g++.dg/template/sizeof6.C: New test.
8133
8134 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8135
8136         * gcc.dg/fwritable-strings-1.c: New test.
8137
8138 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8139
8140         * gcc.c-torture/compile/20040130-1.c: New test.
8141
8142 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
8143
8144         * objc.dg/call-super-2.m: Include stddef.h for size_t.
8145
8146 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
8147
8148         PR c++/13883
8149         * g++.dg/template/ctor3.C: New test.
8150
8151 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8152
8153         * g++.dg/tc1: New directory.
8154         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
8155         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
8156         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
8157         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
8158         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
8159
8160 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8161
8162         * g++.dg/parse/error11.C: New test.
8163         * g++.dg/parse/error12.C: Likewise.
8164
8165 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
8166
8167         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
8168         (scan_initial, main): Use aligned_sizeof instead of sizeof.
8169
8170 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
8171
8172         PR c++/13791
8173         * g++.dg/ext/attrib12.C: New test.
8174
8175         PR c++/13736
8176         * g++.dg/parse/cast2.C: New test.
8177
8178 2004-01-27  James E Wilson  <wilson@specifixinc.com>
8179
8180         * objc.dg/encode-2.m (main): New local string.  Set depending on
8181         sizeof long.  Use in sscanf call.
8182         * objc.dg/encode-3.m (main): New local string.  Set depending on
8183         sizeof long.  Use in scan_initial call.
8184
8185 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8186
8187         * objc.dg/call-super-2.m: Make LP64-safe.
8188         * objc.dg/desig-init-1.m: Likewise.
8189
8190 2004-01-27  Devang Patel <dpatel@apple.com>
8191
8192         * g++.dg/debug/namespace1.C: New test.
8193
8194 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
8195
8196         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
8197         xscale-*-*.
8198
8199         * gcc.dg/arm-mmx-1.c: New test.
8200
8201 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8202
8203         * gcc.dg/20040127-1.c: New test.
8204         * gcc.dg/20040127-2.c: New test.
8205
8206 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8207
8208         * objc.dg/stret-1.m (glob): Renamed to globa.
8209
8210 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
8211
8212         PR c++/13663
8213         * g++.dg/expr/for1.C: New test.
8214
8215 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
8216
8217         PR middle-end/13779
8218         * gcc.dg/darwin-longlong.c: New test.
8219
8220 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
8221
8222         * gcc.dg/20040124-1.c: Moved test from here...
8223         * gcc.c-torture/compile/20040124-1.c: ...to here.
8224
8225 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8226
8227         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
8228         the assembly output if -m64 is passed.
8229
8230 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
8231
8232         PR c++/13833
8233         * g++.dg/template/cond3.C: New test.
8234
8235 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8236
8237         PR c++/13810
8238         * g++.dg/template/ttp7.C: New test.
8239
8240 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8241
8242         PR c++/13797
8243         * g++.dg/template/nontype4.C: New test.
8244         * g++.dg/template/nontype5.C: Likewise.
8245
8246 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8247
8248         * gcc.dg/torture/mips-clobber-at.c: New test.
8249
8250 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
8251
8252         * gcc.dg/20040124-1.c: New test.
8253
8254 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
8255
8256         * gcc.dg/20040123-1.c: New test.
8257
8258 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8259
8260         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
8261
8262 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8263
8264         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
8265
8266 2004-01-23  Andrew Pinski  <apinski@apple.com>
8267
8268         * gcc.dg/20030121-1.c: Move to ..
8269         * gcc.dg/20040121-1.c: here.
8270
8271 2004-01-23  Roger Sayle  <roger@eyesopen.com>
8272
8273         * gcc.dg/builtins-29.c: New test case.
8274
8275 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8276
8277         PR 18314
8278         * gcc.dg/builtins-30.c: New testcase.
8279
8280 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
8281
8282         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
8283         * lib/g77.exp: Likewise.
8284         * lib/objc.exp: Likewise.
8285         * lib/g++.exp: Likewise.
8286
8287 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8288
8289         * gcc.dg/struct-by-value-2.c: New test.
8290
8291 2004-01-21  Andrew Pinski  <apinski@apple.com>
8292
8293         PR target/13785
8294         * gcc.dg/20030121-1.c: New test.
8295
8296 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8297
8298         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
8299         clobber frame pointer register in asm statement.
8300
8301 2004-01-21  Falk Hueffner  <falk@debian.org>
8302
8303         * gcc.c-torture/compile/20040121-1.c: New test.
8304
8305 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
8306
8307         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
8308
8309 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
8310
8311         * gcc.dg/ppc64-abi-2.c: New test.
8312
8313 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8314
8315         * lib/treelang.exp: Fill out this file.
8316         * lib/treelang-dg.exp: New File.
8317
8318 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8319
8320         * gcc.c-torture/compile/981022-1.c: Remove.
8321         * gcc.dg/array-5.c: Remove XFAIL.
8322         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
8323         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
8324         gcc.dg/cond-lvalue-1.c: Update.
8325         * gcc.dg/cast-lvalue-2.c: New test.
8326
8327 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
8328
8329         PR c++/13592
8330         * g++.dg/other/error1.C (class foo): Tweak error message.
8331
8332         PR c++/13592
8333         * g++.dg/template/call2.C: New test.
8334
8335 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8336
8337         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
8338         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
8339         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
8340         scalar-return-1_x.c, scalar-return-2_y.c,
8341         scalar-return-3_x.c, scalar-return-3_y.c,
8342         scalar-return-4_x.c, scalar-return-4_y.c,
8343         struct-align-1.h, struct-align-1_x.c,
8344         struct-align-1_y.c, struct-align-2.h,
8345         struct-align-2_x.c, struct-align-2_y.c,
8346         struct-by-value-10_y.c, struct-by-value-11_x.c,
8347         struct-by-value-11_y.c, struct-by-value-12_x.c,
8348         struct-by-value-12_y.c, struct-by-value-13_x.c,
8349         struct-by-value-13_y.c, struct-by-value-14_x.c,
8350         struct-by-value-14_y.c, struct-by-value-15_x.c,
8351         struct-by-value-15_y.c, struct-by-value-16_y.c,
8352         struct-by-value-17_y.c, struct-by-value-18_y.c,
8353         struct-by-value-19_y.c, struct-by-value-1_x.c,
8354         struct-by-value-1_y.c, struct-by-value-20_y.c,
8355         struct-by-value-2_x.c, struct-by-value-2_y.c,
8356         struct-by-value-3_y.c, struct-by-value-4_x.c,
8357         struct-by-value-4_y.c, struct-by-value-5_y.c,
8358         struct-by-value-6_y.c, struct-by-value-7_y.c
8359         struct-by-value-8_x.c, struct-by-value-8_y.c
8360         struct-by-value-9_x.c, struct-by-value-9_y.c
8361         struct-return-10_x.c, struct-return-10_y.c,
8362         struct-return-19_x.c, struct-return-20_x.c
8363         struct-return-2_x.c, struct-return-2_y.c
8364         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
8365         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
8366
8367 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8368
8369         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
8370         attribute on sparc*-sun-solaris2.*.
8371
8372 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
8373
8374         PR c++/13710
8375         * g++.dg/ext/typeof7.C: New test.
8376
8377 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
8378
8379         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
8380         * gcc.dg/const-elim-1.c: Same.
8381
8382 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
8383
8384         * objc.dg/stret-1.m: New.
8385         * objc.dg/stret-2.m: New.
8386
8387 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
8388
8389         PR c++/11895
8390         * g++.dg/ext/vector1.C: New test.
8391
8392 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
8393
8394         * gcc.dg/pch/import-1.c: New.
8395         * gcc.dg/pch/import-1.hs: New.
8396         * gcc.dg/pch/import-1a.h: New.
8397         * gcc.dg/pch/import-1b.h: New.
8398         * gcc.dg/pch/import-1c.h: New.
8399
8400 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8401
8402         PR c++/13574
8403         * g++.dg/ext/array1.C: New test.
8404
8405         PR c++/13178
8406         * g++.dg/conversion/op1.C: New test.
8407
8408 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
8409
8410         PR 11864
8411         From Kazumoto Kojima / Dan Kegel:
8412         * gcc.dg/pr11864-1.c: New test.
8413
8414         PR 10392
8415         From Marcus Comstedt / Dan Kegel:
8416         * gcc.dg/pr10392-1.c: New test.
8417
8418 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8419
8420         PR c++/13478
8421         * g++.dg/init/ref10.C: New test.
8422
8423 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8424
8425         PR c++/13407
8426         * g++.dg/parse/typename6.C: New test.
8427
8428 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
8429
8430         PR pch/13361
8431         * testsuite/g++.dg/pch/wchar-1.C: New.
8432         * testsuite/g++.dg/pch/wchar-1.Hs: New.
8433
8434 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8435
8436         PR c++/9259
8437         * g++.dg/expr/sizeof2.C: New test.
8438
8439 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
8440
8441         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
8442
8443 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8444
8445         PR c++/13659
8446         * g++.dg/lookup/strong-using-3.C: New.
8447         * g++.dg/lookup/using-10.C: New.
8448
8449 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8450
8451         PR c++/13594
8452         * g++.dg/lookup/strong-using-2.C: New.
8453
8454 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
8455             Dan Kegel <dank@kegel.com>
8456             J"orn Rennecke <joern.rennecke@superh.com>
8457
8458         PR target/9365
8459         * gcc.dg/pr9365-1.c: New test.
8460
8461 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8462
8463         PR c++/8856
8464         * g++.dg/parse/casting-operator2.C: New test.
8465         * g++.old-deja/g++.pt/explicit83.C: Remove.
8466
8467 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
8468
8469         * gcc.dg/label-compound-stmt-1.c: New test.
8470         * gcc.c-torture/compile/950922-1.c,
8471         gcc.c-torture/compile/20000211-3.c,
8472         gcc.c-torture/compile/20000518-1.c,
8473         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
8474         compound statements.
8475
8476 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
8477
8478         * gcc.dg/ppc64-abi-1.c: New test.
8479
8480 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
8481
8482          * g++.dg/ext/attrib9.C: Add dg-warnings.
8483
8484 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8485
8486         PR c++/12335
8487         * g++.dg/parse/dtor3.C: New test.
8488
8489 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
8490
8491         PR c++/12709
8492         * g++.dg/parse/try-catch-1.C: New test.
8493
8494 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
8495
8496         * ada/acats/run_all.sh: Add more verbose output in acats.log
8497         when compiling tests.
8498
8499 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8500
8501         PR 13656
8502         * gcc.dg/typedef-redecl.c: New test case.
8503         * gcc.dg/typedef-redecl.h: New support file.
8504
8505 2004-01-13  Jan Hubicka  <jh@suse.cz>
8506
8507         * gcc.dg/always_inline.c: New test.
8508         * gcc.dg/debug/20031231-1.c: Fix.
8509
8510 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8511
8512         PR c++/13474
8513         * g++.dg/template/array3.C: New test.
8514
8515 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8516
8517         * g++.dg/ext/lvalue1.C: No longer expected to fail.
8518         * g++.dg/warn/Wunused-2.C: Likewise.
8519
8520 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8521
8522         PR c++/13289
8523         * g++.dg/template/instantiate6.C: New test.
8524
8525 2004-01-12  Roger Sayle  <roger@eyesopen.com>
8526
8527         PR middle-end/11397
8528         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
8529
8530 2004-01-12  Jan Hubicka  <jh@suse.cz>
8531
8532         PR opt/12826
8533         * gcc.dg/20040112-1.c: New.
8534
8535         * gcc.dg/dwarf-die[1-7].c: Move to...
8536         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
8537         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
8538
8539 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8540
8541         PR c++/4100
8542         * g++.dg/parse/friend4.C: New test.
8543
8544 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
8545
8546         PR c++/4100
8547         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
8548         definition is called a friend.
8549
8550 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
8551
8552         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
8553
8554 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
8555
8556         PR c++/3478
8557         * g++.dg/parse/error10.C: New test.
8558         * g++.dg/template/arg2.C: Accept "invalid type" error.
8559
8560 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
8561
8562         PR middle-end/13392
8563         * g++.dg/opt/expect2.C: New test.
8564
8565 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8566
8567         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
8568         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
8569         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
8570         Update dg-error regexps.
8571
8572 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8573
8574         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
8575         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
8576
8577 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8578
8579         * gcc.dg/pragma-re-1.c: Use right pointer type.
8580
8581 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8582
8583         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
8584
8585 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
8586
8587         * gcc.dg/rs6000-ldouble-1.c: New.
8588
8589 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8590
8591         DR 337
8592         PR c++/9256
8593         * g++.dg/other/abstract1.C: New test.
8594
8595 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
8596
8597         * g++.dg/lookup/strong-using-1.C: New.
8598
8599 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
8600
8601         PR c/11234
8602         * gcc.dg/func-ptr-conv-1.c: New test.
8603         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
8604
8605 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8606
8607         PR target/13380.
8608         * gcc.c-torture/compile/20040109-1.c: New.
8609
8610 2004-01-08  Stuart Hastings  <stuart@apple.com>
8611
8612         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
8613         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
8614         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
8615
8616 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
8617
8618         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
8619
8620 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8621
8622         * ada/acats/run_acats: Treat 'gnatchop' the same way
8623         as 'gnatmake'.  Export GCC_DRIVER.
8624         * ada/acats/run_all.sh: Add target_gnatchop.  Use
8625         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
8626
8627 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8628
8629         PR c++/12573
8630         * g++.dg/template/dependent-expr4.C: New test.
8631
8632 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
8633
8634         * gcc.dg/altivec-11.c: New test.
8635
8636 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
8637
8638         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
8639
8640 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8641
8642         PR c/6024
8643         * gcc.dg/enum-compat-1.c: New test.
8644         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
8645
8646 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8647
8648         PR c/12165
8649         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
8650         gcc.dg/c99-idem-qual-3.c: New tests.
8651
8652 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
8653
8654         * gcc.dg/winline-7.c: Don't cast void * to int.
8655
8656 2004-01-06  Jan Hubicka  <jh@suse.cz>
8657
8658         * gcc.dg/i386-sse-5.c: New test
8659         * g++.dg/eh/simd-1.c: Add -w argument for i386.
8660
8661 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8662
8663         PR c++/12815
8664         * g++.dg/rtti/typeid4.C: New test.
8665
8666 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8667
8668         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
8669
8670 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8671
8672         PR c++/12132
8673         * g++.dg/template/error11.C: New test.
8674
8675         PR c++/13451
8676         * g++.dg/template/class2.C: New test.
8677
8678 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8679         Richard Sandiford <rsandifo@redhat.com>
8680
8681         PR c++/13387
8682         * g++.dg/opt/alias3.C: New test.
8683
8684 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
8685
8686         PR c++/13157
8687         * g++.dg/template/koenig3.C: New test.
8688
8689         PR c++/13529
8690         * g++.dg/parse/offsetof3.C: New test.
8691
8692         * g++.dg/init/copy7.C: Add missing dg-error markers.
8693
8694         PR c++/12226
8695         * g++.dg/init/copy7.c: New test.
8696
8697         PR c++/13536
8698         * g++.dg/parse/cast1.C: New test.
8699
8700 2004-01-04  Jan Hubicka  <jh@suse.cz>
8701
8702         * gcc.dg/winline[1-7].c: New tests.
8703
8704 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8705
8706         PR c++/13520
8707         * g++.dg/template/qualttp22.C: New test.
8708
8709 2004-01-01  Jan Hubicka  <jh@suse.cz>
8710
8711         * gcc.dg/debug/20031231-1.c: New.
8712         * gcc.c-torture/compile/20040101-1.c: New.
8713         * gcc.dg/dwarf-die-[1-7].c: New.
8714
8715 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
8716
8717         PR optimization/13521
8718         * gcc.c-torture/compile/20031231-1.c: New test.
8719
8720 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8721
8722         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
8723
8724 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8725
8726         PR c++/10079
8727         * g++.dg/template/crash16.C: New test.
8728
8729 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
8730
8731         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
8732
8733 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8734
8735         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
8736         ports.
8737         * g++.old-deja/g++.jason/thunk3.C: Likewise.
8738         * g++.old-deja/g++.law/profile1.C: Likewise.
8739         * gcc.c-torture/compile/981006-1.c: Likewise.
8740         * gcc.c-torture/execute/loop-2e.x: Likewise.
8741         * gcc.c-torture/execute/loop-2f.x: Remove.
8742         * gcc.c-torture/execute/loop-2g.x: Likewise.
8743         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
8744         * gcc.dg/20020312-2.c: Remove traces of dead ports.
8745
8746 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
8747
8748         PR c++/13507
8749         * g++.dg/ext/attrib11.C: New test.
8750
8751         PR c++/13494
8752         * g++.dg/template/array2-1.C: New test.
8753         * g++.dg/template/array2-2.C: New test.
8754
8755 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
8756
8757         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
8758
8759 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8760
8761         PR c++/12774
8762         * g++.dg/template/array1-1.C: New test.
8763         * g++.dg/template/array1-2.C: New test.
8764
8765 2003-12-29  Roger Sayle  <roger@eyesopen.com>
8766
8767         PR fortran/12632
8768         * g77.dg/12632.f: New test case.
8769
8770 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8771
8772         PR c++/13289
8773         * g++.dg/parse/nontype1.C: New test.
8774
8775 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8776
8777         PR c++/12403
8778         * g++.dg/parse/explicit1.C: New test.
8779         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
8780
8781 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8782
8783         PR c++/13081
8784         * g++.dg/opt/inline6.C: New test.
8785
8786         PR c++/12613
8787         * g++.dg/parse/error9.C: New test.
8788
8789         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
8790
8791 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8792
8793         PR c++/13009
8794         * g++.dg/init/assign1.C: New test.
8795
8796 2003-12-28  Roger Sayle  <roger@eyesopen.com>
8797
8798         PR c++/13070
8799         * g++.dg/warn/format3.C: New test case.
8800
8801 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8802
8803         * gcc.c-torture/compile/20031227-1.c: New test.
8804
8805 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8806
8807         * g++.dg/bprob/bprob.exp: Load target-supports.exp
8808         * g77.dg/bprob/bprob.exp: Likewise.
8809         * gcc.misc-tests/bprob.exp: Likewise.
8810         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
8811         variants on systems where the library does not provide that
8812         functionality.
8813         * gcc.dg/builtins-20.c: Use builtins-config.h.
8814         * gcc.dg/builtins-config.h: New file.
8815
8816 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8817
8818         * lib/gcc-dg.exp (dg-require-profiling): New function.
8819         * lib/target-supports.exp (check_profiling_available): Likewise.
8820         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
8821         * g77.dg/bprob/bprob.exp: Likewise.
8822         * gcc.misc-tests/bprob.exp: Likewise.
8823         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
8824         * gcc.dg/20021014-1.c: Likewise.
8825         * gcc.dg/nest.c: Likewise.
8826
8827 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8828
8829         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
8830         compiling.
8831         * g++.dg/lookup/java2.C: Likewise.
8832         * gcc.dg/cpp/lexident.c: Likewise.
8833
8834 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
8835
8836         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
8837         given.
8838         * gcc.c-torture/compile/961203-1.c: Likewise.
8839         * gcc.c-torture/compile/980506-1.c: Likewise.
8840
8841 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
8842
8843         * lib/gcc-dg.exp (dg-prune-output): New annotation.
8844         (additional_prunes): New global.
8845         (gcc-dg-prune): Handle additional per-test pruning.
8846         (dg-test): Clear additional_prunes between tests.
8847
8848         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
8849         dg-prune-output to avoid spurious failures from assembler
8850         complaining about nonexistent WAW violations.
8851         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
8852         Use dg-prune-output to avoid spurious failures from assembler
8853         warning about Itanium B-step errata.
8854
8855 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8856
8857         * g++.dg/abi/macro0.C: New test.
8858         * g++.dg/abi/macro1.C: Likewise.
8859         * g++.dg/abi/macro2.C: Likewise.
8860
8861         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
8862         * g++.dg/abi/bitfield7.C: Likewise.
8863         * g++.dg/abi/dtor2.C: Likewise.
8864         * g++.dg/abi/mangle11.C: Likewise.
8865         * g++.dg/abi/mangle12.C: Likewise.
8866         * g++.dg/abi/mangle14.C: Likewise.
8867         * g++.dg/abi/mangle17.C: Likewise.
8868         * g++.dg/abi/vbase10.C: Likewise.
8869         * g++.dg/abi/vbase14.C: Likewise.
8870         * g++.dg/template/qualttp17.C: Likewise.
8871
8872 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
8873
8874         PR c/11995
8875         * gcc.dg/20031223-1.c: New test.
8876
8877 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8878
8879         * gcc.dg/noreturn-7.c: New test.
8880
8881 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8882
8883         * gcc.dg/null-pointer-1.c: New test.
8884
8885 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
8886
8887         * g++.old-deja/g++.jason/template18.C: Remove.
8888         * g++.old-deja/g++.jason/template37.C: Likewise.
8889
8890         PR c++/12862
8891         * g++.dg/lookup/ns1.C: New test.
8892
8893         PR c++/12397
8894         * g++.dg/template/lookup3.C: New test.
8895
8896 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
8897
8898         * g++.dg/template/recurse1.C: New test
8899
8900 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
8901
8902         PR c++/12479
8903         * g++.dg/parse/semicolon1.C: New test.
8904         * g++.dg/parse/semicolon1.h: Likewise.
8905
8906 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
8907
8908         * gcc.dg/darwin-misaligned.c: New test.
8909
8910 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
8911
8912         PR c/9163
8913         * gcc.dg/20031222-1.c: New test.
8914
8915 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
8916
8917         PR c++/13438
8918         * g++.dg/parse/error8.C: New test.
8919
8920         PR c++/11554
8921         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
8922
8923 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
8924
8925         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
8926         too small.
8927         * gcc.c-torture/compile/930217-1.c: Likewise.
8928         * gcc.c-torture/compile/930513-1.c: Likewise.
8929         * gcc.c-torture/execute/920908-2.c: Likewise.
8930         * gcc.c-torture/execute/921204-1.c: Likewise.
8931         * gcc.c-torture/execute/930621-1.c: Likewise.
8932         * gcc.c-torture/execute/930630-1.c: Likewise.
8933         * gcc.c-torture/execute/931031-1.c: Likewise.
8934         * gcc.c-torture/execute/980602-2.c: Likewise.
8935         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8936         * gcc.c-torture/execute/compndlit-1.c: Likewise.
8937         * gcc.c-torture/execute/extzvsi.c: Likewise.
8938         * gcc.c-torture/unsorted/ext.c: Likewise.
8939
8940 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
8941
8942         PR target/12749
8943         * gcc.c-torture/compile/20031220-2.c: New test case.
8944
8945 2003-12-20  Roger Sayle  <roger@eyesopen.com>
8946
8947         PR optimization/13031
8948         * gcc.c-torture/compile/20031220-1.c: New test case.
8949
8950 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8951
8952         * gcc.dg/cast-function-1.c: New test.
8953
8954 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
8955
8956         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
8957         formats.
8958
8959 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
8960
8961         PR c++/12795
8962         * g++.dg/ext/attrib10.C: New test.
8963
8964 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
8965
8966         * gcc.dg/cleanup-10.c: New test.
8967         * gcc.dg/cleanup-11.c: New test.
8968
8969 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
8970
8971         PR c++/13239
8972         * g++.dg/opt/expect1.C: New test.
8973
8974 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
8975
8976         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
8977
8978 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
8979
8980         PR debug/12923
8981         * gcc.dg/20031218-1.c: New test.
8982
8983         PR debug/12389
8984         * gcc.dg/20031218-2.c: New test.
8985         * gcc.dg/20031218-3.c: New test.
8986
8987         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
8988         of label name and allow for USER_LABEL_PREFIX == "_" names.
8989         * g++.dg/abi/mangle18-2.C: Likewise.
8990         * g++.dg/abi/mangle19-1.C: Likewise.
8991         * g++.dg/abi/mangle19-2.C: Likewise.
8992         * g++.dg/abi/mangle20-1.C: Likewise.
8993         * g++.dg/abi/mangle20-2.C: Likewise.
8994
8995 2003-12-18  Richard Henderson  <rth@redhat.com>
8996
8997         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
8998
8999 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
9000             Dan Kegel <dank@kegel.com>
9001
9002         PR other/12009
9003         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
9004         testing a cross compiler, it causes spurious compile failures.
9005         * lib/g++.exp: Likewise.
9006
9007 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9008
9009         PR c++/13262
9010         * g++.dg/template/access13.C: New test.
9011
9012 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
9013
9014         * gcc.dg/20031216-1.c: New test.
9015
9016 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9017
9018         PR c++/9154
9019         * g++.dg/template/error10.C: New test.
9020
9021 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9022
9023         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
9024         * g++.dg/eh/simd-2.C: Likewise.
9025
9026 2003-12-17  James E Wilson  <wilson@specifixinc.com>
9027             Roger Sayle  <roger@eyesopen.com>
9028
9029         * gcc.c-torture/execute/ieee/mzero5.c: New.
9030
9031 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
9032
9033         PR c++/10603
9034         * g++.dg/parse/error6.C: New test.
9035
9036         PR c++/12827
9037         * g++.dg/parse/error7.C: New test.
9038
9039 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
9040
9041         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
9042         at -O with stabs debugging formats.
9043         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
9044         * gcc.dg/debug/debug-2.c: Likewise.
9045
9046 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
9047
9048         PR c++/12696
9049         * g++.dg/init/error1.C: New test.
9050
9051         PR c++/12218
9052         * g++.dg/init/pm3.C: New test.
9053
9054 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
9055
9056         PR c/3347
9057         * gcc.dg/bitfld-8.c: New test.
9058
9059 2003-12-16  James Lemke  <jim@wasabisystems.com>
9060
9061         * gcc.dg/arm-scd42-[123].c: New tests.
9062
9063 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9064
9065         PR c++/9043
9066         * g++.dg/abi/mangle20-1.C: New test.
9067         * g++.dg/abi/mangle20-2.C: New test.
9068
9069 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
9070
9071         PR c++/13275
9072         * g++.dg/other/offsetof2.C: Remove XFAIL.
9073         * g++.dg/parse/offsetof1.C: New test.
9074         * g++.gd/parse/offsetof2.C: Likewise.
9075
9076 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9077
9078         * g++.dg/template/nontype3.C: New test.
9079         * g++.dg/template/static2.C: Tweaked the dg-error clause.
9080
9081 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9082
9083         * g++.dg/warn/noreturn-3.C: Also test instantiation.
9084
9085 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9086
9087         PR c++/13387
9088         * g++.dg/expr/assign1.C: New test.
9089
9090         PR c++/13242
9091         * g++.dg/abi/mangle19-1.C: New test.
9092         * g++.dg/abi/mangle19-2.C: New test.
9093
9094 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
9095
9096         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
9097
9098 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9099
9100         * gcc.c-torture/execute/20031216-1.c: New test.
9101
9102 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9103
9104         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
9105         an ICE regression.
9106
9107 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9108
9109         PR c++/10926
9110         * g++.dg/template/error9.C: New test.
9111
9112         PR c++/11116
9113         * g++.dg/template/error8.C: New test.
9114
9115 2003-12-15  Roger Sayle  <roger@eyesopen.com>
9116
9117         PR middle-end/13400
9118         * gcc.c-torture/execute/20031215-1.c: New test case.
9119
9120 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9121
9122         PR c++/13269
9123         * g++.dg/parse/error5.C: New test.
9124
9125         PR c++/12989
9126         * g++.dg/expr/sizeof1.C: New test.
9127
9128         PR c++/13310
9129         * g++.dg/template/crash15.C: New test.
9130
9131 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
9132
9133         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
9134         a non-POD type as the last named parameter of a varargs function.
9135
9136 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9137
9138         PR c++/13243
9139         PR c++/12573
9140         * g++.dg/template/crash14.C: New test.
9141         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
9142
9143 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
9144
9145         * g++.dg/other/java1.C: New test.
9146
9147         PR c++/13241
9148         * g++.dg/abi/mangle18-1.C: New test.
9149         * g++.dg/abi/mangle18-2.C: New test.
9150
9151 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9152
9153         PR optimization/10312
9154         * gcc.c-torture/execute/20031214-1.c: New.
9155
9156 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
9157
9158         PR c++/10779
9159         PR c++/12160
9160         * g++.dg/parse/error3.C: New test.
9161         * g++.dg/parse/error4.C: Likewise.
9162         * g++.dg/abi/mangle4.C: Tweak error messages.
9163         * g++.dg/lookup/using5.C: Likewise.
9164         * g++.dg/other/error2.C: Likewise.
9165         * g++.dg/parse/typename5.C: Likewise.
9166         * g++.dg/parse/undefined1.C: Likewise.
9167         * g++.dg/template/arg2.C: Likewise.
9168         * g++.dg/template/ttp3.C: Likewise.
9169         * g++.dg/template/type1.C: Likewise.
9170         * g++.old-deja/g++.other/crash32.C: Likewise.
9171         * g++.old-djea/g++.pt/defarg8.C: Likewise.
9172
9173 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9174
9175         PR c++/13106
9176         * g++.dg/warn/noreturn-3.C: New test.
9177
9178 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9179
9180         PR c++/13118
9181         * g++.dg/abi/covariant3.C: New.
9182
9183 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
9184
9185         * g++.dg/eh/ia64-1.C: New test.
9186
9187 2003-12-12  Roger Sayle  <roger@eyesopen.com>
9188
9189         PR optimization/13037
9190         * g77.f-torture/execute/13037.f: New test case.
9191
9192 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9193
9194         PR c++/12881
9195         * g++.dg/abi/covariant2.C: New.
9196
9197 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
9198
9199         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
9200
9201 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
9202
9203         * gcc.c-torture/execute/wchar_t-1.x: Delete.
9204
9205 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
9206
9207         PR other/10819
9208         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
9209         to fix Bug 10819.
9210         * lib/g++.exp (g++_version): Likewise.
9211         * lib/g77.exp (g77_version): Likewise.
9212         * lib/objc.exp (default_objc_version): Likewise.
9213
9214 2003-12-10  Richard Henderson  <rth@redhat.com>
9215
9216         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
9217
9218         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
9219
9220 2003-12-08  Matt Austern  <austern@apple.com>
9221
9222         PR c/13134
9223         * lib/gcc-dg.exp (dg-require-visibility): Define.
9224         * lib/target-supports (check_visibility_available): Define.
9225         * gcc.dg/visibility-1.c: New test.
9226         * gcc.dg/visibility-2.c: Likewise.
9227         * gcc.dg/visibility-3.c: Likewise.
9228         * gcc.dg/visibility-4.c: Likewise.
9229         * gcc.dg/visibility-5.c: Likewise.
9230         * gcc.dg/visibility-6.c: Likewise.
9231         * g++.dg/ext/visibility-1.C: Likewise.
9232         * g++.dg/ext/visibility-2.C: Likewise.
9233         * g++.dg/ext/visibility-3.C: Likewise.
9234         * g++.dg/ext/visibility-4.C: Likewise.
9235         * g++.dg/ext/visibility-5.C: Likewise.
9236         * g++.dg/ext/visibility-6.C: Likewise.
9237
9238 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9239
9240         * g++.dg/lookup/java1.C: New test.
9241         * g++.dg/lookup/java2.C: New test.
9242
9243 2003-12-07  Falk Hueffner  <falk@debian.org>
9244
9245         * g++.dg/opt/noreturn-1.C: New test.
9246
9247 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
9248
9249         * gcc.dg/overflow-1.c: New test.
9250
9251 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9252
9253         * g77.f-torture/compile/13060.f: New test.
9254
9255 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
9256
9257         PR c++/13323
9258         * g++.dg/inherit/operator2.C: New test.
9259
9260 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9261
9262         PR c++/13305
9263         * g++.dg/ext/attrib9.C: New test.
9264
9265 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9266
9267         PR c++/13314
9268         * g++.dg/template/error7.C: New test.
9269
9270 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
9271             J"orn Rennecke <joern.rennecke@superh.com>
9272
9273         PR target/13302
9274         * g++.dg/other/struct-va_list.C: New test.
9275
9276 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9277
9278         PR c++/13166
9279         * g++.dg/parse/defarg6.C: New test.
9280
9281 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
9282
9283         PR target/13256
9284         * gcc.c-torture/execute/20031201-1.c: New test.
9285
9286 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
9287
9288         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
9289
9290 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9291
9292         * gcc.dg/builtin-return-1.c: New test.
9293
9294 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
9295             J"orn Rennecke <joern.rennecke@superh.com>
9296
9297         PR optimization/13260
9298         * gcc.c-torture/execute/20031204-1.c: New test.
9299
9300 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9301
9302         PR c++/9127
9303         * g++.dg/template/error6.C: New test.
9304
9305 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
9306
9307         * gcc.dg/20031202-1.c: New test.
9308
9309 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9310
9311         PR c++/13179
9312         * g++.dg/template/eh1.C: New test.
9313
9314         PR c++/10771
9315         * g++.dg/template/error5.C: New test.
9316
9317 2003-12-02  David Ung  <davidu@mips.com>
9318
9319         * gcc.dg/compat/vector-check.h: Corrected type for var
9320         g_##TMODE
9321
9322 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9323
9324         PR c++/10126
9325         * g++.dg/template/ptrmem8.C: New test.
9326
9327 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9328
9329         PR c++/12573
9330         * g++.dg/template/dependent-expr3.C: New test.
9331
9332 2003-12-01  James Lemke  <jim@wasabisystems.com>
9333
9334         * gcc.dg/arm-g2.c: New test.
9335
9336 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9337
9338         PR optimization/11634
9339         * gcc.dg/20031201-2.c: New test case.
9340
9341 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
9342
9343         PR 11433
9344         * objc.dg/proto-lossage-3.m: New test.
9345
9346 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9347
9348         PR optimization/12628
9349         * gcc.dg/20031201-1.c: New test case.
9350
9351 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
9352
9353         * gcc.dg/unaligned-1.c: New test.
9354
9355 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
9356
9357         PR c++/9849
9358         * g++.dg/template/error4.C: New test.
9359         * g++.dg/template/nested3.C: Adjust error markers.
9360
9361 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9362
9363         * gcc.dg/cpp/assert4.c: Check more #system assertions.
9364
9365 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
9366
9367         PR c/10333
9368         * gcc.dg/bitfld-7.c: New test.
9369
9370 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
9371
9372         * gcc.dg/tls/asm-1.C: New test.
9373
9374 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9375
9376         * gcc.dg/cpp/assert4.c: Update.
9377
9378 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9379
9380         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
9381         * gcc.dg/builtin-apply3.c: New test.
9382
9383 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9384
9385         * lib/compat.exp (compat-obj): New xfaildata parameter.
9386         Use it to set compiler_conditional_xfail_data before compiling.
9387         (compat-get-options): Handle dg-xfail-if.
9388         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
9389         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
9390         * gcc.dg/compat/vector-1_y.c: Likewise.
9391         * gcc.dg/compat/vector-2_x.c: Likewise.
9392         * gcc.dg/compat/vector-2_y.c: Likewise.
9393
9394 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9395
9396         * g++.dg/opt/reg-stack4.C: New test.
9397
9398 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9399
9400         * gcc.dg/builtin-apply2.c: New test.
9401
9402 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
9403
9404         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
9405
9406 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9407
9408         PR c++/12924
9409         * g++.dg/template/template-id-2.C: New test.
9410
9411 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9412
9413         PR c++/5369
9414         * g++.dg/template/memfriend1.C: New test.
9415         * g++.dg/template/memfriend2.C: Likewise.
9416         * g++.dg/template/memfriend3.C: Likewise.
9417         * g++.dg/template/memfriend4.C: Likewise.
9418         * g++.dg/template/memfriend5.C: Likewise.
9419         * g++.dg/template/memfriend6.C: Likewise.
9420         * g++.dg/template/memfriend7.C: Likewise.
9421         * g++.dg/template/memfriend8.C: Likewise.
9422         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
9423
9424 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
9425
9426         PR c++/12515
9427         * g++.dg/ext/cond1.C: New test.
9428
9429 2003-11-20  Richard Henderson  <rth@redhat.com>
9430
9431         * gcc.dg/20020201-2.c: Remove.
9432         * gcc.dg/20020201-4.c: Remove.
9433         * gcc.dg/20020304-1.c: Remove.
9434
9435 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9436
9437         * gcc.dg/cpp/trad/xwin1.c: New test case.
9438
9439 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9440
9441         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
9442         * lib/g77.exp: Likewise.
9443         * lib/objc.exp: Likewise.
9444         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
9445         for darwin.
9446
9447 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9448
9449         PR c++/12932
9450         * g++.dg/template/static5.C: New test.
9451
9452 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9453
9454         * gcc.dg/nested-func-1.c: New test.
9455
9456 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9457
9458         * gcc.dg/cpp/assert4.c: New test.
9459
9460 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9461
9462         PR c++/2294
9463         * g++.dg/lookup/using9.c: New test.
9464
9465 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
9466
9467         PR c++/12762
9468         * g++.dg/template/error3.C: New test.
9469
9470 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9471
9472         PR ada/13035
9473         * ada/acats/run_acats, run_all.sh: Fix syntax error.
9474         No longer use a wrapper for gcc, since this does not work under
9475         Windows.
9476
9477 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9478
9479         PR c++/2094
9480         * g++.dg/template/ptrmem7.C: New test.
9481
9482 2003-11-13  Andrew Pinski <apinski@apple.com>
9483
9484         * gcc.c-torture/compile/20031113-1.c: New test.
9485
9486 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
9487             Kean Johnston <jkj@sco.com>
9488
9489         PR c/13029
9490         * gcc.dg/unused-4.c: Update.
9491
9492 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9493
9494         * g++.dg/opt/const3.C: New test.
9495
9496 2003-11-13  Jan Hubicka  <jh@suse.cz>
9497
9498         * gcc.c-torture/compile/20031112-1.c: New test.
9499
9500 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
9501
9502         * g++.dg/parse/crash10.C: Remove bogus error marker.
9503
9504 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9505
9506         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
9507         (host_gcc): Likewise.
9508         (ROOT): Honor $PWDCMD.
9509         (BASE): Likewise.
9510         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
9511
9512 2003-11-12  Catherine Moore  <clm@redhat.com>
9513
9514         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
9515
9516 2003-11-12  Andreas Jaeger  <aj@suse.de>
9517             Jakub Jelinek  <jakub@redhat.com>
9518             Andrew Pinski  <pinskia@physics.uc.edu>
9519             Richard Henderson  <rth@redhat.com>
9520
9521         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
9522         systems.
9523         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
9524
9525         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
9526         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
9527
9528 2003-11-11  Andreas Jaeger  <aj@suse.de>
9529
9530         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
9531
9532         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
9533
9534 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
9535
9536         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
9537         Clean ups.
9538
9539 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
9540
9541         * gcc.dg/trampoline-1.c: New test.
9542
9543 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
9544
9545         * gcc.c-torture/compile/200031109-1.c: New test.
9546
9547 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9548
9549         PR c/3190
9550         PR c/8714
9551         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
9552         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
9553         gcc.dg/format/no-y2k-1.c: Update.
9554
9555 2003-11-08  Roger Sayle  <roger@eyesopen.com>
9556
9557         PR optimization/10467
9558         * gcc.dg/20031108-1.c: New test case.
9559
9560 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
9561
9562         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
9563
9564 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9565
9566         * gcc.dg/compound-lvalue-1.c: New test.
9567         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
9568         some XFAILs.
9569
9570 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
9571
9572         * gcc.dg/altivec-varargs-1.c: New test.
9573
9574 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9575
9576         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
9577         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
9578         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
9579         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
9580         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
9581
9582 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
9583
9584         * gcc.dg/cond-lvalue-1.c: New test.
9585
9586 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
9587
9588         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
9589
9590 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9591
9592         PR c++/11616
9593         * g++.dg/template/instantiate5.C: New test.
9594
9595 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9596
9597         PR c++/12726
9598         * g++.dg/ext/complit2.C: Replace test with self-contained version.
9599         * ChangeLog: Add missing first entry for above test.
9600
9601 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9602
9603         PR c++/9810
9604         * g++.dg/template/using8.C: New test.
9605         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
9606
9607 2003-11-02  Roger Sayle  <roger@eyesopen.com>
9608
9609         PR optimization/10817
9610         * gcc.c-torture/compile/20031102-1.c: New test case.
9611
9612 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
9613
9614         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
9615         2147483647.
9616
9617 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9618
9619         * gcc.dg/20031102-1.c: New test.
9620
9621 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9622
9623         * gcc.dg/complex-1.c: New test.
9624
9625 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9626
9627         PR c++/12796
9628         * g++.dg/template/crash13.C: Adjust expected error location.
9629         * g++.old-deja/g++.brendan/ns1.C: Likewise.
9630
9631 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9632
9633         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9634
9635 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9636
9637         PR/10239
9638         * gcc.c-torture/compile/20031031-2.c: New test.
9639
9640 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9641
9642         PR/11640
9643         * gcc.c-torture/compile/20031031-1.c: New test.
9644
9645 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9646
9647         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9648         * gcc.misc-tests/bprob.exp: Likewise.
9649         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
9650         the execution test on arm-elf configs.
9651         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
9652         configs that don't support scratch files.
9653         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
9654
9655 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
9656
9657         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
9658         done by dejagnu.
9659
9660 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
9661
9662         * ada/acats/run_all.sh: Redirect mv output to /dev/null
9663         Avoid non pure sh syntax. Add more logging.
9664
9665         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
9666         fail.
9667
9668 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9669
9670         PR libgcj/10610
9671         * gcc.dg/ppc-stackalign-1.c: New test.
9672
9673 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
9674
9675         * ada/acats/run_all.sh: Change output to be more compliant with
9676         dejagnu framework.
9677         Create acats.sum and acats.log files under testsuite/ada/acats
9678         Only run [a-z]* directories, to filter out e.g. CVS.
9679         Redirect build output to log file.
9680
9681 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9682
9683         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
9684
9685 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9686
9687         PR ada/5909:
9688         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
9689
9690 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
9691
9692         * gcc.c-torture/compile/20031023-1.c: New test.
9693         * gcc.c-torture/compile/20031023-2.c: New test.
9694         * gcc.c-torture/compile/20031023-3.c: New test.
9695         * gcc.c-torture/compile/20031023-4.c: New test.
9696
9697 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9698
9699         PR c++/10371
9700         * g++.dg/lookup/scoped8.C: New test.
9701
9702 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
9703
9704         * g++.dg/opt/reg-stack3.C: New test.
9705
9706 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9707
9708         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
9709
9710 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9711
9712         PR c++/11076
9713         * g++.dg/template/crash13.C: New test.
9714
9715 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9716
9717         * gcc.dg/c99-restrict-2.c: New test.
9718
9719 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
9720
9721         PR c++/12698, c++/12699, c++/12700, c++/12566
9722         * g++.dg/inherit/covariant9.C: New test.
9723         * g++.dg/inherit/covariant10.C: New test.
9724         * g++.dg/inherit/covariant11.C: New test.
9725
9726 2003-10-23  Jason Merrill  <jason@redhat.com>
9727
9728         PR c++/12726
9729         * g++.dg/ext/complit2.C: New test.
9730
9731 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9732
9733         PR target/12654
9734         * gcc.c-torture/execute/20031020-1.c: New test.
9735
9736 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9737
9738         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
9739         following the jump_insn.
9740
9741 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
9742
9743         * gcc.dg/cast-lvalue-1.c: New test.
9744
9745 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
9746
9747         PR c++/11962
9748         * g++.dg/template/cond2.C: New test.
9749
9750 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9751
9752         * gcc.dg/builtins-28.c: New test.
9753
9754 2003-10-20  Jan Hubicka  <jh@suse.cz>
9755
9756         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
9757         parameter.
9758         * testsuite/gcc.dg/inline-2.c: Likewise.
9759
9760 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9761
9762         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
9763         * gcc.dg/nest.c:  Likewise.
9764
9765 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9766
9767         PR c++/9781, c++/10583, c++/11862
9768         * g++.dg/parse/crash13.C: New test.
9769
9770 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9771
9772         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
9773
9774 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9775
9776         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
9777         Define HAVE_C99_RUNTIME except on Solaris.
9778         * gcc.dg/builtins-20.c: Likewise.
9779
9780 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9781
9782         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
9783
9784 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9785
9786         PR c++/12495
9787         * g++.dg/template/crash21.C: New test.
9788
9789 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9790
9791         PR c++/2513
9792         * g++.dg/template/typename5.C: New test.
9793
9794 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9795
9796         PR c++/12369
9797         * g++.dg/template/friend25.C: New test.
9798
9799 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
9800
9801         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
9802         versions.
9803
9804 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
9805
9806         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
9807         == 2147483647.
9808
9809 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
9810
9811         * gcc.c-torture/execute/960416-1.x: Remove.
9812         * gcc.c-torture/execute/divconst-3.x: Likewise.
9813
9814 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
9815
9816         PR target/12598
9817         * gcc.dg/torture/cris-volatile-1.c: New test.
9818
9819 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9820
9821         PR optimization/9325
9822         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
9823         for overflowing floating point to integer conversion during RTL
9824         simplification.
9825
9826 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
9827
9828         * objc/execute/_cmd.m: Fix typo.
9829         * objc.dg/image-info.m, objc.dg/symtab-1.m:
9830         Relax 'scan-assembler' regexp.
9831         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
9832         objc.dg/try-catch-4.m: Run on non-Darwin targets.
9833         * objc.dg/zero-link-2.m: Remove blank line.
9834         * objc.dg/zero-link-3.m: New test case.
9835
9836 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
9837
9838         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
9839
9840         * gcc.dg/asm-names.c: Use scan-assembler-not rather
9841         than linker trickery.
9842
9843 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9844
9845         PR c++/12370
9846         * g++.dg/other/friend2.C: New test.
9847
9848 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
9849
9850         * gcc.dg/20031012-1.c: New test.
9851
9852 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
9853
9854         * gcc.dg/weak/weak-3.c: Fix for new warning.
9855
9856 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9857
9858         PR optimization/8750
9859         * gcc.c-torture/execute/20031012-1.c: New test case.
9860
9861 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9862
9863         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
9864         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
9865
9866 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9867
9868         PR optimization/12260
9869         * gcc.c-torture/compile/20031011-2.c: New test case.
9870
9871 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9872
9873         * gcc.c-torture/execute/20031011-1.c: New testcase.
9874
9875 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
9876
9877         * gcc.c-torture/compile/20031011-1.c: New test.
9878
9879 2003-10-11  Jan Hubicka  <jh@suse.cz>
9880
9881         * g++.dg/other/first-global.C: New test.
9882
9883 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9884
9885         * gcc.c-torture/execute/string-opt-18.c: New testcase.
9886
9887 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
9888
9889         * gcc.c-torture/compile/20031010-1.c: New test.
9890
9891 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
9892
9893         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
9894         * gcc.c-torture/execute/va-arg-25.c: ... here.
9895
9896 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
9897
9898         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
9899
9900 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
9901
9902         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
9903
9904 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
9905
9906         * g++.dg/parse/error2.C: New test.
9907
9908 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
9909
9910         PR c++/11097
9911         * g++.dg/other/error5.C: Modify the error message.
9912         * g++.dg/lookup/using8.C: New test.
9913
9914 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
9915
9916         * gcc.dg/darwin-abi-2.c: New file.
9917         * gcc.c-torture/execute/va-arg-24.c: New file.
9918
9919 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
9920
9921         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
9922         indentation.
9923
9924 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
9925
9926         PR c++/10147
9927         * g++.dg/other/error4.C: Update error messages.
9928         * g++.dg/template/ptrmem4.C: Likewise.
9929
9930         PR c++/12337
9931         * g++.dg/init/new9.C: New test.
9932
9933         PR c++/12334, c++/12236, c++/8656
9934         * g++.dg/ext/attrib8.C: New test.
9935
9936 2003-10-06  Devang Patel  <dpatel@apple.com>
9937
9938         * gcc.dg/debug/dwarf2-3.h: New test.
9939         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
9940
9941 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
9942
9943         * g++.dg/opt/cfg2.C: New test.
9944
9945 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9946
9947         * g++.dg/opt/float1.C: New test.
9948
9949 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9950
9951         * gcc.dg/c90-array-lval-6.c: New test.
9952         * gcc.dg/c99-array-lval-6.c: New test.
9953
9954 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
9955             Ziemowit Laski  <zlaski@apple.com>
9956
9957         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
9958         'Derived', so that it is never considered a class method; add
9959         new warning for '+port' method ambiguity.
9960         * objc.dg/method-12.m: Include <objc/objc.h> instead of
9961         <objc/objc-api.h> (needed on Mac OS X).
9962         * objc.dg/method-13.m: New test.
9963
9964 2003-10-03  Roger Sayle  <roger@eyesopen.com>
9965
9966         PR optimization/9325, PR java/6391
9967         * gcc.c-torture/execute/20031003-1.c: New test case.
9968
9969 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
9970
9971         PR optimization/12180
9972         * gcc.dg/20031002-1.c: New test.
9973
9974         PR c++/12486
9975         * g++.dg/inherit/error1.C: New test.
9976
9977 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
9978
9979         * lib/f-torture.exp (search_for): Rename to...
9980         (search_for_re): This.  Also, clean up comments and the
9981         "regexp" invocation.
9982
9983 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
9984
9985         * gcc.c-torture/compile/20031002-1.c: New test.
9986
9987 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
9988
9989         * g++.dg/opt/cond1.C: New test.
9990
9991 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
9992
9993         * gcc.dg/Wold-style-definition-2.c: New testcase.
9994         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
9995
9996 2003-09-29  Richard Henderson  <rth@redhat.com>
9997
9998         * g++.dg/init/array10.C: Add dg-options.
9999
10000 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
10001
10002         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
10003
10004 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10005
10006         * g++.dg/template/friend19.C: Fix typo.
10007         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
10008
10009 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
10010
10011         * gcc.c-torture/execute/20030928-1.c: New test.
10012         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
10013
10014 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
10015
10016         * g++.dg/opt/unroll1.C: New test.
10017
10018 2003-09-26  Roger Sayle  <roger@eyesopen.com>
10019
10020         PR optimization/11741
10021         * gcc.dg/20030926-1.c: New test case.
10022
10023 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10024
10025         PR c++/5655
10026         * g++.dg/parse/access7.C: New test.
10027         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
10028
10029 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
10030
10031         MERGE OF objc-improvements-branch into MAINLINE:
10032         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
10033         if libobjc has not been built.
10034         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
10035         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
10036         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
10037         objc/execute/nested-3.m, objc/execute/np-2.m,
10038         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
10039         objc/execute/redefining_self.m, objc/execute/root_methods.m,
10040         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
10041         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
10042         objc.dg/special/unclaimed-category-1.h,
10043         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
10044         well as GNU runtime.
10045         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
10046         * execute/cascading-1.m, execute/function-message-1.m,
10047         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
10048         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
10049         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
10050         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
10051         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
10052         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
10053         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
10054         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
10055         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
10056         * objc.dg/bitfield-2.m: Run only on Darwin.
10057         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
10058         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
10059         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
10060         * objc.dg/const-str-1.m: Fix constant string layout.
10061
10062 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
10063
10064         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
10065
10066 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
10067
10068         * gcc.dg/darwin-abi-1.c: New file.
10069
10070 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
10071
10072         PR target/12281
10073         * gcc.c-torture/compile/20030921-1.c: New test.
10074
10075 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
10076
10077         * g++.dg/opt/reg-stack2.C: New test.
10078
10079 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
10080
10081         * g++.dg/eh/delayslot1.C: New test.
10082
10083 2003-09-20  Richard Henderson  <rth@redhat.com>
10084
10085         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
10086
10087 2003-09-20  Roger Sayle  <roger@eyesopen.com>
10088
10089         * gcc.c-torture/execute/20030920-1.c: New test case.
10090
10091 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10092
10093         * g++.dg/rtti/typeid3.C: Correct expected error message.
10094
10095 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10096
10097         PR c++/157
10098         * g++.dg/parse/crash12.C: New test.
10099
10100 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
10101
10102         * gcc.dg/compat/mixed-struct-check.h: New.
10103         * gcc.dg/compat/mixed-struct-defs.h: New.
10104         * gcc.dg/compat/mixed-struct-init.h: New.
10105         * gcc.dg/compat/struct-by-value-19_main.c: New.
10106         * gcc.dg/compat/struct-by-value-19_x.c: New.
10107         * gcc.dg/compat/struct-by-value-19_y.c: New.
10108         * gcc.dg/compat/struct-by-value-20_main.c: New.
10109         * gcc.dg/compat/struct-by-value-20_x.c: New.
10110         * gcc.dg/compat/struct-by-value-20_y.c: New.
10111         * gcc.dg/compat/struct-return-19_main.c: New.
10112         * gcc.dg/compat/struct-return-19_x.c: New.
10113         * gcc.dg/compat/struct-return-19_y.c: New.
10114         * gcc.dg/compat/struct-return-20_main.c: New.
10115         * gcc.dg/compat/struct-return-20_x.c: New.
10116         * gcc.dg/compat/struct-return-20_y.c: New.
10117
10118 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
10119         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
10120         so that it will not complain on LP64 targets.
10121
10122 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10123
10124         PR c++/495
10125         * g++.dg/template/friend24.C: New test.
10126
10127 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
10128
10129         PR c++/12332
10130         * g++.dg/template/memtmpl2.C: New test.
10131
10132 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
10133
10134         PR target/11184
10135         * gcc.dg/builtin-apply1.c: New test.
10136
10137 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
10138
10139         PR c++/9848
10140         * g++.dg/warn/Wunused-4.C: New test.
10141
10142 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10143
10144         PR c++/12316
10145         * g++.dg/other/gc2.C: New test.
10146
10147 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
10148
10149         PR c++/11991
10150         * g++.dg/rtti/typeid3.C: New test.
10151
10152         PR c++/12266
10153         * g++.dg/overload/template1.C: New test.
10154
10155 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
10156
10157         * g++.dg/opt/cfg3.C: New test.
10158
10159 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10160
10161         PR c++/7939
10162         * g++.dg/template/crash11.C: New test.
10163
10164 2003-09-16  Jason Merrill  <jason@redhat.com>
10165             Jakub Jelinek  <jakub@redhat.com>
10166
10167         * gcc.dg/attr-warn-unused-result.c: New test.
10168
10169 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
10170
10171         PR c++/12184
10172         * g++.dg/expr/call2.C: New test.
10173
10174 2003-09-15  Andreas Jaeger  <aj@suse.de>
10175
10176         * gcc.dg/Wold-style-definition-1.c: New test.
10177
10178 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
10179
10180         PR c++/3907
10181         * g++.dg/parse/template12.C: New test.
10182
10183         * g++.dg/abi/bitfield11.C: New test.
10184         * g++.dg/abi/bitfield12.C: Likewise.
10185
10186 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
10187
10188         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
10189         non-expansion of functional macro name without arguments at EOL.
10190         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
10191
10192 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
10193
10194         * gcc.c-torture/execute/20030914-[12].c: New tests.
10195
10196 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10197
10198         PR c++/11788
10199         * g++.dg/overload/addr1.C: New test.
10200
10201 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
10202
10203         * gcc.dg/20030909-1.c: New test.
10204
10205 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
10206
10207         * gcc.dg/ultrasp10.c: New test.
10208
10209 2003-09-09  Devang Patel  <dpatel@apple.com>
10210
10211         * gcc.dg/darwin-ld-6.c: New test.
10212
10213 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10214
10215         * gcc.dg/torture/builtin-explog-1.c: New testcase.
10216
10217 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10218
10219         * gcc.dg/ia64-types1.c: New test.
10220         * gcc.dg/ia64-types2.c: Likewise.
10221
10222 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10223
10224         * gcc.dg/builtins-1.c: Add more _Complex tests.
10225         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10226
10227         * gcc.dg/builtins-1.c: Test existing _Complex functions.
10228         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10229
10230 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10231
10232         PR c++/11786
10233         * g++.dg/lookup/koenig2.C: New test.
10234
10235         PR c++/5296
10236         * g++.dg/rtti/typeid2.C: New test.
10237
10238 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
10239
10240         * gcc.c-torture/compile/20030904-1.c: New test.
10241
10242 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10243
10244         * g++.dg/opt/longbranch2.C: New test.
10245
10246 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10247
10248         * g++.dg/template/crash10.C: Only compile it.
10249
10250 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10251
10252         PR middle-end/11665
10253         * gcc.c-torture/compile/20030907-1.c: New test.
10254         * g++.dg/init/array11.C: New test.
10255
10256 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10257
10258         PR c++/11852
10259         * g++.dg/init/struct1.C: New test.
10260
10261 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10262
10263         PR c++/12181
10264         * g++.dg/expr/comma1.C: New test.
10265
10266 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
10267
10268         PR c++/11867
10269         * g++.dg/expr/static_cast5.C: New test.
10270
10271 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
10272
10273         PR c++/11507
10274         * g++.dg/lookup/scoped7.C: New test.
10275
10276         PR c++/9574
10277         * g++.dg/other/static1.C: New test.
10278
10279         PR c++/11490
10280         * g++.dg/warn/template-1.C: New test.
10281
10282         PR c++/11432
10283         * g++.dg/template/crash10.C: New test.
10284
10285         PR c++/2478
10286         * g++.dg/overload/VLA.C: New test.
10287
10288         PR c++/10804
10289         * g++.dg/template/call1.C: New test.
10290
10291 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10292
10293         PR c++/11794
10294         * g++.dg/parse/using3.C: New test.
10295
10296 2003-09-06  Roger Sayle  <roger@eyesopen.com>
10297
10298         PR c++/11409
10299         * g++.dg/overload/builtin3.C: New test case.
10300
10301 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
10302
10303         PR c/9862
10304         * gcc.dg/20030906-1.c: New test.
10305         * gcc.dg/20030906-2.c: Likewise.
10306
10307 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10308
10309         PR c++/12167
10310         * g++.dg/parse/defarg5.C: New test.
10311
10312         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
10313
10314 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
10315
10316         PR c++/12163
10317         * g++.dg/expr/static_cast4.C: New test.
10318
10319         PR c++/12146
10320         * g++.dg/template/crash9.C: New test.
10321
10322 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
10323
10324         * g++.old-deja/g++.ext/pretty2.C: Update for change
10325         in __FUNCTION__.
10326         * g++.old-deja/g++.ext/pretty3.C: Likewise.
10327
10328 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
10329
10330         PR c++/11922
10331         * g++/dg/template/qualified-id1.C: New test.
10332
10333         PR c++/12037
10334         * g++.dg/warn/noeffect4.C: New test.
10335
10336 2003-09-04  Matt Austern  <austern@apple.com>
10337
10338         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
10339         * g++.dg/ext/fnname2.C: Likewise.
10340         * g++.dg/ext/fnname3.C: Likewise.
10341
10342 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
10343
10344         * g++.dg/expr/lval1.C: New test.
10345         * g++.dg/ext/lvcast.C: Remove.
10346
10347 2003-09-03  Roger Sayle  <roger@eyesopen.com>
10348
10349         PR optimization/11700.
10350         * gcc.c-torture/compile/20030903-1.c: New test case.
10351
10352 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
10353
10354         PR c++/12053
10355         * g++.dg/abi/layout4.C: New test.
10356
10357 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
10358
10359         PR c++/11553
10360         * g++.dg/parse/friend3.C: New test.
10361
10362 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
10363
10364         PR c++/11847
10365         * g++.dg/template/class1.C: New test.
10366
10367         PR c++/11808
10368         * g++.dg/expr/call1.C: New test.
10369
10370 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
10371
10372         PR c++/12114
10373         * g++.dg/init/ref9.C: New test.
10374
10375         PR c++/11972
10376         * g++.dg/template/nested4.C: New test.
10377
10378 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10379
10380         PR c++/12093
10381         * g++.dg/template/non-dependent4.C: New test.
10382
10383         PR c++/11928
10384         * g++.dg/inherit/conv1.C: New test.
10385
10386 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10387
10388         PR c++/6196
10389         * g++.dg/ext/label1.C: New test.
10390         * g++.dg/ext/label2.C: Likewise.
10391
10392 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10393
10394         * g++.dg/expr/cond3.C: New test.
10395
10396 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10397
10398         * gcc.dg/builtins-1.c: Add new builtin cases.
10399
10400 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10401
10402         * gcc.dg/builtins-1.c: Add new cases.
10403         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10404
10405 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10406
10407         * gcc.dg/builtins-1.c: Add more math builtin tests.
10408         * gcc.dg/torture/builtin-attr-1.c: New test.
10409
10410 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10411
10412         PR optimization/5079
10413         * g++.dg/opt/static3.C: New test.
10414
10415 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10416
10417         * gcc.misc-tests/gcov-10b.c: New test.
10418
10419 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
10420
10421         * g++.dg/opt/ptrmem3.C: New test.
10422
10423         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
10424
10425 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
10426
10427         * gcc.dg/20030826-2.c: New test.
10428
10429 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10430
10431         PR middle-end/12002
10432         * g77.f-torture/compile/12002.f: New test case.
10433
10434 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10435
10436         * gcc.dg/20030826-1.c: New test case.
10437
10438 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
10439
10440         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
10441
10442 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
10443
10444         PR c++/11871
10445         * c++.dg/lookup/crash1.C: New test.
10446
10447         * c++.dg/warn/noeffect3.C: New test.
10448
10449 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
10450
10451         * gcc.dg/compat/vector-1_x.c: Compile with -w.
10452         * gcc.dg/compat/vector-1_y.c: Ditto.
10453         * gcc.dg/compat/vector-2_x.c: Ditto.
10454         * gcc.dg/compat/vector-2_y.c: Ditto.
10455
10456 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
10457
10458         * gcc.dg/20030702-1.c: New test.
10459
10460 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
10461
10462         PR c++/8795
10463         * g++.dg/ext/altivec-1.C: New test.
10464
10465 2003-08-24  Richard Henderson  <rth@redhat.com>
10466
10467         * g++.dg/eh/simd-2.C: Add -w for x86.
10468
10469 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
10470
10471         * gcc.dg/20030815-1.c: New test.
10472
10473 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10474
10475         PR c++/3765
10476         * g++.dg/parse/access6.C: New test.
10477
10478 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10479
10480         PR c++/641, c++/11876
10481         * g++.dg/template/friend22.C: New test.
10482         * g++.dg/template/friend23.C: Likewise.
10483
10484 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10485
10486         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
10487         identically.
10488
10489 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10490
10491         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
10492
10493 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10494
10495         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
10496
10497 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10498
10499         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
10500
10501 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10502
10503         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
10504
10505 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
10506
10507         PR c++/11919
10508         * g++.dg/overload/prom1.C: New test.
10509
10510         PR c++/11551
10511         * g++.dg/parse/dtor2.C: New test.
10512
10513         PR c++/10762
10514         * g++.dg/parse/using2.C: New test.
10515
10516 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
10517
10518         PR target/11805
10519         * gcc.c-torture/compile/20030821-1.c: New.
10520
10521 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
10522
10523         PR c++/11834
10524         * g++.dg/template/deduce2.C: New test.
10525
10526 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
10527
10528         * gcc.c-torture/execute/20030821-1.c: New test.
10529
10530 2003-08-20  Roger Sayle  <roger@eyesopen.com>
10531
10532         PR middle-end/11984
10533         * gcc.dg/20030820-1.c: New test case.
10534
10535 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
10536
10537         PR c++/11945
10538         * g++.dg/warn/noeffect2.C: New test.
10539
10540 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
10541
10542         PR c++/10926
10543         * g++.dg/template/dtor2.C: New test.
10544
10545         PR c++/11684
10546         * g++.dg/template/operator1.C: New test.
10547         * g++.dg/parse/operator4.C: New test.
10548
10549         PR c++/11946.C
10550         * g++.dg/expr/enum1.C: New test.
10551         * gcc.dg/c99-bool-1.c: Remove bogus warning.
10552
10553         PR c++/11036.C
10554         * g++.dg/parse/elab2.C: New test.
10555         * g++.dg/parse/typedef4.C: Change error message.
10556         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
10557         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
10558         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
10559
10560 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10561
10562         * gcc.dg/pch/warn-1.c: New.
10563         * gcc.dg/pch/warn-1.hs: New.
10564
10565         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
10566         not-tested file.
10567
10568 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10569
10570         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
10571
10572 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10573
10574         * gcc.dg/uninit-D.c: New Test.
10575         * gcc.dg/uninit-E.c: New Test.
10576         * gcc.dg/uninit-F.c: New Test.
10577         * gcc.dg/uninit-G.c: New Test.
10578
10579 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
10580
10581         * g++.dg/README: Describe the pch directory.
10582
10583 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10584
10585         PR c++/11174
10586         * g++.dg/parse/access4.C: New test.
10587         * g++.dg/parse/access5.C: Likewise.
10588         * g++.old-deja/g++.jason/access17.C: Adjust error message.
10589
10590 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
10591
10592         * gcc.dg/noncompile/20030818-1.c: New.
10593
10594 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10595
10596         PR c++/11957
10597         * g++.dg/warn/noeffect1.C: New test.
10598
10599         * g++.dg/template/scope2.C: New test.
10600         * g++.dg/template/error2.C: Correct dg-error
10601
10602 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10603
10604         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
10605
10606 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
10607
10608         PR C++/11512
10609         * g++.dg/template/warn1.C: New.
10610
10611 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
10612
10613         * g++.dg/template/error2.C: New test.
10614         * g++.dg/lookup/using7.C: Adjust errors
10615         * g++.old-deja/g++.pt/crash36.C: Likewise.
10616         * g++.old-deja/g++.pt/derived3.C: Likewise.
10617
10618 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10619
10620         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
10621         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
10622         * gcc.c-torture/execute/builtins/string-9.c: New, from
10623         string-opt-9.c.  Adjust for execute/builtins framework.
10624         * gcc.c-torture/execute/string-opt-9.c: Delete.
10625
10626 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
10627
10628         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
10629
10630         * g++.dg/parse/ret-type2.C: New test.
10631
10632         PR c++/11703
10633         * g++.dg/init/new8.C: New test.
10634
10635         PR c++/10923
10636         * g++.dg/parse/typedef5.C: New test.
10637
10638         PR c++/9512
10639         * g++.dg/parse/qualified2.C: New test.
10640         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
10641         invalid code.
10642
10643 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
10644
10645         * g++.dg/conversion/ptrmem1.C: New test.
10646
10647 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
10648
10649         PR target/11693
10650         * gcc.dg/20030811-1.c: New test.
10651
10652         PR target/11535
10653         * gcc.c-torture/execute/20030811-1.c: New test.
10654
10655 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10656
10657         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
10658
10659 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
10660
10661         PR c++/11789.C
10662         * g++.dg/inherit/multiple1.C: New test.
10663
10664 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10665
10666         * gcc.dg/spe1.c: New test.
10667
10668         PR c++/11670
10669         * g++.dg/expr/cast2.C: New test.
10670
10671         PR c++/10530
10672         * g++.dg/template/dependent-name2.C: New test.
10673
10674 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
10675
10676         * g++.dg/parse/crash11.C: Put the dg options in comments.
10677
10678 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
10679
10680         * lib/gcc-dg.exp: Update for diagnostic change.
10681
10682 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10683
10684         PR c++/5767
10685         * g++.dg/parse/crash11.C: New test.
10686
10687 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
10688
10689         * gcc.dg/cpp/spacing1.c: Update.
10690
10691 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
10692
10693         PR target/11739
10694         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
10695         a value for -mtune.
10696
10697 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10698
10699         PR middle-end/11771
10700         * gcc.c-torture/compile/20030804-1.c: New test case.
10701
10702 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10703
10704         * gcc.dg/20030804-1.c: New test case.
10705
10706 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
10707
10708         * gcc.dg/cpp/separate-1.c: New test.
10709
10710 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
10711
10712         PR c++/11704
10713         * g++.dg/template/dependent-expr2.C: New test.
10714
10715         PR c++/11766
10716         * g++.dg/expr/ptrmem1.C: New test.
10717
10718 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10719
10720         PR c++/9453
10721         * g++.dg/template/friend15.C: New test.
10722
10723 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
10724
10725         * lib/dg-pch.exp: Work round PCH bug.
10726
10727 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10728
10729         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
10730         builtins.  Move cases from builtins-4.c here.
10731
10732         * gcc.dg/torture/builtin-math-1.c: New test taken from
10733         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
10734         additional cases.
10735
10736         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
10737         Delete.
10738
10739 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
10740
10741         PR c++/9447
10742         * g++.dg/template/using7.C: New test.
10743
10744 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
10745
10746         * import1.c, import2.c: New tests.
10747
10748 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
10749
10750         * g++.dg/eh/crossjump1.C: New test.
10751
10752 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
10753
10754         PR c++/11697
10755         * g++.dg/template/using6.C: New test.
10756
10757         PR c++/11744
10758         * g++.dg/template/koenig2.C: New test.
10759
10760 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10761
10762         PR c++/7983
10763         * g++.dg/parse/typedef4.C: New test.
10764
10765 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10766
10767         PR c++/8442, c++/8806
10768         * g++.dg/template/elab1.C: New test.
10769         * g++.dg/template/type2.C: Likewise.
10770         * g++.dg/template/ttp3.C: Adjust expected error message.
10771         * g++.old-deja/g++.law/visibility13.C: Likewise.
10772         * g++.old-deja/g++.niklas/t135.C: Likewise.
10773         * g++.old-deja/g++.pt/ttp41.C: Likewise.
10774         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
10775         template argument.
10776         * g++.old-deja/g++.pt/ttp44.C: Likewise.
10777
10778 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
10779
10780         PR c++/11295
10781         * g++.dg/ext/stmtexpr1.C: New test.
10782
10783         * g++.dg/opt/tmp1.C: New test.
10784
10785         PR c++/11525
10786         * g++.dg/parse/constant4.C: New test.
10787
10788         PR c++/9447
10789         * g++.dg/template/using5.C: New test.
10790
10791 2003-07-31  Roger Sayle  <roger@eyesopen.com>
10792
10793         * gcc.dg/builtins-27.c: New test case.
10794
10795 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
10796
10797         * gcc.dg/tls/opt-7.c: New test.
10798
10799 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
10800
10801         * g++.old-deja/g++.other/crash18.C: Remove.
10802
10803 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
10804
10805         * g++.dg/template/explicit3.C: New.
10806         * g++.dg/template/explicit4.C: New.
10807         * g++.dg/template/explicit5.C: New.
10808
10809         PR c++/11347
10810         * g++.dg/template/memtmpl1.C: New.
10811
10812 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
10813
10814         PR target/11565
10815         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
10816         * gcc.dg/i386-387-5.c (dg-options): Likewise.
10817
10818 2003-07-30  Jan Hubicka  <jh@suse.cz>
10819
10820         * vtgc1.c: Kill.
10821
10822 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
10823
10824         * gcc.dg/struct-in-proto-1.c: New test.
10825
10826 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
10827
10828         * gcc.dg/cpp/include2.c: Only expect one message.
10829
10830 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
10831
10832         PR c++/9447
10833         * g++.dg/template/using1.C: New test.
10834         * g++.dg/template/using2.C: New test.
10835         * g++.dg/template/using3.C: New test.
10836         * g++.dg/template/using4.C: New test.
10837
10838 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
10839
10840         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
10841         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10842
10843 2003-07-28  Jan Hubicka  <jh@suse.cz>
10844
10845         PR c++/11530
10846         * g++.dg/opt/call1.C: New test.
10847
10848 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
10849
10850         PR c++/11667
10851         * g++.dg/init/enum2.C: New test.
10852         * g++.dg/template/overload1.C: Add "-w" option.
10853
10854 2003-07-28    <hp@bitrange.com>
10855
10856         * gcc.dg/Wdeclaration-after-statement-1.c,
10857         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
10858
10859 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
10860
10861         * gcc.c-torture/compile/20030725-1.c: New test.
10862
10863 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
10864
10865         * gcc.dg/20030505.c: Only run for SPE.
10866         Remove definition of opaque type.
10867
10868 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
10869
10870         * g++.dg/template/ptrmem6.C: New test.
10871
10872 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
10873
10874         * gcc.c-torture/compile/zero-strct-2.c: New test.
10875
10876 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
10877
10878         * gcc.dg/intermod-1.c: New test.
10879
10880 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10881
10882         PR c++/11617
10883         * g++.dg/template/lookup2.C: New test.
10884         * g++.dg/template/memclass1.C: Remove instantiated from error.
10885         * g++.dg/other/error2.C: Tweak expected errors.
10886
10887         PR c++/11596
10888         * g++.dg/template/defarg3.C: New test.
10889
10890         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
10891
10892 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
10893
10894         * g++.dg/inherit/access5.C: New test.
10895
10896 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10897
10898         PR c++/11513
10899         * g++.dg/template/crash8.C: New test.
10900
10901 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
10902
10903         PR c/10602
10904         * gcc.dg/noncompile/incomplete-2.c: New test.
10905
10906 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
10907
10908         PR c++/11645
10909         * g++.dg/inherit/access4.C: New test.
10910
10911         PR c++/11517
10912         * g++.dg/expr/cond2.C: New test.
10913
10914         PR optimization/10679
10915         * g++.dg/opt/inline4.C: New test.
10916
10917 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
10918
10919         * g++.dg/parse/crash10: New test.
10920
10921 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
10922
10923         * g++.dg/ext/flexary1.C: New test.
10924
10925 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10926
10927         PR c++/10793
10928         * g++.dg/template/crash9.C: New test.
10929
10930 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10931
10932         PR c++/3004
10933         * g++.dg/parse/typedef3.C: New test.
10934
10935         PR c++/7906
10936         * g++.dg/parse/operator2.C: New test.
10937
10938         PR c++/8895
10939         * g++.dg/parse/def-tmpl-arg1.C: New test.
10940
10941         PR c++/9282
10942         * g++.dg/parse/funptr1.C: New test.
10943
10944         PR c++/9452
10945         * g++.dg/parse/ambig3.C: New test.
10946
10947         PR c++/9454
10948         * g++.dg/parse/operator3.C: New test.
10949
10950         PR c++/9486
10951         * g++.dg/parse/template10.C: New test.
10952
10953         PR c++/9488
10954         * g++.dg/parse/template11.C: New test.
10955
10956         PR c++/10150
10957         * g++.dg/parse/invalid-op1.C: New test.
10958
10959         PR c++/10247
10960         * g++.dg/parse/condexpr1.C: New test.
10961
10962 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
10963
10964         * g++.dg/ext/packed3.C: New test.
10965         * g++.dg/ext/packed4.C: New test.
10966
10967         * gcc.dg/pack-test-3.c: New test.
10968
10969 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
10970
10971         * lib/compat.exp: Handle dg-options per source file.
10972         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
10973         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
10974         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
10975         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
10976         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
10977         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
10978         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
10979         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
10980         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
10981         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
10982         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
10983         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
10984         * g++.dg/compat/break/bitfield7_x.C: Ditto.
10985         * g++.dg/compat/break/bitfield7_y.C: Ditto.
10986
10987 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
10988
10989         PR c/10320
10990         * gcc.c-torture/execute/20030718-1.c: New test.
10991
10992 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10993
10994         PR optimization/11536
10995         * gcc.dg/20030721-1.c: New test.
10996
10997 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
10998
10999         PR c++/11546
11000         * g++.dg/template/lookup1.C: New test.
11001
11002 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
11003
11004         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
11005         diagnostics of ill-formed constructs involving labels.
11006         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
11007         the new 'previously defined here' message.
11008
11009 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
11010
11011         * g++.dg/parse/non-dependent2.C: New test.
11012
11013 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
11014
11015         * g++.dg/init/init-ref4.C: xfail on targets without
11016         weak symbols.
11017
11018 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
11019
11020         PR target/11087
11021         * gcc.c-torture/execute/20030717-1.c: New test.
11022
11023 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11024
11025         * g++.dg/opt/cfg1.C: New test.
11026
11027 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
11028
11029         PR optimization/11557
11030         * gcc.dg/20030717-1.c: New test.
11031
11032 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
11033
11034         PR c++/10476
11035         * g++.dg/expr/crash-1.C: New test.
11036
11037         PR c++/11027
11038         * g++.dg/template/init3.C: New test.
11039
11040         PR c++/8222
11041         * g++.dg/template/non-dependent1.C: New test.
11042
11043         PR c++/11070
11044         * g++.dg/template/non-dependent2.C: New test.
11045
11046         PR c++/11071
11047         * g++.dg/template/non-dependent3.C: New test.
11048
11049         PR c++/9907
11050         * g++.dg/template/sizeof5.C: New test.
11051
11052 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
11053
11054         PR 11498
11055         * gcc.c-torture/compile/mangle-1.c: New file.
11056
11057 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11058
11059         PR c++/7809
11060         * g++.dg/parse/access3.C: New test.
11061
11062 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
11063
11064         PR c++/11384
11065         * g++.dg/init/init-ref4.C: New test.
11066
11067 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
11068
11069         PR c++/11547
11070         * g++.dg/parse/constant3.C: New test.
11071         * g++.dg/parse/crash7.C: Likewise.
11072
11073 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
11074
11075         PR target/11008
11076         * gcc.dg/i386-pentium4-not-mull.c: New.
11077
11078 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
11079
11080         * gcc.dg/asm-names.c (ymain): Make it weak.
11081
11082 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11083
11084         PR c++/5421
11085         * g++.dg/template/friend21.C: New test.
11086
11087 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
11088
11089         * gcc.dg/cleanup-8.c: New test.
11090         * gcc.dg/cleanup-9.c: New test.
11091
11092 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
11093
11094         * g++.dg/ext/dll-MI1.h: New file.
11095         * g++.dg/ext/dllexport-MI1.C: New file.
11096         * g++.dg/ext/dllimport-MI1.C: New file.
11097
11098 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
11099
11100         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
11101         it does not have cmpstrsi patterns (just cmpmemsi).
11102
11103 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
11104
11105         PR debug/11473
11106         * g++.dg/debug/debug8.C: New test.
11107
11108 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11109
11110         PR c++/10108
11111         * g++.dg/template/crash7.C: New test.
11112
11113 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
11114
11115         PR target/10795
11116         * gcc.c-torture/compile/20030708-1.c: New.
11117
11118 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11119
11120         * gcc.c-torture/execute/20030715-1.c: New test.
11121
11122 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
11123
11124         * gcc.dg/pch/inline-3.c: New file.
11125         * gcc.dg/pch/inline-3.hs: New file.
11126         * gcc.dg/pch/inline-4.c: New file.
11127         * gcc.dg/pch/inline-4.hs: New file.
11128
11129 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
11130
11131         PR c++/11509
11132         * g++.dg/template/crash6.C: New test.
11133
11134         PR c++/7053
11135         * g++.dg/template/friend20.C: New test.
11136
11137         PR c++/7019
11138         * g++.dg/template/overload2.C: New test.
11139
11140 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11141
11142         PR optimization/11440
11143         * gcc.c-torture/execute/20030714-1.c: New test.
11144
11145 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11146
11147         PR c++/11154
11148         * g++.dg/template/partial2.C: New test.
11149
11150 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
11151
11152         PR c++/11503
11153         * g++.dg/template/anon1.C: New test.
11154
11155         PR c++/11493
11156         PR c++/11495
11157         * g++.dg/parse/template9.C: Likewise.
11158         * g++.dg/template/crash4.C: New test.
11159         * g++.dg/template/koenig1.C: Likewise.
11160         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
11161         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
11162         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
11163         functions.
11164         * g++.old-deja/g++.jason/template36.C: Likewise.
11165         * g++.old-deja/g++.mike/p1989.C: Likewise.
11166         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
11167         * g++.old-deja/g++.pt/ttp20.C: Use this->.
11168         * g++.old-deja/g++.pt/ttp21.C: Use this->.
11169         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
11170         compiling.
11171         * g++.old-deja/g++.pt/union2.C: Use this->.
11172
11173 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
11174
11175         * gcc.dg/20030711-1.c: New test.
11176
11177 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
11178
11179         PR c++/11050
11180         * g++.dg/parse/args1.C: New test.
11181         * g++.pt/defarg8.C: Change expected errors.
11182
11183 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
11184
11185         PR c++/8164
11186         * g++.dg/template/nontype2.C: New test.
11187
11188         PR c++/10558
11189         * g++.dg/parse/template8.C: New test.
11190
11191         PR c++/8327
11192         * g++.dg/template/scope1.C: New test.
11193
11194         * g++.dg/warn/Wsign-compare-1.C: New test.
11195
11196 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11197
11198         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
11199
11200 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
11201
11202         PR c++/9411
11203         * g++.dg/template/explicit2.C: New test.
11204
11205         PR c++/10032
11206         * g++.dg/warn/pedantic1.C: New test.
11207
11208 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
11209
11210         PR c++ 9483
11211         * g++.dg/other/field1.C: New test.
11212
11213 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11214
11215         PR c/11449
11216         * gcc.c-torture/compile/20030707-1.c: New.
11217
11218 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11219
11220         PR c++/10849
11221         * g++.dg/template/access12.C: New test.
11222
11223 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
11224
11225         * g++.dg/bprob/bprob.exp (prof_ext): Update.
11226         * g77.dg/bprob/bprob.exp (prof_ext): Update.
11227         * gcc.misc-tests/bprob.exp (prof_ext): Update.
11228         * gcc.misc-tests/gcov.exp: Update
11229         * g++.dg/gcov/gcov.exp: Update
11230         * lib/gcov.exp: Update.
11231
11232 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
11233
11234         * g++.dg/abi/mangle17.C: Make sure template expressions are
11235         dependent.
11236         * g++.dg/abi/mangle4.C: Mark erroneous casts.
11237         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
11238         * g++.dg/opt/stack1.C: Remove erroneous code.
11239         * g++.dg/parse/template7.C: New test.
11240         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
11241         * g++.old-deja/g++.pt/crash4.C: Likewise.
11242
11243 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11244
11245         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
11246         with zero or one occurence of `$' after the initial `L'.
11247
11248 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
11249
11250         * gcc.c-torture/compile/20030704-1.c: Add a comment.
11251
11252 2003-07-08  Roger Sayle  <roger@eyesopen.com>
11253
11254         PR c/11370
11255         * gcc.dg/Wunreachable-6.c: New testcase.
11256         * gcc.dg/Wunreachable-7.c: New testcase.
11257
11258 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11259
11260         PR c/11420
11261         * gcc.dg/20030708-1.c: New test.
11262
11263 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
11264
11265         * gcc.dg/compat/sdata-section.h: New file.
11266         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
11267         * gcc.dg/torture/mips-sdata-1.c: New test.
11268
11269 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11270
11271         PR c++/11030
11272         * g++.dg/template/friend19.C: New test.
11273
11274 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11275
11276         * g++.dg/opt/strength-reduce.C: New test.
11277
11278 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11279
11280         PR target/10979
11281         * gcc.dg/20030707-1.c: New testcase.
11282
11283 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11284
11285         PR optimization/11059
11286         * g++.dg/opt/emptyunion.C: New testcase.
11287
11288 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11289             Eric Botcazou  <ebotcazou@libertysurf.fr>
11290
11291         * g++.dg/opt/stack1.C: New test.
11292
11293 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
11294
11295         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
11296         run test.
11297
11298         PR c++/11431
11299         * g++.dg/expr/static_cast3.C: New test.
11300
11301 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11302
11303         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
11304         everywhere.
11305         * gcc.dg/concat.c: Concatenation of string constants with
11306         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
11307         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
11308         * gcc.dg/cpp/escape-2.c: Use wide character constants where
11309         necessary to avoid multi-character character constant warning.
11310         * gcc.dg/cpp/escape.c: Likewise.
11311         * gcc.dg/cpp/ucs.c: Likewise.
11312         Remove backslashes from dg-bogus comments, as they confuse Tcl.
11313         Fix a typo.
11314
11315 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11316
11317         PR c/11428
11318         * gcc.c-torture/compile/20030704-1.c: New.
11319
11320 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11321
11322         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
11323
11324 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
11325
11326         PR c++/5287, PR c++/7910,  PR c++/11021
11327         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
11328         tests for warnings.
11329         * g++.dg/ext/dllimport2.C: Add tests for warnings.
11330         * g++.dg/ext/dllimport3.C: Likewise.
11331         * g++.dg/ext/dllimport4.C: New file.
11332         * g++.dg/ext/dllimport5.C: New file.
11333         * g++.dg/ext/dllimport6.C: New file.
11334         * g++.dg/ext/dllimport7.C: New file.
11335         * g++.dg/ext/dllimport8.C: New file.
11336         * g++.dg/ext/dllimport9.C: New file.
11337         * g++.dg/ext/dllimport10.C: New file.
11338         * g++.dg/ext/dllexport1.C: New file.
11339
11340 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11341
11342         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
11343         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
11344
11345 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11346
11347         * gcc.dg/builtins-25.c: New testcase.
11348         * gcc.dg/builtins-26.c: New testcase.
11349
11350 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
11351
11352         * gcc.dg/compat/vector-defs.h: New file.
11353         * gcc.dg/compat/vector-setup.h: New file.
11354         * gcc.dg/compat/vector-check.h: New file.
11355         * gcc.dg/compat/vector-1_main.c: New file.
11356         * gcc.dg/compat/vector-1_x.c: New file.
11357         * gcc.dg/compat/vector-1_y.c: New file.
11358         * gcc.dg/compat/vector-2_main.c: New file.
11359         * gcc.dg/compat/vector-2_x.c: New file.
11360         * gcc.dg/compat/vector-2_y.c: New file.
11361
11362         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
11363         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
11364         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
11365         * gcc.dg/compat/struct-align-1.h: New file.
11366         * gcc.dg/compat/struct-align-1_main.c: New file.
11367         * gcc.dg/compat/struct-align-1_x.c: New file.
11368         * gcc.dg/compat/struct-align-1_y.c: New file.
11369         * gcc.dg/compat/struct-align-2.h: New file.
11370         * gcc.dg/compat/struct-align-2_main.c: New file.
11371         * gcc.dg/compat/struct-align-2_x.c: New file.
11372         * gcc.dg/compat/struct-align-2_y.c: New file.
11373
11374         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
11375         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11376         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11377         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11378         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11379         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11380         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11381         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11382         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11383         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11384         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11385         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11386         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11387         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11388         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11389         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11390         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11391         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11392         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11393         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11394         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11395         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11396         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11397         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11398         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11399         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11400         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11401         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11402         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11403
11404 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11405
11406         * gcc.dg/i386-call-1.c: New test.
11407
11408 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
11409
11410         PR c++/9162
11411         * g++.dg/parse/defarg4.C: New.
11412
11413 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11414
11415         PR target/10700
11416         * gcc.c-torture/compile/20030703-1.c: New test case.
11417
11418 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11419
11420         * g++.dg/template/local3.C: Remove extra semicolon.
11421
11422 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11423
11424         * gcc.dg/i386-volatile-1.c: New test.
11425
11426 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11427
11428         PR c++/11072
11429         * g++.dg/other/offsetof2.C: XFAIL.
11430         * g++.dg/other/offsetof5.C: New.
11431
11432         PR c++/10219
11433         * g++.dg/template/error1.C: New.
11434
11435         PR c++/9779
11436         * g++.dg/template/dependent-expr1.C: New.
11437
11438 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11439
11440         PR c++/6949
11441         * g++.dg/template/local3.C: New test.
11442
11443         PR c++/11149
11444         * g++.dg/lookup/scoped6.C: New test.
11445
11446 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
11447
11448         PR c++/8046
11449         * g++.dg/other/error7.C: New test.
11450
11451 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11452
11453         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
11454         * g++.old-deja/g++.abi/vtable3.h: Likewise.
11455         * g++.old-deja/g++.law/code-gen5.C: Likewise.
11456         * g++.old-deja/g++.other/union2.C: Likewise.
11457         * gcc.dg/c90-const-expr-2.c: Likewise.
11458         * gcc.dg/c90-const-expr-3.c: Likewise.
11459         * gcc.dg/c99-const-expr-2.c: Likewise.
11460         * gcc.dg/c99-const-expr-3.c: Likewise.
11461         * gcc.dg/concat.c: Likewise.
11462
11463 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11464
11465         PR c++/9559
11466         * g++.dg/init/static1.C: New test.
11467
11468 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11469
11470         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
11471         * g++.old-deja/g++.other/access2.C: Likewise.
11472         * g++.old-deja/g++.other/decl2.C: Likewise.
11473         * gcc.c-torture/execute/20020615-1.c: Likewise.
11474
11475 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11476
11477         PR c++/4933
11478         * g++.dg/template/sizeof4.C: New test.
11479
11480 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11481
11482         * g++.dg/other/error6.C: New test.
11483
11484 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11485
11486         PR c++/10750
11487         * g++.dg/parse/constant2.C: New test.
11488
11489 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
11490
11491         PR c++/11106
11492         * g++.dg/other/error5.C: New test.
11493
11494 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11495
11496         * gcc.dg/format/gcc_diag-1.c: New test.
11497
11498 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
11499
11500         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
11501
11502 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
11503
11504         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
11505         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
11506         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
11507
11508 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
11509
11510         * gcc.c-torture/execute/builtins/string-8.c: New test.
11511         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
11512         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
11513         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
11514
11515 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11516
11517         PR c++/10468
11518         * g++.dg/ext/typeof6.C: New test.
11519
11520 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11521
11522         PR c++/10796
11523         * g++.dg/init/enum1.C: New test.
11524
11525 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
11526
11527         * gcc.dg/20030627-1.c: New test.
11528
11529 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
11530
11531         PR c++/11332
11532         * g++.dg/expr/static_cast2.C: New test.
11533
11534 2003-06-26  Roger Sayle  <roger@eyesopen.com>
11535             Jakub Jelinek  <jakub@redhat.com>
11536
11537         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
11538         sprintf(dst,"%s",src) optimization.
11539         * gcc.c-torture/execute/20030626-1.c: New test case.
11540         * gcc.c-torture/execute/20030626-2.c: New test case.
11541
11542 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
11543
11544         * gcc.c-torture/execute/multi-ix.c: New test.
11545
11546         * gcc.c-torture/execute/simd-4.c (main):
11547         Added missing semicolon at end of union.
11548
11549 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
11550
11551         PR c++/8266
11552         * g++.dg/template/explicit-instantiation3.C: New test.
11553
11554 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11555
11556         * gcc.dg/20030626-1.c: Use signed char.
11557
11558 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11559
11560         * gcc.dg/20030626-1.c: New test.
11561
11562 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
11563
11564         * const-str-2.m: Update.
11565
11566 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
11567
11568         PR c++/10990
11569         * g++.dg/rtti/dyncast1.C: New test.
11570         * g++.dg/abi/mangle4.C: Correct base-specifier access.
11571         * g++.dg/lookup/scoped1.C: Remove XFAIL.
11572         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
11573
11574         PR c++/10931
11575         * g++.dg/expr/static_cast1.C: New test.
11576
11577 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
11578
11579         * gcc.dg/20030625-1.c: New test.
11580
11581 2003-06-24  Roger Sayle  <roger@eyesopen.com>
11582
11583         * gcc.c-torture/compile/20030624-1.c: New test case.
11584
11585 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
11586
11587         * gcc.c-torture/execute/string-opt-17.c: New test.
11588
11589 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
11590
11591         PR c++/5754
11592         * g++.dg/parse/crash6.C: New test.
11593
11594 2003-06-23  Roger Sayle  <roger@eyesopen.com>
11595
11596         * gcc.dg/builtins-24.c: New test case.
11597
11598 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
11599
11600         * g++.dg/opt/operator1.C: New test.
11601
11602 2003-06-22  Roger Sayle  <roger@eyesopen.com>
11603
11604         * gcc.c-torture/execute/string-opt-16.c: New test case.
11605
11606 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11607
11608         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
11609         * g++.old-deja/g++.other/conv7.C: Likewise
11610         * g++.old-deja/g++.other/overcnv2.C: Likewise.
11611         * g++.old-deja/g++.other/overload14.C: Likewise.
11612
11613 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11614
11615         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
11616         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
11617
11618 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11619
11620         PR c++/10888
11621         * g++.dg/warn/Winline-3.C: New test.
11622
11623 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11624
11625         * lib/target-supports.exp (check_alias_available): Make the test
11626         program acceptable to the Solaris assembler.
11627
11628         PR c++/10749
11629         * g++.dg/template/memclass2.C: New test.
11630
11631 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11632             Eric Botcazou  <ebotcazou@libertysurf.fr>
11633
11634         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
11635         data for non-matching targets.
11636         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
11637
11638 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11639
11640         PR c++/10845
11641         * g++.dg/template/member3.C: New test.
11642
11643 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
11644
11645         PR c++/10939
11646         * g++.dg/template/func1.C: New test.
11647
11648         PR c++/9649
11649         * g++.dg/template/static4.C: New test.
11650         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
11651
11652         PR c++/11041
11653         * g++.dg/init/ref7.C: New test.
11654
11655 2003-06-19  Matt Austern  <austern@apple.com>
11656
11657         PR c++/11228
11658         * g++.dg/anew1.C: New test.
11659         * g++.dg/anew2.C: New test.
11660         * g++.dg/anew3.C: New test.
11661         * g++.dg/anew4.C: New test.
11662
11663 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
11664
11665         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
11666
11667 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
11668
11669         * gcc.c-torture/execute/simd-4.c (main): Make expected value
11670         endian-dependent.
11671
11672 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11673
11674         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
11675         Remove cruft.
11676
11677 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11678
11679         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
11680         * gcc.c-torture/compile/961203-1.c: Likewise.
11681         * gcc.c-torture/compile/980506-1.c: Likewise.
11682
11683 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11684
11685         PR c++/10712
11686         * g++.dg/lookup/using7.C: New test.
11687
11688 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11689
11690         PR c++/11105
11691         * g++.dg/abi/conv1.C: Remove it.
11692         * g++.dg/template/conv7.C: New test.
11693         * g++.dg/template/conv8.C: Likewise.
11694         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
11695         conversion operator.
11696
11697 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
11698
11699         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
11700         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11701         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11702         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11703         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11704         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11705         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11706         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11707         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11708         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11709         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11710         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11711         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11712         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11713         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11714         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11715         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11716         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11717         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11718         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11719         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11720         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11721         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11722         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11723         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11724         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11725         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11726         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11727         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11728
11729 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
11730
11731         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
11732         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
11733         indications.
11734
11735 2003-06-16  Roger Sayle  <roger@eyesopen.com>
11736
11737         * gcc.dg/i386-387-5.c: New test case.
11738         * gcc.dg/i386-387-6.c: New test case.
11739         * gcc.dg/builtins-23.c: New test case.
11740
11741 2003-06-15  Roger Sayle  <roger@eyesopen.com>
11742
11743         * gcc.dg/builtins-22.c: New test case.
11744         * gcc.dg/i386-387-1.c: Update to test exp.
11745         * gcc.dg/i386-387-2.c: Likewise.
11746
11747 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11748
11749         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
11750
11751 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
11752
11753         * lib/gcc-dg.exp (dg-require-dll): New function.
11754         (dg-xfail-if): Likewise.
11755         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
11756         driver.
11757
11758         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
11759         * gcc.c-torture/compile/20001205-1.c: Likewise.
11760         * gcc.c-torture/compile/20001226-1.c: Likewise.
11761         * gcc.c-torture/compile/20010518-2.c: Likewise.
11762         * gcc.c-torture/compile/20020312-1.c: Likewise.
11763         * gcc.c-torture/compile/20020604-1.c: Likewise.
11764         * gcc.c-torture/compile/920501-12.c: Likewise.
11765         * gcc.c-torture/compile/920501-4.c: Likewise.
11766         * gcc.c-torture/compile/920520-1.c: Likewise.
11767         * gcc.c-torture/compile/920521-1.c: Likewise.
11768         * gcc.c-torture/compile/920625-1.c: Likewise.
11769         * gcc.c-torture/compile/961203-1.c: Likewise.
11770         * gcc.c-torture/compile/980506-1.c: Likewise.
11771         * gcc.c-torture/compile/981006-1.c: Likewise.
11772         * gcc.c-torture/compile/981022-1.c: Likewise.
11773         * gcc.c-torture/compile/981223-1.c: Likewise.
11774         * gcc.c-torture/compile/990617-1.c: Likewise.
11775         * gcc.c-torture/compile/dll.c: Likewise.
11776         * gcc.c-torture/compile/labels-3.c: Likewise.
11777         * gcc.c-torture/compile/mipscop-1.c: Likewise.
11778         * gcc.c-torture/compile/mipscop-2.c: Likewise.
11779         * gcc.c-torture/compile/mipscop-3.c: Likewise.
11780         * gcc.c-torture/compile/mipscop-4.c: Likewise.
11781         * gcc.c-torture/compile/simd-5.c: Likewise.
11782         * gcc.c-torture/compile/20000804-1.x: Remove.
11783         * gcc.c-torture/compile/20001205-1.x: Likewise.
11784         * gcc.c-torture/compile/20001226-1.x: Likewise.
11785         * gcc.c-torture/compile/20010518-2.x: Likewise.
11786         * gcc.c-torture/compile/20020312-1.x: Likewise.
11787         * gcc.c-torture/compile/20020604-1.x: Likewise.
11788         * gcc.c-torture/compile/920501-12.x: Likewise.
11789         * gcc.c-torture/compile/920501-4.x: Likewise.
11790         * gcc.c-torture/compile/920520-1.x: Likewise.
11791         * gcc.c-torture/compile/920521-1.x: Likewise.
11792         * gcc.c-torture/compile/920625-1.x: Likewise.
11793         * gcc.c-torture/compile/961203-1.x: Likewise.
11794         * gcc.c-torture/compile/980506-1.x: Likewise.
11795         * gcc.c-torture/compile/981006-1.x: Likewise.
11796         * gcc.c-torture/compile/981022-1.x: Likewise.
11797         * gcc.c-torture/compile/981223-1.x: Likewise.
11798         * gcc.c-torture/compile/990617-1.x: Likewise.
11799         * gcc.c-torture/compile/mipscop-1.x: Likewise.
11800         * gcc.c-torture/compile/mipscop-2.x: Likewise.
11801         * gcc.c-torture/compile/mipscop-3.x: Likewise.
11802         * gcc.c-torture/compile/mipscop-4.x: Likewise.
11803         * gcc.c-torture/compile/simd-5.x: Likewise.
11804
11805         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
11806
11807 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
11808
11809         * gcc.c-torture/execute/20030611-1.c: New test.
11810
11811 2003-06-12  Roger Sayle  <roger@eyesopen.com>
11812
11813         PR middle-end/168
11814         * gcc.dg/20030612-1.c: New test case.
11815
11816 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
11817
11818         PR c++/10635
11819         * g++.dg/expr/cast1.C: New test.
11820
11821 2003-06-12  Roger Sayle  <roger@eyesopen.com>
11822
11823         * gcc.dg/builtins-21.c: New test case.
11824
11825 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
11826
11827         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
11828         options instead of at the end.
11829         * lib/objc.exp (objc_target_compile): Likewise.
11830
11831 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
11832
11833         PR c++/10432
11834         * g++.dg/parse/error1.C: New test.
11835
11836 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
11837
11838         * gcc.dg/compat/struct-by-value-11_main.c: New file.
11839         * gcc.dg/compat/struct-by-value-11_x.c: New file.
11840         * gcc.dg/compat/struct-by-value-11_y.c: New file.
11841         * gcc.dg/compat/struct-by-value-12_main.c: New file.
11842         * gcc.dg/compat/struct-by-value-12_x.c: New file.
11843         * gcc.dg/compat/struct-by-value-12_y.c: New file.
11844         * gcc.dg/compat/struct-by-value-13_main.c: New file.
11845         * gcc.dg/compat/struct-by-value-13_x.c: New file.
11846         * gcc.dg/compat/struct-by-value-13_y.c: New file.
11847         * gcc.dg/compat/struct-by-value-14_main.c: New file.
11848         * gcc.dg/compat/struct-by-value-14_x.c: New file.
11849         * gcc.dg/compat/struct-by-value-14_y.c: New file.
11850         * gcc.dg/compat/struct-by-value-15_main.c: New file.
11851         * gcc.dg/compat/struct-by-value-15_x.c: New file.
11852         * gcc.dg/compat/struct-by-value-15_y.c: New file.
11853         * gcc.dg/compat/struct-by-value-16_main.c: New file.
11854         * gcc.dg/compat/struct-by-value-16_x.c: New file.
11855         * gcc.dg/compat/struct-by-value-16_y.c: New file.
11856         * gcc.dg/compat/struct-by-value-17_main.c: New file.
11857         * gcc.dg/compat/struct-by-value-17_x.c: New file.
11858         * gcc.dg/compat/struct-by-value-17_y.c: New file.
11859         * gcc.dg/compat/struct-by-value-18_main.c: New file.
11860         * gcc.dg/compat/struct-by-value-18_x.c: New file.
11861         * gcc.dg/compat/struct-by-value-18_y.c: New file.
11862
11863         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
11864         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
11865         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
11866         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
11867         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
11868         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
11869         * gcc.dg/compat/scalar-return-3_main.c: New file.
11870         * gcc.dg/compat/scalar-return-3_x.c: New file.
11871         * gcc.dg/compat/scalar-return-3_y.c: New file.
11872         * gcc.dg/compat/scalar-return-4_main.c: New file.
11873         * gcc.dg/compat/scalar-return-4_x.c: New file.
11874         * gcc.dg/compat/scalar-return-4_y.c: New file.
11875
11876 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
11877
11878         * gcc.dg/compat/fp2-struct-check.h: New file.
11879         * gcc.dg/compat/fp2-struct-defs.h: New file.
11880         * gcc.dg/compat/fp2-struct-init.h: New file.
11881         * gcc.dg/compat/struct-by-value-10_main.c: New file.
11882         * gcc.dg/compat/struct-by-value-10_x.c: New file.
11883         * gcc.dg/compat/struct-by-value-10_y.c: New file.
11884         * gcc.dg/compat/struct-return-10_main.c: New file.
11885         * gcc.dg/compat/struct-return-10_x.c: New file.
11886         * gcc.dg/compat/struct-return-10_y.c: New file.
11887
11888         * gcc.dg/compat/compat-common.h: New file.
11889         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
11890         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
11891         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
11892         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
11893         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
11894         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
11895         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
11896         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11897         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
11898         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
11899         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11900         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
11901         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
11902         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11903         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
11904         * gcc.dg/compat/small-struct-check.h: Ditto.
11905         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
11906         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11907         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
11908         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
11909         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11910         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11911         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
11912         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11913         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
11914         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
11915         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11916         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11917         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
11918         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11919         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11920         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
11921         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11922         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
11923         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
11924         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11925         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
11926         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
11927         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11928         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
11929         * gcc.dg/compat/struct-return-2_main.c: Ditto.
11930         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11931         * gcc.dg/compat/struct-return-2_y.c: Ditto.
11932         * gcc.dg/compat/struct-return-3_main.c: Ditto.
11933         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11934         * gcc.dg/compat/struct-return-3_y.c: Ditto.
11935
11936 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
11937
11938         * g++.dg/pch/static-1.C: New file.
11939         * g++.dg/pch/static-1.Hs: New file.
11940
11941 2003-06-10  Richard Henderson  <rth@redhat.com>
11942
11943         * gcc.dg/asm-7.c: Adjust expected warning text.
11944
11945 2003-06-10  Roger Sayle  <roger@eyesopen.com>
11946
11947         * gcc.dg/builtins-20.c: New test case.
11948
11949 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
11950
11951         PR c++/11131
11952         * g++.dg/opt/template1.C: New test.
11953
11954 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11955
11956         * lib/gcc-dg.exp (dg-test): Clear additional_files and
11957         additional_sources.
11958
11959 2003-05-21  David Taylor  <dtaylor@emc.com>
11960
11961         * gcc.dg/Wpadded.c: New file.
11962
11963 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11964
11965         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
11966         * gcc.dg/special/weak-2.c: Add dg-require-weak.
11967         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
11968         dg-require-weak.
11969
11970 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
11971
11972         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
11973
11974 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11975
11976         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
11977         (dg-require-alias): Likewise.
11978         (dg-require-gc-sections): Likewise.
11979         * lib/target-supports.exp (check_gc_sections_available): Likewise.
11980
11981 2003-06-08  Richard Henderson  <rth@redhat.com>
11982
11983         * gcc.dg/20011029-2.c: Fix the array reference.
11984         * gcc.dg/asm-7.c: New.
11985
11986 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
11987
11988         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
11989
11990 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
11991
11992         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
11993         (dg-require-gc-sections): Likewise.
11994
11995 2003-06-08  Jan Hubicka  <jh@suse.cz>
11996
11997         * i386-cmov1.c: Fix regular expression.
11998         * i386-cvt-1.c: Likewise.
11999         * i386-local.c: Likewise.
12000         * i386-local2.c: Likewise.
12001         * i386-mul.c: Likewise.
12002         * i386-ssetype-1.c: Likewise.
12003         * i386-ssetype-3.c: Likewise.
12004         * i386-ssetype-5.c: Likewise.
12005
12006 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12007
12008         PR c++/11039
12009         * g++.dg/warn/implicit-typename2.C: New test.
12010         * g++.dg/warn/implicit-typename3.C: New test.
12011
12012 2003-06-07  Richard Henderson  <rth@redhat.com>
12013
12014         * g++.dg/other/offsetof3.C: Use size_t.
12015         * g++.dg/other/offsetof4.C: Likewise.
12016
12017 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
12018
12019         * lib/copy-file.exp: New. Implement gcc_copy_files.
12020
12021         * lib/dg-pch.exp: Load copy-file.exp
12022         (dg-pch): Use gcc_copy_files instead of "file copy".
12023
12024 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
12025
12026         * gcc.dg/weak/weak.exp: Simplify.
12027         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
12028         * gcc.dg/weak/weak-1.c: Likewise.
12029         * gcc.dg/weak/weak-2.c: Likewise.
12030         * gcc.dg/weak/weak-3.c: Likewise.
12031         * gcc.dg/weak/weak-4.c: Likewise.
12032         * gcc.dg/weak/weak-5.c: Likewise.
12033         * gcc.dg/weak/weak-6.c: Likewise.
12034         * gcc.dg/weak/weak-7.c: Likewise.
12035         * gcc.dg/weak/weak-8.c: Likewise.
12036         * gcc.dg/weak/weak-9.c: Likewise.
12037
12038 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
12039
12040         gcc.c-torture/execute/20030606-1.c: New.
12041
12042 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12043
12044         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
12045         * gcc.dg/builtins-19.c: Likewise.
12046
12047 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12048
12049         * gcc.dg/builtins-2.c: Add some more tests.
12050         * gcc.dg/builtins-18.c: New test case.
12051         * gcc.dg/builtins-19.c: New test case.
12052
12053 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12054             Jim Wilson  <wilson@tuliptree.org>
12055
12056         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
12057
12058 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
12059
12060         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
12061         mempcpy/stpcpy calls not to be optimized into something else.
12062         * gcc.c-torture/execute/string-opt-3.c: Moved to...
12063         * gcc.c-torture/execute/builtins/string-7.c: ...here.
12064         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
12065
12066 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12067
12068         * gcc.dg/format/asm_fprintf-1.c: New test.
12069
12070 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
12071
12072         * lib/gcc-defs.exp (additional_sources): New variable.
12073         (dg-additional-sources): New function.
12074         (additional_files): New variable.
12075         (dg-additional-files): New function.
12076         (dg-additional-files-options): Likewise.
12077         * lib/gcc-dg.exp (dg-require-weak): New function.
12078         (dg-require-alias): Likewise.
12079         (dg-require-gc-sections): Likewise.
12080         * lib/target-supports.exp (check_alias_available): Remove testfile
12081         parameter.
12082         (check_gc_sections_available): New function.
12083         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
12084         (dg-gpp-additional-files): Likewise.
12085         * lib/g++.exp (additional_sources): Remove.
12086         (additional_files): Likewise.
12087         (g++_target_compile): Use dg-additional-files-options.
12088
12089         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
12090         Tcl logic.
12091         * gcc.dg/special/ecos.exp: Remove.
12092         * gcc.dg/special/20000419-2.c: Use dg-require-*.
12093         * gcc.dg/special/alias-1.c: Likewise.
12094         * gcc.dg/special/alias-2.c: Likewise.
12095         * gcc.dg/special/gcsec-1.c: Likewise.
12096         * gcc.dg/special/weak-1.c: Likewise.
12097         * gcc.dg/special/weak-2.c: Likewise.
12098         * gcc.dg/special/wkali-1.c: Likewise.
12099         * gcc.dg/special/wkali-2.c: Likewise.
12100
12101         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
12102         dg-gpp-additional-*.
12103         * g++.dg/special/conpr-3.C: Likewise.
12104         * g++.dg/special/conpr-4.C: Likewise.
12105         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
12106         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
12107         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
12108         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
12109         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
12110         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
12111         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
12112         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
12113         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
12114         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
12115         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
12116         * g++.old-deja/g++.other/comdat1.C: Likewise.
12117         * g++.old-deja/g++.other/comdat2.C: Likewise.
12118         * g++.old-deja/g++.other/comdat3.C: Likewise.
12119         * g++.old-deja/g++.other/ctor1.C: Likewise.
12120         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
12121
12122 2003-06-05  Richard Henderson  <rth@redhat.com>
12123
12124         * gcc.dg/debug/20030605-1.c: New.
12125
12126 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
12127
12128         * README.QMTEST: Update.
12129
12130 2003-06-04  Richard Henderson  <rth@redhat.com>
12131
12132         * gcc.dg/cleanup-1.c: New.
12133         * gcc.dg/cleanup-2.c: New.
12134         * gcc.dg/cleanup-3.c: New.
12135         * gcc.dg/cleanup-4.c: New.
12136         * gcc.dg/cleanup-5.c: New.
12137         * gcc.dg/cleanup-6.c: New.
12138         * gcc.dg/cleanup-7.c: New.
12139
12140 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
12141
12142         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
12143
12144         * lib/dg-pch.exp: New file.
12145         * g++.dg/pch/pch.exp: Use dg-pch.exp.
12146         * gcc.dg/pch/pch.exp: Likewise.
12147
12148 2003-06-04  Roger Sayle  <roger@eyesopen.com>
12149
12150         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
12151         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
12152         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
12153         * gcc.dg/builtins-17.c: New test case.
12154         * gcc.dg/i386-387-4.c: New test case.
12155         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
12156
12157 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12158
12159         * gcc.dg/ultrasp9.c: New test.
12160
12161 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12162
12163         * gcc.c-torture/compile/20030604-1.c: New test.
12164         * gcc.dg/sparc-constant-1.c: New test.
12165
12166 2003-06-03  Glen Nakamura  <glen@imodulo.com>
12167
12168         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
12169
12170 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
12171
12172         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
12173
12174         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
12175         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
12176
12177 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
12178
12179         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
12180
12181 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12182
12183         PR c++/10940
12184         * g++.dg/template/spec10.C: New test.
12185
12186 2003-06-03  Roger Sayle  <roger@eyesopen.com>
12187
12188         * gcc.dg/builtins-16.c: New test case.
12189
12190 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
12191
12192         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
12193         mempcpy test with post-increments.
12194         * gcc.c-torture/execute/string-opt-3.c: New test.
12195         * gcc.dg/string-opt-1.c: New test.
12196
12197 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
12198
12199         PR fortran/10965
12200         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
12201
12202 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
12203
12204         * lib/scanasm.exp (dg-scan): New function, factored out of ...
12205         (scan-assembler): ... here.  Use dg-scan.
12206         (scan-assembler-not): Likewise.
12207         (scan-file): New function.
12208         (scan-file-not): Likewise.
12209         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
12210         * gcc.dg/cpp/_Pragma4.c: Likewise.
12211         * gcc.dg/cpp/_Pragma5.c: Likewise.
12212         * gcc.dg/cpp/avoidpaste1.c: Likewise.
12213         * gcc.dg/cpp/avoidpaste2.c: Likewise.
12214         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
12215         * gcc.dg/cpp/cmdlne-P.c: Likewise.
12216         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
12217         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
12218         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
12219         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
12220         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
12221         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
12222         * gcc.dg/cpp/cxxcom1.c: Likewise.
12223         * gcc.dg/cpp/line1.c: Likewise.
12224         * gcc.dg/cpp/maccom1.c: Likewise.
12225         * gcc.dg/cpp/maccom2.c: Likewise.
12226         * gcc.dg/cpp/maccom3.c: Likewise.
12227         * gcc.dg/cpp/maccom4.c: Likewise.
12228         * gcc.dg/cpp/maccom5.c: Likewise.
12229         * gcc.dg/cpp/maccom6.c: Likewise.
12230         * gcc.dg/cpp/multiline.c: Likewise.
12231         * gcc.dg/cpp/spacing1.c: Likewise.
12232         * gcc.dg/cpp/spacing2.c: Likewise.
12233         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
12234         * gcc.dg/cpp/trad/maccom1.c: Likewise.
12235         * gcc.dg/cpp/trad/maccom2.c: Likewise.
12236         * gcc.dg/cpp/trad/maccom3.c: Likewise.
12237         * gcc.dg/cpp/trad/maccom4.c: Likewise.
12238         * gcc.dg/cpp/trad/maccom6.c: Likewise.
12239         * gcc.dg/cpp/cxxcom2.c: Likewise.
12240         * gcc.dg/cpp/cxxcom2.h: New file.
12241
12242         * gcc.dg/cpp/truefalse.cpp: Move it to ...
12243         * g++.dg/cpp/truefalse.C: Here.
12244         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
12245
12246 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
12247
12248         * gcc.dg/cpp/redef3.c: New file.
12249
12250 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
12251
12252         * gcc.dg/i386-loop-3.c: New test.
12253
12254 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
12255
12256         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
12257
12258 2003-05-31  Roger Sayle  <roger@eyesopen.com>
12259
12260         * gcc.dg/fwrapv-1.c: New test case.
12261         * gcc.dg/fwrapv-2.c: New test case.
12262
12263 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12264
12265         PR c++/10956
12266         * g++.dg/template/spec9.C: New test.
12267
12268 2003-05-29  Roger Sayle  <roger@eyesopen.com>
12269
12270         * gcc.dg/duff-4.c: New test case.
12271
12272 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
12273
12274         PR fortran/10843
12275         * g77.dg/ffixed-form-1.f: New test
12276         * g77.dg/ffixed-form-2.f: New test
12277         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
12278         * g77.dg/ffree-form-3.f: New test
12279
12280 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
12281
12282         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
12283         * gcc.dg/wint_t-1.c: Likewise.
12284
12285 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12286
12287         * g++.dg/template/access11.C: New test.
12288
12289 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12290
12291         PR c++/10849
12292         * g++.dg/template/access10.C: New test.
12293
12294 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12295             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12296
12297         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
12298
12299 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12300
12301         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
12302         suppress for powerpc-*-darwin*.
12303         * gcc.dg/torture/builtin-noret-2.c: Likewise.
12304
12305 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12306
12307         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
12308         suppress option for powerpc-*-darwin*.
12309
12310 2003-05-23  Roger Sayle  <roger@eyesopen.com>
12311
12312         * gcc.dg/builtins-1.c: Add tests for tan and atan.
12313         * gcc.dg/builtins-4.c: Add test for fmod.
12314
12315 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12316
12317         PR c++/10682
12318         * g++.dg/template/instantiate4.C: New test.
12319
12320 2003-05-22  Roger Sayle  <roger@eyesopen.com>
12321
12322         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
12323
12324 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
12325
12326         * gcc.dg/compat/scalar-return-1_main.c: New file.
12327         * gcc.dg/compat/scalar-return-1_x.c: New file.
12328         * gcc.dg/compat/scalar-return-1_y.c: New file.
12329         * gcc.dg/compat/scalar-return-2_main.c: New file.
12330         * gcc.dg/compat/scalar-return-2_x.c: New file.
12331         * gcc.dg/compat/scalar-return-2_y.c: New file.
12332         * gcc.dg/compat/struct-return-3_main.c: New file.
12333         * gcc.dg/compat/struct-return-3_y.c: New file.
12334         * gcc.dg/compat/struct-return-3_x.c: New file.
12335         * gcc.dg/compat/struct-return-2_main.c: New file.
12336         * gcc.dg/compat/struct-return-2_x.c: New file.
12337         * gcc.dg/compat/struct-return-2_y.c: New file.
12338
12339 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12340
12341         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
12342         for hppa*-hp-hpux*.
12343         * gcc.dg/20021014-1.c (dg-options): Likewise.
12344         * gcc.dg/nest.c (dg-options): Likewise.
12345
12346 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
12347
12348         PR c++/9738
12349         * g++.dg/ext/dllimport2.C: New file.
12350         * g++.dg/ext/dllimport3.C: New file.
12351
12352 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
12353
12354         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
12355         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
12356         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
12357         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
12358         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
12359         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
12360         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
12361         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
12362         * gcc.dg/compat/small-struct-defs.h: New file.
12363         * gcc.dg/compat/small-struct-init.h: New file.
12364         * gcc.dg/compat/small-struct-check.h: New file.
12365         * gcc.dg/compat/fp-struct-defs.h: New file.
12366         * gcc.dg/compat/fp-struct-check.h: New file.
12367         * gcc.dg/compat/fp-struct-init.h: New file.
12368         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
12369         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
12370
12371 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
12372
12373         * gcc.dg/20030225-2.c: New test.
12374
12375 2003-05-18  Roger Sayle  <roger@eyesopen.com>
12376             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12377
12378         * gcc.c-torture/compile/20030518-1.c: New test case.
12379
12380 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
12381
12382         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
12383         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
12384         gcc-dg-debug-runtest.
12385         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
12386         gcc-dg-debug-runtest.
12387
12388 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12389
12390         PR c++/9022
12391         * g++.dg/lookup/using6.C: New test.
12392
12393 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12394
12395         * g++.dg/parse/access2.C: New test.
12396
12397 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
12398
12399         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
12400         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
12401         * gcc.dg/debug/debug.exp: Likewise.
12402
12403 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
12404
12405         * gcc.dg/dollar.c: New test.
12406
12407 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
12408
12409         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
12410         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
12411         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
12412         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
12413         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
12414         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
12415         * gcc.dg/compat/struct-by-value-6_main.c: New file.
12416         * gcc.dg/compat/struct-by-value-6_x.c: New file.
12417         * gcc.dg/compat/struct-by-value-6_y.c: New file.
12418         * gcc.dg/compat/struct-by-value-7_main.c: New file.
12419         * gcc.dg/compat/struct-by-value-7_x.c: New file.
12420         * gcc.dg/compat/struct-by-value-7_y.c: New file.
12421         * gcc.dg/compat/struct-by-value-8_main.c: New file.
12422         * gcc.dg/compat/struct-by-value-8_x.c: New file.
12423         * gcc.dg/compat/struct-by-value-8_y.c: New file.
12424         * gcc.dg/compat/struct-by-value-9_main.c: New file.
12425         * gcc.dg/compat/struct-by-value-9_x.c: New file.
12426         * gcc.dg/compat/struct-by-value-9_y.c: New file.
12427
12428 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
12429
12430         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
12431         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
12432         support for "repo" mode.
12433         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
12434         * lib/g77-dg.exp: Likewise.
12435         * lib/obj-dg.exp: Likewise.
12436
12437 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
12438
12439         Merge from gcc-3_2-rhl8-branch:
12440         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
12441
12442         * gcc.dg/tls/opt-6.c: New test.
12443
12444         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
12445
12446         * gcc.dg/20030405-1.c: New test.
12447
12448         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
12449
12450         * gcc.dg/20030309-1.c: New test.
12451
12452         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12453
12454         * gcc.c-torture/execute/20030307-1.c: New test.
12455
12456         2003-02-20  Randolph Chung  <tausq@debian.org>
12457
12458         * gcc.c-torture/compile/20030220-1.c: New test.
12459
12460         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
12461
12462         * gcc.dg/20030217-1.c: New test.
12463
12464         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
12465
12466         * gcc.c-torture/compile/20020129-1.c: New test.
12467
12468         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
12469
12470         * gcc.dg/unroll-1.c: New test.
12471
12472         2002-11-16  Jan Hubicka  <jh@suse.cz>
12473
12474         * gcc.c-torture/execute/20020920-1.c: New test.
12475
12476         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
12477
12478         PR target/7434
12479         * gcc.c-torture/compile/20021008-1.c: New test.
12480
12481         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
12482
12483         PR target/7559
12484         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
12485
12486         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
12487
12488         * gcc.c-torture/compile/20020807-1.c: New test.
12489
12490         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
12491
12492         * gcc.dg/tls/opt-1.c: New test.
12493
12494         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
12495
12496         * gcc.dg/20020729-1.c: New test.
12497
12498         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
12499
12500         * g++.dg/opt/life1.C: New test.
12501
12502         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
12503
12504         * gcc.dg/20020525-1.c: New test.
12505
12506         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
12507
12508         PR c++/6794
12509         * g++.dg/ext/pretty1.C: New test.
12510         * g++.dg/ext/pretty2.C: New test.
12511
12512 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
12513
12514         PR c++/8385
12515         * g++.dg/ext/typeof5.C: New test.
12516
12517 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
12518
12519         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
12520         __USER_LABEL_PREFIX__ into account.
12521         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
12522
12523 2003-05-14  Roger Sayle  <roger@eyesopen.com>
12524
12525         * gcc.dg/builtins-15.c: New test case.
12526
12527 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
12528
12529         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
12530
12531 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
12532
12533         * lib/g++.exp: Tweak handling of additional source files.
12534         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
12535         * g++.dg/special/conpr-2a.C: Rename to ...
12536         * g++.dg/special/conpr-2a.cc: ... this.
12537         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
12538         * g++.dg/special/conpr-3a.C: Rename to ...
12539         * g++.dg/special/conpr-3a.cc: This.
12540         * g++.dg/special/conpr-3b.C: Rename to ...
12541         * g++.dg/special/conpr-3b.cc: This.
12542         * g++.dg/special/conpr-4.C: New test.
12543         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
12544
12545 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
12546
12547         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
12548
12549 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12550
12551         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
12552         * g++.old-deja/g++.robertl/eb71.C: Likewise.
12553         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
12554         * g++.old-deja/g++.other/warn3.C: Likewise.
12555
12556 2003-05-11  Roger Sayle  <roger@eyesopen.com>
12557
12558         * gcc.dg/i386-387-1.c: Update to also test log.
12559         * gcc.dg/i386-387-2.c: Likewise.
12560
12561 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12562
12563         * g77.f-torture/execute/int8421.f: New test.
12564
12565 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12566
12567         PR c++/10230, c++/10481
12568         * g++.dg/lookup/scoped5.C: New test.
12569
12570 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12571
12572         PR c++/10552
12573         * g++.dg/template/ttp6.C: New test.
12574
12575 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
12576
12577         * gcc.c-torture/execute/builtins: New directory.
12578         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
12579         gcc.c-torture/execute/builtins.
12580         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
12581         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
12582         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
12583         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
12584
12585 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12586
12587         PR c++/9252
12588         * g++.dg/template/access8.C: New test.
12589         * g++.dg/template/access9.C: New test.
12590
12591 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12592
12593         PR c++/9554
12594         * g++.dg/parse/access1.C: New test.
12595
12596 2003-05-09  DJ Delorie  <dj@redhat.com>
12597
12598         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
12599         long, and not an int.
12600
12601 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12602
12603         PR c++/10555, c++/10576
12604         * g++.dg/template/memclass1.C: New test.
12605
12606 2003-05-08  DJ Delorie  <dj@redhat.com>
12607
12608         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
12609         targets.
12610         * gcc.c-torture/execute/20021024-1.x: Likewise.
12611         * gcc.c-torture/execute/shiftdi.x: Likewise.
12612         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
12613         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
12614         * gcc.dg/20021018-1.c: Likewise.
12615
12616 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12617
12618         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
12619
12620         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
12621         (bcopy): Call memmove.
12622
12623 2003-05-08  Roger Sayle  <roger@eyesopen.com>
12624
12625         * g77.f-torture/compile/8485.f: New test case.
12626
12627 2003-05-07  Richard Henderson  <rth@redhat.com>
12628
12629         PR c++/10570
12630         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
12631         Verify exception_cleanup not called for rethrows.
12632         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
12633         when exiting catch block without rethrowing.
12634         * g++.dg/eh/forced3.C: New.
12635         * g++.dg/eh/forced4.C: New.
12636
12637 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
12638
12639         * gcc.dg/20030505.c: Fix triplet.
12640
12641 2003-05-06  DJ Delorie  <dj@redhat.com>
12642
12643         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
12644         * gcc.dg/nest.c: Likewise.
12645
12646 2003-05-05  Roger Sayle  <roger@eyesopen.com>
12647
12648         * gcc.dg/builtins-14.c: New test case.
12649
12650 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
12651
12652         * lib/compat.exp (compat-execute): New argument.
12653         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
12654         * gcc.dg/compat: New test directory.
12655         * gcc.dg/compat/compat.exp: New expect script.
12656         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
12657         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
12658         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
12659         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
12660         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
12661         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
12662
12663         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
12664         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
12665         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
12666         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
12667         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
12668         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
12669         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
12670         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
12671         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
12672         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
12673         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
12674         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
12675         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
12676         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
12677         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
12678
12679 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
12680
12681         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
12682
12683 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
12684
12685         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
12686
12687 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
12688
12689         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
12690         * gcc.dg/ppc-fsel-2.c: New test.
12691
12692         * gcc.dg/unused-5.c: New test.
12693
12694 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12695
12696         PR c++/10496
12697         * g++.dg/warn/pmf1.C: New test.
12698
12699 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12700
12701         PR c++/4494
12702         * g++.dg/warn/main.C: New test.
12703
12704 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12705
12706         * gcc.dg/nonnull-3.c: New test.
12707
12708 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
12709
12710         * gcc.dg/cpp/Wtrigraphs.c: Update.
12711         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
12712
12713 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
12714
12715         * gcc.dg/ppc-fsel-1.c: New test.
12716
12717 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
12718
12719         PR c/10604
12720         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
12721
12722 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
12723
12724         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
12725
12726 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12727
12728         PR c++/9364, c++/10553, c++/10586
12729         * g++.dg/parse/typename4.C: New test.
12730         * g++.dg/parse/typename5.C: Likewise.
12731
12732 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
12733
12734         * gcc.c-torture/compile/20030503-1.c: New test.
12735
12736 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12737
12738         * g++.dg/lookup/using5.C: Fix testcase error.
12739
12740 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
12741
12742         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
12743         since MEABI is no longer supported.  Remove all vestiges
12744         of MEABI from the test.
12745
12746 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12747
12748         PR c++/10554
12749         * g++.dg/lookup/using5.C: New test.
12750
12751 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12752
12753         PR c++/8772
12754         * g++.dg/template/ttp5.C: New test.
12755
12756 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
12757
12758         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
12759         (dg-gpp-additional-sources): New function.
12760         (dg-gpp-additional-files): Likewise.
12761         * lib/g++.exp (additional_sources): New variable.
12762         (additional_files): Likewise.
12763         (g++_target_compile): Deal with them.
12764         * lib/old-dejagnu.exp: Remove.
12765         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
12766         * g++.old-deja: Revise all tests to use dg commands.
12767
12768 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12769
12770         PR c++/9432, c++/9528
12771         * g++.dg/lookup/using4.C: New test.
12772
12773 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
12774
12775         * gcc.dg/noreturn-5.c: New file.
12776         * gcc.dg/noreturn-6.c: New file.
12777
12778         * gcc.c-torture/compile/inline-1.c: New file.
12779
12780 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12781
12782         PR c++/10551
12783         * g++.dg/template/explicit1.C: New test.
12784
12785 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12786
12787         PR c++/10549
12788         * g++.dg/other/bitfield1.C: New test.
12789
12790         PR c++/10527
12791         * g++.dg/init/new7.C: New test.
12792
12793 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12794
12795         * g++.dg/ext/desig1.C: New test.
12796         * g++.dg/ext/init1.C: Update.
12797
12798         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
12799
12800 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
12801
12802         PR c++/10180
12803         * g++.dg/warn/Winline-1.C: New test.
12804
12805 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
12806
12807         * gcc.c-torture/execute/string-opt-19.c: New test.
12808
12809         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
12810         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
12811
12812 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
12813
12814         PR c++/10506
12815         * g++.dg/init/new6.C: New test.
12816
12817         PR c++/10503
12818         * g++.dg/init/ref6.C: New test.
12819
12820 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
12821
12822         * g++.dg/warn/weak1.C: XFAIL on AIX4.
12823
12824 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12825
12826         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
12827         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
12828
12829 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
12830
12831         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
12832         initialized static data members.
12833
12834 2003-04-25  H.J. Lu <hjl@gnu.org>
12835
12836         * gcc.dg/ia64-sync-4.c: New test.
12837
12838 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12839
12840         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
12841         date.
12842
12843 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
12844
12845         PR c++/10337
12846         * g++.dg/warn/conv1.C: New test.
12847         * g++.old-deja/g++.other/conv7.C: Adjust.
12848         * g++.old-deja/g++.other/overload14.C: Adjust.
12849
12850 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12851
12852         PR c++/10471
12853         * g++.dg/template/defarg2.C: New test.
12854
12855 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
12856
12857         * gcc.dg/cpp/include2.c: Update.
12858         * gcc.dg/cpp/multiline-2.c: New.
12859         * gcc.dg/cpp/multiline.c: Update.
12860         * gcc.dg/cpp/strify2.c: Update.
12861         * gcc.dg/cpp/trad/literals-2.c: Update.
12862
12863 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12864
12865         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
12866
12867 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12868
12869         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
12870
12871 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12872
12873         PR c++/10451
12874         * g++.dg/parse/crash4.C: New test.
12875
12876         PR c++/9847
12877         * g++.dg/parse/crash5.C: New test.
12878
12879 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12880
12881         PR c++/10446
12882         * g++.dg/parse/crash3.C: New test.
12883
12884         PR c++/10428
12885         * g++.dg/parse/elab1.C: New test.
12886
12887 2003-04-22  Devang Patel  <dpatel@apple.com>
12888
12889         * gcc.dg/cpp/trad/funlike-5.c: New test.
12890
12891 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
12892
12893         * g++.dg/other/packed1.C: Fix dg options.
12894
12895 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
12896
12897         * g++.dg/other/offsetof2.C: New test.
12898
12899 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
12900
12901         * g++.dg/template/recurse.C: Adjust location of error messages.
12902
12903 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12904
12905         PR c++/9881
12906         * g++.dg/init/addr-const1.C: New test.
12907         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
12908
12909 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12910
12911         PR c++/10405
12912         * g++.dg/lookup/struct-hack1.C: New test.
12913
12914 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
12915
12916         * ucs.c: Update diagnostic messages.
12917
12918 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12919
12920         * gcc.dg/cpp/truefalse.cpp: New test.
12921         * gcc.dg/cpp/cpp.exp: Update.
12922         * g++.dg/other/stdbool-if.C: Remove.
12923
12924 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12925
12926         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
12927         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
12928
12929 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12930
12931         * gcc.c-torture/compile/20030418-1.c: New test.
12932
12933 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
12934
12935         * README.compat: Remove; content moved to doc/sourcebuild.texi.
12936
12937 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12938
12939         PR c++/10347
12940         g++.dg/template/dependent-name1.C: New test.
12941
12942 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
12943
12944         * gcc.dg/warn-1.c (tourist_guide): New array,
12945         contains a pointer to bar.
12946
12947 2003-04-16  Roger Sayle  <roger@eyesopen.com>
12948
12949         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
12950         * gcc.c-torture/execute/medce-1.c: New test case.
12951         * gcc.c-torture/execute/medce-2.c: New test case.
12952
12953 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12954
12955         * lib/prune.exp: Ignore more messages.
12956
12957         PR c++/10381
12958         * g++.dg/parse/lookup3.C: New test.
12959
12960 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12961
12962         * gcc.c-torture/compile/20030415-1.c : New test.
12963
12964 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12965
12966         * gcc.c-torture/execute/scope-2.c: Move to ...
12967         * gcc.dg/noncompile/scope.c: .... here.
12968
12969 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12970
12971         * gcc.dg/20030414-2.c: New test case.
12972
12973 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12974
12975         PR target/10377
12976         * gcc.dg/20030414-1.c: New test.
12977
12978 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12979
12980         * gcc.dg/builtins-12.c: New test case.
12981         * gcc.dg/builtins-13.c: New test case.
12982
12983 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12984
12985         * gcc.c-torture/execute/string-opt-18.c: New test.
12986
12987 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
12988
12989         PR c++/10300
12990         * g++.dg/init/new5.C: New test.
12991
12992 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12993
12994         PR c++/7910
12995         * g++.dg/ext/dllimport1.C: New test.
12996
12997 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12998
12999         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
13000
13001 2003-04-11  Bud Davis <bdavis9659@comcast.net>
13002
13003         PR Fortran/9263
13004         * g77.f-torture/noncompile/9263.f: New test
13005         PR Fortran/1832
13006         * g77.f-torture/execute/1832.f: New test
13007
13008 2003-04-11  David Chad  <davidc@freebsd.org>
13009             Loren J. Rittle  <ljrittle@acm.org>
13010
13011         libobjc/8562
13012         * objc.dg/headers.m: New test.
13013
13014 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
13015
13016         * gcc.c-torture/execute/builtin-noret-2.c: New.
13017         * gcc.c-torture/execute/builtin-noret-2.x: New.
13018         XFAIL builtin-noret-2.c at -O1 and above.
13019         * gcc.dg/redecl.c: New.
13020         * gcc.dg/Wshadow-1.c: Update error regexps.
13021
13022 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
13023
13024         * g++.dg/abi/bitfield10.C: New test.
13025
13026 2003-04-09  Mike Stump  <mrs@apple.com>
13027
13028         * gcc.dg/pch/pch.exp: Make testcase names longer.
13029         * g++.dg/pch/pch.exp: Make testcase names longer.
13030
13031 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13032
13033         * gcc.dg/builtins-11.c: New test case.
13034
13035 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13036
13037         * gcc.dg/builtins-9.c: New test case.
13038         * gcc.dg/builtins-10.c: New test case.
13039
13040 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13041
13042         * gcc.dg/noncompile/init-4.c.c: New test.
13043
13044 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13045
13046         * gcc.misc-test/gcov-9.c: New test.
13047         * gcc.misc-test/gcov-10.c: New test
13048         * gcc.misc-test/gcov-11.c: New test.
13049
13050 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
13051
13052         PR optimization/10024
13053         * gcc.c-torture/compile/20030405-1.c: New test.
13054
13055 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13056
13057         * gcc.dg/pch/static-3.c: New.
13058         * gcc.dg/pch/static-3.hs: New.
13059         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
13060
13061 2003-04-04  Richard Henderson  <rth@redhat.com>
13062
13063         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
13064         * g++.dg/eh/forced2.C: Likewise.
13065
13066 2003-04-03  Mike Stump  <mrs@apple.com>
13067
13068         * lib/scanasm.exp (scan-assembler): Add xfail processing for
13069         target arg.
13070         (scan-assembler-times, scan-assembler-not): Likewise.
13071         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
13072
13073 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13074
13075         * gcc.dg/sparc-loop-1.c: New test.
13076
13077 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
13078
13079         PR other/9274
13080         * g++.dg/pch/system-2.C: New.
13081         * g++.dg/pch/system-2.Hs: New.
13082
13083 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
13084
13085         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
13086
13087         * g++.dg/eh/simd-1.C (vecfunc): Same.
13088
13089 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13090
13091         * gcc.c-torture/execute/20030401-1.c: New test case.
13092
13093 2003-04-01  Ziemowit Laski <zlaski@apple.com>
13094
13095         * objc.dg/defs.m: New.
13096
13097 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
13098
13099         * g++.dg/eh/simd-1.C: New.
13100         * g++.dg/eh/simd-2.C: New.
13101
13102 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
13103
13104         * gcc.c-torture/execute/simd-3.c: New.
13105
13106 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13107
13108         PR c/9936
13109         * gcc.dg/20030331-2.c: New test.
13110
13111 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13112
13113         PR c++/10278
13114         * g++.dg/parse/crash2.C: New test.
13115
13116 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13117
13118         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
13119         * gcc.c-torture/execute/20030331-1.c: ...here.
13120
13121 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13122
13123         * gcc.c-torture/execute/20030331-1.c: New test.
13124
13125 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13126
13127         * lib/gcov.exp: Adjust call return testing strings.
13128         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
13129
13130 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13131
13132         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
13133         * gcc.dg/builtins-7.c: New test case.
13134         * gcc.dg/builtins-8.c: New test case.
13135
13136 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13137
13138         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
13139
13140 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
13141
13142         PR c++/7647
13143         * g++.dg/lookup-class-member-2.C: New test.
13144
13145 2003-03-30  Glen Nakamura  <glen@imodulo.com>
13146
13147         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
13148
13149 2003-03-28  Roger Sayle  <roger@eyesopen.com>
13150
13151         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
13152
13153 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
13154
13155         * g++.dg/init/attrib1.C: New test.
13156
13157 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13158
13159         * gcc.dg/ultrasp8.c: New test.
13160
13161 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13162
13163         * gcc.dg/ultrasp7.c: New test.
13164
13165 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
13166
13167         PR c++/10047
13168         * g++.dg/template/inline1.C: New test.
13169
13170 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13171
13172         * gcc.dg/sparc-dwarf2.c: New test.
13173
13174 2003-03-27  Roger Sayle  <roger@eyesopen.com>
13175
13176         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
13177         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
13178
13179 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
13180
13181         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
13182         than reading .x files.
13183         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
13184         * g77.dg/gcov/gcov-1.f: Likewise.
13185         * gcc.misc-tests/gcov-4b.c: Likewise.
13186         * gcc.misc-tests/gcov-5b.c: Likewise.
13187         * gcc.misc-tests/gcov-6.c: Likewise.
13188         * gcc.misc-tests/gcov-7.c: Likewise.
13189         * gcc.misc-tests/gcov-8.c: Likewise.
13190         * g++.dg/gcov/gcov-1.x: Remove.
13191         * g77.dg/gcov/gcov-1.x: Likewise.
13192         * gcc.misc-tests/gcov-4b.x: Likewise.
13193         * gcc.misc-tests/gcov-5b.x: Likewise.
13194         * gcc.misc-tests/gcov-6.x: Likewise.
13195         * gcc.misc-tests/gcov-7.x: Likewise.
13196         * gcc.misc-tests/gcov-8.x: Likewise.
13197
13198 2003-03-27  Glen Nakamura  <glen@imodulo.com>
13199
13200         PR opt/10087
13201         * gcc.dg/20030324-1.c: New test.
13202
13203 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
13204
13205         PR c++/10224
13206         * g++.dg/template/arg3.C: New test.
13207
13208         PR c++/10158
13209         * g++.dg/template/friend18.C: New test.
13210
13211 2003-03-26  Roger Sayle  <roger@eyesopen.com>
13212
13213         * g77.f-torture/compile/20030326-1.f: New test case.
13214
13215 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
13216
13217         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
13218
13219         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
13220
13221 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
13222
13223         * gcc.dg/ia64-sync-3.c: New test.
13224
13225 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
13226
13227         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
13228
13229 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
13230
13231         * gcc.dg/ultrasp6.c: New test.
13232
13233 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13234
13235         * gcc.dg/i386-signbit-1.c: New test.
13236         * gcc.dg/i386-signbit-2.c: New test.
13237         * gcc.dg/i386-signbit-3.c: New test.
13238
13239 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13240
13241         * gcc.dg/ultrasp5.c: Fix options.
13242
13243 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13244
13245         * gcc.dg/ultrasp5.c: Fix comment.
13246
13247 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
13248
13249         PR fortran/10197
13250         * g77.f-torture/execute/10197.f: New test.
13251
13252 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
13253
13254         PR c++/9898, c++/383
13255         * g++.dg/template/conv6.C: New test.
13256
13257         PR c++/10119
13258         * g++.dg/template/ptrmem5.C: New test.
13259
13260         PR c++/10026
13261         * g++.dg/lookup/koenig1.C: New test.
13262
13263         PR C++/10199
13264         * g++.dg/lookup/template2.C: New test.
13265
13266 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
13267
13268         * g++.dg/opt/rtti1.C: New test.
13269
13270 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13271
13272         * gcc.dg/ultrasp5.c: New test.
13273
13274 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
13275
13276         PR middle-end/9967
13277         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
13278         builtin fputs.
13279
13280 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
13281
13282         PR c/8224
13283         * gcc.dg/20030323-1.c: New test.
13284
13285 2003-03-23  Roger Sayle  <roger@eyesopen.com>
13286
13287         * gcc.c-torture/compile/20030323-1.c: New test case.
13288
13289 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
13290
13291         * gcc.dg/20030321-1.c: New test.
13292
13293 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
13294
13295         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
13296
13297 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
13298
13299         PR c++/9978, c++/9708
13300         * g++.dg/ext/vlm1.C: Adjust expected error.
13301         * g++.dg/ext/vla2.C: New test.
13302         * g++.dg/template/arg1.C: New test.
13303         * g++.dg/template/arg2.C: New test.
13304
13305 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
13306
13307         * g77.f-torture/execute/select.f: New test.
13308         * g77.f-torture/noncompile/select_no_compile.f: New test.
13309
13310 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13311
13312         PR c++/9898
13313         * g++.dg/other/error4.C: New test.
13314
13315 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
13316
13317         * g++.dg/template/friend17.C: New test.
13318
13319 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
13320
13321         * gcc.c-torture/compile/20030320-1.c: New.
13322
13323 2003-03-20  Roger Sayle  <roger@eyesopen.com>
13324
13325         * gcc.dg/builtins-6.c: New test case.
13326
13327 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
13328
13329         PR target/10073
13330         * gcc.c-torture/compile/20030319-1.c: New.
13331
13332 2003-03-18  Jan Hubicka  <jh@suse.cz>
13333
13334         * gcc.dg/i386-cvt-1.c: New test.
13335
13336 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
13337
13338         * objc.dg/naming-1.m: Use "(parse|syntax) error".
13339         * objc.dg/naming-2.m: Likewise.
13340
13341 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
13342
13343         PR c++/9639
13344         * g++.dg/parse/crash1.C: New test.
13345
13346 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
13347
13348         PR c++/8805
13349         * g++.dg/eh/cleanup1.C: New test.
13350
13351 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13352
13353         * gcc.c-torture/execute/20030316-1.c: New test case.
13354
13355 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
13356
13357         PR c++/9629
13358         * g++.dg/init/ctor2.C: New test.
13359
13360 2003-03-15  Roger Sayle  <roger@eyesopen.com>
13361
13362         * g77.f-torture/compile/xformat.f: New test case.
13363
13364 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13365
13366         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
13367         * g++.old-deja/g++.mike/eh50.C: Likewise.
13368
13369 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13370
13371         PR c++/6440
13372         * g++.dg/template/spec7.C: New test.
13373         * g++.dg/template/spec8.C: Likewise.
13374
13375 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
13376
13377         * gcc.c-torture/execute/20030313-1.c: New test.
13378
13379 2003-03-14  Richard Henderson  <rth@redhat.com>
13380
13381         * gcc.dg/inline-2.c: Adjust alpha test for external call.
13382
13383 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
13384
13385         * gcc.c-torture/compile/20030314-1.c: New test.
13386
13387 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
13388
13389         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
13390         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
13391         thumb target,
13392         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
13393         to accept newer _imp__  prefix and additional
13394         newline in .drectve section.
13395         * gcc.dg/dll-4.c: Likewise.
13396         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
13397         switch.
13398
13399 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
13400
13401         * g++.dg/parse/namespace9.C: New test.
13402
13403         * g++.dg/init/ref5.C: New test.
13404         * g++.dg/parse/ptrmem1.C: Likewise.
13405
13406 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13407
13408         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
13409         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
13410         regular expression.
13411         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
13412         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
13413
13414 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
13415
13416         * gcc.c-torture/execute/20030224-2.c: New test.
13417
13418 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13419
13420         * gcc.dg/decl-3.c: New test.
13421
13422 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13423
13424         * gcc.dg/i386-loop-2.c: New test.
13425
13426 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
13427
13428         PR c++/9474
13429         * g++.dg/parse/namespace8.C: New test.
13430
13431         PR c++/9924
13432         * g++.dg/overload/builtin2.C: New test.
13433
13434 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13435
13436         * gcc.dg/return-type-3.c: New test.
13437
13438 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
13439
13440         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
13441         profiling options are not supported.
13442
13443 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
13444
13445         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
13446         * g++.old-deja/g++.warn/impint2.C: Likewise.
13447
13448 2003-03-10  Devang Patel  <dpatel@apple.com>
13449
13450         * g++.dg/cpp/c++_cmd_1.C: New test.
13451         * g++.dg/cpp/c++_cmd_1.h: New file.
13452
13453 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
13454
13455         * gcc.dg/altivec-9.c: New file.
13456
13457 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13458
13459         * gcc.dg/ppc-sdata-1.c: New test.
13460         * gcc.dg/ppc-sdata-2.c: New test.
13461
13462 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
13463
13464         PR c++/9373
13465         * g++.dg/opt/ptrmem2.C: New test.
13466
13467         PR c++/8534
13468         * g++.dg/opt/ptrmem1.C: New test.
13469
13470 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13471
13472         * gcc.dg/i386-loop-1.c: New test.
13473
13474 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13475
13476         PR c++/9970
13477         * g++.dg/lookup/friend1.C: New test.
13478
13479 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13480
13481         PR c++/9823
13482         * g++.dg/parser/constructor1.C: New test.
13483
13484 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
13485
13486         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
13487
13488         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
13489
13490 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
13491
13492         * gcc.dg/cpp/Wunused.c: Update test.
13493
13494 2003-03-08  Jan Hubicka  <jh@suse.cz>
13495
13496         * gcc.dg/inline-3.c: New test.
13497
13498 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13499
13500         PR c++/9809
13501         * g++.dg/parse/builtin1.C: New test.
13502
13503         PR c++/9982
13504         * g++.dg/abi/cookie1.C: New test.
13505         * g++.dg/abi/cookie2.C: Likewise.
13506
13507         PR c++/9524
13508         * g++.dg/template/field1.C: New test.
13509
13510         PR c++/9912
13511         * g++.dg/parse/class1.C: New test.
13512         * g++.dg/parse/namespace7.C: Likewise.
13513         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
13514
13515 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
13516
13517         * g++.dg/init/ref4.C: New test.
13518
13519 2003-03-07  Jan Hubicka  <jh@suse.cz>
13520
13521         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
13522         * gcc.dg/inline-3.c:  New test.
13523
13524 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
13525
13526         * g++.dg/init/ref3.C: New test.
13527
13528         PR c++/9965
13529         * g++.dg/init/ref2.C: New test.
13530
13531         PR c++/9400
13532         * g++.dg/warn/Wshadow-2.C: New test.
13533
13534         PR c++/9791
13535         * g++.dg/warn/Woverloaded-1.C: New test.
13536
13537 2003-03-05  Jan Hubicka  <jh@suse.cz>
13538
13539         * gcc.dg/i386-local2.c: New.
13540         * gcc.dg/i386-local.c: Fix typo.
13541
13542 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
13543
13544         * g++.dg/abi/layout3.C: New test.
13545
13546 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
13547
13548         * gcc.c-torture/compile/20030305-1.c
13549
13550 2003-03-05  Jan Hubicka  <jh@suse.cz>
13551
13552         * gcc.dg/i386-local.c: New.
13553
13554 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
13555
13556         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
13557
13558 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13559
13560         * gcc.dg/switch-2.c: New test.
13561         * gcc.dg/switch-3.c: New test.
13562         * gcc.dg/Wswitch.c: Adjust line numbers.
13563         * gcc.dg/Wswitch-default.c: Likewise.
13564         * gcc.dg/Wswitch-enum.c: Likewise.
13565
13566 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
13567
13568         * gcc.c-torture/execute/20030222-1.c: New test.
13569
13570 2003-03-03  James E Wilson  <wilson@tuliptree.org>
13571
13572         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
13573
13574 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
13575
13576         PR c++/9878
13577         * g++.dg/init/ref1.C: New test.
13578
13579 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
13580
13581         * gcc.dg/sh-relax.c: New SH-only test.
13582
13583 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
13584
13585         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
13586         comment explaining purpose of testcase.
13587
13588 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13589
13590         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
13591         for HC11/HC12 (asm needs two int registers).
13592         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
13593         HC11/HC12 because the test uses an asm which needs two 32-bit
13594         registers.
13595
13596 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13597
13598         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
13599         for HC11/HC12 (array is too large otherwise).
13600         * gcc.c-torture/compile/920501-4.x: New file, likewise.
13601         * gcc.c-torture/compile/20010518-2.x: Likewise.
13602         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
13603         HC11/HC12 (array is too large).
13604
13605 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
13606
13607         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
13608         * lib/g++-dg.exp (g++-dg-test): Likewise.
13609
13610 2003-03-01  Roger Sayle  <roger@eyesopen.com>
13611
13612         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
13613         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
13614
13615 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13616
13617         * g++.dg/warn/implicit-typename1.C: Remove warning.
13618
13619 2003-02-28  Richard Henderson  <rth@redhat.com>
13620
13621         * gcc.dg/noreturn-1.c: Move noreturn warning line.
13622         * gcc.dg/return-type-1.c: Move control reaches end warning line.
13623
13624 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
13625
13626         * gcc.dg/pch/pch.exp: Change .pch to .gch.
13627         * g++.dg/pch/pch.exp: Likewise.
13628
13629 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
13630
13631         PR c++/9879
13632         * testsuite/g++.dg/init/new4.C: New test.
13633
13634 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
13635
13636         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
13637
13638 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
13639
13640         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
13641         unsigned long.
13642
13643         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
13644         wider than float.
13645
13646 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13647
13648         * lib/scanasm.exp: Add support for counting numbers of
13649         occurences.
13650         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
13651         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
13652
13653 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
13654
13655         PR c++/9683
13656         * g++.dg/template/static3.C: New test.
13657
13658         PR c++/9829
13659         * g++.dg/parse/namespace6.C: New test.
13660
13661 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13662
13663         PR target/9732
13664         * gcc.dg/20030225-1.c: New test.
13665
13666 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
13667
13668         * README: Remove out-of-date information.
13669
13670         PR c++/9836
13671         * g++.dg/template/spec6.C: New test.
13672
13673 2003-02-24  Jeff Law  <law@redhat.com>
13674
13675         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
13676
13677 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13678
13679         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
13680         * gcc.dg/pragma-ep-1.c: Likewise.
13681
13682 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13683
13684         PR c++/9602
13685         * g++.dg/template/friend16.C: New test.
13686
13687 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
13688
13689         PR c++/5333
13690         * g++.dg/parse/fused-params1.C: Adjust error messages.
13691         * g++.dg/template/nested3.C: New test.
13692
13693 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
13694
13695         * g++.dg/abi/param1.C: New test.
13696
13697 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13698
13699         PR c++/7982
13700         * g++.dg/warn/implicit-typename1.C: New test.
13701
13702 2003-02-22  Kelley Cook <kelleycook@comcast.net>
13703
13704         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
13705         with "mtune".
13706         * g++.old-deja/g++.other/store-expr2.C: Likewise.
13707         * gcc.c-torture/execute/20010129-1.x: Likewise.
13708         * gcc.dg/20011107-1.c: Likewise.
13709         * gcc.dg/20020108-1.c: Likewise.
13710         * gcc.dg/20020122-3.c: Likewise.
13711         * gcc.dg/20020206-1.c: Likewise.
13712         * gcc.dg/20020310-1.c: Likewise.
13713         * gcc.dg/20020426-2.c: Likewise.
13714         * gcc.dg/20020517-1.c: Likewise.
13715         * gcc.dg/991230-1.c: Likewise.
13716         * gcc.dg/i386-unroll-1.c: Likewise.
13717         * gcc.misc-tests/i386-prefetch.exp: Likewise.
13718
13719 2003-02-22  Jan Hubicka  <jh@suse.cz>
13720
13721         * gcc.dg/i386-mul.c: New test.
13722
13723 2003-02-21  Roger Sayle  <roger@eyesopen.com>
13724
13725         * gcc.dg/builtins-5.c: New test case.
13726
13727 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
13728
13729         * gcc.dg/asmreg-1.c: New test.
13730
13731 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13732
13733         PR c++/9749
13734         * g++.dg/parse/varmod1.C: New test.
13735
13736 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13737
13738         PR c++/9727
13739         * g++.dg/template/op1.C: New test.
13740
13741 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13742
13743         PR c++/8906
13744         * g++.dg/template/nested2.C: New test.
13745
13746 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13747
13748         PR c++/8724
13749         * g++.dg/expr/dtor1.C: New test.
13750
13751 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
13752
13753         * gcc.dg/cpp/include3.c: New test.
13754         * gcc.dg/cpp/inc/foo.h: New file.
13755
13756 2003-02-21  Glen Nakamura  <glen@imodulo.com>
13757
13758         * gcc.c-torture/execute/20030221-1.c: New test.
13759
13760 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
13761
13762         PR c++/9729
13763         * g++.dg/abi/conv1.C: New test.
13764
13765 2003-02-20  Jan Hubicka  <jh@suse.cz>
13766
13767         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
13768
13769 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
13770
13771         * gcc.c-torture/compile/20030219-1.c: New test.
13772
13773 2003-02-18  Jan Hubicka  <jh@suse.cz>
13774
13775         * gcc.dg/funcorder.c: New test.
13776
13777 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13778
13779         * gcc.c-torture/execute/20030218-1.c: New.
13780
13781 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
13782
13783         * gcc.dg/20030218-1.c: New.
13784
13785 2003-02-18  Richard Henderson  <rth@redhat.com>
13786
13787         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
13788         * gcc.dg/attr-used-2.c: New.
13789
13790 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
13791
13792         PR c++/9704
13793         * g++.dg/init/copy5.C: New test.
13794
13795 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
13796
13797         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
13798         * g++.dg/pch/pch.exp: Likewise.
13799
13800 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13801
13802         * gcc.c-torture/execute/20030209-1.c: Enable the test if
13803         STACK_SIZE is not defined.
13804
13805 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13806
13807         PR c++/9457
13808         * g++.dg/template/init1.C: New test.
13809
13810 2003-02-16  Jan HUbicka  <jh@suse.cz>
13811
13812         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
13813         (foo): Add few extra tests
13814         * gcc.dg/c99-const-expr-3.c: Likewise.
13815         * gcc.c-torture/execute/20030216-1.c: New.
13816
13817 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13818
13819         PR c++/9459
13820         * g++.dg/ext/typeof4.C: New test.
13821
13822 2003-02-15  Roger Sayle  <roger@eyesopen.com>
13823
13824         * gcc.dg/i386-387-3.c: New test case.
13825
13826 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
13827
13828         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
13829         cris-*-elf* cris-*-aout* and mmix-*-*.
13830
13831 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
13832
13833         * gcc.dg/20030213-1.c: New test.
13834
13835 2003-02-12  Roger Sayle  <roger@eyesopen.com>
13836
13837         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
13838         * gcc.dg/i386-387-2.c: Likewise.
13839
13840 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13841
13842         * gcc.dg/ppc-spe.c: Fix formatting.
13843         Enable tests that were previously unsupported by gas.
13844         Delete tests for instructions that no longer exist.
13845         Switch arguments on evsubifw builtin.
13846
13847 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13848
13849         * gcc.c-torture/execute/20030209-1.c: Disable the test if
13850         STACK_SIZE is too small.
13851
13852 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
13853             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13854
13855         * gcc.dg/decl-2.c: New test.
13856
13857 2003-02-10  Jan Hubicka  <jh@suse.cz>
13858
13859         * gcc.dg/i386-fpcvt-1.c:  New test.
13860
13861 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
13862
13863         * gcc.c-torture/execute/20030209-1.c: New test.
13864
13865 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
13866
13867         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
13868         int-wide bitops, use the constants of the same width.
13869         Likewise, if long long is 32-bit wide, test bitops using
13870         32-bit constants.
13871
13872 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
13873
13874         * gcc.dg/20021014-1.c: Annotate with expected notice text.
13875
13876 2003-02-07  Roger Sayle  <roger@eyesopen.com>
13877
13878         * testsuite/gcc.dg/builtins-4.c: New test case.
13879
13880 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13881
13882         * gcc.dg/20020430-1.c: Fix dg command typos.
13883         * gcc.dg/20020503-1.c: Likewise.
13884
13885 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13886
13887         PR c++/8785
13888         * g++.dg/parse/fused-params1.C: New test.
13889
13890         PR c++/8857
13891         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
13892
13893         PR c++/8921
13894         * g++.dg/parse/non-dependent1.C: New test.
13895
13896         PR c++/8928
13897         * g++.dg/parse/dupl-tmpl-args1.C: New test.
13898
13899         PR c++/9228
13900         * g++.dg/parse/undefined7.C: New test.
13901         * g++.dg/parse/non-templ1.C: New test.
13902
13903         PR c++/9229
13904         * g++.dg/parse/too-many-tmpl-args1.C: New test.
13905
13906 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
13907
13908         * gcc.c-torture/compile/20030206-1.c: New test.
13909
13910 2003-02-05  Roger Sayle  <roger@eyesopen.com>
13911
13912         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
13913         "pow" to "foo" to avoid potential confusion with a math built-in.
13914
13915 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13916
13917         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
13918         conditions for SPARC targets.
13919
13920 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
13921
13922         * gcc.dg/20030204-1.c: New test.
13923
13924 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13925
13926         PR c++/38
13927         * g++.dg/parse/array-size1.C: New test.
13928
13929         PR c++/5657
13930         * g++.dg/parse/undefined3.C: New test.
13931
13932         PR c++/5665
13933         * g++.dg/parse/undefined4.C: New test.
13934
13935         PR c++/5975
13936         * g++.dg/parse/undefined5.C: New test.
13937
13938         PR c++/7259
13939         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
13940
13941         PR c++/8578
13942         * g++.dg/parse/casting-operator1.C: New test.
13943
13944         PR c++/8596
13945         * g++.dg/parse/undefined6.C: New test.
13946
13947         PR c++/8736
13948         * g++.dg/parse/missing-template1.C: New test.
13949
13950 2003-02-04  Jan Hubicka  <jh@suse.cz>
13951
13952         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
13953         * gcc.dg/i386-cmov?.c:  Likewise.
13954         * gcc.dg/i386-fpcvt-?.c:  Likewise.
13955         * gcc.dg/i386-ssefp-1.c:  Likewise.
13956         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
13957         conventions.
13958
13959 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
13960
13961         PR c++/7129
13962         * testsuite/g++.dg/ext/max.C: New test.
13963
13964 2003-02-03  Jan Hubicka  <jh@suse.cz>
13965
13966         * gcc.c-torture/execute/20030203-1.c: New test.
13967
13968 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
13969
13970         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
13971         'natural-endian'.
13972
13973 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
13974
13975         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
13976         * g++.dg/init/new2.C: Likewise.
13977         * g++.dg/other/new1.C: Likewise.
13978
13979 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
13980
13981         * gcc.dg/struct-ret-libc.c: New test.
13982
13983 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
13984
13985         * gcc.dg/20030129-1.c: New test.
13986
13987 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13988
13989         PR c++/8849
13990         * g++.dg/template/ptrmem4.C: New test.
13991
13992 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
13993
13994         * g++.dg/parser/constant1.C: New test.
13995
13996 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13997
13998         PR c++/8591
13999         * g++.dg/parse/friend2.C: New test.
14000
14001 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
14002
14003         PR c++/9437
14004         * g++.dg/template/unify4.C: New test.
14005
14006 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
14007
14008         * gcc.c-torture/execute/20030128-1.c: New test.
14009
14010 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
14011
14012         * g++.dg/lookup/nested1.C: Test moved from ...
14013         * g++.old-deja/g++.other/lookup24.C: ... here.
14014
14015 2003-01-28  Jan Hubicka  <jh@suse.cz>
14016
14017         * gcc.dg/i386-cmov5.c:  New test.
14018
14019 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
14020
14021         * gcc.c-torture/execute/20010925-1.c: Changed the
14022         memcpy declaration.
14023
14024 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
14025
14026         PR c++/3902
14027         * g++.dg/parse/template5.C: New test.
14028
14029 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
14030
14031         PR fortran/9258
14032         * g77.dg/pr9258: New test.
14033
14034 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14035
14036         * README: Move relevant parts from README.g++.
14037
14038         * README.g++: Remove this file.
14039
14040 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
14041
14042         * g++.dg/abi/dcast1.C: New test.
14043
14044 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14045
14046         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
14047
14048 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
14049
14050         PR c++/47
14051         * g++.old-deja/g++.other/lookup24.C: New test.
14052
14053 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14054
14055         PR middle-end/7227
14056         * gcc.dg/uninit-C.c: New test.
14057
14058 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
14059
14060         * g++.dg/abi/covariant1.C: New test.
14061
14062 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
14063
14064         * gcc.dg/20030123-1.c: New test.
14065
14066 2003-01-25  Jan Hubicka  <jh@suse.cz>
14067
14068         PR opt/8492
14069         * gcc.c-torture/compile/20030125-1.c
14070
14071 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
14072
14073         PR c++/9403
14074         * g++.dg/parse/template3.C: New test.
14075         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
14076
14077         PR c++/795
14078         * g++.dg/parse/template4.C: New test.
14079
14080         PR c++/9415
14081         * g++.dg/template/qual2.C: New test.
14082
14083         PR c++/8545
14084         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
14085
14086         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
14087
14088 2003-01-25  Roger Sayle  <roger@eyesopen.com>
14089
14090         * gcc.c-torture/execute/switch-1.c: New test case.
14091
14092 2003-01-25  Jan Hubicka  <jh@suse.cz>
14093
14094         * gcc.c-torture/execute/20030125-1.[cx]: New test.
14095
14096 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
14097
14098         Tweaks for Bison-1.875. From the NEWS file:
14099         "- `parse error' -> `syntax error'
14100         Bison now uniformly uses the term `syntax error'"
14101         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
14102         * gcc.dg/cpp/digraph2.c: Likewise.
14103         * gcc.dg/cpp/direct2.c: Likewise.
14104         * gcc.dg/cpp/paste4.c: Likewise.
14105         * gcc.dg/c90-restrict-1.c: Likewise.
14106         * gcc.dg/c99-func-2.c: Likewise.
14107         * gcc.dg/noncompile/920721-2.c: Likewise.
14108         * gcc.dg/noncompile/930622-2.c: Likewise.
14109         * gcc.dg/noncompile/940112-1.c: Likewise.
14110         * gcc.dg/noncompile/950921-1.c: Likewise.
14111         * gcc.dg/noncompile/951123-1.c: Likewise.
14112         * gcc.dg/noncompile/971104-1.c: Likewise.
14113         * gcc.dg/noncompile/990416-1.c: Likewise.
14114
14115 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
14116
14117         * g++.dg/parse/undefined1.C: Add error message.
14118
14119 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
14120
14121         PR c++/9354
14122         * g++.dg/parse/new1.C: New test.
14123
14124         PR c++/9216
14125         * g++.dg/parse/template2.C: New test.
14126
14127         PR c++/9354
14128         * g++.dg/parse/typedef2.C: New test.
14129
14130         PR c++/9328
14131         * g++.dg/ext/typeof3.C: New test.
14132
14133 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14134
14135         PR c++/2738
14136         * g++.dg/parse/ret-type1.C: New test.
14137
14138         PR c++/3792
14139         * g++.dg/parse/tmpl-outside1.C: New test.
14140
14141         PR c++/4207
14142         * g++.dg/parse/int-as-enum1.C: New test.
14143
14144         PR c++/4903
14145         * g++.dg/parse/no-typename1.C: New test.
14146
14147         PR c++/5533
14148         * g++.dg/parse/no-value1.C: New test.
14149
14150         PR c++/5921
14151         * g++.dg/parse/wrong-inline1.C: New test.
14152
14153         PR c++/6402
14154         * g++.dg/parse/ref1.C: New test.
14155
14156         PR c++/6992
14157         * g++.dg/parse/attr-ctor1.C: New test.
14158
14159         PR c++/7229
14160         * g++.dg/parse/namespace5.C: New test.
14161
14162         PR c++/7917
14163         * g++.dg/parse/func-def1.C: New test.
14164
14165         PR c++/8143
14166         * g++.dg/parse/undefined1.C: New test.
14167
14168         PR c++/5723, PR c++/8522
14169         * g++.dg/parse/specialization1.C: New test.
14170
14171         PR c++/163, PR c++/8595
14172         * g++.dg/parse/struct-as-enum1.C: New test.
14173
14174         PR c++/9173
14175         * g++.dg/parse/undefined2.C: New test.
14176
14177 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
14178
14179         PR c++/9298
14180         * g++.dg/parse/template1.C: New test.
14181
14182         PR c++/9384
14183         * g++.dg/parse/using1.C: New test.
14184
14185         PR c++/9285
14186         PR c++/9294
14187         * g++.dg/parse/expr2.C: New test.
14188
14189         PR c++/9388
14190         * g++.dg/parse/lookup2.C: Likewise.
14191
14192 2003-01-21  Jan Hubicka  <jh@suse.cz>
14193
14194         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
14195         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
14196         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
14197         * gcc.c-torture/execute/string-opt-*.c: Likewise.
14198
14199 2003-01-20  Nick Clifton  <nickc@redhat.com>
14200
14201         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
14202         problem with ARM sibcall code generation.
14203
14204 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14205
14206         * gcc.c-torture/execute/20030120-1.c: New.
14207
14208 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
14209
14210         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
14211
14212 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
14213
14214         PR c++/9272
14215         * g++.dg/parse/ctor1.C: New test.
14216
14217         PR c++/9294:
14218         * g++.dg/parse/qualified1.C: New test.
14219
14220         * g++.dg/parse/typename3.C: New test.
14221
14222 2003-01-16  Richard Henderson  <rth@redhat.com>
14223
14224         * g++.dg/tls/init-2.C: Fix error matches for real this time.
14225
14226 2003-01-16  Richard Henderson  <rth@redhat.com>
14227
14228         * g++.dg/pch/pch.exp: Copy test header to the working directory
14229         before using it either for precompilation or direct use.
14230         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
14231         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
14232
14233 2003-01-16  Richard Henderson  <rth@redhat.com>
14234
14235         * gcc.dg/pch/pch.exp: Copy test header to the working directory
14236         before using it either for precompilation or direct use.
14237         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
14238         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
14239
14240 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
14241
14242         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
14243         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
14244         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
14245         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
14246         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
14247         typename warning into error.
14248         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
14249         error messages.
14250         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
14251         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
14252         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
14253         messages.
14254         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
14255         make declaration visible in template.
14256         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
14257         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
14258         messages.
14259         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
14260         message.
14261         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
14262         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
14263         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
14264         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
14265         typename warning with error message.
14266         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
14267         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
14268         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
14269
14270 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
14271
14272         * g++.dg/parse/ambig2.C: New test.
14273
14274 2003-01-15  Richard Henderson  <rth@redhat.com>
14275
14276         * g++.dg/tls/init-2.C: Update error message string.
14277
14278 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14279
14280         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
14281
14282 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
14283
14284         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
14285         all for HC11/HC12.
14286         * gcc.c-torture/compile/20001205-1.x: Likewise.
14287         * gcc.c-torture/compile/20001226-1.x: Likewise.
14288         * gcc.c-torture/compile/920520-1.x: Likewise.
14289         * gcc.c-torture/compile/961203-1.x: Likewise.
14290         * gcc.c-torture/compile/20020604-1.x: Likewise.
14291
14292 2003-01-15  Jan Hubicka  <jh@suse.cz>
14293
14294         * gcc.c-torture/compile/20030115-1.c: New test.
14295
14296         * gcc.dg/i386-fpcvt-1.c: New test.
14297         * gcc.dg/i386-fpcvt-2.c: New test.
14298
14299 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
14300
14301         Further conform g++'s __vmi_class_type_info to the C++ ABI
14302         specification.
14303         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
14304         the specification.
14305
14306 2003-01-14  Jan Hubicka  <jh@suse.cz>
14307
14308         * gcc.dg/i386-fpcvt-1.c: New test.
14309         * gcc.dg/i386-fpcvt-2.c: New test.
14310
14311 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
14312
14313         * gcc.dg/i386-mmx-3.c: New test.
14314
14315 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
14316
14317         PR c++/9264
14318         * g++.dg/parse/octal1.C: New file.
14319
14320         PR c++/9172
14321         * g++.dg/parse/typename1.C: New file.
14322
14323 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
14324
14325         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
14326         * gcc.dg/bf-no-ms-layout.c: Likewise.
14327         * gcc.dg/bf-ms-attrib.c: Likewise.
14328
14329 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
14330
14331         PR c++/9099
14332         * g++.dg/parse/dtor1.C: New file.
14333
14334         PR c++/9128
14335         * g++.dg/rtti/typeid1.C: New file.
14336
14337         PR c++/9153
14338         * g++.dg/parse/lookup1.C: New file.
14339
14340         PR c++/9171
14341         * g++.dg/templ/spec5.C: New file.
14342
14343 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
14344
14345         * gcc.c-torture/compile/20030110-1.c: New test.
14346
14347 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
14348
14349         Merge from pch-branch:
14350
14351         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
14352
14353         * gcc.dg/pch/cpp-1.h: New.
14354         * gcc.dg/pch/cpp-1.c: New.
14355         * gcc.dg/pch/cpp-2.h: New.
14356         * gcc.dg/pch/cpp-2.c: New.
14357
14358         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
14359
14360         * gcc.dg/pch/except-1.h: New.
14361         * gcc.dg/pch/except-1.c: New.
14362
14363         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
14364
14365         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
14366         running test.
14367         * gcc.dg/pch: Include *.hp not *.h.
14368         * gcc.dg/pch/system-1.h: New.
14369         * gcc.dg/pch/system-1.c: New.
14370
14371         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
14372
14373         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
14374         rather than trying to build and run a program using PCH.
14375         * gcc.dg/pch: Remove dg-do commands from test files.
14376
14377         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
14378
14379         * gcc.dg/pch/macro-3.c: New.
14380         * gcc.dg/pch/macro-3.h: New.
14381
14382         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
14383
14384         * gcc.dg/pch/common-1.c: New.
14385         * gcc.dg/pch/common-1.h: New.
14386         * gcc.dg/pch/decl-1.c: New.
14387         * gcc.dg/pch/decl-1.h: New.
14388         * gcc.dg/pch/decl-2.c: New.
14389         * gcc.dg/pch/decl-2.h: New.
14390         * gcc.dg/pch/decl-3.c: New.
14391         * gcc.dg/pch/decl-3.h: New.
14392         * gcc.dg/pch/decl-4.c: New.
14393         * gcc.dg/pch/decl-4.h: New.
14394         * gcc.dg/pch/decl-5.c: New.
14395         * gcc.dg/pch/decl-5.h: New.
14396         * gcc.dg/pch/global-1.c: New.
14397         * gcc.dg/pch/global-1.h: New.
14398         * gcc.dg/pch/inline-1.c: New.
14399         * gcc.dg/pch/inline-1.h: New.
14400         * gcc.dg/pch/inline-2.c: New.
14401         * gcc.dg/pch/inline-2.h: New.
14402         * gcc.dg/pch/static-1.c: New.
14403         * gcc.dg/pch/static-1.h: New.
14404         * gcc.dg/pch/static-2.c: New.
14405         * gcc.dg/pch/static-2.h: New.
14406
14407         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
14408
14409         * g++.dg/pch/pch.exp: Better handle failing testcases.
14410         * gcc.dg/pch/pch.exp: Likewise.
14411         * gcc.dg/pch/macro-1.c: New.
14412         * gcc.dg/pch/macro-1.h: New.
14413         * gcc.dg/pch/macro-2.c: New.
14414         * gcc.dg/pch/macro-2.h: New.
14415
14416         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
14417
14418         * g++.dg/dg.exp: Treat files in pch/ specially.
14419         * g++.dg/pch/pch.exp: New file.
14420         * g++.dg/pch/empty.H: New file.
14421         * g++.dg/pch/empty.C: New file.
14422         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
14423         "precompile".
14424
14425         * gcc.dg/pch/pch.exp: New file.
14426         * gcc.dg/pch/empty.h: New file.
14427         * gcc.dg/pch/empty.c: New file.
14428         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
14429         "precompile".
14430
14431 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14432
14433         * g++.dg/template/friend14.C: New test.
14434
14435 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14436
14437         * gcc.dg/old-style-asm-1.c: New test.
14438
14439 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
14440
14441         * gcc.c-torture/compile/20030109-1.c: New test.
14442
14443 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14444
14445         * gcc.c-torture/execute/20030109-1.c: New test.
14446
14447 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
14448
14449         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
14450         * g++.old-deja/g++.mike/dyncast2.C: Likewise
14451         * g++.old-deja/g++.mike/dyncast3.C: Likewise
14452         * g++.old-deja/g++.mike/eh2.C: Likewise
14453         * g++.old-deja/g++.mike/eh3.C: Likewise
14454         * g++.old-deja/g++.mike/eh5.C: Likewise
14455         * g++.old-deja/g++.mike/eh6.C: Likewise
14456         * g++.old-deja/g++.mike/eh7.C: Likewise
14457         * g++.old-deja/g++.mike/eh8.C: Likewise
14458         * g++.old-deja/g++.mike/eh9.C: Likewise
14459         * g++.old-deja/g++.mike/eh10.C: Likewise
14460         * g++.old-deja/g++.mike/eh12.C: Likewise
14461         * g++.old-deja/g++.mike/eh13.C: Likewise
14462         * g++.old-deja/g++.mike/eh14.C: Likewise
14463         * g++.old-deja/g++.mike/eh16.C: Likewise
14464         * g++.old-deja/g++.mike/eh17.C: Likewise
14465         * g++.old-deja/g++.mike/eh18.C: Likewise
14466         * g++.old-deja/g++.mike/eh21.C: Likewise
14467         * g++.old-deja/g++.mike/eh23.C: Likewise
14468         * g++.old-deja/g++.mike/eh24.C: Likewise
14469         * g++.old-deja/g++.mike/eh25.C: Likewise
14470         * g++.old-deja/g++.mike/eh26.C: Likewise
14471         * g++.old-deja/g++.mike/eh27.C: Likewise
14472         * g++.old-deja/g++.mike/eh28.C: Likewise
14473         * g++.old-deja/g++.mike/eh29.C: Likewise
14474         * g++.old-deja/g++.mike/eh31.C: Likewise
14475         * g++.old-deja/g++.mike/eh33.C: Likewise
14476         * g++.old-deja/g++.mike/eh34.C: Likewise
14477         * g++.old-deja/g++.mike/eh35.C: Likewise
14478         * g++.old-deja/g++.mike/eh36.C: Likewise
14479         * g++.old-deja/g++.mike/eh37.C: Likewise
14480         * g++.old-deja/g++.mike/eh38.C: Likewise
14481         * g++.old-deja/g++.mike/eh39.C: Likewise
14482         * g++.old-deja/g++.mike/eh40.C: Likewise
14483         * g++.old-deja/g++.mike/eh41.C: Likewise
14484         * g++.old-deja/g++.mike/eh42.C: Likewise
14485         * g++.old-deja/g++.mike/eh44.C: Likewise
14486         * g++.old-deja/g++.mike/eh46.C: Likewise
14487         * g++.old-deja/g++.mike/eh47.C: Likewise
14488         * g++.old-deja/g++.mike/eh48.C: Likewise
14489         * g++.old-deja/g++.mike/eh49.C: Likewise
14490         * g++.old-deja/g++.mike/eh50.C: Likewise
14491         * g++.old-deja/g++.mike/eh51.C: Likewise
14492         * g++.old-deja/g++.mike/eh53.C: Likewise
14493         * g++.old-deja/g++.mike/eh55.C: Likewise
14494         * g++.old-deja/g++.mike/p7912.C: Likewise
14495         * g++.old-deja/g++.mike/p9706.C: Likewise
14496         * g++.old-deja/g++.mike/p10416.C: Likewise
14497         * g++.old-deja/g++.mike/p11667.C: Likewise
14498         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
14499         Remove redundant reference to Iris.
14500         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
14501         Elxsi, i860, Pico Java, and WE32K.
14502
14503 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
14504
14505         * g++.dg/ext/asm4.C: New test.
14506
14507 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14508
14509         PR c++/9030
14510         * g++.dg/template/friend12.C: New test.
14511         * g++.dg/template/friend13.C: Likewise.
14512         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
14513
14514 2003-01-08  Jan Hubicka  <jh@suse.cz>
14515
14516         * gcc.dg/i386-cadd.c: New test.
14517         * gcc.dg/i386-cmov4.c: Likewise.
14518
14519 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
14520
14521         PR c++/9165
14522         * g++.dg/warn/Wunused-3.C: New test.
14523
14524         * g++.dg/abi/bitfield9.C: New test.
14525
14526         PR c++/9189
14527         * g++.dg/parse/defarg3.C: New test.
14528
14529 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
14530
14531         * g++.dg/parse/ambig1.C: New test.
14532         * g++.dg/parse/defarg2.C: New test.
14533
14534 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
14535
14536         * g++.dg/template/defarg-1.C: New test.
14537         * g++.dg/template/local2.C: Likewise.
14538
14539 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
14540
14541         * gcc.c-torture/execute/20030105-1.c: New test.
14542
14543 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14544
14545         * g++.dg/parse/namespace3.C: Remove extra semicolons.
14546         * g++.dg/parse/namespace4.C: Likewise.
14547
14548 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14549
14550         * g++.dg/template/ntp2.C: New test.
14551
14552 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
14553
14554         * g++.dg/parse/extern-C-1.C: New test.
14555
14556         * g++.dg/parse/namespace4.C: New test.
14557
14558         * g++.dg/template/nested1.C: New test.
14559
14560         * g++.dg/parse/namespace3.C: New test.
14561
14562 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
14563
14564         * g++.dg/lookup/two-stage1.C: New test.
14565
14566 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14567
14568         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
14569         * g++.old-deja/g++.jason/access8.C: Likewise.
14570         * g++.old-deja/g++.other/decl5.C: Likewise.
14571
14572 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14573
14574         * g++.dg/parse/parse7.C: New test.
14575
14576 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
14577
14578         PR c++/2843
14579         * g++.dg/ext/attrib7.C: New test.
14580
14581 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14582
14583         * g++.dg/parse/parse6.C: New test.
14584
14585 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
14586
14587         * gcc.dg/h8300-stack-1.c: New.
14588
14589 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14590
14591         g++.dg/lookup/exception1.C: New test.
14592
14593         g++.dg/lookup/template1.C: New test.
14594
14595         g++.dg/parse/namespace2.C: New test.
14596
14597         g++.dg/parse/parens2.C: New test.
14598
14599 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14600
14601         * g++.dg/parse/parse5.C: New test.
14602         * g++.dg/lookup/scoped4.C: New test.
14603
14604 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14605
14606         * g++.dg/parse/parens1.C: New test.
14607
14608         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
14609         angle-bracket1.C.
14610         * g++.dg/parse/parens2.C: New test.
14611
14612         * g++.dg/lookup/scope-operator1.C: New test.
14613
14614         * g++.dg/parse/operator1.C: New test.
14615
14616 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14617
14618         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
14619         * g++.old-deja/g++.other/access6.C: Likewise.
14620         * g++.old-deja/g++.other/decl1.C: Likewise.
14621         * g++.old-deja/g++.pt/typename12.C: Likewise.
14622
14623 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14624
14625         * g++.dg/parse/namespace1.C: New test.
14626
14627 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14628
14629         * g++.dg/parse/parse4.C: New test.
14630
14631 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14632
14633         * g++.dg/parse/parse3.C: New test.
14634
14635 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14636
14637         * g++.dg/parse/parse2.C: New test.
14638
14639 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14640
14641         * g++.dg/template/friend11.C: New test.
14642
14643 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14644
14645         * g++.dg/parse/parse1.C: New test.
14646
14647 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
14648
14649         * lib/profopt.exp: Change the name of a global variable to avoid
14650         possible clashes with other test suites.
14651
14652 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
14653
14654         * g++.dg/inherit/covariant8.C: New test.
14655
14656 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14657
14658         * g++.dg/init/array9.C: New test.
14659
14660         PR c++/9112
14661         * g++.dg/parse/expr1.C: New test.
14662
14663 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
14664
14665         * gcc.c-torture/compile/20021230-1.c: New test.
14666
14667 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
14668
14669         * g++.dg/inherit/covariant5.C: New test.
14670         * g++.dg/inherit/covariant6.C: New test.
14671         * g++.dg/inherit/covariant7.C: New test.
14672
14673 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14674
14675         PR c++/2739
14676         * g++.dg/other/access2.C: New test.
14677
14678 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14679
14680         * g++.dg/other/anon-struct.C: No longer fails
14681         * g++.old-deja/g++.brendan/parse4.C: Likewise.
14682         * g++.old-deja/g++.brendan/parse5.C: Likewise.
14683         * g++.old-deja/g++.brendan/parse6.C: Likewise.
14684
14685 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14686
14687         * g++.dg/parse/angle-bracket.C (main): No longer fails.
14688
14689 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
14690
14691         * g++.dg/eh/spec4.C: Remove stray semicolon.
14692         * g++.dg/expr/pmf-1.C: Change error message.
14693         * g++.dg/ext/asm1.C: Remove stray semicolon.
14694         * g++.dg/ext/typename1.C: Add missing typenames.
14695         * g++.dg/inherit/template-as-base.C: Change error message.
14696         * g++.dg/lookup/scoped1.C: Likewise.
14697         * g++.dg/lookup/scoped2.C: Likewise.
14698         * g++.dg/lookup/using2.C: Likewise.
14699         * g++.dg/other/component1.C: Remove stray semicolon.
14700         * g++.dg/other/do1.C: Change error message.
14701         * g++.dg/other/error2.C: Likewise.
14702         * g++.dg/other/init1.C: Likewise.
14703         * g++.dg/other/packed1.C: Remove stray semicolon.
14704         * g++.dg/other/ptrmem2.C: Change error message.
14705         * g++.dg/parse/parameter-declaration-1.C: Remove line number
14706         marker.
14707         * g++.dg/special/initp1.C: Remove invalid attribute usage.
14708         * g++.dg/template/access3.C: Add typename keyword.
14709         * g++.dg/template/access5.C: Remove stray semicolon.
14710         * g++.dg/template/access6.C: Likewise.
14711         * g++.dg/template/complit1.C: Likewise.
14712         * g++.dg/template/crash1.C: Change error message.
14713         * g++.dg/template/inherit2.C: Remove stray semicolon.
14714         * g++.dg/template/instantiate2.C: Likewise.
14715         * g++.dg/template/instantiate3.C: Change error message.
14716         * g++.dg/template/qual1.C: Remove stray semicolon.
14717         * g++.dg/template/qualttp18.C: Change error message.
14718         * g++.dg/template/ref1.C: Remove stray semicolon.
14719         * g++.dg/template/sizeof1.C (A::value): Declare it.
14720         * g++.dg/template/spec4.C: Change error message.
14721         * g++.dg/template/static1.C: Likewise.
14722         * g++.dg/template/type1.C: Likewise.
14723         * g++.dg/template/typename3.C: Likewise.
14724         * g++.old-deja/g++.benjamin/13478.C: Change error message.
14725         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
14726         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
14727         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
14728         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
14729         named return value extension.
14730         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
14731         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
14732         * g++.old-deja/g++.bob/extern_C.C: Likewise.
14733         * g++.old-deja/g++.bob/inherit2.C: Likewise.
14734         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14735         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14736         * g++.old-deja/g++.brendan/crash13.C: Likewise.
14737         * g++.old-deja/g++.brendan/crash15.C: Likewise.
14738         * g++.old-deja/g++.brendan/crash18.C: Change error message.
14739         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
14740         * g++.old-deja/g++.brendan/crash38.C: Likewise.
14741         * g++.old-deja/g++.brendan/crash50.C: Likewise.
14742         * g++.old-deja/g++.brendan/crash56.C: Likewise.
14743         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
14744         syntax.
14745         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
14746         * g++.old-deja/g++.brendan/crash8.C: Change error message.
14747         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
14748         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14749         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
14750         * g++.old-deja/g++.brendan/template11.C: Likewise.
14751         * g++.old-deja/g++.brendan/template26.C: Likewise.
14752         * g++.old-deja/g++.brendan/template27.C: Use explicit
14753         specialization syntax.
14754         * g++.old-deja/g++.brendan/template30.C: Likewise.
14755         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
14756         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
14757         non-dependent names.
14758         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
14759         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
14760         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
14761         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
14762         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
14763         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
14764         named return value extension.
14765         * g++.old-deja/g++.ext/namedret2.C: Likewise.
14766         * g++.old-deja/g++.ext/namedret3.C: Likewise.
14767         * g++.old-deja/g++.ext/return1.C: Likewise.
14768         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
14769         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
14770         * g++.old-deja/g++.jason/access8.C: Likewise.
14771         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
14772         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
14773         pseudo-destructor names.
14774         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
14775         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
14776         pseudo-destructor names.
14777         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
14778         * g++.old-deja/g++.jason/overload19.C: Likewise.
14779         * g++.old-deja/g++.jason/overload32.C: Likewise.
14780         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
14781         stray semicolons.
14782         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
14783         * g++.old-deja/g++.jason/return.C: Likewise.
14784         * g++.old-deja/g++.jason/return2.C: Likewise.
14785         * g++.old-deja/g++.jason/shadow1.C: Likewise.
14786         * g++.old-deja/g++.jason/special.C: Use explicit specialization
14787         syntax.
14788         * g++.old-deja/g++.jason/template10.C: Account for use of
14789         non-dependent names.
14790         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
14791         syntax.
14792         * g++.old-deja/g++.jason/template37.C: Likewise.
14793         * g++.old-deja/g++.law/access4.C: Change error messages.
14794         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
14795         pseudo-destructor names.
14796         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
14797         * g++.old-deja/g++.law/ctors9.C: Likewise.
14798         * g++.old-deja/g++.law/cvt22.C: Likewise.
14799         * g++.old-deja/g++.law/dtors5.C: Likewise.
14800         * g++.old-deja/g++.law/global-init1.C: Likewise.
14801         * g++.old-deja/g++.law/missed-error3.C: Likewise.
14802         * g++.old-deja/g++.law/operators28.C: Likewise.
14803         * g++.old-deja/g++.law/visibility28.C: Likewise.
14804         * g++.old-deja/g++.martin/eval1.C: Likewise.
14805         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
14806         name.
14807         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
14808         * g++.old-deja/g++.mike/net34.C: Likewise.
14809         * g++.old-deja/g++.mike/net36.C: Likewise.
14810         * g++.old-deja/g++.mike/ns2.C: Likewise.
14811         * g++.old-deja/g++.mike/p12306.C: Likewise.
14812         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
14813         value extension.
14814         * g++.old-deja/g++.mike/p700.C: Likewise.
14815         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
14816         * g++.old-deja/g++.mike/p710.C: Likewise.
14817         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
14818         value extension.
14819         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
14820         * g++.old-deja/g++.mike/pmf9.C: Likewise.
14821         * g++.old-deja/g++.ns/crash2.C: Likewise.
14822         * g++.old-deja/g++.ns/crash3.C: Likewise.
14823         * g++.old-deja/g++.ns/invalid1.C: Likewise.
14824         * g++.old-deja/g++.ns/ns17.C: Likewise.
14825         * g++.old-deja/g++.ns/template16.C: Likewise.
14826         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
14827         keyword.
14828         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
14829         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
14830         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
14831         named return value extension.
14832         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
14833         * g++.old-deja/g++.other/access4.C: Issue additional error
14834         messages.
14835         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
14836         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
14837         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
14838         * g++.old-deja/g++.other/crash25.C: Change error message.
14839         * g++.old-deja/g++.other/crash4.C: Change error message.
14840         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
14841         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
14842         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
14843         checks.
14844         * g++.old-deja/g++.other/defarg8.C: Likewise.
14845         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
14846         * g++.old-deja/g++.other/dtor10.C: Likewise.
14847         * g++.old-deja/g++.other/incomplete.C: Likewise.
14848         * g++.old-deja/g++.other/linkage7.C: Likewise.
14849         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
14850         lookup algorithm.
14851         * g++.old-deja/g++.other/mangle2.C: Likewise.
14852         * g++.old-deja/g++.other/refinit2.C: Likewise.
14853         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
14854         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
14855         * g++.old-deja/g++.pt/crash28.C: Likewise.
14856         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
14857         syntax.
14858         * g++.old-deja/g++.pt/crash32.C: Change error message.
14859         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
14860         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
14861         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
14862         error message position.
14863         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
14864         * g++.old-deja/g++.pt/defarg8.C: Change error message.
14865         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
14866         syntax.
14867         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
14868         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
14869         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
14870         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
14871         keyword.
14872         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14873         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
14874         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
14875         keyword.
14876         * g++.old-deja/g++.pt/explicit71.C: Change error message.
14877         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
14878         syntax.
14879         * g++.old-deja/g++.pt/friend28.C: Account for use of
14880         non-dependent names.
14881         * g++.old-deja/g++.pt/friend29.C: Likewise.
14882         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
14883         rules.
14884         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
14885         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
14886         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
14887         lookup rules.
14888         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
14889         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
14890         keyword.
14891         * g++.old-deja/g++.pt/memclass20.C: Likewise.
14892         * g++.old-deja/g++.pt/memclass5.C: Likewise.
14893         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
14894         keyword.
14895         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
14896         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
14897         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
14898         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
14899         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
14900         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
14901         keyword.
14902         * g++.old-deja/g++.pt/spec10.C: Likewise.
14903         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
14904         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
14905         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
14906         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
14907         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
14908         * g++.old-deja/g++.pt/ttp62.C: Likewise.
14909         * g++.old-deja/g++.pt/ttp64.C: Likewise.
14910         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
14911         * g++.old-deja/g++.pt/typename15.C: Likewise.
14912         * g++.old-deja/g++.pt/typename22.C: Likewise.
14913         * g++.old-deja/g++.pt/typename6.C: Change error messages.
14914         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
14915         * g++.old-deja/g++.pt/virtual2.C: Likewise.
14916         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
14917         syntax.
14918         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
14919         return value extension.
14920         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
14921         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
14922         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
14923         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
14924
14925 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
14926
14927         * g++.dg/warn/inline1.C: New test.
14928         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
14929         * g++.old-deja/g++.jason/synth10.C: Likewise.
14930         * g++.old-deja/g++.mike/net31.C: Likewise.
14931         * g++.old-deja/g++.mike/p8786.C: Likewise.
14932
14933         * g++.dg/template/friend10.C: New test.
14934         * g++.dg/template/conv5.C: New test.
14935
14936 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
14937
14938         * g++.dg/lookup/scoped3.C: New test.
14939
14940         * g++.dg/lookup/decl1.C: New test.
14941         * g++.dg/lookup/decl2.C: New test.
14942
14943 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
14944
14945         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
14946         gcc.c-torture/compile/20021015-1.c,
14947         gcc.c-torture/compile/20021015-2.c,
14948         gcc.c-torture/compile/20021123-1.c,
14949         gcc.c-torture/compile/20021123-2.c,
14950         gcc.c-torture/compile/20021123-3.c,
14951         gcc.c-torture/compile/20021123-4.c,
14952         gcc.c-torture/execute/20021024-1.c: Add tests previously added
14953         only to 3.1 or 3.2 branch.
14954
14955 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
14956
14957         * gcc.dg/i386-bitfield3.c: New test.
14958
14959         * gcc.dg/i386-bitfield2.c: New test.
14960
14961 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
14962
14963         * g++.dg/parse/conv_op1.C: New test.
14964
14965 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
14966
14967         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
14968         approved.
14969
14970 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
14971
14972         * gcc.c-torture/compile/20021220-1.c: New test.
14973
14974 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
14975
14976         * gcc.dg/i386-fastcall-1.c: New.
14977
14978 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14979
14980         * gcc.c-torture/execute/20021219-1.c: New test.
14981
14982 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14983
14984         * gcc.dg/i386-pic-1.c: New test.
14985
14986 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14987
14988         PR c++/8099
14989         * g++.dg/template/friend9.C: New test.
14990
14991 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14992
14993         PR c++/3663
14994         * g++.dg/template/access7.C: New test.
14995
14996 2002-12-18  Nick Clifton  <nickc@redhat.com>
14997
14998         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
14999         the libstdc++-v3 directory has been found.
15000
15001 2002-12-12  Devang Patel <dpatel@apple.com>
15002         * gcc.dg/darwin-ld-1.c: New test.
15003         * gcc.dg/darwin-ld-2.c: New test.
15004         * gcc.dg/darwin-ld-3.c: New test.
15005         * gcc.dg/darwin-ld-4.c: New test.
15006         * gcc.dg/darwin-ld-5.c: New test.
15007
15008 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15009
15010         * gcc.c-torture/compile/20021212-1.c: New test.
15011
15012 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
15013
15014         * gcc.dg/fshort-wchar: New test.
15015
15016 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
15017
15018         PR c++/8372
15019         * g++.dg/template/dtor1.C: New test.
15020
15021         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
15022         markers.
15023
15024 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
15025
15026         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
15027
15028 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
15029
15030         * g++.dg/template/static1.C: New test.
15031         * g++.dg/template/static2.C: New test.
15032         * g++.old-deja/g++.ext/memconst.C: New test.
15033
15034 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15035
15036         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
15037         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
15038         * g++.dg/special/initp1.C: Likewise.
15039
15040 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
15041
15042         * gcc.c-torture/execute/20021204-1.c: New test.
15043
15044 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
15045
15046         * gcc.dg/ppc-fmadd-1.c: New file.
15047         * gcc.dg/ppc-fmadd-2.c: New file.
15048         * gcc.dg/ppc-fmadd-3.c: New file.
15049
15050 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
15051
15052         * gcc.c-torture/compile/20021204-1.c: New test.
15053
15054 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
15055
15056         * g++.dg/inherit/covariant2.C: New test.
15057         * g++.dg/inherit/covariant3.C: New test.
15058         * g++.dg/inherit/covariant4.C: New test.
15059         * g++.dg/inherit/covariant1.C: Remove XFAIL.
15060         * g++.old-deja/g++.robertl/eb17.C: Likewise.
15061
15062 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
15063
15064         PR c++/8688
15065         * g++.dg/init/brace3.C: New test.
15066
15067 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
15068
15069         * gcc.dg/20020210-1.c: Fix a comment typo.
15070
15071 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
15072
15073         PR c++/8720
15074         * g++.dg/parse/defarg1.C: New test.
15075
15076         PR c++/8615
15077         * g++.dg/template/char1.C: New test.
15078
15079         * g++.dg/template/varmod1.C: Fix typo.
15080
15081 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15082
15083         DR 180
15084         * g++.old-deja/g++.pt/crash32.C: Expect error.
15085
15086 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
15087
15088         PR c++/5919
15089         * g++.dg/template/varmod1.C: New test.
15090
15091         PR c++/8727
15092         * g++.dg/inherit/typeinfo1.C: New test.
15093
15094         PR c++/8663
15095         * g++.dg/inherit/typedef1.C: New test.
15096
15097 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
15098
15099         PR c++/8332
15100         PR c++/8493
15101         * g++.dg/template/strlen1.C: New test.
15102
15103         PR c++/8227
15104         * g++.dg/template/ctor2.C: New test.
15105
15106         PR c++/8214
15107         * g++.dg/init/string1.C: New test.
15108
15109         PR c++/8511
15110         * g++.dg/template/friend8.C: New test.
15111
15112 2002-11-29  Joe Buck <jbuck@synopsys.com>
15113
15114         * g++.dg/lookup/anon2.C: New test.
15115
15116 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
15117
15118         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
15119         h8300 port.
15120
15121 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
15122
15123         * gcc.dg/bitfld-6.c: New test.
15124
15125 2002-11-27  Jan Hubicka  <jh@suse.cz>
15126
15127         * gcc.c-torture/execute/20021127.[cx]: New test.
15128
15129 2002-11-26  Jan Hubicka  <jh@suse.cz>
15130
15131         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
15132         quality.
15133
15134 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
15135
15136         * g++.dg/init/brace2.C: New test.
15137         * g++.old-deja/g++.mike/p9129.C: Correct.
15138
15139 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
15140
15141         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
15142
15143 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
15144
15145         * gcc.dg/sibcall-6: New test for indirect sibcalls.
15146
15147 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
15148
15149         * testsuite/g++.dg/abi/empty11.C: New test.
15150         * testsuite/g++.dg/rtti/cv1.C: New test.
15151
15152 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
15153
15154         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
15155
15156 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
15157
15158         * g++.dg/abi/empty10.C: New test.
15159
15160 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
15161
15162         * gcc.c-torture/compile/20021124-1.c: New test.
15163
15164 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
15165
15166         * g++.dg/abi/rtti2.C: New test.
15167
15168 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
15169
15170         * gcc.dg/i386-unroll-1.c: New test.
15171
15172 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
15173
15174         * gcc.c-torture/compile/20021120-1.c: New test.
15175         * gcc.c-torture/compile/20021120-2.c: New test.
15176
15177 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15178
15179         * gcc.dg/bitfld-5.c: New test.
15180
15181 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15182
15183         * gcc.c-torture/execute/20021120-3.c: New test.
15184
15185 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15186
15187         * gcc.c-torture/execute/20021120-2.c: New test.
15188
15189 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15190
15191         * gcc.c-torture/execute/20021120-1.c: New test.
15192
15193 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
15194
15195         * gcc.c-torture/execute/20021118-3.c: New test.
15196
15197 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
15198
15199         * gcc.c-torture/compile/20021119-1.c: New test.
15200
15201 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
15202
15203         * gcc.dg/duff-1.c: New test.
15204         * gcc.dg/duff-2.c: New test.
15205         * gcc.dg/duff-3.c: New test.
15206
15207 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
15208
15209         * gcc.dg/cpp/_Pragma5.c: New test.
15210
15211 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15212
15213         * gcc.c-torture/execute/20021118-2.c: New test.
15214
15215 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15216
15217         * gcc.c-torture/execute/20021118-1.c: New test.
15218
15219 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
15220
15221         * gcc.dg/20021116-1.c: New test.
15222
15223 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
15224
15225         * g++.dg/abi/vcall1.C: New test.
15226
15227 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
15228
15229         * gcc.dg/20021029-1.c: New test.
15230         * gcc.dg/20021029-2.c: New test.
15231
15232 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15233
15234         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
15235
15236 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15237
15238         PR c/8439
15239         * gcc.dg/20021110.c: Move to ...
15240         * gcc.c-torture/compile/20021110.c: .... here.
15241
15242 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15243
15244         PR c/8467
15245         * gcc.c-torture/execute/20021111-1.c
15246
15247 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15248
15249         PR c/8439
15250         * gcc.dg/20021110.c: New test.
15251
15252 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
15253
15254         * g++.dg/abi/vthunk3.C: Run only on x86.
15255
15256 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
15257
15258         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
15259
15260 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
15261
15262         * lib/compat.exp (compat-execute): Fix logic error in last
15263         change.
15264
15265 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
15266
15267         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
15268
15269 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15270
15271         PR c++/8389
15272         * g++.dg/template/access6.C: New test.
15273
15274 2002-11-08  Jan Hubicka  <jh@suse.cz>
15275
15276         * gcc.dg/i386-ssefp-1.c: New test.
15277         * gcc.dg/i386-ssefp-1.c: New test.
15278
15279 2002-11-08  Jan Hubicka  <jh@suse.cz>
15280
15281         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
15282
15283 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15284
15285         * g++.dg/abi/vthunk3.C: New test.
15286
15287         PR c++/8338
15288         * g++.dg/template/crash2.C: New test.
15289
15290 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15291
15292         * testsuite/g++.dg/abi/dtor1.C: New test.
15293         * testsuite/g++.dg/abi/dtor2.C: Likewise.
15294
15295 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
15296
15297         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
15298         Darwin.
15299
15300 2002-11-04  Adam Nemet  <anemet@lnxw.com>
15301
15302         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
15303         -mthumb.  Only xfail with -O0.
15304
15305 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
15306
15307         * g++.dg/abi/thunk1.C: New test.
15308         * g++.dg/abi/thunk2.C: Likewise.
15309         * g++.dg/abi/vtt1.C: Likewise.
15310
15311 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
15312
15313         PR optimization/8423
15314         * gcc.c-torture/execute/builtin-constant.c: New test.
15315
15316 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
15317
15318         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
15319         Add some more cases.
15320
15321 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
15322
15323         PR c++/8391
15324         * g++.dg/opt/local1.C: New test.
15325
15326 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
15327
15328         PR c++/8160
15329         * g++.dg/template/complit1.C: New test.
15330
15331         PR c++/8149
15332         * g++.dg/template/typename4.C: Likewise.
15333
15334 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15335
15336         Core issue 287, PR c++/7639
15337         * g++.dg/template/instantiate1.C: Adjust error location.
15338         * g++.dg/template/instantiate3.C: New test.
15339         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
15340         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
15341         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
15342
15343 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
15344
15345         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
15346
15347 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
15348
15349         PR c++/8287
15350         * g++.dg/init/dtor2.C: New test.
15351
15352 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15353
15354         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
15355         * gcc.dg/nest.c: Bypass errors on irix6.
15356
15357 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
15358
15359         * gcc.dg/nest.c: Expect error for mmix-*-*.
15360         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
15361
15362 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
15363
15364         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
15365         markers.
15366
15367         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
15368
15369 2002-10-25  Mike Stump  <mrs@apple.com>
15370
15371         * gcc.dg/warn-1.c: New test.
15372
15373 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15374
15375         * g++.dg/template/typename3.C: New test.
15376
15377 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
15378
15379         * g++.dg/lookup/ptrmem1.C: New test.
15380
15381         * g++.dg/abi/vthunk2.C: New test.
15382
15383 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15384
15385         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
15386
15387 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
15388
15389         * g++.dg/abi/empty9.C: New test.
15390
15391 2002-10-24  Richard Henderson  <rth@redhat.com>
15392
15393         * g++.dg/inherit/thunk1.C: Enable for ia64.
15394
15395 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15396
15397         PR c++/8067
15398         * g++.dg/lookup/pretty1.C: New test.
15399
15400 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
15401
15402         * gcc.dg/20021023-1.c: New test.
15403
15404 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15405
15406         PR c++/7679
15407         * g++.dg/parse/inline1.C: New test.
15408
15409 2002-10-23  Richard Henderson  <rth@redhat.com>
15410
15411         * g++.dg/inherit/thunk1.C: Enable for x86_64.
15412
15413         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
15414
15415 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
15416
15417         PR c++/6579
15418         * g++.dg/parse/stmtexpr3.C: New test.
15419
15420 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
15421
15422         * g++.dg/expr/cond1.C: New test.
15423
15424 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15425
15426         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
15427
15428 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15429
15430         * g++.dg/abi/vbase13.C: New test.
15431         * g++.dg/abi/vbase14.C: Likewise.
15432
15433 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
15434
15435         * gcc.dg/tls/pic-1.c: New test.
15436         * gcc.dg/tls/nonpic-1.c: New test.
15437         * gcc.dg/20021018-1.c: New test.
15438
15439 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15440
15441         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
15442         Remove only files with the same base name as the test case.
15443         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
15444         (profopt-execute): Likewise.  Also, remove old profiling
15445         and performance data files before running the tests.
15446
15447         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
15448         * g++.dg/bprob/bprob.exp: Likewise.
15449         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
15450         to allow more general test case names.
15451
15452         * g++.dg/bprob/bprob-1.C: Rename to ...
15453         * g++.dg/bprob/g++-bprob-1.C: ... this.
15454
15455         * g77.dg/bprob/bprob-1.f: Rename to ...
15456         * g77.dg/bprob/g77-bprob-1.f: ... this.
15457
15458 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15459
15460         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
15461         bison 1.50 or later.
15462
15463 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
15464
15465         * g++.dg/README: Describe more test directories.
15466
15467 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15468
15469         * g++.dg/init/array6.C: Add additional tests.
15470
15471 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15472
15473         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
15474         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
15475
15476 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
15477
15478         * gcc.c-torture/compile/20020604-1.x: New.
15479         * gcc.c-torture/compile/simd-5.x: Likewise.
15480         * gcc.c-torture/execute/920710-1.x: Likewise.
15481         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
15482
15483 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15484
15485         * g++.dg/inherit/override1.C: Add dg-options clause.
15486
15487 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15488
15489         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
15490         _mm_slli_si128.
15491
15492 2002-10-19  Andreas Schwab  <schwab@suse.de>
15493
15494         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
15495         directory component.
15496
15497 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
15498
15499         * g++.dg/inherit/thunk1.C: New test.
15500
15501         * g++.dg/inherit/override1.C: New test.
15502
15503         * g++.dg/abi/mangle11.C: New test.
15504         * g++.dg/abi/mangle14.C: New test.
15505         * g++.dg/abi/mangle17.C: New test.
15506
15507 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
15508
15509         * g++.dg/overload/member2.C: New test.
15510
15511 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
15512
15513         * g++.dg/README: Describe new compat directory.
15514         * g++.dg/dg.exp: Skip tests in compat directory.
15515         * README.compat: New file.
15516         * lib/compat.exp: New expect script.
15517         * g++.dg/compat: New test directory.
15518         * g++.dg/compat/compat.exp: New expect script.
15519         * g++.dg/compat/abi: New test directory.
15520         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
15521         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
15522         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
15523         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
15524         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
15525         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
15526         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
15527         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
15528         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
15529         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
15530         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
15531         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
15532         * g++.dg/compat/break: New test directory.
15533         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
15534         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
15535         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
15536         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
15537         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
15538         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
15539         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
15540         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
15541         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
15542         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
15543         g++.dg/compat/break/README: New files.
15544         * g++.dg/compat/eh: New test directory.
15545         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
15546         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
15547         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
15548         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
15549         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
15550         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
15551         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
15552         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
15553         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
15554         g++.dg/compat/eh/filter2_y.C,
15555         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
15556         g++.dg/compat/eh/new1_y.C,
15557         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
15558         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
15559         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
15560         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
15561         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
15562         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
15563         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
15564         g++.dg/compat/eh/unexpected1_y.C: New files.
15565         * g++.dg/compat/init: New test directory.
15566         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
15567         g++.dg/compat/init/array5_y.C,
15568         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
15569         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
15570         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
15571         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
15572         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
15573         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
15574         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
15575         g++.dg/compat/init/init-ref2_y.C: New files.
15576
15577 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15578
15579         PR c++/7584
15580         * g++.dg/inherit/using3.C: New test.
15581
15582 2002-10-17  Jan Hubicka  <jh@suse.cz>
15583
15584         * gcc.dg/20021017-2.c: New test.
15585
15586 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15587
15588         * g++.dg/abi/mangle16.C: Adjust.
15589
15590         * g++.dg/init/array8.C: New test.
15591
15592 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
15593
15594         * gcc.dg/special/mips-abi.exp: New test.
15595         * gcc.dg/special/mips-abi.s: Empty file used by the above.
15596
15597 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15598
15599         * g++.dg/abi/mangle16.C: New test.
15600         * g++.dg/abi/mangle17.C: Likewise.
15601
15602         PR c++/7478
15603         * g++.dg/template/ref1.C: New test.
15604
15605 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15606
15607         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
15608
15609 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
15610
15611         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
15612
15613 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15614
15615         PR c++/7524
15616         * g++.dg/init/array7.C: New test.
15617
15618 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
15619
15620         * g++.dg/init/array6.C: New test.
15621
15622         * g++.dg/abi/mangle13.C: Likewise.
15623         * g++.dg/abi/mangle14.C: Likewise.
15624         * g++.dg/abi/mangle15.C: Likewise.
15625
15626 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15627
15628         * g++.dg/abi/empty8.C: New test.
15629
15630 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
15631
15632         * g++.dg/init/ctor1.C: New test.
15633
15634 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
15635
15636         * gcc.c-torture/execute/20021015-1.c: New test.
15637
15638 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
15639
15640         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
15641
15642 2002-10-14  Jan Hubicka  <jh@suse.cz>
15643
15644         * gcc.dg/i386-ssetype-[1-5].c: New tests.
15645
15646 2002-10-14  Richard Henderson  <rth@redhat.com>
15647
15648         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
15649
15650 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15651
15652         PR optimization/6631
15653         * g++.dg/opt/const2.C: New test.
15654
15655 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15656
15657         PR c++/7176
15658         * g++.dg/parse/friend1.C: New test.
15659         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
15660
15661 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
15662
15663         * gcc.dg/20021014-1.c: New test.
15664
15665 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
15666
15667         PR c++/5661
15668         * g++.dg/ext/vlm1.C: New test.
15669         * g++.dg/ext/vlm2.C: Likewise.
15670
15671         * g++.dg/init/array1.C: Remove invalid braces.
15672         * g++.dg/init/brace1.C: New test.
15673         * g++.dg/init/copy2.C: Likewise.
15674         * g++.dg/init/copy3.C: Likewise.
15675         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
15676         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
15677         braces.
15678
15679 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
15680
15681         * gcc.dg/cpp/assembler.S: Don't use -ansi.
15682
15683 2002-10-11  Richard Shann  <richard.shann@superh.com>
15684
15685         * gcc.c-torture/compile/simd-5.c: New test.
15686
15687 2002-10-10  Roger Sayle  <roger@eyesopen.com>
15688
15689         * gcc.c-torture/execute/shiftopt-1.c: New test case.
15690
15691 2002-10-10  Jim Wilson  <wilson@redhat.com>
15692
15693         * gcc.c-torture/execute/20021010-1.c: New test.
15694
15695 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
15696
15697         PR c/7353
15698         * g++.dg/ext/typedef-init.C: New test.
15699         * gcc.dg/typedef-init.c: New test.
15700
15701 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
15702
15703         * gcc.dg/cpp/paste13.c: New test.
15704
15705 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15706
15707         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
15708         remaining platforms, XFAIL during compile, not execute.  Don't
15709         XFAIL at -O0.
15710
15711 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
15712
15713         * gcc.dg/alias-1.c: Tweak expected warning.
15714
15715 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
15716
15717         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
15718
15719 2002-10-06  Andreas Jaeger  <aj@suse.de>
15720
15721         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
15722         * gcc.dg/cpp/c++98.C: Likewise.
15723
15724         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
15725         * g++.dg/cpp/c++98.C: Likewise.
15726
15727         * g++.dg/README (Subdirectories): Mention cpp directory.
15728
15729         PR target/7559
15730         * gcc.dg/20021006-1.c: New test.
15731
15732 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15733
15734         PR c++/7804
15735         * g++.dg/other/warning1.C: New test.
15736
15737 2002-10-04  Roger Sayle  <roger@eyesopen.com>
15738
15739         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
15740         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
15741         and sparc-*-* with -m64 as expected failures.  See PR 8087.
15742
15743 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15744
15745         PR c++/7931
15746         * g++.dg/template/ptrmem3.C: New test.
15747
15748         PR c++/7754
15749         * g++.dg/template/union1.C: New test.
15750
15751 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15752
15753         PR c++/8006
15754         * g++.dg/abi/mangle9.C: New test.
15755         * g++.dg/abi/mangle10.C: New test.
15756         * g++.dg/abi/mangle11.C: New test.
15757         * g++.dg/abi/mangle12.C: New test.
15758
15759 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
15760
15761         PR c++/7188.
15762         * g++.dg/template/meminit1.C: New test.
15763         * g++.dg/warn/Wreorder-1.C: Likewise.
15764         * g++.old-deja/g++.mike/warn3.C: Tweak.
15765         * lib/prune.exp: Ingore "in copy constructor".
15766
15767 2002-10-02  Andreas Jaeger  <aj@suse.de>
15768
15769         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
15770         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
15771         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
15772         on x86-64.
15773
15774 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15775
15776         * gcc.dg/empty1.C: Fix typo.
15777
15778 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
15779
15780         * gcc.dg/alias-1.c: New test.
15781
15782 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15783
15784         * gcc.dg/empty1.C: New test.
15785
15786         * g++.dg/tls/init-2.C: Tweak error messages.
15787
15788 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
15789
15790         * gcc.c-torture/compile/20020923-1.c: New test.
15791
15792 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
15793
15794         * gcc.c-torture/execute/ffs-1.c: New test.
15795         * gcc.c-torture/execute/ffs-2.c: Ditto.
15796
15797 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
15798
15799         * g++.dg/overload/member1.C: New test.
15800
15801 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
15802
15803         * g++.dg/abi/empty7.C: New test.
15804         * g++.dg/init/pm2.C: Likewise.
15805
15806 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
15807
15808         * g++.dg/rtti/crash1.C: New test.
15809
15810 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
15811
15812         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
15813         gcc.dg/sibcall-4.c: New tests.
15814
15815 2002-09-28  Roger Sayle  <roger@eyesopen.com>
15816
15817         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
15818         powerpc and MMIX targets.
15819
15820 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
15821
15822         * gcc.dg/cpp/20020927-1.c: New.
15823
15824 2002-09-26  David S. Miller  <davem@redhat.com>
15825
15826         * gcc.c-torture/compile/trunctfdf.c: New.
15827
15828 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15829
15830         * lib/target-supports.exp (check_weak_available): Handle solaris2.
15831
15832 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
15833
15834         * gcc.c-torture/execute/loop-15.c: New.
15835
15836 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
15837
15838         * README.QMTEST: Fix typo.
15839
15840 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
15841
15842         * gcc.dg/20020926-1.c: New test.
15843
15844 2002-09-25  David S. Miller  <davem@redhat.com>
15845
15846         PR target/7842
15847         * gcc.c-torture/execute/shiftdi.c: New test.
15848
15849 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
15850
15851         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
15852         unique to the tool.
15853         * lib/g77.exp (g77_init): Likewise.
15854         * lib/g++.exp (g++_init): Likewise.
15855         * lib/objc.exp (objc_init): Likewise.
15856
15857 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
15858
15859         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
15860         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
15861         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
15862
15863 2002-09-25  Richard Henderson  <rth@redhat.com>
15864
15865         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
15866         too-small long double.
15867
15868 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
15869
15870         * gcc.dg/20020919-1.c: New test.
15871
15872 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
15873
15874         * g++.dg/abi/bitfield6.C: New test.
15875         * g++.dg/abi/bitfield7.C: New test.
15876         * g++.dg/abi/bitfield8.C: New test.
15877         * g++.dg/abi/vbase11.C: New test.
15878
15879 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15880
15881         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
15882         hppa*-*-hpux*.  Update test comment.
15883
15884 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
15885
15886         * gcc.dg/tls/struct-1.c: New test.
15887
15888 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
15889
15890         * gcc.dg/cpp/tr-warn2.c: Update.
15891
15892 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
15893
15894         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
15895
15896 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
15897
15898         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
15899         systems.
15900
15901 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
15902
15903         * gcc.c-torture/execute/ieee/mzero3.c: New test.
15904
15905         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
15906         Adjust for c++filt moved to binutils.  Remove spurious duplicate
15907         setting of cxxfilt.
15908
15909 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
15910
15911         * gcc.dg/20020312-2.c: Update for darwin.
15912
15913 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
15914
15915         * g++.old-deja/g++.other/crash32.C: Mark ICE.
15916
15917 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
15918
15919         * objc.dg/comp-types-1.m: New test.
15920         * objc.dg/comp-types-2.m: New test.
15921         * objc.dg/comp-types-3.m: New test.
15922         * objc.dg/comp-types-4.m: New test.
15923         * objc.dg/comp-types-5.m: New test.
15924         * objc.dg/comp-types-6.m: New test.
15925
15926 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15927
15928         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
15929
15930 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
15931
15932         * g++.dg/other/do1.C: New test.
15933
15934         * g++.dg/template/subst1.C: New test.
15935
15936 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
15937
15938         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
15939
15940 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
15941
15942         * g++.dg/template/qualttp20.C: Adjust expected errors.
15943         * g++.old-deja/g++.jason/report.C: Likewise.
15944         * g++.old-deja/g++.other/qual1.C: Likewise.
15945
15946         * g++.dg/lookup/scoped2.C: New test.
15947
15948         * g++.dg/ext/asm3.C: New test.
15949
15950 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
15951
15952         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
15953
15954 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
15955
15956         * ChangeLog: follow spelling conventions.
15957         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
15958         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
15959         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
15960         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
15961         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
15962         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
15963         * g++.old-deja/g++.law/global-init1.C: Likewise.
15964         * g++.old-deja/g++.other/delete4.C: Likewise.
15965         * g++.old-deja/g++.other/inline21.C: Likewise.
15966         * g++.old-deja/g++.other/singleton.C: Likewise.
15967         * g77.dg/strlen0.f: Likewise.
15968         * g77.f-torture/compile/20010519-1.f: Likewise.
15969         * g77.f-torture/compile/980310-4.f: Likewise.
15970         * gcc.c-torture/compile/20000605-1.c: Likewise.
15971         * gcc.c-torture/execute/20020225-1.c: Likewise.
15972         * gcc.dg/c90-hexfloat-2.c: Likewise.
15973         * gcc.dg/c99-bool-1.c: Likewise.
15974         * gcc.dg/c99-hexfloat-2.c: Likewise.
15975         * gcc.dg/dll-2.c: Likewise.
15976         * gcc.dg/wtr-union-init-1.c: Likewise.
15977         * gcc.dg/wtr-union-init-2.c: Likewise.
15978         * gcc.dg/wtr-union-init-3.c: Likewise.
15979         * gcc.dg/cpp/avoidpaste1.c: Likewise.
15980         * gcc.dg/cpp/defined.c: Likewise.
15981         * gcc.dg/cpp/macsyntx.c: Likewise.
15982         * gcc.dg/cpp/paste2.c: Likewise.
15983         * gcc.dg/cpp/trad/defined.c: Likewise.
15984         * gcc.dg/format/c90-printf-1.c: Likewise.
15985         * gcc.dg/format/c90-scanf-1.c: Likewise.
15986         * gcc.dg/format/c99-printf-1.c: Likewise.
15987         * gcc.dg/format/c99-scanf-1.c: Likewise.
15988         * gcc.misc-tests/gcov-8.c: Likewise.
15989         * lib/profopt.exp: Likewise.
15990
15991 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
15992
15993         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
15994
15995 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
15996
15997         * g++.dg/inherit/using2.C: New test.
15998
15999 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
16000
16001         * ChangeLog: Follow spelling conventions.
16002         * g++.dg/template/friend4.C: Likewise.
16003         * g++.old-deja/g++.pt/crash67.C: Likewise.
16004         * gcc.c-torture/execute/20000801-4.c: Likewise.
16005         * gcc.dg/c90-digraph-1.c: Likewise.
16006         * gcc.dg/c94-digraph-1.c: Likewise.
16007         * gcc.dg/c99-digraph-1.c: Likewise.
16008         * gcc.dg/cpp/line5.c: Likewise.
16009         * gcc.dg/cpp/multiline.c: Likewise.
16010         * gcc.dg/cpp/trad/literals-1.c: Likewise.
16011         * gcc.dg/format/attr-3.c: Likewise.
16012         * gcc.dg/format/c90-scanf-3.c: Likewise.
16013         * gcc.dg/format/ext-4.c: Likewise.
16014
16015 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
16016
16017         * g++.dg/template/pretty1.C: New test.
16018
16019 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
16020
16021         * gcc.c-torture/execute/struct-cpy-1.c: New test.
16022
16023 2002-09-13  Matt Austern  <austern@apple.com>
16024
16025         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
16026         passing a cast expression to a function by const reference.
16027
16028 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
16029
16030         * g++.dg/template/deduce1.C: New test.
16031
16032 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
16033
16034         * gcc.c-torture/execute/simd-1.c: Force all use of int to
16035         32-bit int.
16036
16037 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16038
16039         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
16040         usage.
16041
16042 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
16043
16044         * gcc.c-torture/compile/20020910-1.c: New test.
16045
16046 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
16047
16048         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
16049
16050 2002-09-10  Andreas Jaeger  <aj@suse.de>
16051
16052         * gcc.dg/20020312-2.c: Adjust for x86-64.
16053
16054 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
16055
16056         * g77.dg/7388.f: New test case for PR 7388.
16057
16058 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
16059
16060         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
16061
16062 2002-09-05  Ziemowit Laski <zlaski@apple.com>
16063
16064         * objc.dg/proto-lossage-1.m: New test.
16065
16066 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
16067
16068         * gcc.dg/cpp/_Pragma4.c: Fix typo.
16069
16070 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
16071
16072         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
16073         expected to pass.
16074
16075 2002-09-06  Stan Shebs  <shebs@apple.com>
16076             David Edelsohn  <edelsohn@gnu.org>
16077
16078         * gcc.dg/weak: New directory.
16079         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
16080         target-specific xfail bits.
16081         * gcc.dg/typeof-2.c: Move to new directory.
16082         * gcc.dg/weak.exp: New expect script.
16083
16084 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
16085
16086         * gcc.c-torture/execute/extzvsi.c: New test.
16087
16088 2002-09-05  Stan Shebs  <shebs@apple.com>
16089
16090         * gcc.dg/weak-1.c: xfail on Darwin.
16091         * gcc.dg/weak-2.c: Ditto.
16092         * gcc.dg/weak-3.c: Ditto.
16093         * gcc.dg/weak-4.c: Ditto.
16094         * gcc.dg/weak-5.c: Ditto.
16095         * gcc.dg/weak-6.c: Ditto.
16096         * gcc.dg/weak-7.c: Ditto.
16097         * gcc.dg/weak-8.c: Ditto.
16098         * gcc.dg/weak-9.c: Ditto.
16099
16100 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
16101
16102         * gcc.c-torture/execute/loop-14.c: New test.
16103
16104 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
16105
16106         * g++.dg/other/cxa-atexit1.C: New test.
16107
16108         * gcc.dg/typeof-2.c: New test.
16109
16110 2002-09-03  Roger Sayle  <roger@eyesopen.com>
16111
16112         * gcc.dg/builtins-2.c: New testcase.
16113         * gcc.dg/builtins-3.c: New testcase.
16114
16115 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
16116
16117         * gcc.dg/cpp/_Pragma4.c: New test.
16118
16119 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
16120
16121         * objc/execute/nil_method-1.m: New testcase.
16122
16123 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
16124
16125         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
16126         [Object class], not [Object initialize].
16127
16128 2002-08-31  Roger Sayle  <roger@eyesopen.com>
16129             Hans-Peter Nilsson  <hp@bitrange.com>
16130
16131         * gcc.c-torture/execute/20020720-1.x: Skip test on
16132         mmix-knuth-mmixware.  Correct comment.
16133
16134 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
16135
16136         * testsuite/g++.dg/abi/bitfield5.C: New test.
16137         * testsuite/g++.dg/abi/vbase10.C: Likewise.
16138
16139 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
16140
16141         * objc.dg/undeclared-selector.m: New test.
16142
16143 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
16144
16145         * g++.dg/other/offsetof1.C: Avoid cast warning.
16146
16147 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
16148
16149         * objc.dg/super-class-2.m: New test.
16150
16151 2002-08-24  Matt Austern  <austern@apple.com>
16152
16153         * g++.dg/ext/lvaddr.C: New test.
16154         * g++.dg/ext/lvcast.C: New test.
16155
16156 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
16157
16158         * testsuite/g++.dg/inherit/cond1.C: New test.
16159
16160 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
16161
16162         * gcc.dg/noncompile/incomplete-1.c: New test.
16163
16164 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
16165
16166         * gcc.dg/typespec-1.c: New test.
16167
16168 2002-08-20  Devang Patel  <dpatel@apple.com>
16169         * objc.dg/proto-hier-2.m: New test.
16170
16171 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
16172
16173         * objc.dg/bitfield-1.m: New test.
16174         * objc.dg/bitfield-2.m: New test.
16175
16176 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
16177
16178         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
16179         gcc.dg/c99-flex-array-4.c: New tests.
16180
16181 2002-08-16  Stan Shebs  <shebs@apple.com>
16182
16183         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
16184
16185 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
16186
16187         * gcc.dg/typeof-1.c: New test.
16188         * g++.dg/ext/typeof2.C: New test.
16189
16190 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
16191
16192         * g++.dg/other/offsetof1.C: New test.
16193
16194 2002-08-14  Richard Henderson  <rth@redhat.com>
16195
16196         * gcc.dg/tls/diag-3.c: Fix expected message strings.
16197
16198 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
16199
16200         * gcc.dg/cpp/_Pragma3.c: New test.
16201
16202 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
16203
16204         * g++.dg/template/inherit3: New test.
16205
16206 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
16207
16208         * gcc.dg/bitfld-4.c: Add blank options.
16209
16210 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
16211
16212         * g++.dg/template/crash1.C: New test.
16213
16214 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16215
16216         * gcc.dg/tls/opt-2.c: New test.
16217
16218 2002-08-08  Devang Patel  <dpatel@apple.com>
16219
16220         * objc.dg/selector-1.m : New test
16221
16222 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16223
16224         * g++.dg/abi/bitfield4.C: New test.
16225         * gcc.dg/bitfld-4.c: New test.
16226
16227 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16228
16229         * g++.dg/other/packed1.C: New test.
16230
16231 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
16232
16233         * g++.dg/abi/offsetof.C: Tweak error messages.
16234         * g++.old-deja/g++.mike/p10769a.C: Likewise.
16235
16236 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16237
16238         * gcc.dg/bitfld-3.c: New test.
16239
16240 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
16241             Richard Henderson  <rth@redhat.com>
16242
16243         * gcc.dg/i386-bitfield1.c: New test.
16244         * g++.dg/abi/bitfield3.C: Update.
16245
16246 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
16247
16248         * objc.dg/const-str-2.m: Update.
16249         * gcc.dg/cpp/c++98.c: Change to C extension.
16250         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
16251         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
16252
16253 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
16254
16255         * testsuite/gcc.dg/tls/diag-3.c: New.
16256
16257 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
16258
16259         * g++.dg/README (Subdirectories): Document new subdir expr.
16260         * g++.dg/expr/pmf-1.C: New test.
16261
16262 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16263
16264         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
16265
16266 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16267
16268         * g++.dg/abi/bitfield3.C: New test.
16269
16270 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
16271
16272         * lib/gcov.exp: Tweak expected line formats.
16273         * gcc.misc-tests/gcov8.c: New test.
16274         * gcc.misc-tests/gcov8.x: New flags.
16275
16276 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
16277
16278         * consistency.vlad/layout/endian.c: Include string.h.
16279
16280         * gcc.c-torture/execute/20020805-1.c: New test.
16281
16282 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
16283
16284         * g++.dg/other/conversion1.C: New test.
16285
16286 2002-08-03  Roger Sayle  <roger@eyesopen.com>
16287
16288         * gcc.dg/builtins-1.c: New testcase.
16289
16290 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
16291
16292         * g++.dg/inherit/access3.C: New test.
16293
16294 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
16295
16296         * gcc.dg/ia64-visibility-2.c: New test.
16297
16298 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
16299
16300         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
16301         __qualifier_flags to __flags.
16302
16303 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
16304
16305         * g++.dg/inherit/operator1.C: New test.
16306         * g++.dg/lookup/disamb1.C: Fix typo in comment.
16307         * g++.dg/other/error1.C: Change expected error message.
16308         * g++.dg/template/conv4.C: Likewise.
16309
16310 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
16311
16312         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
16313         for documented behavior.
16314
16315 2002-07-25  Roger Sayle  <roger@eyesopen.com>
16316
16317         * gcc.c-torture/execute/20020720-1.x: Skip this test on
16318         several targets known to fail.
16319
16320 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
16321
16322         * gcc.dg/mips-args-[123].c: New tests.
16323
16324 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
16325
16326         * gcc.dg/ppc-spe.c: New.
16327
16328 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
16329
16330         * g++.dg/other/ptrmem4.C: New testcase.
16331
16332 2002-07-24  Richard Henderson  <rth@redhat.com>
16333
16334         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
16335
16336 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
16337
16338         * g++.dg/ext/alignof1.C (main): Return 0 for success.
16339
16340 2002-07-24  Roger Sayle  <roger@eyesopen.com>
16341
16342         * gcc.c-torture/execute/memset-3.c: New testcase.
16343
16344 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
16345
16346         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
16347         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
16348
16349 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16350
16351         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
16352         Delete.
16353
16354 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
16355
16356         * gcc.c-torture/compile/simd-4.c: New test.
16357
16358 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16359
16360         PR c++/7347, c++/7348
16361         * g++.dg/template/access4.C: New test.
16362         * g++.dg/template/access5.C: New test.
16363         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
16364         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
16365         * g++.old-deja/g++.pt/ttp58.C: Likewise.
16366         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
16367
16368 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
16369
16370         * gcc.dg/gnu89-init-2.c: New test.
16371
16372 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
16373
16374         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
16375
16376 2002-07-20  Roger Sayle  <roger@eyesopen.com>
16377
16378         * gcc.c-torture/execute/20020720-1.c: New testcase.
16379
16380 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
16381
16382         * gcc.dg/cpp/Wsignprom.c: New tests.
16383
16384 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
16385
16386         * gcc.c-torture/execute/loop-13.c: New test.
16387
16388 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
16389
16390         * gcc.dg/cpp/expr.c: New tests.
16391
16392 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
16393
16394         * g++.dg/opt/pr6713.C: Add template instantiation.
16395
16396 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
16397
16398         * gcc.dg/nest.c: New test.
16399
16400 2002-07-17  Richard Henderson  <rth@redhat.com>
16401
16402         * g++.dg/opt/pr6713.C: New test.
16403
16404 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
16405
16406         * gcc.c-torture/execute/loop-2e.x: Let the testcase
16407         XFAIL for all x86 processors.
16408
16409 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16410
16411         * gcc.c-torture/execute/20010122-1.x: Do not test with
16412         -fomit-frame-pointer.
16413
16414 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16415
16416         * g++.dg/template/instantiate2.C: New test.
16417         * g++.dg/template/spec4.C: New test.
16418
16419 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16420
16421         * g++.dg/template/access2.C: New test.
16422         * g++.dg/template/access3.C: New test.
16423
16424 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
16425
16426         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
16427         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
16428         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
16429         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
16430         Convert to use <stdarg.h>.
16431         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
16432         Delete.
16433         * gcc.dg/va-arg-2.c: New.
16434         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
16435
16436 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
16437
16438         * gcc.c-torture/compile/20020710-1.c: New test.
16439
16440 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
16441                           Andrew Pinski  <pinskia@physics.uc.edu>
16442
16443         gcc.c-torture/compile/simd-2.c: New testcase.
16444         gcc.c-torture/compile/simd-3.c: Likewise.
16445
16446 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
16447
16448         PR c++/7224
16449         * g++.dg/overload/error1.C: New test.
16450
16451 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16452
16453         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
16454         configuration and IRIX 6 O32 ABI.
16455
16456 2002-07-11  Roger Sayle  <roger@eyesopen.com>
16457
16458         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
16459
16460 2002-07-10  Roger Sayle  <roger@eyesopen.com>
16461
16462         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
16463
16464 2002-07-10  Jeffrey A Law  <law@redhat.com>
16465
16466         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
16467
16468         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
16469
16470 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
16471
16472         * gcc.dg/20020312-2.c: Check for __PPC__.
16473
16474 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
16475
16476         * gcc.c-torture/compile/20020709-1.c: New test.
16477
16478 2002-07-07  Roger Sayle  <roger@eyesopen.com>
16479
16480         * g++.dg/template/qualttp21.C: New test case.
16481
16482 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
16483
16484         * gcc.c-torture/compile/20020706-1.c: New test.
16485         * gcc.c-torture/compile/20020706-2.c: New test.
16486
16487 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
16488             Alexandre Oliva  <aoliva@redhat.com>
16489
16490         * g++.dg/warn/incomplete1.C: New test.
16491
16492 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16493
16494         PR c++/7099
16495         * g++.dg/warn/noreturn1.C: New test.
16496
16497 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
16498
16499         PR c++/6706
16500         * g++.dg/debug/debug6.C: New test.
16501         * g++.dg/debug/debug7.C: New test.
16502
16503 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
16504
16505         * gcc.c-torture/compile/simd-3.c: New test.
16506
16507 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
16508
16509         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
16510         * gcc.dg/20020620-1.c: Likewise.
16511
16512 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16513
16514         PR c++/6944
16515         * g++.dg/init/array4.C: New test.
16516         * g++.dg/init/array5.C: New test.
16517
16518 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
16519
16520         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
16521         * gcc.c-torture/execute/simd-2.c (main): Likewise.
16522
16523 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16524
16525         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
16526         * gcc.dg/wtr-aggr-init-1.c: Likewise.
16527         * gcc.dg/wtr-conversion-1.c: Likewise.
16528         * gcc.dg/wtr-escape-1.c: Likewise.
16529         * gcc.dg/wtr-int-type-1.c: Likewise.
16530         * gcc.dg/wtr-label-1.c: Likewise.
16531         * gcc.dg/wtr-static-1.c: Likewise.
16532         * gcc.dg/wtr-strcat-1.c: Likewise.
16533         * gcc.dg/wtr-suffix-1.c: Likewise.
16534         * gcc.dg/wtr-switch-1.c: Likewise.
16535         * gcc.dg/wtr-unary-plus-1.c: Likewise.
16536         * gcc.dg/wtr-union-init-1.c: Likewise.
16537         * gcc.dg/wtr-union-init-2.c: Likewise.
16538         * gcc.dg/wtr-union-init-3.c: Likewise.
16539
16540         * gcc.dg/wtr-func-def-1.c: New test.
16541
16542 2002-07-02 Devang Patel <dpatel@apple.com>
16543
16544         * objc.dg/param-1.m: New test.
16545
16546 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
16547
16548         * gcc.dg/cpp/trad/directive.c: Add test.
16549         * gcc.dg/cpp/trad/macroargs.c: Add test.
16550         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
16551
16552 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
16553
16554         * gcc.dg/cpp/cmdlne-M.c: New test.
16555
16556 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
16557
16558         * objc.dg/desig-init-1.m: New test.
16559
16560 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16561
16562         PR c++/6716
16563         * g++.dg/template/instantiate1.C: New test.
16564
16565 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
16566
16567         PR c++/7112
16568         * g++.dg/template/sizeof2.C: New test.
16569
16570 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16571
16572         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
16573         gcc.dg/cpp/trad/include.c: New tests.
16574
16575 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
16576
16577         PR target/7177
16578         * gcc.c-torture/compile/20020701-1.c: New test.
16579
16580 2002-07-01  Stan Shebs  <shebs@apple.com>
16581
16582         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
16583         header here...
16584         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
16585         (objc-torture-execute): or here.
16586
16587 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
16588
16589         * gcc.c-torture/execute/arith-rand-ll.c: New test.
16590
16591 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16592
16593         * gcc.dg/cpp/trad/escaped-nl.c: New test.
16594
16595 2002-06-30  Devang Patel  <dpatel@apple.com>
16596
16597         * objc.dg/fsyntax-only.m: New test.
16598
16599 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
16600
16601         PR c++/6695
16602         * g++.dg/template/friend7.C: New file.
16603
16604 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
16605
16606         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
16607         return type.
16608
16609 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
16610
16611         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
16612         avoid division by zero.
16613
16614 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
16615
16616         * gcc.dg/Wunknownprag.c: New tests.
16617
16618 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
16619
16620         * gcc.c-torture/execute/simd-2.c: New test.
16621
16622 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
16623
16624         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
16625         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
16626         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
16627         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
16628         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
16629         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
16630         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
16631         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
16632         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
16633         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
16634         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
16635         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
16636         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
16637         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
16638         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
16639         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
16640         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
16641
16642 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
16643
16644         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
16645         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
16646         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
16647         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
16648         New tests.
16649         * gcc.dg/cpp/trad/directive.c: Update.
16650
16651 2002-06-23  Andreas Jaeger  <aj@suse.de>
16652
16653         * gcc.c-torture/execute/complex-6.c: New.
16654
16655 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
16656
16657         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
16658         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
16659         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
16660         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
16661
16662 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
16663
16664         * gcc.dg/cpp/trad: New directory with traditional tests copied
16665         from parent directory.
16666         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16667         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16668         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16669         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16670         Move to trad/ and rename.
16671         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
16672         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
16673         gcc.dg/cpp/trad/redef2.c: New tests.
16674         * gcc.dg/cpp/trad/trad.exp: New driver.
16675
16676 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
16677
16678         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16679         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16680         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16681         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16682         Remove.
16683
16684 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
16685
16686         * gcc.dg/20020620-1.c: New test.
16687
16688 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16689
16690         * g++.dg/template/ttp4.C: New test.
16691
16692 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
16693
16694         * g++.dg/opt/vt1.C: Fix regexp.
16695
16696 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16697
16698         * gcc.c-torture/execute/pure-1.c: Make functions static again.
16699         Don't use attribute `noinline'.
16700
16701 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16702
16703         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
16704
16705 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
16706
16707         * gcc.c-torture/execute/simd-1.c: New.
16708
16709         * gcc.dg/simd-1.c: New.
16710
16711 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16712
16713         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
16714
16715 2002-06-16  Richard Henderson  <rth@redhat.com>
16716
16717         * g++.dg/ext/anon-struct1.C: New.
16718         * g++.dg/ext/anon-struct2.C: New.
16719         * g++.dg/ext/anon-struct3.C: New.
16720         * gcc.dg/anon-struct-1.c: New.
16721         * gcc.dg/anon-struct-2.c: New.
16722         * gcc.dg/anon-struct-3.c: New.
16723         * gcc.dg/20011008-1.c: Adjust warning text.
16724         * gcc.dg/20020527-1.c: Add -fms-extensions.
16725
16726 2002-06-16  Richard Henderson  <rth@redhat.com>
16727
16728         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
16729
16730 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
16731
16732         * gcc.c-torture/execute/20020615-1.c: New test.
16733
16734 2002-06-15  Roger Sayle  <roger@eyesopen.com>
16735
16736         * gcc.c-tortuture/execute/compare-1.c: New test case.
16737         * gcc.c-tortuture/execute/compare-2.c: New test case.
16738         * gcc.c-tortuture/execute/compare-3.c: New test case.
16739
16740 2002-06-13  Richard Henderson  <rth@redhat.com>
16741
16742         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
16743         ia64 ilp32.
16744
16745 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16746
16747         * g++.dg/template/typename2.C: Update error message.
16748
16749 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
16750
16751         * gcc.c-torture/execute/20020611-1.c: New test.
16752
16753 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
16754
16755         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
16756         list of targets to skip.
16757
16758 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
16759
16760         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
16761         targets if not optimizing.
16762
16763 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
16764
16765         * gcc.c-torture/compile/20020605-1.c: New test.
16766
16767         * g++.dg/opt/vt1.C: New test.
16768
16769         * gcc.dg/20020531-1.c: New test.
16770
16771         * gcc.dg/20020530-1.c: New test.
16772
16773         * gcc.dg/20020527-1.c: New test.
16774
16775         * g++.dg/opt/cse1.C: New test.
16776
16777 2002-06-07  Roger Sayle  <roger@eyesopen.com>
16778
16779         * gcc.dg/20020607-2.c: New test case.
16780
16781 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
16782
16783         * gcc.c-torture/compile/20020604-1.c: New test.
16784
16785 2002-06-04  Richard Henderson  <rth@redhat.com>
16786
16787         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
16788         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
16789         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
16790
16791 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
16792
16793         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
16794
16795 2002-06-03  Richard Henderson  <rth@redhat.com>
16796
16797         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
16798         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
16799
16800 2002-06-02  Richard Henderson  <rth@redhat.com>
16801
16802         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
16803         test functions static.
16804
16805 2002-06-02  Andreas Jaeger  <aj@suse.de>
16806
16807         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
16808         now.
16809
16810 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16811
16812         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
16813         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
16814         Update for mofified diagnostics.
16815         * gcc.dg/c99-intconst-1.c: No longer fail.
16816
16817 2002-06-02  Richard Henderson  <rth@redhat.com>
16818
16819         * gcc.dg/uninit-A.c: Remove xfail markers.
16820
16821 2002-06-01  Roger Sayle  <roger@eyesopen.com>
16822
16823         * gcc.dg/fnegate-1.c: New test case.
16824
16825 2002-05-30  Osku Salerma  <osku@iki.fi>
16826
16827         * gcc.c-torture/execute/mayalias-1.c: New file.
16828
16829 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16830
16831         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
16832         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
16833         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
16834
16835 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
16836
16837         * gcc.c-torture/execute/20020529-1.c: New test.
16838
16839 2002-05-27  Richard Henderson  <rth@redhat.com>
16840
16841         * g++.dg/ext/attrib6.C: New test case.
16842
16843 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16844
16845         * gcc.c-torture/execute/pure-1.c: New test.
16846
16847 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16848
16849         * gcc.dg/cpp/arith-2.c: Remove.
16850
16851 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16852
16853         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
16854         * gcc.dg/cpp/if-3.c: Remove.
16855
16856 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
16857
16858         * g++.dg/opt/cse2.C: New test.
16859
16860 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
16861
16862         * gcc.dg/cpp/arith-1.c: New semantic tests.
16863         * gcc.dg/cpp/if-1.c: Update.
16864
16865 2002-05-24  Ben Elliston  <bje@redhat.com>
16866
16867         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
16868
16869 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
16870
16871         * gcc.dg/verbose-asm.c: New test.
16872
16873 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16874
16875         * gcc.dg/cpp/paste12.c: New test.
16876
16877 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16878
16879         * g++.dg/parse/named_ops.C: New test.
16880
16881 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
16882
16883         * gcc/testsuite/gcc.dg/weak-8.c: New test.
16884
16885 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
16886
16887         * gcc.dg/weak-2.c: Allow optional leading underscore
16888         in scan-assembler symbol name.
16889         * gcc.dg/weak-3.c: Likewise.
16890         * gcc.dg/weak-4.c: Likewise.
16891         * gcc.dg/weak-5.c: Likewise.
16892
16893 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
16894
16895         * gcc.dg/20020523-1.c: New test.
16896
16897 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16898
16899         * objc.dg/const-str-2.m: Update now that we stop after
16900         a command line error.
16901
16902 2002-05-22  Richard Henderson  <rth@redhat.com>
16903
16904         * g++.dg/dg.exp: Fix typo in test pruneing.
16905
16906 2002-05-22  Richard Henderson  <rth@redhat.com>
16907
16908         * g++.dg/dg.exp: Prune the tls subdirectory.
16909         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
16910         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
16911         * g++.dg/tls/init-1.C: New.
16912
16913 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
16914
16915         * gcc.dg/20020517-1.c: New test.
16916
16917 2002-05-21  Richard Henderson  <rth@redhat.com>
16918
16919         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
16920         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
16921
16922 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
16923
16924         * g++.dg/other/copy2.C: New test.
16925
16926 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
16927
16928         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
16929         (MAX_COPY): Bump up to 10 times sizeof (long long).
16930         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
16931
16932         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
16933         sizeof (long long).
16934
16935         * gcc.c-torture/execute/strcpy-1.c: New test.
16936
16937 2002-05-19  Jason Merrill  <jason2redhat.com>
16938
16939         * g++.dg/ext/oper1.C: New test.
16940
16941 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
16942 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
16943
16944         * README.QMTEST: New file.
16945
16946         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
16947
16948 2002-05-19  Andreas Jaeger  <aj@suse.de>
16949
16950         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
16951         now.
16952         * gcc.c-torture/execute/loop-2d.x: Likewise.
16953
16954 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
16955
16956         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
16957         support weak symbols.
16958         * gcc.dg/weak-4.c: Likewise
16959         * gcc.dg/weak-6.c: Likewise
16960
16961 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
16962
16963         * gcc.dg/weak-3.c: Add dg-excess-error comment for
16964         cygwin, coff and h8300-*-hms targets
16965         * gcc.dg/weak-5.c: Likewise
16966         * gcc.dg/weak-7.c: Likewise
16967
16968 2002-05-16  Jason Merrill  <jason@redhat.com>
16969
16970         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
16971         (scan-assembler-not, scan-assembler-dem): Likewise.
16972         (scan-assembler-dem-not): Likewise.
16973
16974 2002-05-15  Richard Henderson  <rth@redhat.com>
16975
16976         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
16977
16978 2002-05-15  Richard Henderson  <rth@redhat.com>
16979
16980         * gcc.dg/weak-5.c (vfoo1c): No warning here.
16981         (vfoo1f): Warning here.
16982         (vfoo1l): Don't redefine the alias.
16983
16984 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
16985
16986         * g++.dg/init/pm1.C: New test.
16987
16988 2002-05-12  David S. Miller  <davem@redhat.com>
16989
16990         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
16991         types.
16992
16993 2002-05-10  Roger Sayle  <roger@eyesopen.com>
16994
16995         * gcc.c-torture/execute/20020510-1.c: New test case.
16996
16997 2002-05-10  David S. Miller  <davem@redhat.com>
16998
16999         * gcc.c-torture/execute/conversion.c: Test long double too.
17000
17001 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
17002
17003         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
17004         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
17005         * lib/g++.exp (g++_link_flags): Likewise.
17006         * lib/objc.exp (objc_target_compile): Likewise.
17007
17008 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17009
17010         * gcc.dg/cpp/poison.c: Update.
17011         * gcc.dg/cpp/20000625-2.c: Remove.
17012         * gcc.dg/cpp/direct2s.c: Remove final test.
17013
17014 2002-05-08  Tom Rix  <trix@redhat.com>
17015
17016         * gcc.c-torture/execute/20020508-1.c: New test.
17017         * gcc.c-torture/execute/20020508-2.c: New test.
17018         * gcc.c-torture/execute/20020508-3.c: New test.
17019
17020 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17021
17022         * gcc.dg/cpp/charconst-4.c: More tests.
17023
17024 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
17025
17026         PR c/6569
17027         * gcc.dg/weak-3.c: Update location of warning messages.
17028         * gcc.dg/weak-5.c: Likewise.
17029
17030 2002-05-06  Roger Sayle  <roger@eyesopen.com>
17031
17032         * gcc.c-torture/execute/20020506-1.c: New test case.
17033
17034 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
17035
17036         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
17037
17038 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
17039
17040         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
17041
17042 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
17043
17044         * gcc.dg/cpp/charconst-3.c: New test.
17045
17046 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17047
17048         * gcc.dg/cpp/charconst.c: Update tests.
17049
17050 2002-05-05  Tim Josling  <tej@melbpc.org.au>
17051
17052         * treelang: Added directory for new sample language treelang. Also
17053         lib/treelang.exp: New file to signal treelang should be tested.
17054
17055 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
17056
17057         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
17058         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
17059         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
17060         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
17061         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
17062         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
17063         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
17064
17065 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17066
17067         * gcc.dg/format/xopen-2.c: New test.
17068
17069 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
17070
17071         * gcc.dg/20020503-1.c: New test.
17072
17073 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
17074
17075         * g++.dg/init/dtor1.C: Make it tougher.
17076
17077 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
17078
17079         * g++.dg/init/dtor1.C: New test.
17080
17081 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
17082
17083         * gcc.dg/altivec-8.c: New.
17084
17085 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
17086
17087         * gcc.dg/altivec-7.c: New.
17088
17089 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
17090
17091         * g++.dg/parse/typedef1.C: New test.
17092
17093 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
17094
17095         PR c++/6486
17096         * g++.dg/template/friend6.C: New test.
17097
17098         PR c++/6492
17099         * g++.dg/init/copy1.C: New test.
17100
17101 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
17102
17103         * g++.dg/warn/effc1.C: New test.
17104
17105 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
17106
17107         * gcc.dg/cpp/if-cexp.c: Add a test.
17108
17109 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
17110
17111         * gcc.dg/20020426-2.c: New test.
17112
17113 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
17114
17115         * gcc.dg/cpp/if-mop.c: Update.
17116         * gcc.dg/cpp/if-mpar.c: Add test.
17117         * gcc.dg/cpp/if-oppr.c: Update.
17118
17119 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17120
17121         PR c/6343
17122         * gcc.dg/weak-[2-7].c: New tests.
17123
17124 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
17125
17126         * gcc.dg/enum1.c: New test.
17127
17128 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17129
17130         PR c++/6497
17131         * g++.dg/inherit/access2.C: New test.
17132
17133 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17134
17135         PR bootstrap/6445
17136         * gcc.dg/20020426-1.c: New test.
17137
17138 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
17139
17140         * g++.dg/abi/enum1.C: New test.
17141
17142 2002-04-26  Richard Henderson  <rth@redhat.com>
17143
17144         * gcc.dg/c99-bool-1.c: Expect always true warning.
17145
17146 2002-04-25  Roger Sayle  <roger@eyesopen.com>
17147
17148         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
17149
17150 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17151
17152         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
17153         targets.
17154
17155 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
17156
17157         * g++.dg/abi/mange7.C: New test.
17158
17159         PR c++/6438.
17160         * g++.dg/parse/stmtexpr2.C: New test.
17161
17162 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
17163
17164         * gcc.dg/20020312-2.c: Add SH target.
17165
17166 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17167
17168         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
17169         compiler output on mips*-*-irix*.
17170
17171 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
17172
17173         * g++.dg/parse/attr1.C: New test.
17174
17175 2002-04-23  Roger Sayle  <roger@eyesopen.com>
17176
17177         * gcc.c-torture/execute/string-opt-17.c: New test case.
17178         * gcc.c-torture/execute/memset-2.c: New test case.
17179
17180 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
17181
17182         PR c++/6256:
17183         * g++.dg/template/friend5.C: New test.
17184
17185         PR c++/6331:
17186         * g++.dg/template/qual1.C: Likewise.
17187
17188 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
17189
17190         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
17191         Include stdlib.h, not stdio.h or ctype.h.
17192
17193 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
17194
17195         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
17196         cris-*-elf* and mmix-*-*.
17197         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
17198         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
17199         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
17200         Ditto.
17201         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
17202         * gcc.dg/wchar_t-1.c: Ditto.
17203
17204 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
17205
17206         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
17207         Clarify comment.
17208
17209 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
17210
17211         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
17212
17213 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17214
17215         * gcc.c-torture/execute/20000906-1.x: Delete.
17216
17217 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
17218
17219         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
17220
17221 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
17222
17223         * PR6367
17224         * g77.f-torture/execute/6367.f: New test.
17225         * g77.f-torture/execute/6367.x: Disable for MMIX.
17226
17227 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
17228
17229         * PR6352
17230         * g++.dg/opt/inline2.C: New test.
17231
17232 2002-04-18  Richard Henderson  <rth@redhat.com>
17233
17234         * gcc.dg/20000906-1.c: Enable for all targets.
17235         * gcc.c-torture/compile/iftrap-2.c: New.
17236
17237 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17238
17239         * gcc.dg/20020418-1.c: New test.
17240         * gcc.dg/20020418-2.c: New test.
17241
17242 2002-04-18  Richard Henderson  <rth@redhat.com>
17243
17244         * gcc.c-torture/compile/iftrap-1.c: New.
17245         * gcc.dg/iftrap-1.c: Adjust for ia64.
17246         * gcc.dg/iftrap-2.c: New.
17247
17248 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17249
17250         * gcc.c-torture/compile/20020418-1.c: New test.
17251
17252 2002-04-18  Roger Sayle  <roger@eyesopen.com>
17253
17254         * gcc.c-torture/compile/20020415-1.c: New.
17255
17256 2002-04-18  David S. Miller  <davem@redhat.com>
17257
17258         * gcc.c-torture/execute/20020418-1.c: New test.
17259
17260 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
17261
17262         * gcc.dg/20020416-1.c: New test.
17263
17264         * g++.dg/opt/inline1.C: New test.
17265
17266 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
17267
17268         * gcc.dg/altivec-5.c: New test.
17269
17270         * gcc.dg/20020415-1.c: New test.
17271
17272 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
17273
17274         * testsuite/lib/chill.exp: Remove.
17275
17276 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
17277
17278         * g++.dg/other/big-struct.C: New test.
17279
17280 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
17281
17282         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
17283         of scratch file.
17284
17285 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
17286
17287         PR c/6277
17288         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
17289         in scan-assembler function name
17290
17291 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
17292
17293         * g77.f-torture/execute/980628-4.x,
17294         g77.f-torture/execute/980628-5.x,
17295         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17296         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17297         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
17298         i[34567]86-*-*.
17299
17300 2002-04-13  David S. Miller  <davem@redhat.com>
17301
17302         * gcc.c-torture/execute/20020413-1.c: New test.
17303
17304 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
17305
17306         * gcc.dg/asm-6.c,
17307         * g++.dg/ext/asm1.C: New tests.
17308
17309 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
17310
17311         PR c++ 5373.
17312         * g++.dg/parse/stmtexpr1.C: New test.
17313
17314         PR c++/5189.
17315         * g++.dg/template/copy1.C: New test.
17316
17317 2002-04-12  Richard Henderson  <rth@redhat.com>
17318
17319         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
17320
17321 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
17322
17323         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
17324         gcc.c-torture/execute/20020307-2.c.
17325
17326 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
17327
17328         * g++.dg/ext/attrib5.C,
17329         * g++.dg/lookup/struct1.C: New tests.
17330
17331 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
17332
17333         * gcc.dg/20020411-1.c: New test.
17334
17335         * gcc.c-torture/execute/20020411-1.c: New test.
17336
17337 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
17338
17339         * g77.f-torture/execute/6177.f: New test.
17340
17341 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
17342
17343         PR middle-end/6247
17344         * g++.dg/opt/cleanup1.C: New test.
17345
17346         * g++.dg/opt/const1.C: New test.
17347
17348 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
17349
17350         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
17351
17352 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17353
17354         PR c++/5507
17355         * g++.dg/template/typename2.C: New test.
17356
17357 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
17358
17359         * gcc.c-torture/execute/loop-12.c: New.
17360
17361 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
17362
17363         * g77.f-torture/execute/980628-4.x,
17364         g77.f-torture/execute/980628-5.x,
17365         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17366         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17367         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
17368
17369 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17370
17371         PR optimization/6086
17372         * g++.dg/opt/preinc1.C: New test.
17373
17374 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17375
17376         PR c++/5571
17377         * g++.dg/opt/static2.C: New test.
17378
17379 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17380
17381         PR c/5120
17382         * gcc.dg/20020406-1.c: New test.
17383
17384 2002-04-04  David S. Miller  <davem@redhat.com>
17385
17386         * gcc.c-torture/execute/20020404-1.c: New test.
17387
17388 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
17389
17390         PR c/6123
17391         * gcc.dg/20020312-2.c: Do not declare global register variable
17392         if __PIC__ or __pic__ is defined.
17393
17394 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
17395
17396         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
17397         __asm__ so that it works correctly even if -ansi -pedantic-errors.
17398
17399 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17400
17401         * gcc.misc-tests/linkage.exp: Update last change to handle
17402         sparc*-, not just sparc-.
17403
17404 2002-04-03  Richard Henderson  <rth@redhat.com>
17405
17406         * gcc.dg/cpp/ucs.c: Improved long UCS test.
17407
17408 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17409
17410         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
17411
17412 2002-04-02  David S. Miller  <davem@redhat.com>
17413
17414         * gcc.c-torture/execute/20020402-3.c: New test.
17415
17416 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17417
17418         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
17419         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
17420
17421         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
17422         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
17423         g77.f-torture/execute/20001201.x,
17424         g77.f-torture/execute/u77-test.x: New files.
17425
17426         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
17427         * gcc.dg/wchar_t-1.c: Ditto.
17428
17429 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17430
17431         * gcc.c-torture/execute/20020402-1.c: New test.
17432
17433 2002-04-01  Richard Henderson  <rth@redhat.com>
17434
17435         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
17436
17437         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
17438
17439 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17440
17441         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
17442
17443 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17444
17445         * g++.dg/inherit/template-as-base.C: Expect error.
17446         * g++.dg/inherit/namespace-as-base.C: Likewise.
17447
17448 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
17449
17450         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
17451         g++.dg/ext/instantiate3.C: Tweak match patterns.
17452
17453         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
17454         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
17455         -da test.
17456
17457 2002-03-31  Richard Henderson  <rth@redhat.com>
17458
17459         * gcc.dg/special/alias-2.c: New.
17460         * gcc.dg/special/ecos.exp: Run it.
17461
17462 2002-03-31  Richard Henderson  <rth@redhat.com>
17463
17464         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
17465
17466 2002-03-31  Kazu Hirata  <kazu@hxi.com>
17467
17468         * gcc.dg/weak-1.c: Disable on h8300 port.
17469
17470 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
17471
17472         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
17473         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
17474         ordering tests.
17475         * g++.dg/bprob/bprob-1.C: New test.
17476         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
17477         * g++.dg/gcov/gcov-1.C: New test.
17478         * g++.dg/gcov/gcov-1.x: New file.
17479         * g++.dg/gcov/gcov-2.C: New test.
17480         * g++.dg/gcov/gcov-3.C: New test.
17481         * g++.dg/gcov/gcov-3.h: New file.
17482
17483 2002-03-28  Roger Sayle  <roger@eyesopen.com>
17484
17485         * g++.old-deja/g++.other/builtins5.C: New test.
17486         * g++.old-deja/g++.other/builtins6.C: New test.
17487         * g++.old-deja/g++.other/builtins7.C: New test.
17488         * g++.old-deja/g++.other/builtins8.C: New test.
17489         * g++.old-deja/g++.other/builtins9.C: New test.
17490
17491 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
17492
17493         * g++.dg/opt/static1.C: New test.
17494
17495         * g++.dg/opt/longbranch1.C: New test.
17496
17497 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
17498
17499         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
17500
17501         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
17502
17503 2002-03-28  Jeffrey A Law  (law@redhat.com)
17504
17505         * gcc.c-torture/execute/20020328-1.c: New test.
17506
17507 2002-03-27  Richard Henderson  <rth@redhat.com>
17508
17509         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
17510         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
17511         move from g++.old-deja/g++.ext/.
17512
17513 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
17514
17515         * g++.dg/init/new2.C: New test.
17516
17517 2002-03-26  Richard Henderson  <rth@redhat.com>
17518
17519         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
17520
17521         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
17522         on sparc.
17523
17524         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
17525         sparcv9 systems.
17526         * gcc.dg/20001102-1.c: Likewise.
17527
17528 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
17529
17530         * gcc.dg/cpp/endif-pedantic1.c,
17531         gcc.dg/cpp/endif-pedantic2.c:  New tests.
17532
17533 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
17534
17535         * g++.dg/init/new1.C: New test.
17536
17537 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
17538
17539         * g++.dg/abi/vbase9.C: New test.
17540
17541 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
17542
17543         * gcc.dg/arm-asm.c: New test.
17544
17545 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
17546
17547         * gcc.dg/Wswitch-enum.c: New test.
17548         Fix PR c/5044.
17549
17550 2002-03-26  Richard Henderson  <rth@redhat.com>
17551
17552         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
17553         structure.
17554
17555 2002-03-25  Richard Henderson  <rth@redhat.com>
17556
17557         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
17558         sparcv9 systems.
17559
17560         * gcc.c-torture/compile/20011119-1.c (xxx): New.
17561         * gcc.c-torture/compile/20011119-2.c (xxx): New.
17562
17563 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
17564
17565         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
17566
17567 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
17568
17569         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
17570         targets using generic thunk support.
17571
17572 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
17573
17574         * gcc.c-torture/compile/20020323-1.c: New test.
17575
17576         * g++.dg/opt/conj2.C: New test.
17577
17578 2002-03-24  Richard Henderson  <rth@redhat.com>
17579
17580         * gcc.dg/weak-1.c: Use -fno-common.
17581
17582 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17583
17584         * g77.dg/f77-edit-apostrophe-out.f: New test
17585         * g77.dg/f77-edit-h-out.f: New test
17586         * g77.dg/f77-edit-t-in.f: New test
17587         * g77.dg/f77-edit-t-out.f: New test
17588         * g77.dg/f77-edit-x-out.f: New test
17589         * g77.dg/f77-edit-slash-out.f: New test
17590         * g77.dg/f77-edit-colon-out.f: New test
17591         * g77.dg/f77-edit-s-out.f: New test
17592
17593 2002-03-24  Richard Henderson  <rth@redhat.com>
17594
17595         * objc/execute/formal_protocol-6.x: New XFAIL.
17596
17597 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17598
17599         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
17600         that do not support weak symbols
17601
17602 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17603
17604         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
17605         * lib/g77.exp:  Likewise
17606         * lib/objc.exp: Likewise
17607
17608 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
17609
17610         * gcc.dg/Wswitch-default.c: New test.
17611
17612 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
17613
17614         * g++.dg/other/enum1.C: New test.
17615
17616 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
17617
17618         * gcc.dg/pragma-ep-3.c: Fix typo.
17619
17620 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17621
17622         * g++.dg/inherit/template-as-base.C: New test.
17623
17624 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
17625
17626         * g++.old-deja/g++.other/dwarf2-1.C: Move...
17627         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
17628
17629 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
17630
17631         * gcc.dg/cpp/multiline.c: Update to match.
17632
17633 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
17634
17635         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
17636
17637 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
17638
17639         * gcc.dg/cpp/extratokens2.c:  New file.
17640
17641 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
17642
17643         * gcc.dg/20020312-2.c: Add rs6000 target.
17644
17645         * gcc.c-torture/compile/20020319-1.c: New test.
17646
17647 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17648
17649         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
17650         (A, E): Handle this.
17651
17652 2002-03-20  Jason Merrill  <jason@redhat.com>
17653
17654         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
17655         ignoring -fpic.
17656         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
17657         through prune_gcc_output.
17658
17659 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
17660
17661         * gcc.c-torture/compile/20020320-1.c: New test.
17662
17663 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
17664
17665         * gcc.c-torture/compile/20020318-1.c: New test.
17666
17667         * gcc.dg/struct-by-value-1.c: New test.
17668
17669         * gcc.dg/20020319-1.c: New test.
17670
17671 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
17672
17673         * g++.dg/opt/conj1.C: New test.
17674
17675 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
17676
17677         * g++.dg/template/qualttp20.C: Revert previous change.
17678         * g++.dg/template/qualttp3.C: Likewise.
17679         * g++.dg/template/qualttp4.C: Likewise
17680         * g++.dg/template/qualttp5.C: Likewise
17681         * g++.dg/template/qualttp6.C: Likewise
17682         * g++.dg/template/qualttp7.C: Likewise
17683         * g++.dg/template/qualttp8.C: Likewise
17684         * g++.dg/template/recurse.C: Likewise.
17685
17686 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
17687
17688         * gcc.dg/cpp/wchar-1.c: Update.
17689
17690 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
17691
17692         * g++.dg/template/conv1.C: New test.
17693         * g++.dg/template/conv2.C: New test.
17694         * g++.dg/template/conv3.C: New test.
17695         * g++.dg/template/conv4.C: New test.
17696
17697 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17698
17699         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
17700         * g++.dg/template/qualttp3.C: Likewise.
17701         * g++.dg/template/qualttp4.C: Likewise
17702         * g++.dg/template/qualttp5.C: Likewise
17703         * g++.dg/template/qualttp6.C: Likewise
17704         * g++.dg/template/qualttp7.C: Likewise
17705         * g++.dg/template/qualttp8.C: Likewise
17706         * g++.dg/template/recurse.C: Likewise.
17707
17708 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17709
17710         * g++.dg/opt/dtor1.C: New test.
17711
17712 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
17713
17714         * gcc.c-torture/compile/20020315-1.c: New test.
17715
17716 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
17717
17718         * gcc.dg/weak-1.c: Fix scan tests.
17719
17720 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
17721
17722         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
17723         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
17724         cris-*-aout* mmix-*-*.
17725         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
17726         cris-*-aout* mmix-*-*.
17727         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
17728         cris-*-elf* cris-*-aout* and mmix-*-*.
17729         * gcc.dg/20001009-1.c: Ditto.
17730         * gcc.dg/20010912-1.c: Ditto.
17731         * gcc.dg/20020122-4.c: Ditto.
17732         * gcc.dg/inline-2.c: Ditto.
17733
17734 2002-03-14  Jeffrey A Law  (law@cygnus.com)
17735
17736         * gcc.c-torture/compile/20020314-1.c: New test.
17737
17738 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
17739
17740         * gcc.c-torture/execute/20020314-1.c: New test.
17741
17742 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
17743
17744         * g++.dg/warn/Wunused-1.C: New test.
17745
17746 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
17747
17748         * g++.dg/abi/mangle6.C: New test.
17749
17750 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
17751
17752         * gcc.c-torture/compile/20020309-2.c: New test.
17753
17754         * gcc.c-torture/compile/20020312-1.c: New test.
17755
17756 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
17757
17758         * g++.dg/other/access1.C: New test.
17759
17760 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
17761
17762         * gcc.c-torture/execute/wchar_t-1.c: New test.
17763
17764 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
17765
17766         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
17767
17768 2002-03-12  Roger Sayle  <roger@eyesopen.com>
17769
17770         * gcc.dg/20020312-1.c: New test case.
17771
17772 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
17773
17774         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
17775
17776 2002-03-11  Richard Henderson  <rth@redhat.com>
17777
17778         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
17779         * g++.old-deja/g++.jason/report.C: Likewise.
17780
17781 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17782
17783         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
17784         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
17785
17786 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17787
17788         * testsuite/g++.dg/overload/pmf1.C: New test.
17789
17790 2002-03-11  Kazu Hirata  <kazu@hxi.com>
17791
17792         * gcc.c-torture/execute/20020307-1.c: Use long.
17793
17794 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
17795
17796         PR optimization/5844
17797         * gcc.dg/20020310-1.c: New test.
17798
17799 2002-03-09  Michael Meissner  <meissner@redhat.com>
17800
17801         * gcc.c-torture/execute/memcpy-2.c: New test.
17802         * gcc.c-torture/execute/memset-1.c: New test.
17803         * gcc.c-torture/execute/strlen-1.c: New test.
17804         * gcc.c-torture/execute/strcmp-1.c: New test.
17805         * gcc.c-torture/execute/strncmp-1.c: New test.
17806
17807 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
17808
17809         * gcc.dg/ppc-ldstruct.c: New test.
17810
17811 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
17812
17813         * gcc.c-torture/execute/va-arg-22.c: New test.
17814
17815 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17816
17817         * gcc.c-torture/compile/20020309-1.c: New test.
17818
17819 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
17820
17821         * gcc.c-torture/execute/20020307-2.c: New test.
17822
17823 2002-03-07  Jeffrey A Law  (law@redhat.com)
17824
17825         * g77.f-torture/compile/20020307-1.f: New test.
17826
17827 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
17828
17829         * gcc.dg/unordered-1.c: New test.
17830
17831 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
17832
17833         * gcc.c-torture/execute/20020307-1.c: New test.
17834
17835 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
17836
17837         * gcc.dg/20020304-1.c: New test.
17838
17839         * gcc.c-torture/compile/20020304-2.c: New test.
17840
17841 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
17842
17843         * gcc.c-torture/compile/20020304-1.c: New test case
17844         (from PR c/5830).
17845
17846 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
17847
17848         * gcc.dg/20020103-1.c: Add other -D ppc variants.
17849
17850 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
17851
17852         * g++.dg/other/classkey1.C: New test.
17853
17854 2002-03-01  Richard Henderson  <rth@redhat.com>
17855
17856         * gcc.c-torture/compile/981223-1.x: New.
17857         * gcc.c-torture/compile/920625-1.x: New.
17858
17859 2002-02-28  Richard Henderson  <rth@redhat.com>
17860
17861         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
17862
17863 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
17864
17865         * gcc.c-torture/execute/20020227-1.c: New test.
17866
17867 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
17868
17869         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
17870         here" ERROR lines.
17871         * g++.old-deja/g++.oliva/partord1.C: Likewise.
17872         * g++.old-deja.g++.other/defarg1.C: Likewise.
17873         * g++.old-deja/g++.pt/calls2.C: Likewise.
17874         * g++.old-deja/g++.pt/crash20.C: Likewise.
17875         * g++.old-deja/g++.pt/crash30.C: Likewise.
17876         * g++.old-deja/g++.pt/crash36.C: Likewise.
17877         * g++.old-deja/g++.pt/crash6.C: Likewise.
17878         * g++.old-deja/g++.pt/defarg13.C: Likewise.
17879         * g++.old-deja/g++.pt/derived3.C: Likewise.
17880         * g++.old-deja/g++.pt/error1.C: Likewise.
17881         * g++.old-deja/g++.pt/friend21.C: Likewise.
17882         * g++.old-deja/g++.pt/friend23.C: Likewise.
17883         * g++.old-deja/g++.pt/infinite1.C: Likewise.
17884         * g++.old-deja/g++.robertl/eb128.C: Likewise.
17885
17886 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
17887
17888         * gcc.c-torture/execute/20020225-2.c: New test.
17889
17890 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
17891
17892         * gcc.c-torture/execute/920730-1t.c,
17893         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
17894         Delete test cases, only relevant to -traditional.
17895
17896 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
17897
17898         * gcc.dg/cpp/undef1.c: Remove.
17899         * gcc.dg/cpp/directiv.c: Update.
17900         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
17901
17902 2002-02-27  Michael Meissner  <meissner@redhat.com>
17903
17904         * gcc.c-torture/execute/20020226-1.c: New test.
17905
17906 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
17907
17908         * g++.dg/debug/debug4.C: New test.
17909
17910         * gcc.dg/ia64-visibility-1.c: New test.
17911
17912 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
17913
17914         * gcc.dg/debug/20020224-1.c: New.
17915
17916 2002-02-25  Kazu Hirata  <kazu@hxi.com>
17917
17918         * gcc.c-torture/execute/960416-1.x: New.
17919         * gcc.c-torture/execute/divconst-3.x: Likewise.
17920
17921 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
17922
17923         * gcc.dg/20020224-1.c: New test.
17924
17925 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
17926
17927         * gcc.c-torture/execute/20020225-1.c: New.
17928
17929 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17930
17931         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
17932
17933 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
17934
17935         * gcc.dg/20020222-1.c: New test.
17936
17937 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
17938
17939         * g++.dg/opt/anonunion1.C: New test.
17940
17941 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
17942
17943         * g++.dg/template/qualttp19.C: New test.
17944         * g++.dg/template/qualttp20.C: New test.
17945         * g++.old-deja/g++.jason/report.C: Adjust expected errors
17946         * g++.old-deja/g++.other/qual1.C: Likewise.
17947
17948 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
17949
17950         * gcc.dg/attr-alwaysinline.c: New.
17951
17952 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
17953
17954         * gcc.dg/20020220-1.c: New test.
17955
17956         * gcc.dg/20020220-2.c: New test.
17957
17958         * g++.dg/opt/mmx1.C: New test.
17959
17960 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
17961
17962         * gcc.c-torture/compile/20020110.c: New test.
17963
17964 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
17965
17966         * gcc.c-torture/execute/20020219-1.c: New test.
17967
17968         * gcc.dg/20020219-1.c: New test.
17969
17970         * gcc.dg/noncompile/20020220-1.c: New test.
17971
17972         * g++.dg/opt/ptrintsum1.C: New test.
17973
17974         * gcc.dg/debug/20020220-1.c: New test.
17975
17976 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
17977
17978         * gcc.c-torture/execute/20020216-1.c: New test.
17979
17980 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17981
17982         * gcc.dg/decl-1.c: Update, new test.
17983
17984 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
17985
17986         * g++.dg/abi/bitfield1.C: New test.
17987         * g++.dg/abi/bitfield2.C: New test.
17988
17989 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17990
17991         * gcc.dg/attr-nest.c: New test.
17992
17993 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17994
17995         * gcc.c-torture/execute/20020215-1.c: New test.
17996
17997 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
17998
17999         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
18000         * g++.dg/debug/debug.exp: New.
18001         * g++.dg/debug/trivial.C: New.
18002         * g++.dg/debug/debug1.C: Moved...
18003         * g++.dg/other/debug1.C: ...from here.
18004         * g++.dg/debug/debug2.C: Moved...
18005         * g++.dg/other/debug2.C: ...from here.
18006         * g++.dg/debug/debug3.C: Moved...
18007         * g++.dg/other/debug3.C: ...from here.
18008
18009         * gcc.dg/noncompile/20020213-1.c: New test.
18010
18011 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
18012
18013         * g++.dg/other/debug3.C: New test.
18014
18015         * gcc.c-torture/execute/20020213-1.c: New test.
18016
18017 2002-02-13  Richard Smith <richard@ex-parrot.com>
18018
18019         * g++.old-deja/g++.other/thunk1.C: New test.
18020
18021 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
18022
18023         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
18024
18025 2002-02-13  Stan Shebs  <shebs@apple.com>
18026
18027         * gcc.dg/altivec-3.c: New.
18028
18029 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
18030
18031         * gcc.dg/Wunreachable-1.c: New test.
18032         * gcc.dg/Wunreachable-2.c: New test.
18033
18034 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
18035
18036         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
18037
18038 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
18039
18040         * gcc.dg/decl-1.c: New test.
18041
18042 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
18043
18044         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
18045
18046 2002-02-10  Kazu Hirata  <kazu@hxi.com>
18047
18048         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
18049         * gcc.c-torture/compile/980506-1.x: Likewise.
18050
18051 2002-02-10  Kazu Hirata  <kazu@hxi.com>
18052
18053         * gcc.dg/20020210-1.c: New.
18054
18055 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
18056
18057         * g77.f-torture/execute/947.f: New regression test
18058         for PR fortran/947.
18059
18060 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
18061
18062         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
18063         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
18064
18065 2002-02-08  Richard Henderson  <rth@redhat.com>
18066
18067         * gcc.c-torture/compile/labels-3.c: New.
18068
18069 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
18070
18071         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
18072         expression statements work instead.
18073         * gcc.dg/noncompile/20020207-1.c: New test.
18074
18075 2002-02-07  Richard Henderson  <rth@redhat.com>
18076
18077         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
18078
18079 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18080
18081         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
18082         message from g77
18083         * lib/g77-dg.exp: Trim g77 error messages so that they are
18084         recognized by dg.exp.
18085
18086 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18087
18088         PR fortran/5473
18089         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
18090
18091 2002-02-07  Richard Henderson  <rth@redhat.com>
18092
18093         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
18094         to be sufficiently aligned for integers.
18095
18096 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
18097
18098         * g++.dg/template/friend4.C: New test.
18099
18100 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18101
18102         PR fortran/5743
18103         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
18104         unsupported cases.
18105
18106 2002-02-07  Richard Henderson  <rth@redhat.com>
18107
18108         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
18109         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
18110         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
18111         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
18112
18113 2002-02-06  Richard Henderson  <rth@redhat.com>
18114
18115         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
18116
18117 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
18118
18119         * gcc.dg/20020206-1.c: New test.
18120
18121 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
18122
18123         * gcc.c-torture/execute/20020206-1.c: New test.
18124
18125         * gcc.c-torture/execute/20020206-2.c: New test.
18126
18127         PR optimization/5429:
18128         * gcc.c-torture/compile/20020206-1.c: New test.
18129
18130 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
18131
18132         * g++.dg/ext/align1.C: Do not use an explicit alignment value
18133         as certain file formats cannot support particularly large
18134         alignments.
18135
18136         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
18137         and do not expect to be able to link the executable.
18138
18139         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
18140         fail because the COFF format does not support the weak attribute.
18141
18142 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
18143
18144         * g77.dg/pr5473.f:  New test
18145
18146 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18147
18148         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
18149         Fix testcase accordingly.
18150
18151 2002-02-04  Richard Henderson  <rth@redhat.com>
18152
18153         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
18154         (buf): Change to be an array of pointers, not ints.
18155
18156 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18157
18158         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
18159         before all tests.  Move warning one line above to match where it
18160         C frontend emits.
18161         * gcc.dg/Wswitch-2.c: New test.
18162         * g++.dg/warn/Wswitch-1.C: New test.
18163         * g++.dg/warn/Wswitch-2.C: New test.
18164
18165 2002-02-04  Richard Henderson  <rth@redhat.com>
18166
18167         * g++.dg/abi/offsetof.C: Fix size comparison.
18168
18169 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
18170
18171         * gcc.dg/cast-qual-2.c: New test.
18172
18173 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18174
18175         * gcc.dg/20020201-4.c: New test.
18176
18177 2002-02-04  Ben Elliston  <bje@redhat.com>
18178
18179         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
18180         target_info attribute != 0, in addition to the empty string.
18181         (gcc_target_compile): Likewise.
18182
18183 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
18184
18185         * gcc.dg/Wswitch.c: New test.
18186         PR gcc/4475. PR gcc/3780.
18187
18188 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
18189
18190         * g77.f-torture/execute/5122.f: New test for regressions
18191         against PR fortran/5122.
18192
18193 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
18194
18195         * g77.f-torture/compile/pr3743.f: Delete
18196         * g77.dg/pr3743-1.f: New test.
18197         * g77.dg/pr3743-2.f: New test.
18198         * g77.dg/pr3743-3.f: New test.
18199         * g77.dg/pr3743-4.f: New test.
18200
18201 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18202
18203         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
18204
18205 2002-02-02  Richard Henderson  <rth@redhat.com>
18206
18207         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
18208         * gcc.c-torture/execute/bf64-1.c: Likewise.
18209
18210 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18211
18212         * gcc.dg/20020201-2.c: New test.
18213
18214         * gcc.dg/20020201-3.c: New test.
18215
18216         * gcc.c-torture/execute/bitfld-2.c: New test.
18217
18218 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18219
18220         * gcc.dg/bitfld-1.c: Update.
18221         * gcc.dg/bitfld-2.c: Update.
18222         * gcc.c-torture/execute/bitfld-1.x: New.
18223
18224 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18225
18226         * gcc.c-torture/execute/20020201-1.c: New test.
18227
18228 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
18229
18230         PR target/5469
18231         * gcc.dg/20020201-1.c: New test.
18232
18233 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
18234
18235         PR fortran/3743
18236         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
18237         * g77.f-torture/compile/pr3743.x: Remove
18238
18239 2002-01-31  Tom Rix  <trix@redhat.com>
18240
18241         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
18242
18243 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
18244
18245         * gcc.dg/noncompile/20020130-1.c: New test.
18246
18247 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
18248
18249         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
18250
18251 2002-01-29  Richard Henderson  <rth@redhat.com>
18252
18253         * gcc.c-torture/execute/991118-1.c: Cast various constants back
18254         to long long.
18255         * gcc.c-torture/execute/bf64-1.c: Likewise.
18256
18257 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
18258
18259         * gcc.c-torture/execute/20020129-1.c: New test.
18260
18261 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
18262
18263         * gcc.c-torture/compile/20000224-1.c: Update.
18264         * gcc.c-torture/execute/bitfld-1.c: New tests.
18265         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
18266         * gcc.dg/uninit-A.c: Update.
18267
18268 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
18269
18270         * g++.dg/template/ctor1.C: Add instantiation.
18271
18272 2002-01-28  Paul Koning  <pkoning@equallogic.com>
18273
18274         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
18275         argument to __builtin_prefetch to be const ptr.
18276
18277 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
18278
18279         * gcc.c-torture/compile/20020120-1.c: New test.
18280
18281 2002-01-27  Kazu Hirata  <kazu@hxi.com>
18282
18283         * gcc.c-torture/execute/20020127-1.c: New test.
18284
18285 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
18286
18287         * g77.dg/f77-edit-i-in.f: New test
18288         * g77.dg/f77-edit-i-out.f: New test
18289
18290 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
18291
18292         * gcc.dg/debug/debug.exp: New file.
18293         * gcc.dg/debug/trivial.c: New file.
18294         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
18295         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
18296         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
18297         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
18298         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
18299         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
18300         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
18301         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
18302         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
18303         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
18304         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
18305         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
18306         * gcc.dg/20000503-1.c: Removed.
18307         * gcc.dg/20010207-1.c: Removed.
18308         * gcc.dg/20011223-1.c: Removed.
18309         * gcc.dg/20020104-2.c: Removed.
18310         * gcc.dg/debug-1.c: Removed.
18311         * gcc.dg/debug-2.c: Removed.
18312         * gcc.dg/debug-3.c: Removed.
18313         * gcc.dg/debug-4.c: Removed.
18314         * gcc.dg/debug-5.c: Removed.
18315         * gcc.dg/debug-6.c: Removed.
18316         * gcc.dg/dwarf2-1.c: Removed.
18317         * gcc.dg/dwarf2-2.c: Removed.
18318
18319 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
18320
18321         * g++.old-deja/g++.other/eh5.C: New test.
18322         * g++.old-deja/g++.other/sibcall2.C: New test.
18323         * g++.old-deja/g++.other/array9.C: New test.
18324         * g++.old-deja/g++.other/typename2.C: New test.
18325         * g++.old-deja/g++.other/crash60.C: New test.
18326         * g++.old-deja/g++.other/conv9.C: New test.
18327         * g++.old-deja/g++.other/mangle10.C: New test.
18328         * g++.old-deja/g++.other/unchanging1.C: New test.
18329         * g++.old-deja/g++.other/exprstmt1.C: New test.
18330         * g++.old-deja/g++.other/inline23.C: New test.
18331         * g++.old-deja/g++.eh/ia64-1.C: New test.
18332         * g++.old-deja/g++.other/dwarf2-1.C: New test.
18333         * g++.old-deja/g++.other/reload1.C: New test.
18334         * g++.old-deja/g++.other/static20.C: New test.
18335         * g++.old-deja/g++.other/local-alloc1.C: New test.
18336         * g++.old-deja/g++.other/conv8.C: New test.
18337         * g++.old-deja/g++.other/stmtexpr2.C: New test.
18338         * g++.old-deja/g++.other/storeexpr1.C: New test.
18339         * g++.old-deja/g++.other/storeexpr2.C: New test.
18340         * g++.dg/eh/template2.C: New test.
18341         * g++.dg/warn/weak1.C: New test.
18342
18343 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
18344
18345         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
18346         Remove first, non-varying, argument.
18347
18348 2002-01-23  Richard Henderson  <rth@redhat.com>
18349
18350         * gcc.dg/inline-2.c: New.
18351
18352         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
18353         Add optional target arg.  Check number of arguments.
18354         (scan-assembler-not, scan-assembler-dem): Likewise.
18355         (scan-assembler-dem-not): Likewise.
18356
18357 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18358
18359         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
18360         line 12.
18361         * g++.old-deja/g++.brendan/parse3.C,
18362         g++.old-deja/g++.other/crash26.C,
18363         g++.old-deja/g++.other/crash28.C,
18364         g++.old-deja/g++.other/crash29.C,
18365         g++.old-deja/g++.other/crash30.C,
18366         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
18367
18368 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
18369
18370         * gcc.dg/20020115-1.c: New.
18371
18372 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
18373
18374         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
18375
18376 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
18377
18378         * gcc.dg/20020122-3.c: New.
18379
18380 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
18381
18382         * g++.dg/other/gc1.C: New test.
18383
18384 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18385
18386         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
18387
18388 2002-01-22  Richard Henderson  <rth@redhat.com>
18389
18390         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
18391
18392 2002-01-22  Richard Henderson  <rth@redhat.com>
18393
18394         * gcc.dg/20020122-4.c: New.
18395
18396 2002-01-22  H.J. Lu <hjl@gnu.org>
18397
18398         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
18399         link output.
18400         * gcc.dg/special/ecos.exp: Likewise.
18401         * lib/g++-dg.exp: Likewise.
18402         * lib/g77-dg.exp: Likewise.
18403         * lib/gcc-dg.exp : Likewise.
18404         * lib/mike-g++.exp: Likewise.
18405         * lib/mike-g77.exp: Likewise.
18406         * lib/mike-gcc.exp: Likewise.
18407         * lib/objc-dg.exp: Likewise.
18408
18409 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
18410
18411         PR target/5379
18412         * gcc.dg/20020122-2.c: New test.
18413
18414 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
18415
18416         * gcc.dg/20020122-1.c: New test.
18417
18418 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
18419
18420         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
18421
18422 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
18423
18424         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
18425
18426 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18427
18428         * gcc.c-torture/compile/20020121-1.c: New test.
18429
18430 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18431
18432         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
18433         ld_library_path.
18434
18435 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
18436
18437         * gcc.dg/20020218-1.c: New test.
18438
18439 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
18440
18441         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
18442         messages
18443         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
18444         "At global scope" warning
18445         * g++.dg/ext/align1.C: Change cygwin test for alignment
18446         from db-bogus to dg-warning
18447
18448 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
18449
18450         * g77.f-torture/compile/cpp2.F: New test.
18451
18452 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18453
18454         * g++.dg/template/access1.C: New test.
18455
18456 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
18457
18458         * gcc.dg/20020118-1.c: New.
18459
18460 2002-01-18  Kazu Hirata  <kazu@hxi.com>
18461
18462         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
18463
18464 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18465
18466         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
18467         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
18468         alignment warnings.
18469
18470 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18471
18472         * gcc.misc-tests/i386-prefetch.exp: Save and restore
18473         torture_with_loops and torture_without_loops
18474
18475 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
18476
18477         * gcc.c-torture/compile/20020116-1.c: New test.
18478
18479 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
18480
18481         * gcc.dg/20020116-2.c: New test.
18482
18483         * gcc.dg/ultrasp4.c: New test.
18484
18485         * gcc.dg/20020116-1.c: New test.
18486
18487 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
18488
18489         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
18490         by EABI.
18491
18492 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
18493
18494         * gcc.misc-tests/i386-prefetch.exp: New.
18495         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
18496         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
18497         * gcc.misc-tests/i386-pf-none-1.c: New test.
18498         * gcc.misc-tests/i386-pf-sse-1.c: New test.
18499
18500 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
18501
18502         * gcc.dg/gnu89-init-1.c: Add new tests.
18503
18504 2002-01-15  Andreas Jaeger  <aj@suse.de>
18505
18506         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
18507         * gcc.dg/i386-mmx-2.c: Likewise.
18508         * gcc.dg/i386-sse-1.c: Likewise.
18509         * gcc.dg/i386-sse-2.c: Likewise.
18510         * gcc.dg/i386-sse-3.c: Likewise.
18511
18512 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
18513
18514         * g77.f-torture/execute/intrinsic-unix-bessel.f:
18515         Uncomment additional cases that now pass.
18516
18517 2002-01-11  Richard Henderson  <rth@redhat.com>
18518
18519         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
18520         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
18521
18522 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
18523
18524         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
18525
18526 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
18527
18528         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
18529         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
18530
18531 2002-01-10  Dale Johannesen  <dalej@apple.com>
18532
18533         * gcc.c-torture/execute/loop-11.c: New.
18534
18535 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
18536
18537         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
18538         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18539
18540 2002-01-09  Richard Henderson  <rth@redhat.com>
18541
18542         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
18543         type in which to perform the operation for each size.
18544
18545 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
18546
18547         * gcc.c-torture/compile/20020109-2.c: New test.
18548
18549 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
18550
18551         * gcc.c-torture/execute/loop-10.c: New test.
18552
18553 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18554
18555         * gcc.c-torture/compile/20010226-1.c: New test.
18556         * gcc.c-torture/compile/20010227-1.c: New test.
18557         * gcc.c-torture/compile/20010426-1.c: New test.
18558         * gcc.c-torture/compile/20010510-1.c: New test.
18559         * gcc.c-torture/compile/20010605-3.c: New test.
18560         * gcc.c-torture/compile/20010824-1.c: New test.
18561         * gcc.c-torture/execute/20010409-1.c: New test.
18562         * gcc.dg/noncompile/20000901-1.c: New test.
18563         * gcc.dg/20001023-1.c: New test.
18564         * gcc.dg/20001101-1.c: New test.
18565         * gcc.dg/20001102-1.c: New test.
18566         * gcc.dg/20010207-1.c: New test.
18567         * gcc.dg/20010405-1.c: New test.
18568         * gcc.dg/20010822-1.c: New test.
18569         * gcc.dg/20011107-1.c: New test.
18570
18571 2002-01-09  Jeffrey A Law  (law@redhat.com)
18572
18573         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
18574
18575         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
18576         execution failure on PA targets.
18577
18578 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18579
18580         * gcc.c-torture/compile/20020109-1.c: New test.
18581
18582 2002-01-08  Kazu Hirata  <kazu@hxi.com>
18583
18584         * gcc.c-torture/execute/20020108-1.c: New test.
18585
18586 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
18587
18588         * gcc.dg/20020108-1.c: New test.
18589
18590 2002-01-08  H.J. Lu <hjl@gnu.org>
18591
18592         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
18593         for header files.
18594
18595 2002-01-08  Geoff Keating  <geoffk@redhat.com>
18596
18597         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
18598         consistency.
18599
18600 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18601
18602         * gcc.dg/altivec-4.c: Test altivec predicates.
18603
18604 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
18605
18606         * gcc.c-torture/execute/20020107-1.c: New test.
18607
18608 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18609
18610         PR c/5279
18611         * gcc.c-torture/compile/20020106-1.c: New test.
18612
18613 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
18614
18615         * gcc.c-torture/execute/nestfunc-4.c: New test.
18616
18617 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18618
18619         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
18620         extra triple that slipped in.
18621         * g++.old-deja/g++.abi/align.C: Likewise.
18622         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18623
18624 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18625
18626         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
18627         * g++.old-deja/g++.abi/align.C: Likewise.
18628         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18629
18630         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
18631         on FreeBSD/i386.
18632         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
18633         FreeBSD.
18634
18635 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
18636
18637         * gcc.dg/20020104-1.c: New test.
18638
18639         * gcc.dg/20020104-2.c: New test.
18640
18641 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
18642
18643         * gcc.dg/20020103-1.c: Fix typo in target selector.
18644
18645 2002-01-03  Richard Henderson  <rth@redhat.com>
18646
18647         * gcc.dg/20020103-1.c: New.
18648
18649 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18650
18651         * gcc.c-torture/execute/20020103-1.c: New test.
18652
18653 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
18654
18655         * g++.dg/other/debug2.C: New test.
18656
18657         * gcc.c-torture/compile/20020103-1.c: New test.
18658
18659 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
18660
18661         * gcc.dg/gnu89-init-1.c: Added new tests.
18662
18663 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18664
18665         * g++.dg/template/friend2.C: Remove as patch is reverted.
18666
18667         * g++.dg/warn/oldcast1.C: New test.
18668
18669         * g++.dg/template/ptrmem1.C: New test.
18670         * g++.dg/template/ptrmem2.C: New test.
18671
18672         * g++.dg/template/ntp.C: New test.
18673
18674         * g++.dg/other/component1.C: New test.
18675
18676         * g++.dg/template/ttp3.C: New test.
18677
18678         * g++.dg/template/friend2.C: New test.
18679         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
18680
18681 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18682
18683         * g++.dg/other/ptrmem1.C: New test.
18684         * g++.dg/other/ptrmem2.C: New test.
18685
18686 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18687
18688         * g++.dg/template/ctor1.C: New test.
18689
18690 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18691
18692         * g++.dg/template/friend2.C: New test.
18693
18694 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
18695
18696         * gcc.dg/mmix-1.c: New test.
18697
18698 2001-12-31  Richard Henderson  <rth@redhat.com>
18699
18700         * gcc.dg/asm-5.c: New.
18701
18702 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
18703
18704         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
18705         in namespace __gnu_cxx
18706
18707 2001-12-30  Richard Henderson  <rth@redhat.com>
18708
18709         * gcc.dg/debug-6.c: New.
18710
18711 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
18712
18713         * gcc.c-torture/compile/20011229-2.c: New test.
18714
18715 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
18716
18717         * gcc.dg/debug-3.c: New test.
18718         * gcc.dg/debug-4.c: New test.
18719         * gcc.dg/debug-5.c: New test.
18720
18721 2001-12-29  Richard Henderson  <rth@redhat.com>
18722
18723         * g++.dg/eh/loop1.C: New.
18724
18725 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18726
18727         * g++.dg/template/crash1.C: New test.
18728
18729 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18730
18731         * g++.dg/other/const1.C: New test.
18732
18733 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
18734
18735         * gcc.c-torture/compile/20011229-1.c: New test.
18736
18737 2001-12-28  Stan Shebs  <shebs@apple.com>
18738
18739         * lib/objc-torture.exp: Resync with c-torture.exp.
18740         * lib/objc.exp: Load standard libraries.
18741
18742 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
18743
18744         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
18745         additional tests.
18746
18747 2001-12-27  Roger Sayle <roger@eyesopen.com>
18748
18749         * gcc.c-torture/execute/string-opt-16.c: New testcase.
18750
18751 2001-12-27  Richard Henderson  <rth@redhat.com>
18752
18753         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
18754
18755 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
18756
18757         * g++.dg/eh/ctor1.C: New test.
18758         * g++.dg/other/error2.C: New test.
18759
18760 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
18761
18762         * g++.dg/other/init2.C: New test.
18763
18764 2001-12-24  Richard Henderson  <rth@redhat.com>
18765
18766         * gcc.dg/20011223-1.c: New.
18767         * gcc.dg/inline-1.c: New.
18768
18769 2001-12-23  Richard Henderson  <rth@redhat.com>
18770
18771         * gcc.dg/asm-4.c: Test operand modifiers.
18772
18773 2001-12-23  Richard Henderson  <rth@redhat.com>
18774
18775         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
18776
18777 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18778
18779         * gcc.c-torture/execute/20011223-1.c: New test.
18780
18781 2001-12-21  Richard Henderson  <rth@redhat.com>
18782
18783         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
18784         re-enables the warning.
18785
18786 2001-12-21  Richard Henderson  <rth@redhat.com>
18787
18788         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
18789
18790 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
18791
18792         * gcc.c-torture/compile/20011218-1.c: New test.
18793
18794 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
18795
18796         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
18797         arm-isr.c test.
18798         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
18799         epilogue generation for ARM ISR routines.
18800
18801 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18802
18803         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
18804         * gcc.dg/format/c90-printf-3.c: Likewise.
18805         * gcc.dg/format/c99-printf-3.c: Likewise.
18806         * gcc.dg/format/ext-1.c: Likewise.
18807         * gcc.dg/format/ext-6.c: Likewise.
18808         * gcc.dg/format/format.h: Prototype unlocked stdio.
18809
18810 2001-12-20  Richard Henderson  <rth@redhat.com>
18811
18812         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
18813         (arena): Use it.
18814         (malloc): Correct allocation logic.  Abort if we fill up the
18815         arena before initialization complete.
18816         (realloc): Correct allocation logic.
18817
18818 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
18819
18820         * gcc.c-torture/compile/20011219-2.c: New test.
18821
18822         * gcc.c-torture/execute/20011219-1.c: New test.
18823
18824 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
18825
18826         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
18827         target does not support weak symbols.
18828
18829 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
18830
18831         * gcc.c-torture/compile/20011219-1.c: New test.
18832
18833 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
18834
18835         * g++.dg/other/error1.C: New test.
18836
18837 2001-12-17  Jeffrey A Law  (law@redhat.com)
18838
18839         * gcc.c-torture/execute/20011217-1.c: New test.
18840
18841 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
18842
18843         * objc.dg/special/: New directory.
18844         * objc.dg/special/special.exp: New file.
18845         * objc.dg/special/unclaimed-category-1.h: New file.
18846         * objc.dg/special/unclaimed-category-1a.m: New file.
18847         * objc.dg/special/unclaimed-category-1.m: New file.
18848
18849 2001-12-17  Andreas Jaeger  <aj@suse.de>
18850
18851         * gcc.c-torture/compile/20011217-2.c: New test.
18852
18853 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18854
18855         * gcc.c-torture/compile/20011217-1.c: New test.
18856
18857 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
18858
18859         * testsuite/gcc.dg/20011214-1.c: New.
18860
18861 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
18862
18863         * gcc.dg/altivec-4.c: New.
18864
18865 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
18866
18867         * gcc.dg/20011113-1.c: New test.
18868
18869 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18870
18871         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
18872         std::__malloc_alloc_template<0> and
18873         std::__default_alloc_template<false, 0>.
18874
18875 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
18876
18877         * objc/execute/bf-21.m: New test.
18878         * objc/execute/enumeration-1.m: New test.
18879         * objc/execute/enumeration-2.m: New test.
18880
18881 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
18882
18883         * gcc.dg/gnu89-init-1.c: New test.
18884
18885 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
18886
18887         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
18888         * g++.old-deja/g++.jason/2371.C: Likewise.
18889         * g++.old-deja/g++.jason/template33.C: Likewise.
18890         * g++.old-deja/g++.jason/template34.C: Likewise.
18891         * g++.old-deja/g++.jason/template36.C: Likewise.
18892         * g++.old-deja/g++.oliva/typename1.C: Likewise.
18893         * g++.old-deja/g++.oliva/typename2.C: Likewise.
18894         * g++.old-deja/g++.other/typename1.C: Likewise.
18895         * g++.old-deja/g++.pt/inherit2.C: Likewise.
18896         * g++.old-deja/g++.pt/nontype5.C: Likewise.
18897         * g++.old-deja/g++.pt/typename11.C: Likewise.
18898         * g++.old-deja/g++.pt/typename14.C: Likewise.
18899         * g++.old-deja/g++.pt/typename16.C: Likewise.
18900         * g++.old-deja/g++.pt/typename3.C: Likewise.
18901         * g++.old-deja/g++.pt/typename4.C: Likewise.
18902         * g++.old-deja/g++.pt/typename5.C: Likewise.
18903         * g++.old-deja/g++.pt/typename7.C: Likewise.
18904         * g++.old-deja/g++.robertl/eb9.C: Likewise.
18905
18906 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
18907
18908         * g++.dg/other/linkage1.C: New test.
18909         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
18910         specifiers.
18911
18912 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
18913
18914         * gcc.dg/concat.c: New test.
18915
18916 2001-12-11  Stan Shebs  <shebs@apple.com>
18917
18918         * objc/compile: New test directory.
18919         * objc/compile/compile.exp: New expect script.
18920         * objc/compile/20011211-1.m: New compile test.
18921
18922 2001-12-11  Jason Merrill  <jason@redhat.com>
18923
18924         * lib/prune.exp (prune_gcc_output): Also handle "In member
18925         function".  So many permutations...
18926
18927 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
18928
18929         * g++.dg/template/typedef1.C: New test.
18930
18931 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
18932
18933         * g++.dg/other/copy1.C: New test.
18934
18935 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
18936
18937         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
18938
18939         * gcc.dg/builtin-choose-expr.c: New.
18940
18941 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
18942
18943         * gcc.dg/altivec-2.c: New.
18944
18945 2001-12-07  Richard Henderson  <rth@redhat.com>
18946
18947         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
18948
18949 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
18950
18951         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
18952         ultrasparc.
18953
18954 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18955
18956         * g++-old.deja/g++.robertl/eb101.C: Deleted.
18957
18958 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
18959
18960         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
18961         variable argument list.
18962
18963 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
18964
18965         * gcc.c-torture/execute/memcheck: Delete entire directory.
18966         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
18967         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
18968
18969 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18970
18971         * gcc.dg/Wshadow-1.c: New test.
18972
18973 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
18974
18975         * gcc.c-torture/compile/20011130-1.c: New test.
18976
18977         * gcc.dg/noncompile/20011025-1.c: New test.
18978
18979         * g++.dg/other/anon-union.C: New test.
18980
18981         * gcc.c-torture/execute/20011024-1.c: New test.
18982
18983 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
18984
18985         * gcc.c-torture/execute/20000722-1.x,
18986         gcc.c-torture/execute/20010123-1.x: Remove.
18987         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
18988         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
18989         gcc.dg/c99-complit-2.c: New tests.
18990
18991 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
18992
18993         * g++.dg/inherit/base1.C: New test.
18994
18995 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
18996
18997         * g++.dg/other/stdarg1.C: New test.
18998
18999         * gcc.c-torture/compile/20011130-2.c: New test.
19000
19001 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
19002
19003         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
19004         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
19005         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
19006         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
19007         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
19008         * gcc.dg/builtin-prefetch-1.c: New test.
19009
19010 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
19011
19012         * gcc.dg/20011130-1.c: New test.
19013
19014 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
19015
19016         * g++.dg/other/scope1.C: New test.
19017         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
19018
19019 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
19020
19021         * gcc.dg/vla-init-1.c: New test.
19022
19023 2001-12-01  Geoff Keating  <geoffk@redhat.com>
19024
19025         * gcc.c-torture/compile/structs.c: New testcase from GDB.
19026
19027 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19028
19029         * objc.dg/alias.m: Update.
19030         * objc.dg/class-1.m: Update.
19031         * objc.dg/const-str-1.m: Update.
19032         * objc.dg/fwd-proto-1.m: Update.
19033         * objc.dg/id-1.m: Update.
19034         * objc.dg/super-class-1.m: Update.
19035
19036 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
19037
19038         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
19039         constructs.
19040
19041 2001-11-28  Jeffrey A Law  (law@cygnus.com)
19042
19043         * gcc.c-torture/execute/20011128-1.c: New test.
19044
19045 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
19046
19047         * gcc.dg/20011127-1.c: New test.
19048
19049 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19050
19051         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
19052         from Austin Group draft 7.
19053         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
19054         scanf format arguments.
19055         * gcc.dg/format/no-exargs-2.c: New test.
19056
19057 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
19058
19059         * g++.dg/abi/vbase8-4.C: New test.
19060
19061 2001-11-24  Ian Lance Taylor  <ian@airs.com>
19062
19063         * gcc.c-torture/execute/20011121-1.c: New test.
19064
19065 2001-11-23  Jeffrey A Law  (law@cygnus.com)
19066
19067         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
19068
19069 2001-11-23  Andreas Jaeger  <aj@suse.de>
19070
19071         * gcc.dg/cpp/charconst-2.c: New test.
19072
19073 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
19074
19075         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
19076         to the host if it is remote.  Let tests specify extra headers
19077         they use.
19078         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
19079         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
19080         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
19081         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
19082         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
19083         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
19084         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
19085         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
19086         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
19087         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
19088
19089 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
19090
19091         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
19092         for little endian ARMs.
19093
19094 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
19095
19096         * gcc.c-torture/compile/20011119-1.c: New test.
19097         * gcc.c-torture/compile/20011119-2.c: New test.
19098
19099 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
19100
19101         * gcc.dg/altivec-1.c: Fix typo.
19102
19103 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
19104
19105         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
19106
19107 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
19108
19109         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
19110
19111 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
19112
19113         * lib/g77.exp: Don't specify --rpath-link.
19114
19115         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
19116         across all the headers.
19117         * gcc.dg/format/format.exp: For testing on a remote host,
19118         copy format.h.
19119
19120         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
19121         * gcc.c-torture/execute/930406-1.c: Likewise.
19122         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
19123
19124 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
19125
19126         * gcc.dg/altivec-1.c: New.
19127
19128 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
19129
19130         * gcc.dg/cpp/fpreprocessed.c: New test case.
19131
19132 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19133
19134         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
19135         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
19136         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
19137
19138 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19139
19140         * gcc.dg/no-builtin-1.c: New test.
19141
19142 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
19143
19144         * gcc.c-torture/execute/20011115-1.c: New test.
19145
19146 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
19147
19148         * gcc.c-torture/compile/20011114-2.c: New test.
19149         * gcc.c-torture/compile/20011114-3.c: New test.
19150         * gcc.c-torture/compile/20011114-4.c: New test.
19151
19152 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
19153
19154         * g++.dg/other/init1.C: New test.
19155
19156 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
19157
19158         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
19159         message.
19160
19161         * gcc.c-torture/execute/20011114-1.c: New testcase.
19162
19163         * gcc.c-torture/compile/20010327-1.c: Revert last change.
19164         * gcc.c-torture/compile/20011114-1.c: New test, exactly
19165         like the (before this change) version of 20010327-1.c.
19166
19167 2001-11-14  Roger Sayle <roger@eyesopen.com>
19168
19169         * gcc.c-torture/execute/string-opt-13.c: New testcase.
19170
19171 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
19172
19173         * g++.dg/init/array2.C: New test.
19174
19175 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
19176
19177         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
19178
19179 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
19180
19181         * g++.dg/other/forscope1.C: New test.
19182         * g++.dg/ext/forscope1.C: New test.
19183         * g++.dg/ext/forscope2.C: New test.
19184
19185 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
19186
19187         * gcc.c-torture/execute/20011113-1.c: New test.
19188
19189 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
19190
19191         * gcc.c-torture/execute/20011109-2.c: New test.
19192
19193         * gcc.c-torture/execute/20011109-1.c: New test.
19194
19195 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
19196
19197         * gcc.c-torture/compile/20011109-1.c: New test.
19198
19199 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
19200
19201         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
19202         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
19203         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
19204         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
19205         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
19206         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
19207         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
19208
19209 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19210
19211         * g++.dg/warn/Wshadow-1.C: New tests.
19212         * g++.old-deja/g++.mike/for3.C: Update.
19213
19214 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19215
19216         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
19217         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
19218         XFAILs.  Adjust expected error texts.
19219         * gcc.c-torture/compile/20011106-1.c,
19220         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
19221         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
19222         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
19223         gcc.dg/c99-array-lval-5.c: New tests.
19224
19225 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19226
19227         * gcc.dg/cpp/defined.c: Update.
19228
19229 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19230
19231         * gcc.c-torture/execute/anon-1.c: New test.
19232
19233 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
19234
19235         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
19236         same size, so no warning should be produced on stormy16.
19237
19238         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
19239         due to oversized array.
19240         * g++.old-deja/g++.mike/ns15.C: Likewise.
19241         * g++.old-deja/g++.pt/crash16.C: Likewise.
19242
19243 2001-11-02  Graham Stott  <grahams@redhat.com>
19244
19245         * g++.dgother/debug1.C: Fix typos.
19246
19247 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
19248
19249         * g++.dg/other/debug1.C: New test.
19250
19251 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19252
19253         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
19254         of unsigned long.
19255
19256 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
19257
19258         * gcc.dg/20011029-2.c: New test.
19259
19260         * gcc.c-torture/compile/20011029-1.c: New test.
19261
19262 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
19263
19264         * objc/execute/class_self-1.m: New test.
19265         * objc/execute/class_self-2.m: New test.
19266
19267 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
19268
19269         * gcc.misc-tests/msgs.exp: Delete.
19270         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
19271         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
19272         error set to match recent changes.
19273
19274 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
19275
19276         * gcc.dg/20011021-1.c: New test.
19277
19278 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
19279
19280         * gcc.c-torture/compile/20011023-1.c: New test.
19281
19282 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
19283
19284         * lib/g77.exp: Rewrite based on lib/g++.exp.
19285
19286 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
19287
19288         * gcc.c-torture/execute/20011019-1.c: New test.
19289
19290         * gcc.dg/20011018-1.c: New test.
19291
19292 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
19293
19294         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
19295
19296 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
19297
19298         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
19299         * gcc.dg/attr-invalid.c: Likewise.
19300
19301 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
19302
19303         * testsuite/gcc.dg/20011015-1.c: New test.
19304
19305 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19306
19307         * g++.dg/template/unify2.C: New test.
19308
19309 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19310
19311         * g++.dg/other/exception-specification.C: New test
19312
19313 2001-10-13  Tom Rix  <trix@redhat.com>
19314
19315         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
19316         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
19317
19318 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
19319
19320         * testsuite/gcc.dg/20011009-1.c: New test.
19321
19322 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
19323
19324         PR g++/4476
19325         * g++.dg/other/friend1.C: New test.
19326
19327 2001-10-11  Richard Henderson  <rth@redhat.com>
19328
19329         * g++.old-deja/g++.other/crash18.C: Add -S to options.
19330
19331 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19332
19333         * gcc.c-torture/compile/20011010-1.c: New.
19334
19335 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19336
19337         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
19338         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
19339         g77.f-torture/execute/execute.exp,
19340         g77.f-torture/noncompile/noncompile.exp,
19341         gcc.c-torture/compile/compile.exp,
19342         gcc.c-torture/execute/execute.exp,
19343         gcc.c-torture/execute/ieee/ieee.exp,
19344         gcc.c-torture/execute/memcheck/memcheck.exp,
19345         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
19346         objc/execute/execute.exp: Update FSF address.
19347
19348 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
19349
19350         * gcc.dg/cpp/cmdlne-C.c: Update.
19351         * gcc.dg/cpp/cmdlne-C2.c: New.
19352
19353 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19354
19355         * gcc.c-torture/execute/20011008-3.c: New.
19356
19357 2001-10-08  DJ Delorie  <dj@redhat.com>
19358
19359         * gcc.dg/20011008-1.c: New.
19360         * gcc.dg/20011008-2.c: New.
19361
19362 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19363
19364         * gcc.dg/cpp/spacing1.c: Update test.
19365
19366 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19367
19368         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
19369         spelling errors of "separate" as "seperate".
19370
19371 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
19372
19373         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
19374         enough to avoid inlining.
19375
19376 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19377
19378         * lib/g77.exp: set libg2c_dir correctly.
19379
19380 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19381
19382         * gcc.dg/cpp/macro11.c: New test.
19383
19384 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19385
19386         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
19387         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
19388         gcc.dg/format/multattr-3.c: New tests.
19389         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
19390         tests for format attributes on function pointers being rejected.
19391
19392 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19393
19394         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
19395
19396 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19397
19398         * g++.dg/warn/format1.C: New test.
19399
19400 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19401
19402         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
19403
19404 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19405
19406         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
19407
19408 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19409
19410         * gcc.dg/cpp/redef2.c: Add test.
19411
19412 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
19413
19414         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
19415         long-standing bug on i686, apparently.
19416         * gcc.c-torture/execute/loop-2c.x: New file.
19417         * gcc.c-torture/execute/loop-2d.x: New file.
19418         * gcc.c-torture/execute/loop-3c.x: New file.
19419
19420 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
19421
19422         * gcc.dg/cpp/20000625-2.c: Correct line number.
19423
19424 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19425
19426         * gcc.dg/cpp/macro10.c: New test.
19427         * gcc.dg/cpp/strify3.c: New test.
19428         * gcc.dg/cpp/spacing1.c: Add tests.
19429         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
19430         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
19431
19432 2001-09-24  DJ Delorie  <dj@redhat.com>
19433
19434         * gcc.c-torture/execute/20010924-1.c: New test.
19435
19436 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19437
19438         * testsuite/objc/execute/paste.m: Remove.
19439
19440 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19441
19442         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
19443
19444 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
19445
19446         * g77.dg/strlen0.f: New test.
19447
19448 2001-09-21  Richard Henderson  <rth@redhat.com>
19449
19450         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
19451         * g++.old-deja/g++.abi/vtable2.C: Likewise.
19452
19453 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
19454
19455         Table-driven attributes.
19456         * g++.dg/ext/attrib1.C: New test.
19457
19458 2001-09-20  DJ Delorie  <dj@redhat.com>
19459
19460         * gcc.dg/20000926-1.c: Update expected warning messages.
19461         * gcc.dg/array-2.c: Likewise, and test for warnings too.
19462         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
19463         array.
19464
19465 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
19466
19467         * g++.dg/eh/registers1.C: New test case.
19468
19469 2001-09-17  Richard Henderson  <rth@redhat.com>
19470
19471         * gcc.dg/array-5.c: Fix VLA decomposition test.
19472
19473 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19474
19475         * gcc.dg/cpp/line5.c: New testcase.
19476
19477 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19478
19479         * gcc.dg/cpp/macro9.c: New test.
19480
19481 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
19482
19483         * gcc.c-torture/execute/980223.c: Change type of addr from long
19484         to char *.
19485
19486 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
19487
19488         * gcc.c-torture/execute/20010915-1.c: New test.
19489
19490 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
19491
19492         * g77.dg/bprob: New directory.
19493         * g77.dg/bprob/bprob.exp: New file.
19494         * g77.dg/bprob/bprob-1.f: New test.
19495         * g77.dg/gcov: New directory.
19496         * g77.dg/gcov/gcov.exp: New file.
19497         * g77.dg/gcov/gcov-1.f: New test.
19498         * g77.dg/gcov/gcov-1.x: New file.
19499
19500 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19501
19502         * gcc.dg/cpp/directiv.c: Update.
19503         * gcc.dg/cpp/undef1.c: Update.
19504
19505 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
19506
19507         * gcc.dg/20010912-1.c: New test.
19508
19509 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
19510
19511         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
19512         language-independent file in lib.
19513         * lib/gcov.exp: New file.
19514
19515 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19516
19517         * gcc.c-torture/compile/20010911-1.c: New test.
19518
19519 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
19520
19521         * lib/profopt.exp: New, to support profile-directed optimizations.
19522         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
19523         * gcc.misc-tests/bprob-1.c: New test.
19524         * gcc.misc-tests/bprob-2.c: New test.
19525
19526 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
19527
19528         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
19529         XFAIL and which kinds of gcov output to verify.
19530         * gcc.misc-tests/gcov-4b.x: New file.
19531         * gcc.misc-tests/gcov-5b.x: New file.
19532         * gcc.misc-tests/gcov-6.x: New file.
19533         * gcc.misc-tests/gcov-7.c: New test.
19534         * gcc.misc-tests/gcov-7.x: New file.
19535
19536 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
19537
19538         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
19539         * gcc.misc-tests/gcov-6.c: New test.
19540
19541 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
19542
19543         PR c++/3986
19544         * g++.dg/abi/vbase1.C: New test.
19545
19546 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
19547
19548         * objc.dg/method-2.m: New.
19549
19550 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
19551
19552         PR c++/4203
19553         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
19554         * g++.dg/init/empty1.C: New test.
19555
19556 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
19557
19558         * gcc.c-torture/compile/20010903-1.c: New test.
19559
19560 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
19561
19562         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
19563         for m68k.
19564
19565 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
19566
19567         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
19568
19569         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
19570
19571         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
19572
19573 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
19574
19575         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
19576         for 16-bit 'unsigned int'.
19577
19578 2001-08-29  Kazu Hirata  <kazu@hxi.com>
19579
19580         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
19581
19582 2001-08-27  Richard Henderson  <rth@redhat.com>
19583
19584         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
19585         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
19586
19587 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
19588
19589         * gcc.dg/asm-names.c (ymain): New.
19590
19591 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
19592
19593         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
19594         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
19595         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
19596
19597 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19598
19599         * gcc.dg/compare5.c: New testcase.
19600
19601 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
19602
19603         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
19604         and "In instantiation".
19605
19606 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
19607
19608         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
19609
19610 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
19611
19612         * gcc.misc-tests/gcov.exp: Add support for branch information.
19613         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
19614         * gcc.misc-tests/gcov-4.c: New test.
19615         * gcc.misc-tests/gcov-4b.c: New test.
19616         * gcc.misc-tests/gcov-5b.c: New test.
19617
19618 2001-08-20  Zack Weinberg  <zackw@panix.com>
19619
19620         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
19621         expected to fail.
19622
19623 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19624
19625         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
19626
19627 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
19628
19629         * g++.dg/eh/template1.C: New test.
19630
19631 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
19632
19633         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
19634         Fix thinko.
19635         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
19636         for xfail.
19637
19638 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
19639
19640         * lib/g77-dg.exp:  Use prune.exp for common procedures
19641         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
19642         * lib/g77.exp: (g77-dg-prune) Remove
19643
19644 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
19645
19646         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
19647
19648 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19649
19650         * g++.dg/template/unify1.C: New test.
19651
19652 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
19653
19654         * g++.dg/abi/empty4.C: New test.
19655
19656 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
19657
19658         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
19659         solaris2.*
19660         * g77.f-torture/compile/pr3743.x: Likewise
19661
19662 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19663
19664         * g++.dg/other/using-declaration.C: New test.
19665
19666 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19667
19668         * gcc.dg/cpp/tr-sign.c: New testcase.
19669
19670 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19671
19672         * gcc.dg/cpp/19951025-1.c: Revert.
19673         * gcc.dg/cpp/directiv.c: We no longer process directives that
19674         interrupt macro arguments.
19675
19676 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
19677
19678         * gcc.dg/bconstp-1.c: New test.
19679
19680 2001-08-03  Richard Henderson  <rth@redhat.com>
19681
19682         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
19683
19684 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19685
19686         * gcc.dg/cpp/19951025-1.c: Update.
19687
19688 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
19689
19690         * g77.dg/ff90-1.f (s): Fix reference of variable z,
19691         should be x.
19692
19693 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
19694
19695         Kill -fhonor-std.
19696         * g++.old-deja/g++.ns/ns14.C: Remove special options.
19697         * g++.old-deja/g++.other/std1.C: Likewise.
19698         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
19699
19700 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
19701
19702         * lib/g77.exp:  Load gcc-defs.exp for common procedures
19703         (g77_pass, g77_fail, g77_finish, g77_exit,
19704         ${tool}_check_unsupported_p} Now redundant.  Deleted.
19705
19706 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
19707
19708         * g77.dg/fbackslash.f
19709         * g77.dg/fcase-preserve.f
19710         * g77.dg/ff90-1.f
19711         * g77.dg/ffixed-line-length-0.f
19712         * g77.dg/ffixed-line-length-132.f
19713         * g77.dg/ffixed-line-length-7.f
19714         * g77.dg/ffixed-line-length-72.f
19715         * g77.dg/ffixed-line-length-none.f
19716         * g77.dg/ffree-form-1.f
19717         * g77.dg/fno-backslash.f
19718         * g77.dg/fno-f90-1.f
19719         * g77.dg/fno-fixed-form-1.f
19720         * g77.dg/fno-onetrip.f
19721         * g77.dg/fno-typeless-boz.f
19722         * g77.dg/fno-underscoring.f
19723         * g77.dg/fno-vxt-1.f
19724         * g77.dg/fonetrip.f
19725         * g77.dg/ftypeless-boz.f
19726         * g77.dg/fugly-assumed.f
19727         * g77.dg/funderscoring.f
19728         * g77.dg/fvxt-1.f
19729
19730 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
19731
19732         * objc.dg/fwd-proto-1.m: New.
19733         * objc.dg/local-decl-1.m: New.
19734         * objc.dg/naming-1.m: New.
19735         * objc.dg/naming-2.m: New.
19736         * objc.dg/proto-hier-1.m: New.
19737
19738 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
19739
19740         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
19741         largest-type elements to a struct makes its size grow.
19742
19743 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19744
19745         * g++.dg/abi/vthunk1.C: New test.
19746
19747 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19748
19749         * g++.dg/abi/vbase8-22.C: New test.
19750
19751 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19752
19753         * gcc.dg/cpp/macro8.c: New test.
19754
19755 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19756
19757         * g++.dg/abi/vbase8-21.C: New test.
19758
19759 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19760
19761         * g++.dg/abi/vbase8-10.C: New test.
19762
19763 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19764
19765         * lib/g++.exp (g++_set_ld_library_path): Renamed to
19766         ${tool}_set_ld_library_path.
19767         Changed caller.
19768         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
19769         g++.exp.
19770
19771 2001-07-26  Stan Cox <scox@redhat.com>
19772
19773         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
19774         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
19775         gcc_exit, gcc_check_unsupported_p):
19776         Moved to gcc-deps.exp
19777         * gcc-deps.exp: New file.
19778
19779 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19780
19781         * g++.old-deja/g++.pt/defarg14.C: New test.
19782
19783 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19784
19785         * g++.old-deja/g++.other/lineno5.C: New test.
19786
19787 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19788
19789         * g++.old-deja/g++.pt/crash68.C: New test.
19790
19791 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19792
19793         * g++.old-deja/g++.other/crash42.C: New test.
19794
19795 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19796
19797         * gcc.dg/cpp/extratokens.c: Fix.
19798         * gcc.dg/cpp/skipping2.c: New tests.
19799
19800 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19801
19802         * gcc.c-torture/execute/20010724-1.c: New file.
19803         * gcc.c-torture/execute/20010724-1.x: New file.
19804
19805 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19806
19807         * g++.old-deja/g++.other/cond7.C: New test.
19808
19809 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19810
19811         * g++.old-deja/g++.other/optimize4.C: New test.
19812
19813 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19814
19815         * g++.old-deja/g++.abi/vbase8-5.C: New test.
19816
19817 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
19818
19819         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
19820         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
19821         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
19822         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
19823
19824         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
19825         bug report" message.
19826
19827         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
19828         * g++.dg/ext/instantiate1.C: Move from old-deja.
19829
19830 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
19831
19832         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
19833         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
19834         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
19835         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
19836
19837 2001-07-23  Jeffrey A Law  (law@cygnus.com)
19838
19839         * gcc.c-torture/execute/20010723-1.c: New test.
19840
19841 2001-07-23  Ben Elliston  <bje@redhat.com>
19842
19843         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
19844
19845 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19846
19847         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
19848         i[34567]86-*-*.
19849         Delete handling of ieee_multilib_flags.
19850         Pass -mieee for alpha*-*-* and sh-*-*.
19851         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
19852
19853 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
19854
19855         Remove old-abi tests.
19856         * g++.old-deja/g++.mike/p11116.C: Remove.
19857         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
19858
19859 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
19860
19861         * g77.f-torture/compile/pr3743.f:  New test
19862
19863 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
19864
19865         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
19866
19867 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19868
19869         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
19870         g++.old-deja/g++.pt/static6.C: Likewise.
19871         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
19872         supports weak symbols.
19873
19874 2001-07-18  Andreas Jaeger  <aj@suse.de>
19875
19876         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
19877         supported again.
19878
19879 2001-07-18  Andreas Jaeger  <aj@suse.de>
19880
19881         * gcc.dg/iftrap-1.c: Fix target line.
19882
19883 2001-07-17  Richard Henderson  <rth@redhat.com>
19884
19885         * gcc.c-torture/execute/20010717-1.c: New.
19886
19887 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
19888
19889         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
19890         tests.
19891
19892 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19893
19894         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
19895
19896 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19897
19898         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
19899         UAC_SIGBUS, UAC_NOPRINT definitions.
19900
19901 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
19902
19903         * objc/execute/object_is_class.m: New test.
19904         * objc/execute/object_is_meta_class.m: New test.
19905
19906 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19907
19908         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
19909         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
19910
19911 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
19912
19913         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
19914         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
19915
19916 2001-07-14  Richard Henderson  <rth@redhat.com>
19917
19918         * gcc.dg/iftrap-1.c: New.
19919
19920 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
19921
19922         * g77.f-torture/execute/intrinsic77.f: New test.
19923
19924 2001-07-11  Janis Johnson <janis@us.ibm.com>
19925
19926         * gcc.misc-tests/gcov-3.c: New test.
19927
19928 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
19929
19930         * gcc.c-torture/compile/20010711-1.c,
19931         * gcc.c-torture/compile/20010711-2.c: New tests.
19932
19933 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
19934
19935         * gcc.c-torture/execute/20010711-1.c: New test.
19936
19937 2001-07-11  Ben Elliston  <bje@redhat.com>
19938
19939         * g++.old-deja/g++.other/enum5.C: New test.
19940
19941 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
19942
19943         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
19944         (g++-dg-prune): Call prune_gcc_output.
19945         * prune.exp: New file for prune_gcc_output.
19946         * lib/g++.exp, lib/gcc.exp: Load it.
19947
19948 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19949
19950         * gcc.c-torture/compile/20010701-1.c,
19951         g++.old-deja/g++.ext/attrib6.C: New tests.
19952
19953 2001-07-06  Jeffrey A Law  (law@cygnus.com)
19954
19955         * gcc.c-torture/compile/20010706-1.c: New test.
19956
19957 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
19958
19959         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
19960
19961 2001-06-28  Stan Shebs  <shebs@apple.com>
19962
19963         * gcc.dg/pragma-darwin.c: New test.
19964
19965 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19966
19967         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
19968         Solaris 2.[678] system.
19969
19970 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19971
19972         * gcc.dg/20010622-1.c: New test.
19973
19974 2001-06-18  Stan Shebs  <shebs@apple.com>
19975
19976         * objc.dg: New directory.
19977         * objc.dg/dg.exp: New file.
19978         * objc.dg/alias.m: New.
19979         * objc.dg/class-1.m: New.
19980         * objc.dg/class-2.m: New.
19981         * objc.dg/const-str-1.m: New.
19982         * objc.dg/const-str-2.m: New.
19983         * objc.dg/id-1.m: New.
19984         * objc.dg/method-1.m: New.
19985         * objc.dg/super-class-1.m: New.
19986         * lib/objc-dg.exp: New file.
19987
19988 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19989
19990         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
19991         of label name.
19992
19993 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
19994
19995         * g++.old-deja/g++.abi/vbase8-9.C: New test.
19996
19997 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19998
19999         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
20000         variable.
20001
20002 2001-06-12  Richard Henderson  <rth@redhat.com>
20003
20004         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
20005
20006 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
20007
20008         * g++.old-deja/g++.abi/vbase5.C: New test.
20009         * g++.old-deja/g++.abi/vbase6.C: New test.
20010         * g++.old-deja/g++.abi/vbase7.C: New test.
20011
20012 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20013
20014         * gcc.c-torture/compile/20010610-1.c: New test.
20015
20016 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
20017
20018         * g++.old-deja/g++.abi/vbase4.C: New test.
20019
20020 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20021
20022         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
20023         support %f for HC11/HC12 targets.
20024         * gcc.c-torture/execute/930513-1.x: New file, likewise.
20025         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
20026         on HC11/HC12 targets.
20027         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
20028
20029 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20030
20031         * gcc.dg/wchar_t-1.c: New file.
20032         * gcc.dg/wint_t-1.c: Likewise.
20033
20034 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
20035
20036         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
20037
20038 2001-06-11  Richard Henderson  <rth@redhat.com>
20039
20040         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
20041
20042 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20043
20044         * gcc.c-torture/compile/20010611-1.c: New test.
20045
20046 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20047
20048         * gcc.dg/c99-tag-1.c: Add more tests.
20049
20050 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
20051
20052         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
20053         representation on MN10300 and ARM/Thumb.
20054
20055 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
20056
20057         * g77.f-torture/execute/20010610.f: New.
20058
20059 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
20060
20061         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
20062         names.
20063
20064 2001-06-09  Richard Henderson  <rth@redhat.com>
20065
20066         * gcc.c-torture/execute/ashrdi-1.c: New.
20067         * gcc.c-torture/execute/ashldi-1.c: New.
20068         * gcc.c-torture/execute/lshrdi-1.c: New.
20069
20070 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
20071
20072         * objc/execute/load-3.m: Added. Check sending +load to categories,
20073         in addition to classes.
20074
20075 2001-06-08  Stan Shebs  <shebs@apple.com>
20076
20077         * objc/execute/load-2.m: New test.  From Nicola Pero
20078         <n.pero@mi.flashnet.it>.
20079
20080 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
20081
20082         * gcc.c-torture/execute/20010605-2.c: New test.
20083
20084 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
20085
20086         * g++.old-deja/g++.abi/vbase2.C: New test.
20087         * g++.old-deja/g++.abi/vbase3.C: New test.
20088
20089 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
20090
20091         * g++.old-deja/g++.pt/friend49.C: New test.
20092
20093 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
20094
20095         * g++.old-deja/g++.ext/anon3.C: New test.
20096
20097 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
20098
20099         * g++.old-deja/g++.other/conv7.C: New test.
20100
20101 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
20102
20103         * gcc.c-torture/compile/20010605-2.c: New test.
20104
20105 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20106
20107         * gcc.c-torture/execute/20010604-1.c: New test.
20108
20109 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
20110
20111         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
20112
20113 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
20114
20115         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
20116         (g++_link_flags): Likewise.
20117         (g++_init): Pass gccpath's value to two previous functions.
20118
20119 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20120
20121         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
20122         Ensure logfile entry matches exec command line.
20123
20124 2001-05-31  Richard Henderson  <rth@redhat.com>
20125
20126         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
20127         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
20128
20129 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
20130
20131         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
20132         compiler for irix6.2
20133
20134 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
20135
20136         * g++.old-deja/g++.other/optimize3.C: New file.
20137
20138 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
20139
20140         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
20141         assemble.
20142
20143 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
20144
20145         * g++.old-deja/g++.other/optimize2.C: New file.
20146
20147 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
20148
20149         * gcc.c-torture/compile/20010518-2.c: New file.
20150         * gcc.c-torture/execute/20010518-1.c: New file.
20151         * gcc.c-torture/execute/20010518-2.c: New file.
20152
20153 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20154
20155         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
20156
20157 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
20158
20159         G++ no longer defines builtins that do not begin with __builtin.
20160         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
20161         * g++.old-deja/g++.brendand/misc13.C: Likewise.
20162         * g++.old-deja/g++.law/builtin1.C: Likewise.
20163         * g++.old-deja/g++.law/cvt2.C: Likewise.
20164         * g++.old-deja/g++.mike/net5.C: Likewise.
20165         * g++.old-deja/g++.other/builtins1.C: Likewise.
20166         * g++.old-deja/g++.other/builtins2.C: Likewise.
20167         * g++.old-deja/g++.other/builtins3.C: Likewise.
20168         * g++.old-deja/g++.other/builtins4.C: Likewise.
20169         * g++.old-deja/g++.other/inline8.C: Likewise.
20170         * g++.old-deja/g++.robertl/eb39.C: Likewise.
20171
20172 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
20173
20174         * g++.old-deja/g++.pt/using1.C: Adjust.
20175         * g++.old-deja/g++.pt/using2.C: New test.
20176
20177 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
20178
20179         * gcc.dg/cpp/charconst.c: New tests.
20180         * gcc.dg/cpp/escape.c: New tests.
20181         * gcc.dg/cpp/escape-1.c: New tests.
20182         * gcc.dg/cpp/escape-2.c: New tests.
20183         * gcc.dg/cpp/ucs.c: New tests.
20184
20185 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
20186
20187         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
20188         native compiler for irix6.5.
20189
20190 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
20191
20192         * lib/g++.exp (g++_include_flags): Use args to compute
20193         get_multilibs.
20194         (g++_link_flags): Likewise.
20195         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
20196
20197 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20198
20199         * gcc.dg/c90-hexfloat-1.c: Add more tests.
20200
20201 2001-05-21  Geoff Keating  <geoffk@redhat.com>
20202
20203         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
20204         this file.
20205
20206 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20207
20208         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
20209         STACK_SIZE;
20210         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
20211         to STACK_SIZE; Use it to define size of add_histo array.
20212         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
20213         to STACK_SIZE.
20214         (f): Use GITT_SIZE to define size of gitt local table.
20215         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
20216         to STACK_SIZE; Use it to define size of bytemem array.
20217
20218 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20219
20220         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
20221         on 68HC11/HC12 due to the asm instruction.
20222         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
20223         * gcc.c-torture/compile/920520-1.x: Likewise.
20224         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
20225         on 68HC11/HC12 because the function is larger than 64K.
20226         * gcc.c-torture/compile/961203-1.x: New file, this test fails
20227         on 68HC11/HC12 because the structure is too large.
20228
20229 2001-05-20  Richard Henderson  <rth@redhat.com>
20230
20231         * gcc.c-torture/execute/20010520-1.c: New.
20232
20233 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20234
20235         * g++.old-deja/g++.warn/compare1.C: New test.
20236         * gcc.dg/compare4.c: New test.
20237
20238 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
20239
20240         * g++.old-deja/g++.other/optimize1.C: New test.
20241
20242 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20243
20244         * g++.old-deja/g++.pt/spec41.C: New test.
20245
20246 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
20247
20248         * gcc.c-torture/compile/20010114-1.x: Remove.
20249
20250 2001-05-18  Stan Shebs  <shebs@apple.com>
20251
20252         * gcc.c-torture/compile/20010518-1.c: New test.
20253
20254 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
20255
20256         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
20257         * g++.old-deja/g++.pt/crash67.C: New test.
20258
20259 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
20260
20261         * g++.old-deja/g++.other/debug9.C: New test.
20262
20263 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
20264
20265         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
20266
20267 2001-05-16  Jan Hubicka  <jh@suse.cz>
20268
20269         * gcc.c-torture/compile/20010516-1.c: New test.
20270
20271 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20272
20273         * g++.old-deja/g++.other/crash41.C: New test.
20274
20275 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20276
20277         * g++.old-deja/g++.pt/crash66.C: New test.
20278
20279 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
20280
20281         * g++.old-deja/g++.robertl/eb27.C: Convert.
20282
20283 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
20284
20285         * g++.dg/friend-warn.C: New test.  Do not warn about friend
20286         declaration being redundant.
20287
20288 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
20289
20290         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
20291
20292 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
20293
20294         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
20295
20296 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
20297
20298         * lib/g++.exp: Use testsuite_flags.
20299
20300 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
20301
20302         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
20303
20304 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20305
20306         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
20307
20308 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
20309
20310         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
20311
20312 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
20313
20314         * gcc.c-torture/compile/20010313-1.c: New test.
20315
20316 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
20317
20318         * gcc.dg/cpp/direct2.c: New test.
20319         * gccq.dg/cpp/direct2s.c: New test.
20320
20321         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
20322
20323 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
20324
20325         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
20326         * g++.old-deja/g++.other/op3.C: Likewise.
20327
20328 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
20329
20330         * gcc.dg/cpp/syshdr.h: New file.
20331         * gcc.dg/cpp/sysmac1.c: Update.
20332         * gcc.dg/cpp/sysmac2.c: Update.
20333
20334 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
20335
20336         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
20337
20338 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
20339
20340         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
20341         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
20342
20343 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
20344
20345         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
20346
20347 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
20348
20349         * lib/g++.exp (g++_include_flags): Don't use any special flags
20350         if TESTING_IN_BUILD_TREE is not defined.
20351         (g++_init): Use a plain 'c++' as the compiler if
20352         TESTING_IN_BUILD_TREEE is not defined.
20353
20354 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20355
20356         * g++.old-deja/g++.eh/catch13.C: New test.
20357         * g++.old-deja/g++.eh/catch14.C: New test.
20358
20359 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20360
20361         * gcc.dg/cpp/tr-define.c: New test.
20362
20363 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
20364
20365         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
20366         <stdlib.h>, not <malloc.h>.
20367
20368 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20369
20370         * g++.old-deja/g++.ns/template17.C: New test.
20371
20372 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20373
20374         * g++.old-deja/g++.pt/ref4.C: New test.
20375
20376 2001-04-30  Richard Henderson  <rth@redhat.com>
20377
20378         * gcc.dg/20000724-1.c: Revert last change.
20379
20380 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
20381
20382         * g77.f-torture/execute/20010430.f: New test.
20383
20384 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
20385
20386         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
20387
20388 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
20389
20390         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
20391
20392 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20393
20394         * g++.old-deja/g++.eh/crash6.C: New test.
20395
20396 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20397
20398         * g++.old-deja/g++.other/warn7.C: New test.
20399
20400 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20401
20402         * g++.old-deja/g++.other/defarg9.C: New test.
20403
20404 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20405
20406         * g77.f-torture/compile/20010426.f: New test.
20407         * g77.f-torture/execute/20010426.f: New test.
20408
20409 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20410
20411         * g77.f-torture/compile/20000629-1.x: Remove - error
20412         has been fixed.
20413
20414 2001-04-26  Jeffrey A Law  (law@cygnus.com)
20415
20416         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
20417         Tweak slightly to work with g++.dg framework.
20418         * g++.dg/special/ecos.exp: Run initp1.C test.
20419         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
20420
20421         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
20422         its linker doesn't give line numbers either.
20423         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
20424
20425 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20426
20427         * g++.old-deja/g++.other/lex1.C: New test.
20428
20429 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
20430
20431         * gcc.dg/noncompile/20010425-1.c: New test.
20432
20433 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20434
20435         * g++.old-deja/g++.pt/mangle2.C: New test.
20436
20437 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20438
20439         * gcc.dg/format/plus-1.c: New test.
20440
20441 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20442
20443         * gcc.dg/20010423-1.c: New test.
20444
20445 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20446
20447         * gcc.c-torture/execute/20010422-1.c: New test.
20448
20449 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
20450
20451         * g++.old-deja/g++.ns/type2.C: New test.
20452
20453 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
20454
20455         * g++.old-deja/g++.other/perf1.C: New test.
20456
20457 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
20458
20459         * gcc.dg/c99-func-2.c: Remove xfail.
20460         * gcc.dg/c99-func-3.c: Remove xfail.
20461         * gcc.dg/c99-func-4.c: Remove xfail.
20462
20463 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
20464
20465         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
20466
20467 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
20468
20469         * gcc.c-torture/compile/20010423-1.c: New test.
20470
20471 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20472
20473         * g++.old-deja/g++.pt/typename28.C: New test.
20474
20475 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20476
20477         * g++.old-deja/g++.abi/empty2.C: New test.
20478         * g++.old-deja/g++.abi/empty3.C: New test.
20479
20480 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20481
20482         * g++.old-deja/g++.other/comdat2.C: New test.
20483         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
20484
20485 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20486
20487         * g++.old-deja/g++.other/overload14.C: New test.
20488
20489 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20490
20491         * g++.old-deja/g++.other/lookup23.C: New test.
20492
20493 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20494
20495         * gcc.c-torture/execute/20010403-1.c: New test.
20496
20497 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
20498             Mark Mitchell  <mark@codesourcery.com>
20499
20500         * lib/old-dejagnu.exp: Don't delete output of executable.
20501         Add .exe suffix to executables.
20502
20503 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
20504
20505         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
20506
20507 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20508
20509         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
20510
20511 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20512
20513         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
20514         * g++.old-deja/g++.abi/crash1.C: New test.
20515
20516 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20517
20518         * g++.old-deja/g++.other/crash40.C: New test.
20519
20520 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20521
20522         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
20523
20524 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
20525
20526         * g++.old-deja/g++.other/warn6.C: New test.
20527
20528 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
20529
20530         * g++.old-deja/g++.robertl/eb42.C: Same.
20531
20532 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20533
20534         * gcc.dg/wtr-conversion-1.c: New testcase.
20535
20536 2001-04-10  Richard Henderson  <rth@redhat.com>
20537
20538         * g++.old-deja/g++.other/array5.C: New.
20539
20540 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20541
20542         * gcc.c-torture/execute/20010408-1.c: New test.
20543
20544 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
20545
20546         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
20547         headers and constructs.
20548         * g++.old-deja/g++.robertl/eb79.C: Same.
20549         * g++.old-deja/g++.robertl/eb77.C (main): Same.
20550         * g++.old-deja/g++.robertl/eb73.C: Same.
20551         * g++.old-deja/g++.robertl/eb66.C (main): Same.
20552         * g++.old-deja/g++.robertl/eb55.C (t): Same.
20553         * g++.old-deja/g++.robertl/eb54.C (main): Same.
20554         * g++.old-deja/g++.robertl/eb46.C (main): Same.
20555         * g++.old-deja/g++.robertl/eb44.C: Same.
20556         * g++.old-deja/g++.robertl/eb41.C (main): Same.
20557         * g++.old-deja/g++.robertl/eb4.C (main): Same.
20558         * g++.old-deja/g++.robertl/eb39.C: Same.
20559         * g++.old-deja/g++.robertl/eb33.C (main): Same.
20560         * g++.old-deja/g++.robertl/eb31.C (main): Same.
20561         * g++.old-deja/g++.robertl/eb30.C: Same.
20562         * g++.old-deja/g++.robertl/eb3.C: Same.
20563         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
20564         * g++.old-deja/g++.robertl/eb21.C: Same.
20565         * g++.old-deja/g++.robertl/eb15.C: Same.
20566         * g++.old-deja/g++.robertl/eb118.C: Same.
20567         * g++.old-deja/g++.robertl/eb115.C (main): Same.
20568         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
20569         * g++.old-deja/g++.robertl/eb109.C: Same.
20570         * g++.old-deja/g++.other/sibcall1.C (main): Same.
20571         * g++.old-deja/g++.mike/rtti1.C: Same.
20572         * g++.old-deja/g++.mike/p658.C: Same.
20573         * g++.old-deja/g++.mike/net46.C: Same.
20574         * g++.old-deja/g++.mike/net34.C: Same.
20575         * g++.old-deja/g++.mike/memoize1.C: Same.
20576         * g++.old-deja/g++.mike/eh2.C: Same.
20577         * g++.old-deja/g++.law/weak.C: Same.
20578         * g++.old-deja/g++.law/visibility7.C: Same.
20579         * g++.old-deja/g++.law/visibility25.C: Same.
20580         * g++.old-deja/g++.law/visibility22.C: Same.
20581         * g++.old-deja/g++.law/visibility2.C: Same.
20582         * g++.old-deja/g++.law/visibility17.C: Same.
20583         * g++.old-deja/g++.law/visibility13.C: Same.
20584         * g++.old-deja/g++.law/visibility10.C: Same.
20585         * g++.old-deja/g++.law/visibility1.C: Same.
20586         * g++.old-deja/g++.law/virtual3.C (eval): Same.
20587         * g++.old-deja/g++.law/vbase1.C: Same.
20588         * g++.old-deja/g++.law/operators32.C: Same.
20589         * g++.old-deja/g++.law/nest3.C: Same.
20590         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
20591         * g++.old-deja/g++.law/except5.C (main): Same.
20592         * g++.old-deja/g++.law/cvt7.C (run): Same.
20593         * g++.old-deja/g++.law/cvt2.C: Same.
20594         * g++.old-deja/g++.law/cvt16.C: Same.
20595         * g++.old-deja/g++.law/ctors6.C (bar): Same.
20596         * g++.old-deja/g++.law/ctors17.C (main): Same.
20597         * g++.old-deja/g++.law/ctors13.C: Same.
20598         * g++.old-deja/g++.law/ctors12.C (main): Same.
20599         * g++.old-deja/g++.law/ctors10.C: Same.
20600         * g++.old-deja/g++.law/code-gen5.C: Same.
20601         * g++.old-deja/g++.law/bad-error7.C: Same.
20602         * g++.old-deja/g++.law/arm9.C: Same.
20603         * g++.old-deja/g++.law/arm12.C: Same.
20604         * g++.old-deja/g++.law/arg8.C: Same.
20605         * g++.old-deja/g++.law/arg1.C: Same.
20606         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
20607         * g++.old-deja/g++.jason/template31.C: Same.
20608         * g++.old-deja/g++.jason/template24.C (main): Same.
20609         * g++.old-deja/g++.jason/2371.C: Same.
20610         * g++.old-deja/g++.eh/new2.C: Same.
20611         * g++.old-deja/g++.eh/new1.C: Same.
20612         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
20613         * g++.old-deja/g++.brendan/nest21.C (main): Same.
20614         * g++.old-deja/g++.brendan/err-msg3.C: Same.
20615         * g++.old-deja/g++.brendan/crash62.C: Same.
20616         * g++.old-deja/g++.brendan/crash52.C: Same.
20617         * g++.old-deja/g++.brendan/crash49.C (main): Same.
20618         * g++.old-deja/g++.brendan/crash38.C: Same.
20619         * g++.old-deja/g++.brendan/crash15.C (main): Same.
20620         * g++.old-deja/g++.brendan/copy9.C: Same.
20621
20622 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
20623
20624         * gcc.c-torture/execute/20001203-2.c (memset):
20625         Count argument is of type __SIZE_TYPE__.
20626
20627 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
20628
20629         * gcc.c-torture/compile/20010404-1.c: New test.
20630
20631 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
20632
20633         * gcc.c-torture/compile/20010326-1.c: New test.
20634
20635 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
20636
20637         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
20638         peculiarities of the SH.
20639         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
20640
20641 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20642
20643         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
20644         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
20645         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
20646
20647 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20648
20649         * g77.f-torture/compile/20010321-1.f: New test.
20650
20651 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20652
20653         * gcc.c-torture/compile/20010329-1.c: New test.
20654
20655 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20656
20657         * gcc.c-torture/execute/20010329-1.c: New test.
20658
20659 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20660
20661         * g++.old-deja/g++.other/eh4.C: Fix typo.
20662
20663 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20664
20665         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
20666
20667 2001-03-28  Philip Blundell  <philb@gnu.org>
20668
20669         * gcc.c-torture/compile/20010328-1.c: New test.
20670
20671 2001-03-27  Richard Henderson  <rth@redhat.com>
20672
20673         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
20674         * g++.old-deja/g++.eh/vbase3.C: Likewise.
20675
20676 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
20677
20678         * gcc.c-torture/compile/20010327-1.c: New test.
20679
20680 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
20681
20682         * g++.old-deja/g++.other/friend12.C: New test.
20683         * g++.old-deja/g++.other/friend9.C: Expect no errors.
20684         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
20685
20686 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20687
20688         * gcc.c-torture/execute/20010325-1.c: New test.
20689
20690 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
20691
20692         * g++.old-deja/g++.other/mangle3.C: New test.
20693
20694 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
20695
20696         * g++.old-deja/g++.other/anon8.C: New test.
20697
20698 2001-03-20  Philip Blundell  <philb@gnu.org>
20699
20700         * gcc.c-torture/compile/20010320-1.c: New test.
20701
20702 2001-03-17  Richard Henderson  <rth@redhat.com>
20703
20704         * g++.old-deja/g++.other/eh4.C: Add expected error text.
20705
20706 2001-03-15  Geoff Keating  <geoff@redhat.com>
20707
20708         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
20709         tests on AIX.
20710
20711 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
20712
20713         * g++.old-deja/g++.other/eh4.C: New test.
20714
20715 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
20716
20717         * gcc.dg/cpp/mi1.c: Update.
20718
20719 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
20720
20721         * g++.old-deja/g++.other/regstack.C: New test.
20722
20723 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
20724
20725         * g++.old-deja/g++.other/ref4.C: New test.
20726
20727 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
20728
20729         * objc/execute/va_method.m: Added.
20730         * objc/execute/IMP.m: Added.
20731         * objc/execute/_cmd.m: Added.
20732         * objc/execute/accessing_ivars.m: Added.
20733         * objc/execute/class-1.m: Added.
20734         * objc/execute/class-10.m: Added.
20735         * objc/execute/class-11.m: Added.
20736         * objc/execute/class-12.m: Added.
20737         * objc/execute/class-13.m: Added.
20738         * objc/execute/class-14.m: Added.
20739         * objc/execute/class-2.m: Added.
20740         * objc/execute/class-3.m: Added.
20741         * objc/execute/class-4.m: Added.
20742         * objc/execute/class-5.m: Added.
20743         * objc/execute/class-6.m: Added.
20744         * objc/execute/class-7.m: Added.
20745         * objc/execute/class-8.m: Added.
20746         * objc/execute/class-9.m: Added.
20747         * objc/execute/class-tests-1.h
20748         * objc/execute/class-tests-2.h
20749         * objc/execute/compatibility_alias.m: Added.
20750         * objc/execute/encode-1.m: Added.
20751         * objc/execute/formal_protocol-1.m: Added.
20752         * objc/execute/formal_protocol-2.m: Added.
20753         * objc/execute/formal_protocol-3.m: Added.
20754         * objc/execute/formal_protocol-4.m: Added.
20755         * objc/execute/formal_protocol-5.m: Added.
20756         * objc/execute/formal_protocol-6.m: Added.
20757         * objc/execute/formal_protocol-7.m: Added.
20758         * objc/execute/informal_protocol.m: Added.
20759         * objc/execute/initialize.m: Added.
20760         * objc/execute/load.m: Added.
20761         * objc/execute/many_args_method.m: Added.
20762         * objc/execute/nested-3.m: Added.
20763         * objc/execute/no_clash.m: Added.
20764         * objc/execute/private.m: Added.
20765         * objc/execute/redefining_self.m: Added.
20766         * objc/execute/root_methods.m: Added.
20767         * objc/execute/selector-1.m: Added.
20768         * objc/execute/static-1.m: Added.
20769         * objc/execute/static-2.m: Added.
20770         * objc/execute/va_method.m: Added.
20771
20772 2001-03-10  Richard Henderson  <rth@redhat.com>
20773
20774         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
20775
20776 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
20777
20778         * g++.old-deja/g++.other/crash31.C: XFAIL.
20779         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
20780         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
20781         * gcc.c-torture/execute/20010123-1.x: XFAIL.
20782         * gcc.c-torture/execute/20010124-1.x: XFAIL.
20783         * gcc.dg/sequence-pt-1.c: XFAIL one test.
20784
20785 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
20786
20787         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
20788
20789 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20790
20791         * gcc.dg/20000724-1.c: Don't use multiline strings.
20792
20793 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20794
20795         * objc/execute/string1.m, objc/execute/string2.m: Compare the
20796         result of -cString against what we expect it to be; don't just
20797         print it out for no one to read.
20798
20799         * objc/execute/string3.m, objc/execute/string4.m: New tests.
20800         Based on testcases provided by Nicola Pero.
20801
20802 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20803
20804         * gcc.dg/cpp/macro7.c: New test.
20805
20806 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20807
20808         * gcc.dg/cpp/multiline.c: Update.
20809
20810 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20811
20812         * g++.old-deja/g++.other/enum3.C: New test.
20813
20814 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20815
20816         * g++.old-deja/g++.other/pod1.C: New test.
20817
20818 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20819
20820         * g++.old-deja/g++.ext/overload1.C: New test.
20821
20822 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
20823
20824         * g++.old-deja/g++.pt/using1.C: New test.
20825
20826 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
20827
20828         * g++.old-deja/g++.other/using9.C: New test.
20829
20830 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
20831
20832         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
20833
20834         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
20835
20836 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
20837
20838         * g++.old-deja/g++.ext/realpt1.C: Remove.
20839
20840 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
20841
20842         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
20843
20844 2001-02-26  Will Cohen  <wcohen@redhat.com>
20845
20846         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
20847
20848 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
20849
20850         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
20851         templatized constructors.
20852
20853 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20854
20855         * gcc.c-torture/execute/20010224-1.c: New test.
20856
20857 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
20858
20859         * gcc.c-torture/execute/20010222-1.c: New test.
20860
20861 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
20862
20863         * g++.old-deja/g++.other/inline20.C: New test.
20864
20865 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
20866
20867         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
20868
20869 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
20870
20871         * g++.old-deja/g++.other/lookup22.C: New test.
20872
20873 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
20874
20875         * g77.dg: New directory.
20876         * g77.dg/20010216-1.f: New test case.
20877         * g77.dg/dg.exp: New driver.
20878         * lib/g77-dg.exp: New driver library.
20879
20880 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20881
20882         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
20883
20884 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
20885
20886         * g++.old-deja/g++.other/decl9.C: New test.
20887
20888 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
20889
20890         * g++.old-deja/g++.other/init16.C: Update the test so that it does
20891         not need <string> and also tests the initialization at runtime.
20892
20893 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
20894
20895         * gcc.c-torture/execute/longlong.c: New test.
20896
20897 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
20898
20899         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
20900
20901 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
20902
20903         * gcc.c-torture/execute/920302-1.c (execute):
20904         Change argument type to short.
20905
20906 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
20907
20908         * g++.old-deja/g++.pt/deduct6.C: New test.
20909
20910 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
20911
20912         * g++.old-deja/g++.pt/deduct5.C: New test.
20913
20914 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
20915
20916         * gcc.c-torture/execute/20010209-1.c: New test.
20917
20918 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
20919
20920         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
20921
20922 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
20923
20924         * g++.dg/vtgc1.C: Update for new ABI.
20925
20926         * consistency.vlad: New directory, 1665 files.
20927
20928 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20929
20930         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
20931         return type.
20932         * gcc.dg/cpp/digraphs.c: Declare puts.
20933
20934 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20935
20936         * g++.old-deja/g++.other/warn5.C: New test.
20937
20938 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20939
20940         * g++.old-deja/g++.pt/spec40.C: New test.
20941
20942 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20943
20944         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
20945         case.
20946         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
20947
20948 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
20949
20950         * gcc.c-torture/compile/20010209-1.c: New test.
20951
20952 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
20953
20954         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
20955         excess errors message but not if it crashes.
20956         * g++.old-deja/g++.other/crash27.C: Likewise.
20957         * g++.old-deja/g++.other/crash28.C: Likewise.
20958         * g++.old-deja/g++.other/crash30.C: Likewise.
20959         * g++.old-deja/g++.other/crash32.C: Likewise.
20960         * g++.old-deja/g++.other/crash35.C: Likewise.
20961         * g++.old-deja/g++.pt/inherit2.C: Likewise.
20962
20963 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20964
20965         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
20966         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
20967         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
20968         g77.f-torture/execute/execute.exp,
20969         g77.f-torture/noncompile/noncompile.exp,
20970         gcc.c-torture/execute/execute.exp,
20971         gcc.c-torture/execute/memcheck/memcheck.exp,
20972         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
20973         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
20974         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
20975         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
20976         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
20977         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
20978         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20979         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
20980         Remove bug reporting instructions with ancient email addresses.
20981
20982 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
20983
20984         * gcc.dg/20010202-1.c: New test.
20985         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
20986
20987 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
20988
20989         * g++.dg/stdbool-if.C: New test.
20990
20991 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
20992
20993         * objc/execute/fdecl.m: Added main().
20994
20995 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
20996
20997         * gcc.c-torture/execute/20010206-1.c: New test.
20998
20999 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
21000
21001         * gcc.dg/cpp/avoidpaste1.c: Update.
21002
21003 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
21004
21005         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
21006         Pero <nicola@brainstorm.co.uk>.
21007         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
21008
21009 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
21010
21011         * g++.old-deja/g++.pt/spec39.C: New test.
21012
21013 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
21014
21015         * gcc.c-torture/compile/20010202-1.c: New test.
21016
21017 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
21018
21019         * g++.old-deja/g++.abi/primary2.C: New test.
21020         * g++.old-deja/g++.abi/primary3.C: New test.
21021         * g++.old-deja/g++.abi/primary4.C: New test.
21022         * g++.old-deja/g++.abi/primary5.C: New test.
21023         * g++.old-deja/g++.abi/vtable3.h: New test.
21024         * g++.old-deja/g++.abi/vtable3a.C: New test.
21025         * g++.old-deja/g++.abi/vtable3b.C: New test.
21026         * g++.old-deja/g++.abi/vtable3c.C: New test.
21027         * g++.old-deja/g++.abi/vtable3d.C: New test.
21028         * g++.old-deja/g++.abi/vtable3e.C: New test.
21029         * g++.old-deja/g++.abi/vtable3f.C: New test.
21030         * g++.old-deja/g++.abi/vtable3g.C: New test.
21031         * g++.old-deja/g++.abi/vtable3h.C: New test.
21032         * g++.old-deja/g++.abi/vtable3i.C: New test.
21033         * g++.old-deja/g++.abi/vtable3j.C: New test.
21034         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
21035
21036 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
21037
21038         * g++.old-deja/g++.other/anon6.C: New test.
21039         * g++.old-deja/g++.other/anon7.C: New test.
21040
21041 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
21042
21043         * gcc.dg/cpp/avoidpaste2.c: New tests.
21044
21045 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
21046
21047         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
21048
21049 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
21050
21051         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
21052         DECIMAL_DIG cases for Irix."
21053
21054 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
21055
21056         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
21057
21058 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21059
21060         * gcc.dg/c99-tag-1.c: New test.
21061
21062 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
21063
21064         * gcc.dg/cpp/tr-warn1.c: Add tests.
21065
21066 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
21067
21068         * gcc.dg/cpp/avoidpaste1.c: Update.
21069         * gcc.dg/cpp/paste4.c: Update.
21070
21071 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
21072
21073         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
21074         cases for Irix.
21075
21076 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
21077
21078         * g++.old-deja/g++.other/inline19.C: New test.
21079
21080 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
21081
21082         * gcc.dg/Wlarger-than.c: New test.
21083
21084 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
21085
21086         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
21087
21088 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
21089
21090         * gcc.c-torture/execute/20010129-1.c: New test.
21091         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
21092
21093 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
21094
21095         * gcc.dg/cpp/avoidpaste1.c: Test case.
21096
21097 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
21098
21099         * g++.old-deja/g++.other/inline18.C: New test.
21100
21101 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21102
21103         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
21104         and __builtin_putchar.
21105
21106 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
21107
21108         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
21109         tests.
21110
21111 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
21112
21113         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
21114         floating point number rounding mode to round to the nearest
21115         representable mode.
21116
21117 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
21118
21119         * g++.old-deja/g++.other/mangle2.C: New test.
21120
21121 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21122
21123         * gcc.c-torture/compile/20010124-1.c: New test.
21124
21125 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
21126
21127         * g++.old-deja/g++.pt/spec38.C: New test.
21128
21129 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21130
21131         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
21132         "Build don't run".
21133
21134 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21135
21136         * gcc.c-torture/execute/20010123-1.c: New test.
21137
21138 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21139
21140         * g++.old-deja/g++.pt/spec37.C: New test.
21141
21142 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21143
21144         * g++.old-deja/g++.pt/overload14.C: New test.
21145
21146 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21147
21148         * gcc.c-torture/execute/20010122-1.c: New test, exercise
21149         __builtin_return_address.
21150
21151 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
21152
21153         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
21154         * g++.old-deja/g++.pt/spec35.C: New test.
21155         * g++.old-deja/g++.pt/spec36.C: New test.
21156
21157 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
21158
21159         * gcc.c-torture/compile/20010118-1.c: New test.
21160
21161 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
21162
21163         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
21164
21165 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21166
21167         * gcc.c-torture/execute/20010119-1.c: New test.
21168
21169 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21170
21171         * g++.old-deja/g++.other/vbase5.C: New test.
21172
21173 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21174
21175         * gcc.c-torture/execute/20010118-1.c: New test.
21176
21177 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21178
21179         * g++.old-deja/g++.pt/deduct3.C: New test.
21180
21181 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21182
21183         * g++.old-deja/g++.pt/spec34.C: New test.
21184
21185 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
21186
21187         * g77.f-torture/compile/20000601-2.f: New test.
21188
21189 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21190
21191         * g++.old-deja/g++.other/init17.C: New test.
21192
21193 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
21194
21195         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
21196
21197 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21198
21199         * g++.old-deja/g++.pt/unify8.C: New test.
21200
21201 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21202
21203         * g++.old-deja/g++.abi/vbase1.C: New test.
21204
21205 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21206
21207         * g++.old-deja/g++.pt/crash65.C: New test.
21208
21209 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21210
21211         * gcc.dg/cpp/assembl2.S: New test case.
21212
21213 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
21214
21215         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
21216         are supported.
21217
21218 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21219
21220         * g++.old-deja/g++.other/builtins1.C: New test.
21221         * g++.old-deja/g++.other/builtins2.C: Likewise.
21222         * g++.old-deja/g++.other/builtins3.C: Likewise.
21223         * g++.old-deja/g++.other/builtins4.C: Likewise.
21224
21225 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
21226
21227         * gcc.c-torture/compile/20010117-1.c: New test.
21228         * gcc.c-torture/compile/20010117-2.c: New test.
21229
21230 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21231
21232         * g77.f-torture/execute/20010116.[fx]: New test,
21233         XFAIL on i?86-*-*.
21234         * g77.f-torture/compile/20010115.f: Indicate it's
21235         a test for PR fortran/1636.
21236
21237 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21238
21239         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
21240
21241 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21242
21243         * g77.f-torture/compile/20010115.f: New test.
21244
21245 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
21246
21247         * g++.old-deja/g++.pt/nontype5.C: New test.
21248
21249 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
21250
21251         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
21252         have an equivalent working one below it.
21253
21254 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21255
21256         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
21257         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21258
21259 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21260
21261         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
21262         message containing "init_priority".
21263         (conpr-2.C): Likewise.
21264         (conpr-3.C): Likewise.
21265         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
21266
21267 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21268
21269         * gcc.c-torture/execute/20010114-2.c: New test.
21270
21271 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
21272
21273         * gcc.c-torture/compile/20010114-1.c: New test.
21274         * gcc.c-torture/compile/20010114-1.x: Xfail.
21275         * gcc.c-torture/compile/20010114-2.c: New test.
21276         * gcc.c-torture/execute/20010114-1.c: New test.
21277         * gcc.dg/trunc-1.c: New test.
21278         * gcc.dg/uninit-B.c: New test.
21279
21280 2001-01-13  Nick Clifton  <nickc@redhat.com>
21281
21282         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
21283         target.
21284
21285 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21286
21287         * gcc.c-torture/compile/20010113-1.c: New test.
21288
21289 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
21290
21291         * gcc.c-torture/compile/20001212-1.c: New test.
21292
21293 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21294
21295         * gcc.dg/cpp/widestr1.c: Update.
21296         * gcc.dg/cpp/prag-imp.c: Remove.
21297
21298 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
21299
21300         * gcc.c-torture/execute/20000801-3.x: Remove.
21301         * gcc.dg/c90-init-1.c: New test.
21302         * gcc.dg/c99-init-1.c: New test.
21303         * gcc.dg/c99-init-2.c: New test.
21304         * gcc.dg/gnu99-init-1.c: New test.
21305
21306 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
21307
21308         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
21309         testing that no relevant ones were found.
21310
21311 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21312
21313         * g++.old-deja/g++.pt/cast2.C: New test.
21314
21315 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21316
21317         * g++.old-deja/g++.pt/friend47.C: New test.
21318
21319 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21320
21321         * g++.old-deja/g++.pt/instantiate13.C: New test.
21322
21323 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21324
21325         * g++.old-deja/g++.other/defarg7.C: New test.
21326         * g++.old-deja/g++.other/defarg8.C: New test.
21327
21328 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21329
21330         * g++.old-deja/g++.pt/crash64.C: New test.
21331
21332 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21333
21334         * g++.old-deja/g++.pt/crash63.C: New test.
21335
21336 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
21337
21338         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
21339
21340 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
21341
21342         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
21343
21344 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21345
21346         * g++.old-deja/g++.pt/error3.C: New test.
21347
21348 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21349
21350         * g++.old-deja/g++.other/crash39.C: New test.
21351
21352 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21353
21354         * g++.old-deja/g++.other/vbase4.C: New test.
21355
21356 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
21357
21358         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
21359         * gcc.dg/special/20000419-2.c: New file. Identical to above.
21360         * gcc.dg/special/special.exp: New test driver which will check
21361         for alias support for the above test.
21362
21363 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
21364
21365         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
21366         problems on small machines.
21367         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
21368         parameterize.
21369
21370 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
21371
21372         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
21373         mips.
21374         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21375
21376 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
21377
21378         * g++.old_deja/g++.pt/using8.C: New test.
21379
21380 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21381
21382         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
21383
21384 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
21385
21386         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
21387         where a failure is expected.
21388         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
21389
21390 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21391
21392         * g++.old_deja/g++.pt/instantiate12.C: New test.
21393
21394 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21395
21396         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
21397         start of structs.
21398         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
21399         * g++.old-deja/g++.brendan/crash17.C: Likewise.
21400         * g++.old-deja/g++.brendan/crash29.C: Likewise.
21401         * g++.old-deja/g++.brendan/crash48.C: Likewise.
21402         * g++.old-deja/g++.brendan/ns1.C: Likewise.
21403         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
21404         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
21405         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
21406         * g++.old-deja/g++.eh/spec6.C: Likewise.
21407         * g++.old-deja/g++.jason/crash3.C: Likewise.
21408         * g++.old-deja/g++.law/ctors11.C: Likewise.
21409         * g++.old-deja/g++.law/ctors17.C: Likewise.
21410         * g++.old-deja/g++.law/ctors5.C: Likewise.
21411         * g++.old-deja/g++.law/ctors9.C: Likewise.
21412         * g++.old-deja/g++.mike/ambig1.C: Likewise.
21413         * g++.old-deja/g++.mike/net22.C: Likewise.
21414         * g++.old-deja/g++.mike/p3538a.C: Likewise.
21415         * g++.old-deja/g++.mike/p3538b.C: Likewise.
21416         * g++.old-deja/g++.mike/virt3.C: Likewise.
21417         * g++.old-deja/g++.niklas/t128.C: Likewise.
21418         * g++.old-deja/g++.other/anon4.C: Likewise.
21419         * g++.old-deja/g++.other/using1.C: Likewise.
21420         * g++.old-deja/g++.other/warn3.C: Likewise.
21421         * g++.old-deja/g++.pt/t37.C: Likewise.
21422         * g++.old-deja/g++.robertl/eb69.C: Likewise.
21423         * g++.old-deja/g++.robertl/eb71.C: Likewise.
21424
21425 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21426
21427         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
21428
21429 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21430
21431         * gcc.c-torture/execute/stdio-opt-3.c: New test.
21432
21433 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
21434
21435         * gcc.c-torture/compile/20010107-1.c: New test.
21436
21437 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21438
21439         * gcc.c-torture/execute/builtin-noret-1.c: New test.
21440
21441 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21442
21443         * gcc.dg/format/format.h: New file.
21444         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
21445         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
21446         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
21447         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
21448         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
21449         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
21450         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
21451         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
21452         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
21453         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
21454         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
21455         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
21456         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
21457         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
21458         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
21459         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
21460         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
21461         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
21462         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
21463         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
21464         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
21465         instead of declaring standard types, macros and functions in each
21466         test.
21467
21468 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
21469
21470         * gcc.c-torture/execute/20010106-1.c: New test.
21471
21472 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21473
21474         * gcc.dg/format/format.exp: New file.
21475         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
21476         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
21477         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
21478         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
21479         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
21480         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
21481         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
21482         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
21483         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
21484         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
21485         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
21486         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
21487         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
21488         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
21489         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
21490         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
21491         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
21492         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
21493         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
21494         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
21495         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
21496         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
21497         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
21498         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
21499         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
21500         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
21501         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
21502         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
21503         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
21504         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
21505         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
21506         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
21507         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
21508         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
21509         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
21510         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
21511         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
21512         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
21513         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
21514         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
21515         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
21516         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
21517
21518 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
21519
21520         * gcc.c-torture/execute/991228-1.c: Take word endianness into
21521         account.
21522
21523 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
21524
21525         * gcc.c-torture/execute/builtin-complex-1.c: New test.
21526
21527 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
21528
21529         * g++.old-deja/g++.pt/crash62.C: New test.
21530
21531 2001-01-04  Richard Henderson  <rth@redhat.com>
21532
21533         * gcc.dg/20000926-1.c: Update expected warnings.
21534         * gcc.dg/array-2.c: Likewise.
21535         * gcc.dg/array-4.c: Also validate flexible array members.
21536         * gcc.dg/c99-flex-array-1.c: New.
21537
21538 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21539
21540         * gcc.c-torture/compile/20001222-1.x: Remove.
21541
21542 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21543
21544         * gcc.c-torture/execute/built-in-setjmp.c: New.
21545
21546 2001-01-03  Richard Henderson  <rth@redhat.com>
21547
21548         * gcc.dg/940510-1.c: Update expected error wording.
21549         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
21550
21551 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
21552
21553         * lib/target-supports.exp (check_alias_available): Modified to
21554         indicate aliases not supported if only weak aliases are supported.
21555
21556 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21557
21558         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
21559         Turn on cmpstrsi checks for __pj__ and __i370__.
21560
21561 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21562
21563         * g++.old-deja/g++.other/virtual11.C: New test.
21564
21565 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21566
21567         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
21568
21569 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21570
21571         * gcc.c-torture/compile/20010102-1.c: New test.
21572
21573 2001-01-02  Andreas Jaeger  <aj@suse.de>
21574
21575         * gcc.dg/noreturn-3.c: New test.
21576
21577         * gcc.dg/noreturn-4.c: New test.
21578
21579 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21580
21581         * gcc.c-torture/execute/stdio-opt-1.c: Also test
21582         __builtin_fputc and __builtin_fwrite.
21583
21584 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21585
21586         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
21587         signed char, not default char.
21588
21589 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21590
21591         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
21592
21593 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
21594
21595         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
21596
21597 2000-12-29  Richard Henderson  <rth@redhat.com>
21598
21599         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
21600         (__cyg_profile_func_exit): Define.
21601
21602 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
21603
21604         * g++.dg/vtgc1.C: New test.
21605
21606 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
21607
21608         * gcc.dg/noncompile/20001228-1.c: New test.
21609
21610         * gcc.dg/20001228-1.c: New test.
21611
21612         * gcc.c-torture/execute/20001228-1.c: New test.
21613
21614 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
21615
21616         * gcc.dg/format-strfmon-1.c: New test.
21617
21618 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21619
21620         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
21621         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
21622         * gcc.c-torture/execute/string-opt-1.c: Likewise.
21623         * gcc.c-torture/execute/string-opt-2.c: Likewise.
21624         * gcc.c-torture/execute/string-opt-3.c: Likewise.
21625         * gcc.c-torture/execute/string-opt-4.c: Likewise.
21626         * gcc.c-torture/execute/string-opt-6.c: Likewise.
21627         * gcc.c-torture/execute/string-opt-7.c: Likewise.
21628         * gcc.c-torture/execute/string-opt-8.c: Likewise.
21629         * gcc.c-torture/execute/string-opt-9.c: Likewise.
21630         * gcc.c-torture/execute/string-opt-10.c: Likewise.
21631         * gcc.c-torture/execute/string-opt-11.c: Likewise.
21632         * gcc.c-torture/execute/string-opt-12.c: Likewise.
21633
21634         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
21635         * gcc.c-torture/execute/string-opt-4.c: Test index.
21636
21637 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
21638
21639         * gcc.c-torture/compile/20001226-1.c: New test.
21640
21641 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21642
21643         * gcc.c-torture/compile/20001222-1.c: New test.
21644         * gcc.c-torture/compile/20001222-1.x: Xfail.
21645
21646 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
21647
21648         * gcc.c-torture/execute/comp-goto-2.c: New test.
21649
21650 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
21651
21652         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
21653         Use long types if __INT_MAX__ is 32767.
21654         (main): Use cast to (sint32 *) when poking 88 into a_page.
21655
21656         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
21657
21658 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
21659
21660         * gcc.c-torture/compile/20001221-1.c: New test.
21661         * gcc.c-torture/execute/20001221-1.c: New test.
21662
21663 2000-12-20  Richard Henderson  <rth@redhat.com>
21664
21665         * g++.old-deja/g++.pt/crash36.C: Update error lines.
21666         * g++.old-deja/g++.robertl/eb109.C: Likewise.
21667
21668 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21669
21670         * gcc.dg/compare3.c: New test.
21671
21672 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21673
21674         * gcc.dg/format-warnll-1.c: New test.
21675
21676 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21677
21678         * gcc.dg/cpp/cmdlne-P.c: New test.
21679
21680 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21681
21682         * gcc.c-torture/execute/builtin-abs-1.c,
21683         gcc.c-torture/execute/builtin-abs-2.c: New tests.
21684
21685 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21686
21687         * gcc.dg/cpp/multiline.c: New test.
21688
21689 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21690
21691         * g++.old-deja/g++.other/syshdr1.C: Update.
21692         * gcc.dg/cpp/lineflags.c: Remove temporarily.
21693
21694 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21695
21696         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
21697
21698 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21699
21700         * g++.old-deja/g++.pt/ttp65.C: New test.
21701
21702 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21703
21704         * g++.old-deja/g++.pt/ttp64.C: New test.
21705
21706 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21707
21708         * g++.old-deja/g++.pt/spec33.C: New test.
21709
21710 2000-12-14  Catherine Moore  <clm@redhat.com>
21711
21712         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
21713         * gcc.c-torture/execute/920612-2.c: Likewise.
21714         * gcc.c-torture/execute/920428-2.c: Likewise.
21715         * gcc-c-torture/execute/va-arg-11.c: Call exit.
21716         * gcc.c-torture/execute/va-arg-21.c: Likewise.
21717
21718 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21719
21720         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
21721         * gcc.dg/pack-test-2.c: Likewise.
21722
21723 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21724
21725         Tests by Zack Weinberg <zackw@stanford.edu>.
21726
21727         * gcc.dg/cpp/defined.c: Update.
21728         * gcc.dg/cpp/defined_trad.c: New tests.
21729
21730 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21731
21732         * gcc.dg/cpp/trad-direct.c: Update.
21733
21734 2000-12-11  Neil Booth  <neilb@earthling.net>
21735
21736         * gcc.dg/cpp/defined_trad.c
21737
21738 2000-12-11  Neil Booth  <neilb@earthling.net>
21739
21740         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
21741
21742 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21743
21744         * gcc.dg/format-miss-2.c: New test.
21745
21746 2000-12-09  Neil Booth  <neilb@earthling.net>
21747
21748         * gcc.dg/cpp/lineflags.c: New tests.
21749         * gcc.dg/cpp/poison.c: Update.
21750         * gcc.dg/cpp/redef2.c: Update.
21751         * gcc.dg/cpp/skipping.c: New test.
21752
21753 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
21754
21755         * g++.old-deja/g++.other/eh3.C: New testcase.
21756
21757 2000-12-07  Neil Booth  <neilb@earthling.net>
21758
21759         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
21760         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
21761         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
21762         wtr-union-init-2.c, wtr-union-init-3.c: Update.
21763         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
21764         Update.
21765
21766 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21767
21768         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
21769         __SIZE_TYPE__ instead of int for type of integers cast to
21770         pointers.
21771
21772 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
21773
21774         * g++.old-deja/g++.other/cleanup4.C: New test.
21775
21776 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21777
21778         * format-sec-1.c: New test.
21779
21780 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21781
21782         * gcc.dg/format-nonlit-3.c: New test.
21783
21784 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21785
21786         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
21787         through a null pointer.
21788
21789 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21790
21791         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
21792         * g++.old-deja/g++.pt/partial4.C: New test.
21793
21794 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21795
21796         * gcc.c-torture/execute/ieee/hugeval.x: New.
21797
21798 2000-12-06  Neil Booth  <neilb@earthling.net>
21799
21800         * gcc.dg/cpp/backslash2.c: New tests.
21801
21802 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21803
21804         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
21805         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
21806
21807 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
21808
21809         * gcc.c-torture/execute/20001203-2.c: New testcase.
21810
21811 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
21812
21813         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
21814         * g++.old-deja/g++.other/virtual10.C: New test.
21815
21816 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
21817
21818         * g++.old-deja/g++.mike/pmf5.C: Remove test.
21819
21820 2000-12-05  Richard Henderson  <rth@redhat.com>
21821
21822         * gcc.c-torture/compile/20001205-1.c: New.
21823
21824 2000-12-04  Neil Booth  <neilb@earthling.net>
21825
21826         * g++.old-deja/g++.other/virtual9.C: New test.
21827         * g++.old-deja/g++.pt/crash61.C: New test.
21828         * gcc.c-torture/execute/loop-9.c: New test.
21829
21830 2000-12-04  Neil Booth  <neilb@earthling.net>
21831
21832         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
21833         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
21834         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
21835         * gcc.dg/cpp/extratokens.c: ...here.
21836
21837 2000-12-04  Neil Booth  <neilb@earthling.net>
21838
21839         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
21840         New tests.
21841
21842 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21843
21844         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
21845         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
21846
21847 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21848
21849         * gcc.c-torture/execute/20001203-1.c: New test.
21850
21851 2000-12-03  Neil Booth  <neilb@earthling.net>
21852
21853         * gcc.dg/cpp/macro6.c: New test cases.
21854
21855 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21856
21857         * gcc.c-torture/execute/string-opt-9.c: New test.
21858         * gcc.c-torture/execute/string-opt-10.c: Likewise.
21859         * gcc.c-torture/execute/string-opt-11.c: Likewise.
21860         * gcc.c-torture/execute/string-opt-12.c: Likewise.
21861
21862         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
21863         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
21864
21865 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
21866
21867         * gcc.dg/cpp/if-6.c: New testcase.
21868
21869         * gcc.dg/20001201-1.c: New testcase.
21870
21871 2000-12-02  Neil Booth  <neilb@earthling.net>
21872
21873         * g++.old-deja/g++.other/externC4.C,
21874         g++.old-deja/g++.other/friend10.C: New tests.
21875
21876 2000-12-02  Neil Booth  <neilb@earthling.net>
21877
21878         * g++.old-deja/g++.other/instan2.C
21879         * g++.old-deja/g++.other/instan3.C: New test.
21880
21881 2000-12-02  Neil Booth  <neilb@earthling.net>
21882
21883         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
21884         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
21885         gnuc99.c,gnuc99-pedantic.c: New tests.
21886
21887 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21888
21889         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
21890         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
21891
21892 2000-12-01  Neil Booth  <neilb@earthling.net>
21893
21894         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
21895         * gcc.dg/cpp/poison.c: Update.
21896         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
21897
21898 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
21899
21900         * g77.f-torture/execute/20001201.f: New test.
21901
21902 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21903
21904         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
21905
21906 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
21907
21908         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
21909
21910 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
21911
21912         * g++.old-deja/g++.other/cast6.C: New test.
21913
21914 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
21915
21916         * gcc.c-torture/execute/20001130-2.c: New testcase.
21917
21918 2000-11-30  Richard Henderson  <rth@redhat.com>
21919
21920         * gcc.c-torture/execute/20001130-1.c: New test.
21921
21922 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21923
21924         * g++.old-deja/g++.other/op3.C: New test.
21925
21926 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21927
21928         * g++.old-deja/g++.other/op2.C: New test.
21929
21930 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21931
21932         * g++.old-deja/g++.other/crash38.C: New test.
21933
21934 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
21935
21936         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
21937
21938 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
21939
21940         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
21941         tests.
21942         * gcc.c-torture/execute/string-opt-6.c: New test.
21943
21944         * gcc.dg/20001117-1.c: Add main.
21945
21946 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
21947
21948         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
21949         Move from here ...
21950         * gcc.dg/940510-1.c: ... to here.
21951
21952         * gcc.dg/20000926-1.c: GNU C now allows initializations of
21953         zero-size arrays in toplevel structures.
21954
21955 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
21956
21957         * gcc.c-torture/execute/loop-8.c: New test.
21958
21959 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21960
21961         * g++.old-deja/g++.other/base1.C: New test.
21962
21963 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21964
21965         * g++.old-deja/g++.other/parse2.C: New test.
21966
21967 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21968
21969         * g++.old-deja/g++.pt/incomplete1.C: New test.
21970
21971 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21972
21973         * g++.old-deja/g++.other/friend9.C: New test.
21974
21975 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
21976
21977         * gcc.dg/20001127-1.c: New test.
21978
21979 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
21980
21981         * g++.old-deja/g++.pt/friend46.C: New test.
21982
21983 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
21984
21985         * g++.old-deja/g++.other/ptrmem8.C: New test.
21986
21987 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21988
21989         * gcc.c-torture/execute/string-opt-7.c: New test.
21990         * gcc.c-torture/execute/string-opt-8.c: Likewise.
21991
21992 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
21993
21994         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
21995         instead of 'mkcheck 2'.
21996
21997 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21998
21999         * gcc.c-torture/execute/memcheck/driver.c,
22000         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
22001         C9X references to refer to C99.
22002
22003 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
22004
22005         * gcc.dg/ultrasp3.c: New test.
22006
22007 2000-11-25  Neil Booth  <neilb@earthling.net>
22008
22009         * gcc.dg/cpp/include2.c: Update test to be locale independent.
22010
22011 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
22012
22013         * gcc.c-torture/compile/20001123-2.c: New.
22014
22015 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22016
22017         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
22018
22019 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
22020
22021         * gcc.dg/sequence-point-1.c: Add some new tests.
22022         * gcc.c-torture/execute/20001124-1.c: New test.
22023
22024 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
22025
22026         * g++.old-deja/g++.other/vaarg4.C: New test.
22027         * gcc.c-torture/compile/20001123-1.c: New test.
22028
22029 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
22030
22031         * g++.other/crash24.C: Adjust and remove XFAIL.
22032         * g++.other/crash37.C: New test.
22033
22034 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
22035
22036         * g++.old-deja/g++.pt/instantiate9.C: New test.
22037
22038 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
22039
22040         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
22041         new ABI, too.
22042
22043         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
22044         * g++.old-deja/g++.robertl/eb55.C: Likewise.
22045
22046 2000-11-22  Neil Booth  <neilb@earthling.net>
22047
22048         * gcc.dg/cpp/Wtrigraphs.c: New test.
22049
22050 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
22051
22052         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
22053
22054 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
22055
22056         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
22057
22058 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
22059
22060         * lib/gcc-dg.exp: load_lib scanasm.exp.
22061         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
22062         * lib/g++-dg.exp: load_lib scanasm.exp.
22063         * lib/scanasm.exp: New.
22064         (scan-assembler, scan-assembler-not): Add optional arguments to
22065         test name, or if not present, the pattern name.
22066         (scan-assembler-dem, scan-assembler-dem-not): New.
22067
22068         * g++.dg/dg.exp: New.
22069
22070 2000-11-21  Neil Booth  <neilb@earthling.net>
22071
22072         * gcc.dg/cpp/integrated1.c: Remove.
22073
22074 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
22075
22076         * gcc.c-torture/execute/20001121-1.c: New test.
22077
22078 2000-11-21  Richard Henderson  <rth@redhat.com>
22079
22080         * gcc.c-torture/compile/20001121-1.c: New test.
22081
22082 2000-11-20  Neil Booth  <neilb@earthling.net>
22083
22084         * gcc.dg/cpp/integrated1.c: New test.
22085
22086 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
22087
22088         * g++.old-deja/g++.other/inline17.C: New test.
22089
22090 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
22091
22092         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
22093         local variable to be zero: I made the variable global. Now
22094         uses abort() and exit() instead of relying on main's return value.
22095
22096 2000-11-20  Neil Booth  <neilb@earthling.net>
22097
22098         * gcc.dg/cpp/paste2.c: Update test.
22099         * objc/execute/paste.m: New test.
22100
22101 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22102
22103         * gcc.dg/c99-condexpr-1.c: New test.
22104
22105 2000-11-20  Neil Booth  <neilb@earthling.net>
22106
22107         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
22108
22109 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
22110
22111         * g++.old-deja/g++.pt/export1.C: New test.
22112
22113 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
22114
22115         * gcc.dg/20001117-1.c: New test.
22116
22117 2000-11-18  Richard Henderson  <rth@redhat.com>
22118
22119         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
22120
22121 2000-11-18  Richard Henderson  <rth@redhat.com>
22122
22123         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
22124         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
22125         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
22126
22127 2000-11-18  Richard Henderson  <rth@redhat.com>
22128
22129         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
22130         (main): New.  Exit cleanly.
22131
22132 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22133
22134         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
22135         gcc.dg/c99-fordecl-2.c: New tests.
22136
22137 2000-11-18  Richard Henderson  <rth@redhat.com>
22138
22139         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
22140         * gcc.c-torture/execute/zerolen-2.c: New.
22141
22142 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22143
22144         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
22145         memory.
22146
22147 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22148
22149         * g++.old-deja/g++.pt/instantiate8.C: New test.
22150
22151 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22152
22153         * g++.old-deja/g++.other/incomplete.C: Add more tests.
22154         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
22155
22156 2000-11-16  Nick Clifton  <nickc@redhat.com>
22157
22158         * gcc.c-torture/execute/nestfunc-2.c: New test.
22159         * gcc.c-torture/execute/nestfunc-3.c: New test.
22160
22161 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22162
22163         * gcc.c-torture/compile/20001116-1.c: New test.
22164
22165 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22166
22167         * gcc.c-torture/execute/20001115-1.c: New test.
22168
22169 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
22170
22171         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
22172         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
22173         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
22174         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22175
22176 2000-11-15  Neil Booth  <neilb@earthling.net>
22177
22178         gcc.dg/cpp/_Pragma1.c: Update.
22179         gcc.dg/cpp/_Pragma2.c: New test.
22180
22181 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
22182
22183         * g++.old-deja/g++.other/anon5.C: New test.
22184
22185 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
22186
22187         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
22188         tests.
22189
22190 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
22191
22192         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
22193         output.
22194
22195 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22196
22197         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
22198         labels at end of compound statements.
22199
22200 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
22201
22202         * gcc.c-torture/execute/loop-7.c: New test.
22203
22204 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22205
22206         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
22207
22208 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22209
22210         * gcc.dg/c99-bool-1.c: New test.
22211
22212 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22213
22214         * gcc.dg/c99-scope-1.c: Remove xfail.
22215         * gcc.dg/c99-scope-2.c: New test.
22216
22217 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22218
22219         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
22220         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
22221
22222 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
22223
22224         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
22225         error messages.
22226
22227         * g++.mike/p700.C: Don't typedef wchar_t.
22228         * g++.mike/p784.C: Likewise.
22229         * g++.mike/eb101.C: Don't use __wchar_t.
22230
22231 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
22232
22233         * g77.f-torture/execute/20001111.[fx]: Test premature exit
22234         from DO loop.
22235
22236 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22237
22238         * gcc.c-torture/execute/20001111-1.c: New test.
22239
22240 2000-11-10  Nick Clifton  <nickc@redhat.com>
22241
22242         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
22243         long multuiple and accumulate.
22244
22245 2000-11-09  Richard Henderson  <rth@redhat.com>
22246
22247         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
22248         via size_t instead of int.
22249
22250         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
22251         * gcc.c-torture/execute/string-opt-2.c: Likewise.
22252         * gcc.c-torture/execute/string-opt-3.c: Likewise.
22253         * gcc.c-torture/execute/string-opt-4.c: Likewise.
22254
22255 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
22256
22257         * gcc.c-torture/compile/20001109-1.c: New test.
22258         * gcc.c-torture/compile/20001109-2.c: New test.
22259
22260 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
22261
22262         * g++.old-deja/g++.pt/operator1.C: New test.
22263         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
22264
22265 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22266
22267         * gcc.dg/20001108-1.c: New test.
22268
22269 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22270
22271         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
22272         with both arguments constant strings.
22273         * gcc.c-torture/execute/string-opt-3.c: New test.
22274         * gcc.c-torture/execute/string-opt-4.c: New test.
22275         * gcc.c-torture/execute/string-opt-5.c: New test.
22276
22277 2000-11-08  Nick Clifton  <nickc@redhat.com>
22278
22279         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
22280         mulsidi3adddi patterns.
22281
22282 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
22283
22284         * g++.old-deja/g++.other/crash36.C: New test.
22285
22286 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
22287
22288         * g++.old-deja/g++.other/init16.C: New test.
22289
22290 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
22291
22292         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
22293
22294 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22295
22296         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
22297         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22298         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22299
22300 2000-11-07  DJ Delorie  <dj@redhat.com>
22301
22302         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
22303
22304 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22305
22306         * gcc.c-torture/execute/string-opt-1.c: New test.
22307
22308 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22309
22310         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
22311         mips-sgi-irix6.* because the MIPS ABI passes floating-point
22312         parameters in registers, and there is no way for a varargs
22313         function to know in which order the integer and floating-point
22314         parameters should be interleaved when they are placed on the
22315         stack.
22316         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22317         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22318
22319 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22320
22321         * gcc.c-torture/execute/string-opt-2.c: New test.
22322
22323 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
22324
22325         * g++.old-deja/g++.pt/crash60.C: New test.
22326
22327 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22328
22329         * g++.old-deja/g++.other/crash24.C: New test.
22330         * g++.old-deja/g++.other/crash25.C: New test.
22331         * g++.old-deja/g++.other/crash26.C: New test.
22332         * g++.old-deja/g++.other/crash27.C: New test.
22333         * g++.old-deja/g++.other/crash28.C: New test.
22334         * g++.old-deja/g++.other/crash29.C: New test.
22335         * g++.old-deja/g++.other/crash30.C: New test.
22336         * g++.old-deja/g++.other/crash31.C: New test.
22337         * g++.old-deja/g++.other/crash32.C: New test.
22338         * g++.old-deja/g++.other/crash33.C: New test.
22339         * g++.old-deja/g++.other/crash34.C: New test.
22340         * g++.old-deja/g++.other/crash35.C: New test.
22341
22342 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22343
22344         * gcc.c-torture/execute/20001031-1.c: New test.
22345
22346 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
22347
22348         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
22349         namespace.
22350
22351         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
22352         standards-conformant.
22353
22354         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
22355
22356         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
22357         * g++.old-deja/g++.mike/p755a.C: Likewise.
22358         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
22359         library makes no calls to `operator new' during initialization.
22360
22361 2000-11-04  Neil Booth  <neilb@earthling.net>
22362
22363         * gcc.dg/cpp/include2.c: New tests.
22364
22365 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
22366
22367         * lib/g++.exp (g++_set_ld_library_path): New function.
22368         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
22369
22370 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
22371
22372         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
22373         warnings.
22374
22375 2000-11-01  Richard Henderson  <rth@redhat.com>
22376
22377         * g++.old-deja/g++.ext/namedret1.C: New.
22378         * g++.old-deja/g++.ext/namedret2.C: New.
22379         * g++.old-deja/g++.ext/namedret3.C: New.
22380
22381 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
22382
22383         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
22384         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
22385
22386 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22387
22388         * gcc.c-torture/execute/va-arg-21.c: New test.
22389
22390 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
22391
22392         * gcc.dg/c99-complex-2.c: New test.
22393
22394 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22395
22396         * gcc.c-torture/execute/stdio-opt-1.c: New test.
22397
22398 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
22399
22400         * g++.old-deja/g++.other/inline16.C: New test.
22401
22402 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
22403
22404         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
22405         __PRETTY_FUNCTION__
22406
22407 2000-10-29  Neil Booth  <neilb@earthling.net>
22408
22409         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
22410         New tests.
22411         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
22412         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
22413         optimisation.
22414
22415 2000-10-29  Neil Booth  <neilb@earthling.net>
22416
22417         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
22418         * mi1.c, mi1c.h: Add null directives to multiple-include test.
22419         * mi5.c: Test multiple includes work with -C.
22420         * trigraphs.c: Test ^= version.
22421
22422 2000-10-28  Neil Booth  <neilb@earthling.net>
22423
22424         New tests and test updates for new macro expander.
22425
22426         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
22427         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
22428         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
22429         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
22430         new diagnostic messages.
22431
22432         * gcc.dg/cpp/macro3.c: New tests.
22433
22434 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
22435
22436         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
22437         on the same line.
22438
22439 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
22440
22441         * g++.old-deja/g++.other/eh2.C: New test.
22442
22443 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22444
22445         * gcc.c-torture/execute/20001027-1.c: New test.
22446
22447 2000-10-26  Richard Henderson  <rth@redhat.com>
22448
22449         * gcc.c-torture/execute/20001026-1.c: New.
22450
22451 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
22452
22453         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
22454         * g++.old-deja/g++.law/builtin1.C: Likewise.
22455         * g++.old-deja/g++.law/ctors10.C: Likewise.
22456         * g++.old-deja/g++.law/virtual3.C: Likewise.
22457         * g++.old-deja/g++.mike/p658.C: Likewise.
22458         * g++.old-deja/g++.other/sibcall1.C: Likewise.
22459         * g++.old-deja/g++.other/vaarg2.C: Likewise.
22460         * g++.old-deja/g++.robertl/eb124.C: Likewise.
22461         * g++.old-deja/g++.robertl/eb44.C: Likewise.
22462         * g++.old-deja/g++.robertl/eb77.C: Likewise.
22463
22464 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
22465
22466         * gcc.c-torture/compile/20001024-1.c: New test.
22467
22468 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
22469
22470         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
22471         to tell us whether or not we are using V3.
22472
22473 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
22474
22475         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
22476         operands.
22477
22478 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22479
22480         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
22481
22482 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
22483
22484         * gcc.c-torture/execute/20001024-1.c: New test.
22485
22486 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
22487
22488         * g++.old-deja/g++.other/sibcall1.C: New test.
22489
22490 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
22491
22492         * gcc.dg/noncompile/init-3.c: New test.
22493
22494 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22495
22496         * gcc.dg/format-array-1.c: New test.
22497
22498 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22499
22500         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
22501         writing through null pointers; remove comment about testing
22502         unterminated strings.
22503
22504 2000-10-17  Matthew Hiller  <hiller@redhat.com>
22505
22506         * gcc.c-torture/execute/20001017-2.c: New test.
22507
22508 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22509
22510         * gcc.c-torture/compile/20001018-1.c: New test.
22511         * gcc.c-torture/compile/20001018-1.x: Xfail.
22512
22513 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22514
22515         * gcc.c-torture/execute/20001017-1.c: New test.
22516
22517 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22518
22519         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
22520         for multiple use of arguments with scanf formats; add tests for
22521         multiple use of arguments.
22522
22523 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
22524
22525         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
22526
22527 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22528
22529         * gcc.dg/format-miss-1.c: New test.
22530
22531 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22532
22533         * gcc.c-torture/execute/20001013-1.c: New test.
22534
22535 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22536
22537         * gcc.dg/format-branch-1.c: New test.
22538
22539 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22540
22541         * README, lib/file-format.exp: Remove EGCS references.
22542
22543 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22544
22545         * gcc.dg/20001013-1.c: New test.
22546
22547 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
22548
22549         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
22550         for intmax_t in the compiler using __typeof__ and the type rules
22551         for conditional expressions.
22552
22553 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
22554
22555         * gcc.dg/20001012-1.c: New test.
22556         * gcc.dg/20001012-2.c: New test.
22557
22558 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22559
22560         * gcc.dg/format-attr-1.c: New test.
22561
22562 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22563
22564         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
22565         __LONG_LONG_MAX__ instead of LLONG_MAX.
22566
22567 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22568
22569         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
22570         scanf flags.
22571         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
22572         flags.
22573
22574 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22575
22576         * gcc.dg/sequence-pt-1.c: New test.
22577
22578 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
22579
22580         * gcc.c-torture/execute/20001011-1.c: New testcase.
22581         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
22582
22583 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22584
22585         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
22586         does not error on it.
22587
22588 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22589
22590         * gcc.dg/20001009-1.c: New test.
22591
22592 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22593
22594         * gcc.c-torture/compile/20001009-1.c: Move from here ....
22595         * gcc.c-torture/execute/20001009-2.c: ... to here.
22596
22597 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
22598
22599         * gcc.c-torture/compile/20001009-1.c: New testcase.
22600         * gcc.c-torture/execute/20001009-1.c: New testcase.
22601         Testcases provided by Jan Hubicka <jh@suse.cz>.
22602
22603 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22604
22605         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22606         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
22607         uintmax_t using <limits.h> to emulate the compiler's internal
22608         logic.  No longer XFAIL %j tests.
22609
22610 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22611
22612         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
22613         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22614         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
22615         regexps and details of expected handling of some bad formats.
22616         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
22617         suppression.
22618
22619 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22620
22621         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
22622         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
22623         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
22624         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
22625         in list archives.
22626
22627 2000-10-06  Richard Henderson  <rth@cygnus.com>
22628
22629         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
22630         * g++.old-deja/g++.brendan/crash52.C: Likewise.
22631         * g++.old-deja/g++.jason/report.C: Likewise.
22632         * g++.old-deja/g++.law/friend5.C: Likewise.
22633         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
22634         of the expected warnings.
22635
22636 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
22637
22638         * g++.old-deja/g++.pt/enum14.C: New test.
22639
22640 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
22641
22642         * g++.old-deja/g++.pt/crash59.C: New test.
22643
22644 2000-10-04  Will Cohen  <wcohen@redhat.com>
22645
22646         * gcc.dg/20000926-1.c: New test.
22647
22648 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
22649
22650         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
22651         function name for current C++ compiler.
22652         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
22653
22654 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
22655
22656         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
22657         __PRETTY_FUNCTION__.
22658         * g++.old-deja/g++.ext/pretty2.C: Likewise.
22659
22660 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22661
22662         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
22663
22664 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
22665
22666         * gcc.c-torture/compile/20000923-1.c: New test.
22667
22668 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
22669
22670         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
22671         * g++.old-deja/g++.pt/ttp62.C: Same.
22672         * g++.old-deja/g++.other/inline14.C: Same.
22673
22674 2000-09-24  Richard Henderson  <rth@cygnus.com>
22675
22676         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
22677
22678 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
22679
22680         * gcc.dg/c90-printf-1.c: Add test for wide string format.
22681
22682 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
22683
22684         * gcc.c-torture/compile/20000922-1.c: New file.
22685
22686 2000-09-21  Nick Clifton  <nickc@redhat.com>
22687
22688         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
22689         a signed long modulo operation.
22690         (mod6): New function - perform an unsigned long modulo operation.
22691         (main): Add tests for modulos of very large numbers by very small
22692         dividends.
22693
22694 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22695
22696         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
22697
22698 2000-09-19  Richard Henderson  <rth@cygnus.com>
22699
22700         * gcc.dg/compare2.c (case 10): XFAIL.
22701
22702 2000-09-18  Richard Henderson  <rth@cygnus.com>
22703
22704         * gcc.c-torture/execute/20000906-1.c: Move ...
22705         * gcc.dg/20000906-1.c: ... here.  Only run on targets
22706         that support __builtin_trap.
22707
22708 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
22709
22710         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
22711
22712 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22713
22714         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
22715         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
22716         more $ format tests.
22717
22718 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22719
22720         * gcc.dg/format-errmk-1.c: New test.
22721
22722 2000-09-17  Greg McGary  <greg@mcgary.org>
22723
22724         * gcc.c-torture/execute/20000917-1.x: Remove.
22725
22726 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22727
22728         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
22729
22730 2000-09-17  Greg McGary  <greg@mcgary.org>
22731
22732         * gcc.c-torture/execute/20000917-1.c: New test.
22733         * gcc.c-torture/execute/20000917-1.x: XFAIL.
22734
22735 2000-09-16  Neil Booth  <NeilB@earthling.net>
22736
22737         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
22738         in nested macro bug.
22739
22740 2000-09-15  Neil Booth  <NeilB@earthling.net>
22741
22742         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
22743
22744 2000-09-14  Jeffrey A Law  (law@cygnus.com)
22745
22746         * gcc.c-torture/execute/20000914-1.c: New test.
22747
22748 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
22749
22750         * g++.other/inline13.C: New test.
22751
22752 2000-09-12  Andreas Jaeger  <aj@suse.de>
22753
22754         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
22755         constant by Ulrich Drepper <drepper@redhat.com>.
22756
22757 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
22758
22759         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
22760
22761 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22762
22763         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
22764
22765 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
22766
22767         * gcc.dg/cpp/backslash.c: New test.
22768
22769 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
22770
22771         * gcc.c-torture/execute/20000910-1.c: New test.
22772         * gcc.c-torture/execute/20000910-2.c: Likewise.
22773
22774 2000-09-11  Robert Lipe  <robertl@sco.com>
22775
22776         * gcc.dg/pragma-align.c: New test.
22777
22778 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
22779
22780         * g++.old-deja/g++.pt/explicit82.C: New test.
22781         * g++.old-deja/g++.pt/explicit83.C: New test.
22782
22783 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
22784
22785         * gcc.dg/asm-names.c: New test.
22786
22787 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22788
22789         * gcc.dg/cpp/tr-warn6.c: New test
22790
22791 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22792
22793         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
22794         be accepted.
22795
22796 2000-09-07  Catherine Moore  <clm@redhat.com>
22797
22798         * gcc.c-torture/execute/unroll-1.c: New test.
22799
22800 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
22801
22802         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
22803         ERROR markers.
22804         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
22805         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
22806         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
22807         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
22808         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
22809         Preprocess only.
22810         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
22811         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
22812
22813 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22814
22815         * g++.old-deja/g++.pt/deduct2.C: New test.
22816
22817 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22818
22819         * g++.old-deja/g++.pt/parms2.C: New test.
22820
22821 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22822
22823         * g++.old-deja/g++.pt/crash58.C: New test.
22824
22825 2000-09-06  Greg McGary  <greg@mcgary.org>
22826
22827         * gcc.c-torture/execute/20000906-1.c: New test.
22828         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
22829
22830 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22831
22832         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
22833
22834 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22835
22836         * g++.old-deja/g++.pt/crash57.C: New test.
22837
22838 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22839
22840         * g++.old-deja/g++.pt/crash56.C: New test.
22841
22842 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22843
22844         * g++.old-deja/g++.pt/koenig1.C: New test.
22845
22846 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
22847
22848         * gcc.dg/20000904-1.c: New test.
22849
22850 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
22851
22852         * gcc.dg/cpp/paste8.c: New test.
22853
22854 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
22855
22856         * gcc.c-torture/compile/20000827-1.c: New test.
22857
22858 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22859
22860         * gcc.dg/format-diag-1.c: New test.
22861
22862 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22863
22864         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
22865         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
22866         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
22867         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
22868         gcc.dg/formatz-1.c: Adjust warning regular expressions.
22869
22870 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
22871
22872         * g++.old-deja/g++.other/nested4.C: New test.
22873
22874 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
22875
22876         * g++.old-deja/g++.ns/scoped1.C: New test.
22877
22878 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
22879
22880         * lib/g++.exp: Support testing already-installed GCC.
22881
22882 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22883
22884         * wtr-label-1.c, wtr-suffix-1.c: New tests.
22885
22886 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22887
22888         * gcc.dg/return-type-2.c: New test.
22889
22890 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
22891
22892         * gcc.c-torture/compile/20000825-1.c: New test.
22893
22894 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
22895
22896         * gcc.dg/dwarf2-2.c: New test.
22897
22898 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
22899
22900         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
22901         dg-warning regexps.
22902
22903 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22904
22905         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
22906         gcc.dg/format-ext-5.c: New tests.
22907
22908 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
22909
22910         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
22911
22912 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
22913
22914         * gcc.dg/noncompile/930622-2.c: Adjust error message.
22915
22916 2000-08-24  Richard Henderson  <rth@cygnus.com>
22917
22918         * gcc.dg/ia64-sync-1.c: New test.
22919         * gcc.dg/ia64-sync-2.c: New test.
22920         * gcc.dg/ia64-asm-1.c: New test.
22921
22922 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
22923
22924         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
22925         * gcc.dg/format-ext-2.c: New test.
22926
22927 2000-08-23  Jason Merrill  <jason@redhat.com>
22928
22929         * lib/old-dejagnu.exp: Also ignore "In member function" and
22930         "At global scope".
22931
22932 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22933
22934         * gcc.dg/noncompile/label-lineno-1.c: New test.
22935
22936 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
22937
22938         * gcc.dg/c99-array-nonobj-1.c: New test.
22939
22940 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
22941
22942         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
22943         tests.
22944         * gcc.dg/format-ext-1.c: New test.
22945
22946 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22947
22948         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
22949         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
22950         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
22951         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
22952         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
22953
22954 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
22955
22956         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
22957         gcc.dg/c99-strftime-2.c: New tests.
22958
22959 2000-08-22  Richard Henderson  <rth@cygnus.com>
22960
22961         * gcc.c-torture/execute/20000822-1.c: New test.
22962
22963 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
22964
22965         * gcc.c-torture/execute/20000819-1.x: Remove.
22966
22967 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
22968
22969         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
22970         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
22971         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
22972         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
22973         gcc.dg/format-xopen-1.c: New tests.
22974
22975 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
22976
22977         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
22978
22979 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
22980
22981         * g++.old-deja/g++.other/loop2.C: New test.
22982
22983         * gcc.c-torture/compile/20000606-1.c: New test.
22984         * gcc.c-torture/compile/20000728-1.c: New test.
22985         * gcc.c-torture/execute/20000801-1.c: New test.
22986         * gcc.c-torture/execute/20000801-2.c: New test.
22987         * gcc.c-torture/execute/20000819-1.c: New test.
22988         * gcc.c-torture/execute/20000819-1.x: XFAIL.
22989         * gcc.dg/20000629-1.c: New test.
22990         * gcc.dg/20000724-1.c: New test.
22991         * gcc.dg/20000807-1.c: New test.
22992
22993 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
22994
22995         * gcc.dg/cpp/pragma-1.c: New test.
22996         * gcc.dg/cpp/pragma-2.c: New test.
22997
22998 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
22999
23000         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
23001         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
23002
23003 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
23004
23005         * gcc.c-torture/compile/20000818-1.c: New test.
23006
23007 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
23008
23009         * gcc.c-torture/execute/20000818-1.c: New test.
23010
23011 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
23012
23013         * gcc.dg/format-va-1.c: New test.
23014
23015 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23016
23017         * g++.old-deja/g++.other/typedef8.C: New test.
23018
23019 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23020
23021         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
23022         * g++.old-deja/g++.mike/net36.C: Mark candidate.
23023         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
23024         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
23025         * g++.old-deja/g++.other/ptrmem7.C: New test.
23026         * g++.old-deja/g++.pt/ptrmem10.C: New test.
23027
23028 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23029
23030         * g++.old-deja/g++.pt/typename27.C: New test.
23031
23032 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
23033
23034         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
23035         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
23036         * g++.old-deja/g++.pt/friend45.C: New test.
23037         * g++.old-deja/g++.other/friend8.C: New test.
23038
23039 2000-08-15  Richard Henderson  <rth@cygnus.com>
23040
23041         * gcc.c-torture/execute/20000815-1.c: New test.
23042
23043 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
23044
23045         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
23046         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
23047         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
23048
23049 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
23050
23051         * g++.old-deja/g++.other/refinit2.C: New test.
23052
23053 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
23054
23055         * lib/c-torture.exp (c-torture): Make
23056         compiler_conditional_xfail_data global.
23057         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
23058         compiler_conditional_xfail_data machinery.
23059         (f-torture-execute): Likewise.
23060         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
23061         and only when unrolling loops.
23062
23063         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
23064
23065 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
23066
23067         * g++.old-deja/g++.pt/explicit81.C: New test.
23068
23069 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
23070
23071         * g++.old-deja/g++.pt/typename26.C: New test.
23072
23073 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
23074
23075         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
23076         warning.
23077
23078 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
23079
23080         * g++.old-deja/g++.other/array3.C: New test.
23081
23082 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
23083
23084         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
23085         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
23086         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
23087         New tests.
23088
23089 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
23090
23091         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
23092         * g++.old-deja/g++.abi/vmihint.C: Likewise.
23093
23094 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
23095
23096         * gcc.c-torture/execute/20000808-1.c: New test.
23097
23098 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
23099
23100         * gcc.dg/c90-const-expr-1.c: New test.
23101
23102 2000-08-08  Richard Henderson  <rth@cygnus.com>
23103
23104         * gcc.dg/noncompile/920923-1.c: Declare calloc.
23105
23106 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
23107
23108         * gcc.dg/noncompile/const-ll-1.c: New test.
23109
23110 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
23111
23112         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
23113
23114 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
23115
23116         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
23117         that running programs linked against the shared version of libobjc
23118         run correctly.
23119
23120 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
23121
23122         * gcc.dg/c99-printf-1.c: New test.
23123
23124 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
23125
23126         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
23127
23128 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
23129
23130         * gcc.c-torture/execute/20000731-1.x: Delete.
23131
23132 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
23133
23134         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
23135         and torture_without_loops as is done by c-torture.exp.
23136         (search_for): Copy from c-torture.exp.
23137         (gcc-dg-runtest): New function, drives a directory of tests
23138         iterating over the TORTURE_OPTIONS.
23139         (scan-assembler, scan-assembler-not): Move here from
23140         individual directory drivers.
23141
23142         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
23143         defined by lib/gcc-dg.exp.
23144         * gcc.dg/cpp/cpp.exp: Likewise.
23145         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
23146         gcc-dg-runtest, so we cycle over optimization options.
23147
23148         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
23149         * gcc.dg/compare2.c: No longer expected to fail.
23150
23151 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
23152
23153         * gcc.c-torture/execute/20000804-1.c: New test.
23154
23155 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
23156
23157         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
23158
23159 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
23160
23161         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
23162
23163 2000-08-03  Jeffrey A Law  (law@cygnus.com)
23164
23165         * gcc.c-torture/compile/20000803-1.c: New test.
23166
23167 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
23168
23169         * gcc.c-torture/execute/20000801-3.c,
23170         gcc.c-torture/execute/20000801-4.c: New tests.
23171         * gcc.c-torture/execute/20000801-3.x,
23172         gcc.c-torture/execute/20000801-4.x: Xfail.
23173
23174 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
23175
23176         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
23177         libobjc/.libs to allow for libtool.
23178
23179 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
23180
23181         * gcc.c-torture/compile/20000802-1.c: New test.
23182
23183 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
23184
23185         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
23186
23187 2000-07-31  Jeffrey A Law  (law@cygnus.com)
23188
23189         * gcc-c-torture/execute/20000731-2.c: New test.
23190
23191         * gcc.c-torture/execute/20000731-1.c: New test.
23192         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
23193
23194 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
23195
23196         * testsuite/gcc.dg/cpp/paste7.c: New test.
23197         * gcc.dg/cpp/20000725-1.c: New test.
23198
23199 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
23200
23201         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
23202         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
23203         declaration warning for __builtin_dwarf_reg_size.
23204
23205         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
23206
23207 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
23208
23209         * gcc.dg/noncompile/voidparam-1.c: New test.
23210
23211 2000-07-30  Richard Henderson  <rth@cygnus.com>
23212
23213         * gcc.dg/c90-digraph-1.c: Don't xfail.
23214         * gcc.dg/compare2.c (case 10): Xfail.
23215         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
23216
23217 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
23218
23219         * gcc.dg/c99-main-1.c: New test.
23220
23221 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
23222
23223         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
23224
23225 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
23226
23227         * gcc.c-tortuer/execute/20000726-1.c: New test.
23228
23229 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
23230
23231         * gcc.c-torture/execute/enum-2.c: New test.
23232
23233 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23234
23235         * gcc.dg/cpp/tr-warn3.c: New test.
23236
23237 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23238
23239         * g++.old-deja/g++.ext/implicit1.C: Remove.
23240         * g++.old-deja/g++.jason/c2.C: Remove
23241         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
23242         * g++.old-deja/g++.pt/crash16.C: Likewise.
23243         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
23244
23245 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23246
23247         * g++.old-deja/g++.other/for2.C: New test.
23248
23249 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
23250
23251         * gcc.dg/20000720-1.c: New test.
23252
23253 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
23254
23255         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
23256
23257 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
23258
23259         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
23260         * gcc.c-torture/execute/20000722-1.c: New.
23261         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
23262
23263 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
23264
23265         * gcc.dg/cpp/20000720-1.S: New test.
23266
23267 2000-07-21  Michael Meissner  <meissner@redhat.com>
23268
23269         * gcc.c-torture/execute/ieee/hugeval.c: New test.
23270
23271 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23272
23273         * g++.old-deja/g++.brendan/crash16.C,
23274         g++.old-deja/g++.brendan/parse3.C,
23275         g++.old-deja/g++.brendan/redecl1.C,
23276         g++.old-deja/g++.ns/template13.C,
23277         g++.old-deja/g++.other/decl4.C,
23278         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
23279
23280 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23281
23282         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
23283         and "Internal error".
23284
23285         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
23286         regexps.
23287         * gcc.dg/cpp/paste6.c: New test.
23288
23289 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
23290
23291         * gcc.dg/cpp/tr-direct.c: New test.
23292
23293         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
23294         gcc.dg/cpp/undef1.c: Tweak error regexps.
23295
23296 2000-07-18  Eric Christopher <echristo@redhat.com>
23297
23298         * gcc.c-torture/compile/20000718-1.c: New test.
23299
23300 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
23301
23302         * cpplex.c (_cpp_push_token): If the token being pushed back
23303         is the previous token in this context, just subtract one from
23304         context->posn.
23305         * cppmacro.c (save_expansion): Clear aux field when storing a
23306         placemarker.
23307
23308 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
23309
23310         * gcc.dg/noncompile/redecl-1.c: New test.
23311
23312 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
23313
23314         * gcc.c-torture/execute/20000717-5.c: New test.
23315         * gcc.c-torture/execute/20000717-1.x: Removed.
23316
23317 2000-07-17  Richard Henderson  <rth@cygnus.com>
23318
23319         * gcc.c-torture/execute/20000717-4.c: New test.
23320
23321 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
23322
23323         * gcc.dg/cpp/syshdr.c: New test.
23324         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
23325
23326 2000-07-17  Neil Booth  <neilb@earthling.net>
23327
23328         * gcc.dg/cpp/cmdlne-dM.c: New test.
23329         * gcc.dg/cpp/cmdlne-dD.c: New test.
23330
23331 2000-07-17  Jeffrey A Law  (law@cygnus.com)
23332
23333         * gcc.c-torture/execute/20000717-3.c: New test.
23334
23335         * gcc.c-torture/compile/20000717-1.c: New test.
23336
23337 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
23338
23339         * gcc.c-torture/execute/20000717-2.c: New test.
23340
23341 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
23342
23343         * gcc.dg/formatz-1.c: New test.
23344
23345         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
23346         * gcc.dg/c99-digraph-1.c: New tests.
23347
23348         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
23349         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
23350
23351         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
23352         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
23353         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
23354         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
23355         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
23356         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
23357         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
23358
23359 2000-07-17   Greg McGary <greg@mcgary.org>
23360
23361         * gcc.c-torture/execute/20000717-1.c: New test.
23362         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
23363
23364 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
23365
23366         * gcc.c-torture/execute/20000715-2.c: New test.
23367         * gcc.dg/20000715-1.c: New test.
23368
23369 2000-07-15  Michael Meissner  <meissner@redhat.com>
23370
23371         * gcc.c-torture/execute/20000715-1.c: New test.
23372
23373 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
23374
23375         * gcc.c-torture/execute/20000707-1.c: New test.
23376
23377 2000-07-13  Neil Booth  <NeilB@earthling.net>
23378
23379         * testsuite/gcc.dg/cpp/digraph1.c,
23380         testsuite/gcc.dg/cpp/digraph2.c,
23381         testsuite/gcc.dg/cpp/digraphs.c: New tests.
23382
23383 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
23384
23385         * g77.f-torture/compile/20000630-2.f:  New test.
23386         * g77.f-torture/compile/20000630-2.x
23387
23388 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
23389
23390         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
23391
23392 2000-07-11  Neil Booth  <NeilB@earthling.net>
23393
23394         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
23395
23396 2000-07-11  Neil Booth  <NeilB@earthling.net>
23397
23398         * gcc.dg/cpp/cmdlne-C.c: New.
23399
23400 2000-07-09  Neil Booth  <NeilB@earthling.net>
23401
23402         * gcc.dg/cpp/directiv.c: New tests.
23403         * gcc.dg/cpp/undef1.c: Update.
23404
23405 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
23406
23407         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
23408
23409 2000-07-09  Neil Booth  <NeilB@earthling.net>
23410
23411         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
23412
23413 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
23414
23415         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
23416         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
23417
23418 2000-07-08  Neil Booth  <NeilB@earthling.net>
23419
23420         * gcc.dg/cpp/macsyntx.c: New tests.
23421
23422 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23423
23424         * gcc.dg/20000707-1.c: New test.
23425
23426 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23427
23428         * gcc.c-torture/execute/20000706-1.c: New test.
23429         * gcc.c-torture/execute/20000706-2.c: New test.
23430         * gcc.c-torture/execute/20000706-3.c: New test.
23431         * gcc.c-torture/execute/20000706-4.c: New test.
23432         * gcc.c-torture/execute/20000706-5.c: New test.
23433
23434 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23435
23436         * g++.old-deja/g++.pt/instantiate7.C: New test.
23437
23438 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23439
23440         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
23441         * g++.old-deja/g++.mike/thunk3.C: Likewise.
23442         * g++.old-deja/g++.other/rtti3.C: Likewise.
23443         * g++.old-deja/g++.other/rttid3.C: Likewise.
23444
23445 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
23446
23447         *  g77.f-torture/compile/20000630-1.x: Fix typo
23448
23449 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
23450
23451         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
23452         assembly output.
23453
23454 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
23455
23456         * gcc.dg/cpp/ident.c: New test.
23457
23458 2000-07-05  Neil Booth  <NeilB@earthling.net>
23459
23460         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
23461           gcc.dg/cpp/lexstrng.c: New tests.
23462
23463 2000-07-04  Neil Booth  <NeilB@earthling.net>
23464
23465         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
23466         * gcc.dg/cpp/strify2.c: Same.
23467
23468 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
23469
23470         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
23471         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
23472         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
23473         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
23474
23475         * testsuite/gcc.dg/cpp/macro1.c,
23476         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
23477         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
23478         testsuite/gcc.dg/cpp/strify1.c,
23479         testsuite/gcc.dg/cpp/strify2.c: New tests.
23480
23481 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
23482
23483         * gcc.c-torture/execute/20000703-1.c: New test.
23484
23485 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23486
23487         * g++.old-deja/g++.pt (lookup10.C): New test.
23488
23489 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23490
23491         * g++.old-deja/g++.pt (typename25.C): New test.
23492
23493 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
23494
23495         * gcc.c-torture/compile/20000701-1.c: New test.
23496
23497 2000-06-30  Nick Clifton  <nickc@cygnus.com>
23498
23499         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
23500         to test case.
23501
23502 2000-06-30  Catherine Moore  <clm@cygnus.com>
23503
23504         * gcc.c-torture/execute/align-1.c: New test.
23505
23506 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
23507
23508         * g++.old-deja/g++.pt/expr8.C: New test.
23509         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
23510
23511 2000-06-29  Nick Clifton  <nickc@cygnus.com>
23512
23513         * gcc.c-torture/compile/20000629-1.c: New test.
23514
23515 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23516
23517
23518         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
23519         gcc.dg/noncompile directory, depending on whether they're
23520         preprocessor tests or not.  Annotate all the tests for the dg
23521         framework.
23522
23523         * gcc.c-torture/noncompile/noncompile.exp: Delete.
23524         * gcc.dg/noncompile/noncompile.exp: New.
23525
23526         * Moved files:
23527         Old name                                New name
23528         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
23529         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
23530         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
23531         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
23532         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
23533         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
23534         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
23535         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
23536         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
23537         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
23538         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
23539         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
23540         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
23541         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
23542         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
23543         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
23544         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
23545         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
23546         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
23547         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
23548         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
23549         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
23550         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
23551         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
23552
23553         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
23554         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
23555         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
23556         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
23557         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
23558         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
23559
23560 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23561
23562         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
23563         declare one variable.  On the fourth, error.
23564         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
23565         declared by 20000628-1a.h.
23566
23567 2000-06-29  Richard Henderson  <rth@redhat.com>
23568
23569         * gcc.c-torture/execute/930529-1.x: New file.
23570         * gcc.dg/920413-1.c: Adjust expected warning text.
23571         * gcc.dg/980217-1.c: Declare abort.
23572         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
23573
23574 2000-06-29  Jeffrey A Law  (law@cygnus.com)
23575
23576         * g77.f-torture/compile/20000629-1.f: New test.
23577         * g77.f-torture/compile/20000629-1.x: Expected to fail.
23578
23579 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23580
23581         Rearrange lots of files, removing entirely the
23582         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
23583         directories.
23584
23585         * Deleted files:
23586         gcc.c-torture/code_quality/code_quality.exp
23587         gcc.c-torture/special/special.exp
23588         gcc.failure/failure.exp
23589         gcc.failure/940409-1.x
23590         gcc.c-torture/compile/961203-1.x
23591
23592         * New files:
23593         gcc.misc-tests/linkage.exp
23594         gcc.c-torture/execute/920730-1t.c
23595         gcc.c-torture/execute/920730-1t.x
23596         gcc.c-torture/compile/920520-1.x
23597         gcc.c-torture/compile/920521-1.x
23598         gcc.c-torture/compile/981006-1.x
23599         gcc.c-torture/execute/eeprof-1.x
23600
23601         * Moved files (possibly with modifications to fit a new harness):
23602         Old name                                New name
23603         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
23604         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
23605         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
23606         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
23607         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
23608         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
23609         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
23610         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
23611         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
23612         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
23613         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
23614         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
23615         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
23616         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
23617
23618 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23619
23620         * c-torture/compile/961203-1.x: Delete.
23621
23622         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
23623         not exit. Include stdio.h.
23624         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
23625         * gcc.misc-tests/dg-12.c: Likewise.
23626         * gcc.misc-tests/dg-5.c: Likewise.
23627         * gcc.misc-tests/dg-6.c: Likewise.
23628         * gcc.misc-tests/dg-7.c: Prototype abort.
23629         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
23630         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
23631         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
23632         not exit.
23633         * gcc.misc-tests/sieve.c: Use return from main, not exit.
23634         * gcc.misc-tests/sort2.c: Use return from main, not exit.
23635
23636 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
23637
23638         * gcc.dg/cpp/20000628-1.c: New test.
23639         * gcc.dg/cpp/20000628-1.h: New header for above test.
23640         * gcc.dg/cpp/20000628-1a.h: Likewise.
23641
23642 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
23643
23644         * gcc.dg/cpp: New directory.
23645         * gcc.dg/cpp/cpp.exp: New driver.
23646         * gcc.dg/cpp/20000627-1.c: New test.
23647         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
23648         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
23649         and rewrite as a compilation test.
23650
23651         * gcc.dg: Move many files into the cpp subdirectory, possibly
23652         renaming or editing them as well.
23653         Old name                New name
23654         990119-1.c              cpp/19990119-1.c
23655         990228-1.c              cpp/19990228-1.c
23656         990407-1.c              cpp/19990407-1.c
23657         990409-1.c              cpp/19990409-1.c
23658         990413-1.c              cpp/19990413-1.c
23659         990703-1.c              cpp/19990703-1.c
23660         20000127-1.c            cpp/20000127-1.c
23661         20000129-1.c            cpp/20000129-1.c
23662         20000207-1.c            cpp/20000207-1.c
23663         20000207-2.c            cpp/20000207-2.c
23664         20000209-1.c            cpp/20000209-1.c
23665         20000209-2.c            cpp/20000209-2.c
23666         20000301-1.c            cpp/20000301-1.c
23667         20000419-1.c            cpp/20000419-1.c
23668         20000510-1.S            cpp/20000510-1.S
23669         20000519-1.c            cpp/20000519-1.c
23670         20000529-1.c            cpp/20000529-1.c
23671         20000625-1.c            cpp/20000625-1.c
23672         20000625-2.c            cpp/20000625-2.c
23673         cpp-as1.c               cpp/assert1.c
23674         cpp-as2.c               cpp/assert2.c
23675         cxx-comments-1.c        cpp/cxxcom1.c
23676         cxx-comments-2.c        cpp/cxxcom2.c
23677         endif-label.c           cpp/endif.c
23678         cpp-hash1.c             cpp/hash1.c
23679         cpp-hash2.c             cpp/hash2.c
23680         cpp-if1.c               cpp/if-1.c
23681         cpp-if2.c               cpp/if-2.c
23682         cpp-if3.c               cpp/if-3.c
23683         cpp-if4.c               cpp/if-4.c
23684         cpp-if5.c               cpp/if-5.c
23685         cpp-cond.c              cpp/if-cexp.c
23686         cpp-missingop.c         cpp/if-mop.c
23687         cpp-missingparen.c      cpp/if-mpar.c
23688         cpp-opprec.c            cpp/if-oppr.c
23689         cpp-ifparen.c           cpp/if-paren.c
23690         cpp-shortcircuit.c      cpp/if-sc.c
23691         cpp-shift.c             cpp/if-shift.c
23692         cpp-unary.c             cpp/if-unary.c
23693         cpp-li1.c               cpp/line1.c
23694         cpp-li2.c               cpp/line2.c
23695         lineno.c                cpp/line3.c
23696         lineno-2.c              cpp/line4.c
23697         cpp-mi.c                cpp/mi1.c
23698         cpp-mic.h               cpp/mi1c.h
23699         cpp-micc.h              cpp/mi1cc.h
23700         cpp-mind.h              cpp/mi1nd.h
23701         cpp-mindp.h             cpp/mi1ndp.h
23702         cpp-mix.h               cpp/mi1x.h
23703         cpp-mi2.c               cpp/mi2.c
23704         cpp-mi2a.h              cpp/mi2a.h
23705         cpp-mi2b.h              cpp/mi2b.h
23706         cpp-mi2c.h              cpp/mi2c.h
23707         cpp-mi3.c               cpp/mi3.c
23708         cpp-mi3.def             cpp/mi3.def
23709         poison-1.c              cpp/poison.c
23710         pr-impl.c               cpp/prag-imp.c
23711         cpp-redef-2.c           cpp/redef1.c
23712         cpp-redef.c             cpp/redef2.c
23713         strpaste.c              cpp/strp1.c
23714         strpaste-2.c            cpp/strp2.c
23715         cpp-tradpaste.c         cpp/tr-paste.c
23716         cpp-tradstringify.c     cpp/tr-str.c
23717         cpp-tradwarn1.c         cpp/tr-warn1.c
23718         cpp-tradwarn2.c         cpp/tr-warn2.c
23719         trigraphs.c             cpp/trigraphs.c
23720         cpp-unc1.c              cpp/unc1.c
23721         cpp-unc2.c              cpp/unc2.c
23722         cpp-unc3.c              cpp/unc3.c
23723         cpp-unc.c               cpp/unc4.c
23724         undef.c                 cpp/undef1.c
23725         undef-2.c               cpp/undef2.c
23726         cpp-wi1.c               cpp/widestr1.c
23727
23728 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
23729
23730         * lib/g++.exp (g++_include_flags): Tweak.
23731
23732 2000-06-27  H.J. Lu  <hjl@gnu.org>
23733             Loren J. Rittle  <ljrittle@acm.org>
23734
23735         * lib/g++.exp (g++_include_flags): Override libgloss.exp
23736         version with one that knows about the new gcc tree structure.
23737         (g++_link_flags): Same.
23738
23739 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
23740
23741         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
23742         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
23743         case we are cross-compiling.
23744
23745         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
23746         g++.old-deja/g++.niklas/Makefile.in,
23747         g++.old-deja/g++.niklas/configure.in,
23748         g++.old-deja/g++.other/Makefile.in,
23749         g++.old-deja/g++.other/configure.in,
23750         gcc.c-torture/code_quality/Makefile.in,
23751         gcc.c-torture/code_quality/configure.in,
23752         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
23753         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
23754         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
23755         gcc.c-torture/execute/ieee/Makefile.in,
23756         gcc.c-torture/execute/ieee/configure.in,
23757         gcc.c-torture/noncompile/Makefile.in,
23758         gcc.c-torture/noncompile/configure.in,
23759         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
23760         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
23761         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
23762
23763 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23764
23765         * g++.old-deja/g++.other/ambig3.C: New test.
23766
23767 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23768
23769         * g++.old-deja/g++.pt/syntax1.C: New test.
23770         * g++.old-deja/g++.pt/syntax2.C: New test.
23771         * g++.old-deja/g++.other/syntax3.C: New test.
23772         * g++.old-deja/g++.other/syntax4.C: New test.
23773
23774 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23775
23776         * gcc.dg/20000623-1.c: Prototype exit and abort.
23777
23778 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23779
23780         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
23781         New tests.
23782         * gcc.dg/cpp-mi3.def: New file.
23783
23784         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
23785         inside assertions.
23786         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
23787         lexer's error messages.
23788         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
23789         divine anything from the linemarkers.
23790         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
23791         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
23792
23793 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
23794
23795         * gcc.dg/20000623-1.c: New test.
23796
23797 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
23798
23799         * gcc.c-torture/execute/20000622-1.c: New test.
23800
23801 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23802
23803         * g++.old-deja/g++.other/init15.C: New test.
23804
23805 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23806
23807         * g++.old-deja/g++.pt/vaarg2.C: New test.
23808         * g++.old-deja/g++.pt/vaarg3.C: New test.
23809
23810 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
23811
23812         * g++.old-deja/g++.other/dyncast6.C: New test.
23813
23814 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
23815
23816         * gcc.c-torture/execute/loop-6.c: New test.
23817
23818 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
23819
23820         * gcc.dg/20000614-1.c: New test.
23821         * gcc.dg/20000614-2.c: New test.
23822
23823 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
23824
23825         * g++.old-deja/g++.other/inline12.C: New test.
23826
23827 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
23828
23829         * g++.old-deja/g++.other/eh1.C: New test.
23830
23831 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
23832
23833         * g++.old-deja/g++.other/type.C: New test.
23834
23835 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
23836
23837         * g++.old-deja/g++.other/initstring.C: New test.
23838
23839 2000-06-12  Jason Merrill  <jason@redhat.com>
23840
23841         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
23842
23843 2000-06-09  Jeffrey A Law  (law@cygnus.com)
23844
23845         * gcc.c-torture/compile/20000609-1.c: New test.
23846
23847 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
23848
23849         * gcc.dg/20000609-1.c: New test.
23850
23851 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
23852
23853         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
23854         * gcc.c-torture/noncompile/poison-1.c: Move...
23855         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
23856         * gcc.dg/cpp-li1.c: Add a token after the #line.
23857
23858 2000-06-05  Richard Henderson  <rth@cygnus.com>
23859
23860         * gcc.c-torture/execute/20000605-2.c: New test.
23861         * gcc.c-torture/execute/20000605-3.c: New test.
23862
23863 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
23864
23865         * g77.f-torture/execute/20000503-1.x: New file.
23866
23867 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
23868
23869         * g++.old-deja/g++.eh/badalloc1.C: New test.
23870
23871 2000-06-05  Richard Henderson  <rth@cygnus.com>
23872
23873         * gcc.c-torture/execute/20000605-1.c: New test.
23874
23875 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
23876             Nathan Sidwell <nathan@codesourcery.com>
23877
23878         * gcc.c-torture/compile/20000605-1.c: New test.
23879
23880 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
23881
23882         * g77.f-torture/compile/20000601-1.f:  New test.
23883
23884 2000-06-03  Richard Henderson  <rth@cygnus.com>
23885
23886         * gcc.c-torture/execute/20000603-1.c: New.
23887
23888 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
23889
23890         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
23891         * gcc.dg/noreturn-2.c (noreturn): Likewise.
23892
23893 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
23894
23895         * gcc.dg/compare2.c (case 12): XFAIL.
23896         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
23897         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
23898
23899         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
23900
23901 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
23902
23903         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
23904         guard macro is already defined when the header is first
23905         included.
23906         * gcc.dg/cpp-mix.h: New file.
23907         * gcc.dg/endif-label.c: Update patterns to match compiler.
23908
23909         * g++.brendan/complex1.C: Declare abort.
23910         * g++.law/refs4.C: Remove XFAIL.
23911         * g++.oliva/expr2.C: Declare abort and exit.
23912
23913 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
23914
23915         * gcc.c-torture/execute/20000528-1.c: New test.
23916
23917         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
23918         * g++.old-deja/g++.law/temps4.C: Likewise.
23919
23920         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
23921         stdlib.h.  Call abort() on failure.
23922         * g++.old-deja/g++.law/refs4.C: Likewise.
23923         * g++.old-deja/g++.law/temps4.C: Likewise.
23924         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
23925         * gcc.c-torture/execute/20000112-1.c: Include string.h.
23926
23927 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
23928
23929         Relative to g++.dg/special:
23930         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
23931
23932         Relative to g++.old-deja:
23933         * g++.brendan/complex1.C, g++.jason/optimize2.C,
23934         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
23935         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
23936         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
23937         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
23938         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
23939         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
23940
23941         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
23942         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
23943         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
23944         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
23945         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
23946         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
23947         and/or string.h.
23948
23949         * g++.other/goto1.C: Update expectations for error messages.
23950
23951 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
23952
23953         * gcc.c-torture/compile/20000523-1.c: New test.
23954
23955 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
23956
23957         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
23958
23959 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
23960
23961         * g++.old-deja/g++.eh/catch11.C: New test.
23962         * g++.old-deja/g++.eh/catch12.C: New test.
23963
23964 2000-05-24  Nick Clifton  <nickc@cygnus.com>
23965
23966         * gcc.c-torture/execute/20000523-1.c: New test.
23967
23968 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
23969
23970         * c-torture/execute/bcp-1.c: Replace abort in arg of
23971         __builtin_constant_p with a generic external function.
23972
23973         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
23974         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
23975         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
23976         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
23977         Prototype abort and/or exit.
23978
23979         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
23980         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
23981         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
23982         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
23983
23984 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
23985
23986         * gcc.dg/dwarf2-1.c: New test.
23987
23988 2000-05-20  Richard Henderson  <rth@cygnus.com>
23989
23990         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
23991
23992 2000-05-20  Andreas Jaeger  <aj@suse.de>
23993
23994         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
23995         testcase.
23996
23997 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
23998
23999         * gcc.c-torture/execute/20000519-2.c: New test.
24000
24001 2000-05-19  Andreas Jaeger  <aj@suse.de>
24002
24003         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
24004         which fails with SSA.
24005
24006         * lib/c-torture.exp: Also test with -O3 -fssa.
24007
24008 2000-05-18  Michael Meissner  <meissner@redhat.com>
24009
24010         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
24011         * gcc.c-torture/execute/920415-1.c: Ditto.
24012         * gcc.c-torture/execute/920501-1.c: Ditto.
24013         * gcc.c-torture/execute/conversion.c: Ditto.
24014         * gcc.c-torture/execute/cvt-1.c: Ditto.
24015
24016 2000-05-18  Jeffrey A Law  (law@cygnus.com)
24017
24018         * gcc.c-torture/compile/20000518-1.c: New test.
24019
24020 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
24021
24022         * g77.f-torture/compile/200005018.f:  New test.
24023
24024 2000-05-17  Jeffrey A Law  (law@cygnus.com)
24025
24026         * gcc.c-torture/compile/20000517-1.c: New test.
24027
24028 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24029
24030         * gcc.c-torture/execute/20000516-1.c: New test.
24031
24032 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
24033
24034         * g++.old-deja/g++.other/eh.C: New test.
24035
24036 2000-05-12  Richard Henderson  <rth@cygnus.com>
24037
24038         * gcc.c-torture/execute/990208-1.c (main): Don't pass
24039         constants through to doit's conditional.
24040
24041 2000-05-11  Jeffrey A Law  (law@cygnus.com)
24042
24043         * gcc.c-torture/compile/20000511-1.c: New test.
24044         * g77.f-torture/compile/20000511-1.f: New test.
24045         * g77.f-torture/compile/20000511-2.f: New test.
24046
24047 2000-05-11  Michael Meissner  <meissner@redhat.com>
24048
24049         * gcc.c-torture/execute/20000511-1.c: New test.
24050
24051 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
24052
24053         * gcc.dg/dg.exp: Scan .S files as well as .c files.
24054         * gcc.dg/20000510-1.S: New.
24055
24056 2000-05-08  Catherine Moore  <clm@cygnus.com>
24057
24058         * gcc.dg/unused-3.c: New.
24059
24060 2000-05-06  Richard Henderson  <rth@cygnus.com>
24061
24062           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
24063           * g++.old-deja/g++.mike/warn1.C: Likewise.
24064           * g++.old-deja/g++.pt/local1.C: Likewise.
24065           * g++.old-deja/g++.pt/local7.C: Likewise.
24066           * g++.old-deja/g++.pt/spec16.C: Likewise.
24067
24068 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
24069
24070         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
24071
24072 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
24073
24074           * g77.f-torture/execute/20000503-1.f:  New test.
24075
24076 2000-05-04  Andreas Jaeger  <aj@suse.de>
24077
24078         * gcc.dg/noreturn-2.c: New test.
24079
24080 2000-05-04  Neil Booth  <NeilB@earthling.net>
24081
24082         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
24083         preprocessor.
24084
24085 2000-05-04  Richard Henderson  <rth@cygnus.com>
24086
24087         * gcc.c-torture/execute/20000503-1.c: Fix typo.
24088
24089 2000-05-04  Richard Henderson  <rth@cygnus.com>
24090
24091         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
24092         OpenSSL by Jason R Thorpe.
24093
24094 2000-05-03  Jim Wilson  <wilson@cygnus.com>
24095
24096         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
24097
24098 2000-05-03  Robert Lipe <robertlipe@usa.net>
24099
24100         * gcc.dg/20000503-1.c: New test.
24101
24102 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
24103
24104         * gcc.c-torture/compile/20000502-1.c: New test.
24105         * g++.old-deja/g++.other/align.C: New test.
24106         * gcc.dg/cpp-tradstringify.c: New test.
24107
24108 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
24109
24110         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
24111         and hard registers.
24112
24113 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
24114
24115         * gcc.c-torture/execute/loop-5.c: New test.
24116
24117 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
24118
24119         * gcc.c-torture/execute/va-arg-20.c: New test.
24120
24121 2000-04-23  Jeffrey A Law  (law@cygnus.com)
24122
24123         * gcc.c-torture/execute/20000422-1.c: New test.
24124
24125 2000-04-20  Greg McGary  <gkm@gnu.org>
24126
24127         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
24128         when optimizing, but without sibling-call optimizations (-O1).
24129
24130 2000-04-20  Jeffrey A Law  (law@cygnus.com)
24131
24132           * gcc.c-torture/compile/20000420-1.c: New test.
24133
24134 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
24135
24136         * g++.abi/ptrflags.C: New test.
24137         * g++.eh/catchptr1.C: Test incomplete pointer chains.
24138
24139 2000-04-19  Catherine Moore  <clm@cygnus.com>
24140
24141         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
24142
24143 2000-04-19  Greg McGary  <gkm@gnu.org>
24144
24145         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
24146         sibling-call optimizations.
24147
24148 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
24149
24150         * gcc.dg/20000419-1.c: New test.
24151
24152 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
24153
24154         * gcc.c-torture/execute/20000412-6.c: New test.
24155
24156 2000-04-12  Jeffrey A Law  (law@cygnus.com)
24157
24158         * gcc.c-torture/execute/20000412-5.c: New test.
24159         * g77.f-torture/compile/20000412-1.f: New test.
24160         * gcc.c-torture/execute/20000412-4.c: New test.
24161         * gcc.c-torture/compile/20000412-2.c: New test.
24162         * gcc.c-torture/execute/20000412-3.c: New test.
24163         * gcc.c-torture/compile/20000412-1.c: New test.
24164         * gcc.c-torture/execute/20000412-2.c: New test.
24165
24166 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
24167
24168         * objc/execute/bf-20.m: New test.
24169
24170 2000-04-10  Richard Henderson  <rth@cygnus.com>
24171
24172         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
24173
24174         * gcc.c-torture/execute/20000412-1.c: New test.
24175
24176 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
24177
24178         * g++.old-deja/g++.eh/catchptr1.C: New test.
24179
24180 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
24181
24182         * g++.old-deja/g++.abi/cxa_vec.C: New test.
24183
24184 2000-04-08  Neil Booth  <NeilB@earthling.net>
24185
24186         * gcc.dg/cpp-nullchar.c: Remove test as
24187         embedded nulls cause problems.
24188
24189 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24190
24191         * gcc.dg/compare2.c: New test.
24192
24193 2000-04-08  Neil Booth  <NeilB@earthling.net>
24194
24195         * gcc.dg/cpp-nullchar.c: New test.
24196
24197 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
24198
24199         * gcc.dg/cpp-mi2.c: New test.
24200         * gcc.dg/cpp-mi2[abc].h: New files.
24201
24202 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
24203
24204         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
24205         member name.
24206
24207 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
24208
24209         * g++.old-deja/g++.abi/vmihint.C: New test.
24210
24211 2000-04-06  Neil Booth  <NeilB@earthling.net>
24212
24213         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
24214         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
24215         copyright.
24216
24217 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
24218
24219         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
24220         avoid stack-frame overwrite.
24221
24222 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
24223
24224         * gcc.c-torture/compile/20000405-2.c: New test.
24225         * gcc.c-torture/compile/20000405-3.c: New test.
24226
24227 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24228
24229         * gcc.c-torture/compile/20000405-1.c: New test.
24230
24231 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
24232
24233         * gcc.dg/cast-qual-1.c: Revert last change.
24234
24235 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24236
24237         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
24238
24239 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
24240
24241         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
24242         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
24243
24244 2000-04-03  Jeffrey A Law  (law@cygnus.com)
24245
24246         * gcc.c-torture/compile/20000403-2.c: New test.
24247         * gcc.c-torture/compile/20000403-1.c: New test.
24248
24249 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
24250
24251         * gcc.c-torture/execute/20000403-1.c: New test.
24252
24253 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
24254
24255         * gcc.c-torture/execute/20000402-1.c: New test.
24256
24257 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
24258
24259         * gcc.c-torture/execute/va-arg-15.c: New test.
24260         * gcc.c-torture/execute/va-arg-16.c: New test.
24261         * gcc.c-torture/execute/va-arg-17.c: New test.
24262         * gcc.c-torture/execute/va-arg-18.c: New test.
24263         * gcc.c-torture/execute/va-arg-19.c: New test.
24264
24265 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
24266
24267         * gcc.c-torture/compile/981211-1.c: Move to...
24268         * gcc.dg/cpp-as1.c: ...here.
24269         * gcc.dg/cpp-as2.c: New file.
24270
24271         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
24272         compiler.
24273
24274 2000-04-02  Neil Booth  <NeilB@earthling.net>
24275
24276         * gcc.dg/cpp-cond.c  New tests.
24277         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
24278         accidental success less likely.
24279         * gcc.dg/cpp-missingop.c  New tests.
24280         * gcc.dg/cpp-missingparen.c  New tests.
24281         * gcc.dg/cpp-shift.c  New tests.
24282         * gcc.dg/cpp-shortcircuit.c  New tests.
24283         * gcc.dg/cpp-unary.c  New tests.
24284
24285 2000-03-29  Jeffrey A Law  (law@cygnus.com)
24286
24287         * gcc.c-torture/compile/20000329-1.c: New test.
24288
24289 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
24290
24291         * gcc.c-torture/compile/20000326-1.c: New test.
24292         * gcc.c-torture/compile/20000326-2.c: New test.
24293
24294 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
24295
24296         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
24297         the first parameter is a function argument.
24298
24299 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
24300
24301         * g++.old-deja/g++.ext/array4.C: New test.
24302
24303 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
24304
24305         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
24306
24307 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24308
24309         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
24310
24311 2000-03-19  Richard Henderson  <rth@cygnus.com>
24312
24313         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
24314
24315 2000-03-19  Richard Henderson  <rth@cygnus.com>
24316
24317         * gcc.c-torture/compile/20000319-1.c: New test.
24318
24319 2000-03-14  Jeffrey A Law  (law@cygnus.com)
24320
24321         * gcc.c-torture/execute/20000314-3.c: New test.
24322         * gcc.c-torture/execute/20000314-2.c: New test.
24323         * gcc.c-torture/execute/20000314-1.c: New test.
24324         * gcc.c-torture/compile/20000314-2.c: New test.
24325         * gcc.c-torture/compile/20000314-1.c: New test.
24326
24327 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
24328
24329         * g++.old-deja/g++.warn/inline.C: New test.
24330
24331 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
24332
24333         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
24334         standards-compliant result rather than specific constants.
24335         Put test-values in array.
24336
24337 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
24338
24339         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
24340         (g++_target_compile): Put test-specific options last.
24341
24342 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24343
24344         * g++.old-deja/g++.eh/vbase4.C: New test.
24345
24346 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24347
24348         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
24349
24350 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24351
24352         * g++.old-deja/g++.brendan/misc12.C: Removed.
24353         * g++.old-deja/g++.pt/memtemp77.C: Constify.
24354         * g++.old-deja/g++.ext/pretty4.C: New test.
24355
24356 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24357
24358         * g++.old-deja/g++.other/string2.C: New test.
24359
24360 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
24361
24362         * g++.old-deja/g++.warn/impint2.C: New test.
24363
24364 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
24365
24366         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
24367         is 1, not zero.
24368
24369 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
24370
24371         * g++.old-deja/g++.warn/impint.C: New test.
24372         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
24373         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
24374         * g++.old-deja/g++.pt/explicit12.C: Likewise.
24375         * g++.old-deja/g++.pt/explicit13.C: Likewise.
24376         * g++.old-deja/g++.pt/explicit17.C: Likewise.
24377         * g++.old-deja/g++.pt/explicit18.C: Likewise.
24378         * g++.old-deja/g++.pt/explicit19.C: Likewise.
24379         * g++.old-deja/g++.pt/explicit23.C: Likewise.
24380         * g++.old-deja/g++.pt/explicit31.C: Likewise.
24381         * g++.old-deja/g++.pt/explicit35.C: Likewise.
24382         * g++.old-deja/g++.pt/explicit6.C: Likewise.
24383         * g++.old-deja/g++.pt/memclass7.C: Likewise.
24384
24385 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
24386
24387         * gcc.dg/cpp-redef.c: New test.
24388
24389 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
24390
24391         * g++.old-deja/g++.pt/unify7.C: New test.
24392
24393 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
24394
24395         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
24396         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
24397
24398 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
24399
24400         * gcc.c-torture/compile/20000224-1.c: New test.
24401
24402 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24403
24404         * gcc.c-torture/compile/cpp-2.c: New test.
24405         * gcc.c-torture/compile/cpp-1.c: New test.
24406
24407 2000-02-25  Jeffrey A Law  (law@cygnus.com)
24408
24409         * gcc.c-torture/execute/20000225-1.c: New test.
24410
24411 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24412
24413         * gcc.dg/cpp-li2.c: New test.
24414
24415         * gcc.dg/cpp-wi1.c: New test.
24416
24417         * gcc.dg/cpp-li1.c: New test.
24418
24419 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
24420
24421         * g++.old-deja/g++.other/sizeof5.C: New test.
24422
24423 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24424
24425         * gcc.c-torture/execute/va-arg-13.c: New test.
24426
24427 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
24428
24429         * gcc.c-torture/execute/va-arg-12.c: New test.
24430
24431 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24432
24433         * gcc.c-torture/execute/20000223-1.c: New test.
24434
24435 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24436
24437         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
24438
24439 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
24440
24441         * g++.old-deja/g++.abi/ptrmem.C: New test.
24442
24443 2000-02-19  Richard Henderson  <rth@cygnus.com>
24444
24445         * gcc.c-torture/compile/init-3.c: New.
24446
24447 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
24448
24449         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
24450         ALWAYS_CXXFLAGS.
24451
24452 2000-02-11  Robert Lipe <robertl@sco.com>
24453
24454         * gcc.c-torture/compile/20000211-3.c: New test.
24455
24456 2000-02-11  Martin Buchholz <martin@xemacs.org>
24457
24458         * gcc.c-torture/compile/20000211-2.c: New test.
24459
24460 2000-02-11  Jeffrey A Law  (law@cygnus.com)
24461
24462         * gcc.c-torture/compile/20000211-1.c: New test.
24463
24464 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
24465
24466         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
24467           on native targets
24468
24469 2000-02-08  Nathan Sidwell  <nathan@acm.org>
24470
24471         * g++.old-deja/g++.other/cast5.C: New test.
24472
24473 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
24474
24475         * gcc.c-torture/execute/20000205-1.c: New.
24476
24477 2000-02-03  Nathan Sidwell  <nathan@acm.org>
24478
24479         * g++.old-deja/g++.jason/cast3.C: Return void.
24480         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
24481
24482 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24483
24484         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
24485
24486         * gcc.dg/loop-1.c: New test.
24487
24488 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
24489
24490         * gcc.c-torture/compile/20000127-1.c: New test.
24491         * gcc.c-torture/execute/991228-1.c: New test.
24492
24493 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24494
24495         * gcc.dg/unused-2.c: New test.
24496
24497         * gcc.dg/conv-1.c: New test.
24498
24499 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
24500
24501         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
24502         compiler.
24503         (tool_option_proc): Fix typo.
24504
24505 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
24506
24507         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
24508         of the ld on the host, not on the build machine.
24509         Also, don't crash if '--help' is not a supported option.
24510
24511 2000-01-24  Richard Henderson  <rth@cygnus.com>
24512
24513         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
24514
24515 2000-01-20  Jeffrey A Law  (law@cygnus.com)
24516
24517         * gcc.c-torture/execute/20000120-2.c: New test.
24518         * gcc.c-torture/execute/20000120-1.c: New test.
24519
24520 2000-01-13  Jeffrey A Law  (law@cygnus.com)
24521
24522         * gcc.c-torture/execute/20000113-1.c: New test.
24523
24524 2000-01-12  Jeffrey A Law  (law@cygnus.com)
24525
24526         * gcc.c-torture/execute/20000112-1.c: New test.
24527
24528 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24529
24530         * gcc.dg/20000111-1.c: New test.
24531
24532 2000-01-10  Jeffrey A Law  (law@cygnus.com)
24533
24534         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
24535         with 16 bit integers.
24536
24537 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24538
24539         * gcc.dg/20000108-1.c: New test.
24540
24541 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24542
24543         * g++.old-deja/g++.ns/koenig8.C: New test.
24544
24545 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24546
24547         * g++.old-deja/g++.other/cast4.C: New test.
24548
24549 2000-01-05  Jeffrey A Law  (law@cygnus.com)
24550
24551         * gcc.c-torture/compile/20000105-2.c: New test.
24552         * gcc.c-torture/compile/20000105-1.c: New test.
24553
24554 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24555
24556         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
24557         references to printf & atoi to conform to ANSI standard.
24558         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
24559         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
24560         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
24561         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
24562         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
24563         * g++.old-deja/g++.brendan/complex1.C: Likewise.
24564         * g++.old-deja/g++.brendan/copy1.C: Likewise.
24565         * g++.old-deja/g++.brendan/copy2.C: Likewise.
24566         * g++.old-deja/g++.brendan/copy3.C: Likewise.
24567         * g++.old-deja/g++.brendan/copy4.C: Likewise.
24568         * g++.old-deja/g++.brendan/copy5.C: Likewise.
24569         * g++.old-deja/g++.brendan/copy6.C: Likewise.
24570         * g++.old-deja/g++.brendan/copy7.C: Likewise.
24571         * g++.old-deja/g++.brendan/copy8.C: Likewise.
24572         * g++.old-deja/g++.brendan/crash11.C: Likewise.
24573         * g++.old-deja/g++.brendan/crash14.C: Likewise.
24574         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
24575         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
24576         * g++.old-deja/g++.brendan/delete2.C: Likewise.
24577         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
24578         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
24579         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
24580         * g++.old-deja/g++.brendan/eh1.C: Likewise.
24581         * g++.old-deja/g++.brendan/groff1.C: Likewise.
24582         * g++.old-deja/g++.brendan/init3.C: Likewise.
24583         * g++.old-deja/g++.brendan/misc12.C: Likewise.
24584         * g++.old-deja/g++.brendan/misc7.C: Likewise.
24585         * g++.old-deja/g++.brendan/new2.C: Likewise.
24586         * g++.old-deja/g++.brendan/operators4.C: Likewise.
24587         * g++.old-deja/g++.brendan/operators5.C: Likewise.
24588         * g++.old-deja/g++.brendan/overload2.C: Likewise.
24589         * g++.old-deja/g++.brendan/overload7.C: Likewise.
24590         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
24591         * g++.old-deja/g++.brendan/reference1.C: Likewise.
24592         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
24593         * g++.old-deja/g++.brendan/template24.C: Likewise.
24594         * g++.old-deja/g++.brendan/template3.C: Likewise.
24595         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
24596         * g++.old-deja/g++.jason/inline3.C: Likewise.
24597         * g++.old-deja/g++.jason/opeq.C: Likewise.
24598         * g++.old-deja/g++.law/arg5.C: Likewise.
24599         * g++.old-deja/g++.law/arm7.C: Likewise.
24600         * g++.old-deja/g++.law/ctors11.C: Likewise.
24601         * g++.old-deja/g++.law/cvt8.C: Likewise.
24602         * g++.old-deja/g++.law/init9.C: Likewise.
24603         * g++.old-deja/g++.law/refs4.C: Likewise.
24604         * g++.old-deja/g++.law/template2.C: Likewise.
24605         * g++.old-deja/g++.law/visibility24.C: Likewise.
24606         * g++.old-deja/g++.law/vtable3.C: Likewise.
24607         * g++.old-deja/g++.mike/asm2.C: Likewise.
24608         * g++.old-deja/g++.mike/eh1.C: Likewise.
24609         * g++.old-deja/g++.mike/misc1.C: Likewise.
24610         * g++.old-deja/g++.mike/misc13.C: Likewise.
24611         * g++.old-deja/g++.mike/misc14.C: Likewise.
24612         * g++.old-deja/g++.mike/ns12.C: Likewise.
24613         * g++.old-deja/g++.mike/p1248.C: Likewise.
24614         * g++.old-deja/g++.mike/p3708.C: Likewise.
24615         * g++.old-deja/g++.mike/p3708a.C: Likewise.
24616         * g++.old-deja/g++.mike/p3708b.C: Likewise.
24617         * g++.old-deja/g++.mike/p646.C: Likewise.
24618         * g++.old-deja/g++.mike/p700.C: Likewise.
24619         * g++.old-deja/g++.mike/p783.C: Likewise.
24620         * g++.old-deja/g++.mike/p783a.C: Likewise.
24621         * g++.old-deja/g++.mike/p783b.C: Likewise.
24622         * g++.old-deja/g++.mike/p786.C: Likewise.
24623         * g++.old-deja/g++.mike/p789.C: Likewise.
24624         * g++.old-deja/g++.mike/p789a.C: Likewise.
24625         * g++.old-deja/g++.mike/p807a.C: Likewise.
24626         * g++.old-deja/g++.other/delete3.C: Likewise.
24627         * g++.old-deja/g++.other/dyncast1.C: Likewise.
24628         * g++.old-deja/g++.other/dyncast2.C: Likewise.
24629         * g++.old-deja/g++.other/dyncast3.C: Likewise.
24630         * g++.old-deja/g++.other/empty1.C: Likewise.
24631         * g++.old-deja/g++.other/temporary1.C: Likewise.
24632         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
24633         * g++.old-deja/g++.pt/t16.C: Likewise.
24634         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
24635
24636 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
24637
24638         * gcc.dg/991230-1.c: New test.
24639
24640 1999-12-29  Jeffrey A Law  (law@cygnus.com)
24641
24642         * gcc.c-torture/compile/991229-3.c: New test.
24643         * gcc.c-torture/compile/991229-2.c: New test.
24644         * gcc.c-torture/compile/991229-1.c: New test.
24645
24646 1999-12-29  Greg McGary <gkm@eng.ascend.com>
24647
24648         * gcc.c-torture/compile/labels-2.c: New test.
24649
24650 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24651
24652         * gcc.c-torture/execute/991227-1.c: New test.
24653
24654 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24655
24656         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
24657
24658 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24659
24660         * gcc.c-torture/execute/991221-1.c: New test.
24661
24662 1999-12-20  Nathan Sidwell  <nathan@acm.org>
24663
24664         * g++.old-deja/g++.other/cast3.C: New test.
24665
24666 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
24667
24668         * gcc.c-torture/execute/991216-4.c: New test.
24669
24670 1999-12-16  Michael Meissner  <meissner@cygnus.com>
24671
24672         * gcc.c-torture/execute/991216-1.c: New test.
24673         * gcc.c-torture/execute/991216-2.c: New test.
24674         * gcc.c-torture/execute/991216-3.c: New test.
24675
24676 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24677
24678         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
24679         Actually make the test fail by using "-O2" for compilation.
24680
24681 1999-12-15  Nathan Sidwell  <nathan@acm.org>
24682
24683         * g++.old-deja/g++.warn/cast-align1.C: New test.
24684
24685 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24686
24687         * gcc.c-torture/compile/991214-1.c: New test.
24688         * gcc.c-torture/compile/991214-2.c: New test.
24689
24690 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24691
24692         * gcc.dg/991214-1.c: New test.
24693
24694 1999-12-13  Jeffrey A Law  (law@cygnus.com)
24695
24696         * gcc.c-torture/compile/991213-3.c: New test.
24697         * gcc.c-torture/compile/991213-2.c: New test.
24698         * gcc.c-torture/compile/991213-1.c: New test.
24699
24700 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
24701
24702         * gcc.dg/991209-1.c: New test.
24703
24704 1999-12-08  Nathan Sidwell <nathan@acm.org>
24705
24706         * gcc.c-torture/compile/991208-1.c: New test.
24707
24708 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24709
24710         * gcc.dg/ultrasp2.c: New test.
24711
24712 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
24713
24714         * g++.old-deja/g++.abi/align.C (main): Fix typo.
24715
24716 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
24717
24718         * gcc.c-torture/compile/991202-1.c: New test.
24719         * gcc.c-torture/execute/991202-1.c: New test.
24720         * gcc.c-torture/execute/991202-2.c: New test.
24721         * gcc.c-torture/execute/991202-3.c: New test.
24722
24723 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
24724
24725         * g++.old-deja/g++.abi/align.C: New test.
24726         * g++.old-deja/g++.abi/aggregates.C: Likewise.
24727         * g++.old-deja/g++.abi/bitfields.C: Likewise.
24728
24729 1999-12-01  Richard Henderson  <rth@cygnus.com>
24730
24731         * gcc.c-torture/execute/991201-1.c: New.
24732
24733 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
24734
24735         * gcc.dg/991129-1.c: New test.
24736
24737 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
24738
24739         * gcc.c-torture/compile/991127-1.c: New test.
24740
24741 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24742
24743         * g++.old-deja/g++.other/warn4.C: New test.
24744
24745 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24746
24747         * g++.old-deja/g++.eh/cleanup2.C: New test.
24748         * g++.old-deja/g++.ext/pretty2.C: New test.
24749         * g++.old-deja/g++.ext/pretty3.C: New test.
24750         * g++.old-deja/g++.other/debug6.C: New test.
24751
24752 1999-10-20  Jim Wilson  <wilson@cygnus.com>
24753
24754         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
24755         compiler_output to look for one error message instead of two.
24756
24757 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
24758
24759         * gcc.c-torture/execute/991118-1.c: Also test case
24760         where the word boundary does not split a byte evenly.
24761
24762 1999-11-19  Nathan Sidwell  <nathan@acm.org>
24763
24764         * g++.old-deja/g++.ext/restrict1.C: New test.
24765
24766 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
24767
24768         * gcc.c-torture/execute/991118-1.c: New test.
24769
24770 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
24771
24772         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
24773         working directory pathnames.
24774
24775 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
24776
24777         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
24778         host is equipped with driver.h and driver.o so it can actually
24779         compile and run the tests.
24780
24781 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
24782
24783         * gcc.c-torture/compile/991008-1.c: New test.
24784
24785 1999-11-08  Nick Clifton  <nickc@cygnus.com>
24786
24787         * lib/gcc-dg.exp: Include target-supports.exp
24788
24789 1999-11-05  Nick Clifton  <nickc@cygnus.com>
24790
24791         * lib/target-supports.exp: New file: Provide procs to test for
24792         features supported by the target.
24793         (check_weak_available): Moved here from ecos.exp.
24794         (check_alias_available): New proc: Determine of the target
24795         toolchain supports the alias attribute.
24796
24797         * gcc.dg/special/ecos.exp: Move check_weak_available to
24798         target-supports.exp.
24799         (alias-1.c): Only perform the test if the target supports
24800         aliases.
24801         (wkali-1.c): Only perform the test if the target supports
24802         aliases.
24803
24804         * gcc.dg/990506-0.c: Expect error messages from cross
24805         targets as well as native targets.
24806
24807 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24808
24809         * gcc.dg/ultrasp1.c: Removed xfail.
24810         * gcc.dg/struct-ret-2.c: Likewise.
24811         * gcc.dg/array-1.c: Likewise.
24812
24813 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24814
24815         * gcc.dg/struct-ret-2.c: New test.
24816
24817         * gcc.dg/array-1.c: New test.
24818
24819 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
24820
24821         * gcc.c-torture/execute/991030-1.c: New test.
24822
24823 1999-10-26  Richard Henderson  <rth@cygnus.com>
24824
24825         * gcc.c-torture/compile/991026-2.c: New test.
24826
24827 1999-10-26  Jeffrey A Law  (law@cygnus.com)
24828
24829         * gcc.c-torture/compile/991026-1.c: New test.
24830
24831 1999-10-23  Jeffrey A Law  (law@cygnus.com)
24832
24833         * gcc.c-torture/execute/991023-1.c: New test.
24834
24835 1999-10-19  Jeffrey A Law  (law@cygnus.com)
24836
24837         * gcc.c-torture/execute/991019-1.c: New test.
24838
24839 1999-10-16  Richard Henderson  <rth@cygnus.com>
24840
24841         * gcc.c-torture/execute/991016-1.c: New test.
24842
24843 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
24844
24845         * gcc.c-torture/execute/991014-1.c: New test.
24846
24847 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
24848
24849         * g++.old-deja/g++.other/union2.C: New test.
24850
24851 1999-10-13  Nathan Sidwell  <nathan@acm.org>
24852
24853         * g++.old-deja/g++.other/vaarg2.C: New test.
24854         * g++.old-deja/g++.other/vaarg3.C: New test.
24855
24856 1999-10-12  Craig Burley  <craig@jcb-sc.com>
24857
24858         * g77.f-torture/noncompile/19990905-1.f: Moved from being
24859         in compile/.
24860
24861 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
24862
24863         * gcc.c-torture/execute/va-arg-11.c: New test.
24864
24865 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
24866
24867         * lib/file-format.exp (gcc_target_object_format): Don't
24868         crash if objdump is unavailable.
24869
24870 1999-09-29  Donn Terry <donn@interix.com>
24871
24872         * gcc.misc-tests/mg.exp: delete extraneous redirection.
24873
24874 1999-09-28  Nick Clifton  <nickc@cygnus.com>
24875
24876         * gcc.c-torture/compile/990928-1.c: New test.
24877
24878 1999-09-28  Nathan Sidwell  <nathan@acm.org>
24879
24880         * g++.old-deja/g++.other/decl6.C: New test.
24881
24882 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24883
24884         * gcc.c-torture/execute/va-arg-10.c: New test.
24885
24886 1999-09-27  Nathan Sidwell  <nathan@acm.org>
24887
24888         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
24889         __PRETTY_FUNCTION__.
24890
24891 1999-09-23  Nick Clifton  <nickc@cygnus.com>
24892
24893         * gcc.c-torture/execute/990923-1.c: New test.
24894
24895 1999-09-21  Nick Clifton  <nickc@cygnus.com>
24896
24897         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
24898         for which -fpic is inappropriate.
24899
24900 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
24901
24902         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
24903
24904 1999-09-21  Nathan Sidwell  <nathan@acm.org>
24905
24906         * g++.old-deja/g++.other/dyncast1.C: New test.
24907         * g++.old-deja/g++.other/dyncast2.C: New test.
24908         * g++.old-deja/g++.other/dyncast3.C: New test.
24909         * g++.old-deja/g++.other/dyncast4.C: New test.
24910         * g++.old-deja/g++.other/dyncast5.C: New test.
24911         * g++.old-deja/g++.eh/catch3.C: New test.
24912         * g++.old-deja/g++.eh/catch3p.C: New test.
24913         * g++.old-deja/g++.eh/catch4.C: New test.
24914         * g++.old-deja/g++.eh/catch4p.C: New test.
24915         * g++.old-deja/g++.eh/catch5.C: New test.
24916         * g++.old-deja/g++.eh/catch5p.C: New test.
24917         * g++.old-deja/g++.eh/catch6.C: New test.
24918         * g++.old-deja/g++.eh/catch6p.C: New test.
24919         * g++.old-deja/g++.eh/catch7.C: New test.
24920         * g++.old-deja/g++.eh/catch7p.C: New test.
24921         * g++.old-deja/g++.eh/catch8.C: New test.
24922         * g++.old-deja/g++.eh/catch8p.C: New test.
24923         * g++.old-deja/g++.eh/catch9.C: New test.
24924         * g++.old-deja/g++.eh/catch9p.C: New test.
24925
24926 1999-09-13  Nathan Sidwell  <nathan@acm.org>
24927
24928         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
24929         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
24930
24931 1999-09-13  Jeffrey A Law  (law@cygnus.com)
24932
24933         * gcc.c-torture/compile/990913-1.c: New test.
24934
24935 1999-09-10  Nathan Sidwell  <nathan@acm.org>
24936
24937         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
24938         * g++.old-deja/g++.jason/rfg5.C: Likewise.
24939
24940 1999-09-09  Richard Henderson  <rth@cygnus.com>
24941
24942         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
24943
24944 1999-09-09  Nathan Sidwell  <nathan@acm.org>
24945
24946         * g++.old-deja/g++.other/lookup11.C: New test.
24947         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
24948         what is permitted and what we want.
24949         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
24950         overload use.
24951         * g++.old-deja/g++.jason/rfg5.C: Likewise
24952
24953 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
24954
24955         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
24956         * gcc.c-torture/noncompile/poison-1.c: New file.
24957
24958 1999-09-08  Nathan Sidwell  <nathan@acm.org>
24959
24960         * g++.old-deja/g++.other/sizeof3.C: New test.
24961         * g++.old-deja/g++.other/sizeof4.C: New test.
24962         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
24963         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
24964
24965 1999-09-07  Richard Henderson  <rth@cygnus.com>
24966
24967         * gcc.dg/va-arg-1.c: New.
24968
24969 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24970
24971         * gcc.c-torture/execute/va-arg-9.c: New test.
24972
24973 1999-09-05  Craig Burley  <craig@jcb-sc.com>
24974
24975         * g77.f-torture/compile/980519-2.f: New test.
24976         * g77.f-torture/compile/19990905-0.f: New test.
24977         * g77.f-torture/compile/19990905-1.f: New test.
24978         * g77.f-torture/compile/19990905-2.f: New test.
24979
24980         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
24981
24982 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
24983
24984         * gcc.c-torture/execute/990827-1.c: Fix typo.
24985
24986 1999-09-03  Nathan Sidwell  <nathan@acm.org>
24987
24988         * g++.old-deja/g++.other/deref1.C: New test.
24989
24990 1999-09-02  Nathan Sidwell  <nathan@acm.org>
24991
24992         * g++.old-deja/g++.other/ambig2.C: New test.
24993         * g++.old-deja/g++.other/cond5.C: New test.
24994         * g++.old-deja/g++.other/lookup16.C: New test.
24995
24996 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
24997
24998         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
24999         assemblers too.
25000
25001 1999-08-31  Jeffrey A Law  (law@cygnus.com)
25002
25003         * lib/c-torture.exp: Avoid the "compare executables" optimization
25004         when testing native.
25005
25006 1999-08-29  Jeffrey A Law  (law@cygnus.com)
25007
25008         * gcc.c-torture/execute/990829-1.c: New test.
25009         * gcc.c-torture/compile/990829-1.c: New test.
25010
25011 1999-08-27  Paul Burchard  <burchard@pobox.com>
25012
25013         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
25014         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
25015         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
25016         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
25017         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
25018         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
25019         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
25020         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
25021         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
25022         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
25023         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
25024
25025 1999-08-27  Jeffrey A Law  (law@cygnus.com)
25026
25027         * gcc.c-torture/execute/990827-1.c: New test.
25028
25029 1999-08-26  Craig Burley  <craig@jcb-sc.com>
25030
25031         * g77.f-torture/noncompile/19990826-4.f: New test.
25032
25033         * g77.f-torture/compile/19990826-3.f: New test.
25034
25035         * g77.f-torture/execute/19990826-2.f: New test.
25036
25037         * g77.f-torture/compile/19990826-1.f: New test.
25038
25039         * gcc.c-torture/execute/990826-0.c: New test.
25040         * g77.c-torture/execute/19990826-0.f: New test.
25041
25042         * g77.f-torture/noncompile/970626-2.f: New test.
25043
25044 1999-08-25  Paul Burchard  <burchard@pobox.com>
25045
25046         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
25047         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
25048         lss-011.C: New tests.
25049
25050 1999-08-25  Nathan Sidwell  <nathan@acm.org>
25051
25052         * g++.old-deja/g++.other/decl5.C: New test.
25053
25054 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25055
25056         * noncompile/noncompile.exp: Load_lib c-torture.exp.
25057         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
25058         call `postbase' for each one.  All callers of `postbase' changed
25059         to call this instead.
25060
25061 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
25062
25063         * gcc.c-torture/execute/990811-1.c: New test.
25064
25065 1999-08-09  Nick Clifton  <nickc@cygnus.com>
25066
25067         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
25068         just native ones.
25069
25070         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
25071         just native ones.
25072
25073 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
25074
25075         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
25076
25077 1999-08-04  Jeffrey A Law  (law@cygnus.com)
25078
25079         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
25080
25081 1999-08-04  Nathan Sidwell  <nathan@acm.org>
25082
25083         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
25084
25085 1999-08-04  Jeffrey A Law  (law@cygnus.com)
25086
25087         * gcc.c-torture/execute/990804-1.c: New test.
25088
25089 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25090
25091         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
25092         * g++.old-deja/g++.brendan/crash64.C: Likewise
25093         * g++.old-deja/g++.brendan/overload8.C: Likewise
25094
25095 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25096
25097         * g++.old-deja/g++.other/struct1.C: New test.
25098
25099 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25100
25101         * g++.old-deja/g++.other/enum2.C: New test.
25102
25103 1999-08-02  Richard Henderson  <rth@cygnus.com>
25104
25105         Adapted from tests from Franz Sirl:
25106         * gcc.c-torture/execute/va-arg-7.c: New test.
25107         * gcc.c-torture/execute/va-arg-8.c: New test.
25108
25109 1999-08-01  Jeffrey A Law  (law@cygnus.com)
25110
25111         * gcc.c-torture/compile/990801-2.c: New test.
25112
25113         * gcc.c-torture/compile/990801-1.c: New test.
25114
25115 1999-07-27  Michael Meissner  <meissner@cygnus.com>
25116
25117         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
25118         fp-cmp-1.c, converting double to float.
25119
25120         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
25121         fp-cmp-1.c, converting double to long double.
25122
25123         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
25124         from fr1 to unknown_register, since fr1 is a legitimate register
25125         on some machines.
25126
25127 1999-07-25  Jeffrey A Law  (law@cygnus.com)
25128
25129         * README: More listname related changes.
25130
25131 1999-07-08  Catherine Moore  <clm@cygnus.com>
25132
25133         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
25134
25135 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
25136
25137         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
25138
25139 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
25140
25141         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
25142
25143 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
25144
25145         * gcc.dg/990703-1.c: New test.
25146
25147 1999-06-29  Nick Clifton  <nickc@cygnus.com>
25148
25149         * lib/file-format.exp: New file: Move definition of proc
25150         gcc_target_object_format to here from
25151         gcc.dg/special/ecos.exp.
25152
25153         * lib/c-torture.exp: Include lib file-format.exp.
25154         * lib/gcc-dg.exp: Include lib file-format.exp.
25155
25156         * gcc.dg/special/ecos.exp: Remove definition of proc
25157         gcc_target_object_format.
25158
25159 1999-06-28  Jeffrey A Law  (law@cygnus.com)
25160
25161         * gcc.c-torture/execute/990628-1.c: New test.
25162
25163 1999-06-25  Jeffrey A Law  (law@cygnus.com)
25164
25165         * gcc.c-torture/compile/990625-2.c: New test.
25166
25167         * gcc.c-torture/compile/990625-1.c: New test.
25168
25169 1999-06-23  Nick Clifton  <nickc@cygnus.com>
25170
25171         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
25172         attributes compile.
25173         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
25174         ports that use the COFF/PE file format.
25175
25176 1999-06-17  Jeffrey A Law  (law@cygnus.com)
25177
25178         * gcc.c-torture/compile/990617-1.c: New test.
25179
25180 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
25181
25182         * g++.old-deja/g++.other/decl4.C: New test.
25183
25184 1999-06-14  Nathan Sidwell  <nathan@acm.org>
25185
25186         * g++.old-deja/g++.other/bitfld3.C: New test.
25187
25188 1999-06-08  Nathan Sidwell  <nathan@acm.org>
25189
25190         * g++.old-deja/g++.eh/catch1.C: New test.
25191
25192 1999-06-07  Jeffrey A Law  (law@cygnus.com)
25193
25194         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
25195
25196         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
25197         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
25198
25199 1999-06-05  Craig Burley  <craig@jcb-sc.com>
25200
25201         * g77.f-torture/compile/19990502-0.f: Replace with new,
25202         shorter, test that still fails after recent changes.
25203
25204 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25205
25206         * gcc.c-torture/execute/990604-1.c: New test.
25207
25208 1999-05-31  Jeffrey A Law  (law@cygnus.com)
25209
25210         * gcc.c-torture/execute/990531-1.c: New test.
25211
25212 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25213
25214         * gcc.c-torture/compile/990527-1.c: New test.
25215
25216 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
25217
25218         * gcc.c-torture/execute/990527-1.c: New test.
25219
25220 1999-05-25  Nick Clifton  <nickc@cygnus.com>
25221
25222         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
25223         bitfields as signed.
25224
25225 1999-05-25  Craig Burley  <craig@jcb-sc.com>
25226
25227         * g77.f-torture/compile/19990525-0.f: New test.
25228
25229 1999-05-25  Jeffrey A Law  (law@cygnus.com)
25230
25231         * gcc.c-torture/execute/990525-2.c: New test.
25232
25233         * gcc.c-torture/execute/990525-1.c: New test.
25234
25235 1999-05-24  Nathan Sidwell  <nathan@acm.org>
25236
25237         * g++.old-deja/g++.other/anon3.C: New test.
25238         * g++.old-deja/g++.other/anon4.C: New test.
25239         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
25240         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
25241         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
25242         Merrill).
25243
25244 1999-05-24  Jeffrey A Law  (law@cygnus.com)
25245
25246         * gcc.c-torture/execute/990524-1.c: New test.
25247
25248         * gcc.dg/990524-1.c: New test.
25249
25250 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25251
25252         * gcc.c-torture/compile/990523-1.c: New test.
25253
25254 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
25255
25256         * gcc.c-torture/compile/990519-1.c: New test.
25257
25258 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25259
25260         * gcc.c-torture/compile/990517-1.c: New test.
25261
25262         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
25263         (e4, f4): New tests.
25264         (main): Call them.
25265
25266 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25267
25268         * gcc.dg/noreturn-1.c: New test.
25269
25270 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25271
25272         * gcc.c-torture/execute/990513-1.c: New test.
25273
25274 1999-05-10  Richard Henderson  <rth@cygnus.com>
25275
25276         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
25277
25278 1999-05-10  Craig Burley  <craig@jcb-sc.com>
25279
25280         * g77.f-torture/execute/erfc.f: Use small single-precision
25281         values, to avoid problems on Alphas when not -mieee.
25282
25283 1999-05-08  Craig Burley  <craig@jcb-sc.com>
25284
25285         * gcc.dg/990506-0.c: New test.
25286
25287 1999-05-08  Richard Henderson  <rth@cygnus.com>
25288
25289         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
25290         the constant to test.  Don't XFAIL 64-bit targets.
25291
25292         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
25293         * g++.old-deja/g++.law/profile1.C: Likewise.
25294
25295         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
25296         operator new instances.
25297         * g++.old-deja/g++.other/delete5.C: Likewise.
25298
25299 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25300
25301         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
25302         intrinsic.
25303
25304 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25305
25306         * g77.f-torture/execute/u77-test.f: Reverse order of two
25307         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
25308
25309 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25310
25311         * gcc.dg/compare1.c: New test.
25312
25313 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
25314
25315         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
25316         New tests.
25317
25318 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25319
25320         * g77.f-torture/compile/19990502-1.f: New test.
25321
25322 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25323
25324         * g77.f-torture/compile/19990502-0.f: New test.
25325
25326 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25327
25328         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
25329         intrinsic.
25330
25331 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25332
25333         * g77.f-torture/execute/u77-test.f (main): List libU77
25334         intrinsics not currently tested.
25335         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
25336         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
25337         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
25338         Trim blanks off the ends of some printed strings.
25339
25340 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25341
25342         * g77.f-torture/execute/u77-test.f (main): Just warn about
25343         FSTAT gid disagreement, as it's expected on some systems.
25344
25345 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25346
25347         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
25348         use a new function, which allows for some slop.
25349         Clean up some commentary.
25350         (issum): The new function.
25351         (sgladd): Deleted subroutine.
25352
25353 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25354
25355         * g77.f-torture/execute/u77-test.f: Modify to be more like
25356         libf2c/libU77 version, bringing patches to that version here.
25357         Add suitable commentary.
25358
25359 1999-04-25  Richard Henderson  <rth@cygnus.com>
25360
25361         * gcc.dg/990424-1.c: New test.
25362
25363 1999-04-24  Craig Burley  <craig@jcb-sc.com>
25364
25365         * g77.f-torture/execute/u77-test.f (main): Bug involving
25366         LSTAT has been fixed, so turn back on full checking.
25367
25368 1999-04-20  Craig Burley  <craig@jcb-sc.com>
25369
25370         * g77.f-torture/compile/19990419-0.f: New test.
25371         * g77.f-torture/execute/19990419-1.f: New test.
25372
25373 1999-04-17  Richard Henderson  <rth@cygnus.com>
25374
25375         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
25376         to avoid the need for a prototype to supress a warning.
25377
25378 1999-04-07  Jim Wilson  <wilson@cygnus.com>
25379
25380         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
25381
25382 1999-04-04  Jeffrey A Law  (law@cygnus.com)
25383
25384         * gcc.c-torture/execute/990404-1.c: New test.
25385
25386 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25387
25388         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
25389         * gcc.dg/cpp-if3.c: Don't use -pedantic.
25390         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
25391         missing initializer warnings.
25392
25393 1999-03-28  Jeffrey A Law  (law@cygnus.com)
25394
25395         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
25396         matching strings.
25397
25398 1999-03-26  Jeffrey A Law  (law@cygnus.com)
25399
25400         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
25401
25402 1999-03-26  Craig Burley  <craig@jcb-sc.com>
25403
25404         * g77.f-torture/execute/19990325-0.f: New test.
25405         * g77.f-torture/execute/19990325-1.f: New test.
25406
25407 1999-03-24  Jeffrey A Law  (law@cygnus.com)
25408
25409         * gcc.c-torture/execute/990324-1.c: New test.
25410
25411 1999-03-22  Jim Wilson  <wilson@cygnus.com>
25412
25413         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
25414         test with 4.
25415
25416 1999-03-17  Richard Henderson  <rth@cygnus.com>
25417
25418         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
25419
25420 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25421
25422         * g77.f-torture/execute/19990313-2.f: New test.
25423         * g77.f-torture/execute/19990313-3.f: New test.
25424
25425 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25426
25427         * g77.f-torture/execute/19990313-0.f: New test.
25428         * g77.f-torture/execute/19990313-1.f: New test.
25429
25430 1999-03-12  Jim Wilson  <wilson@cygnus.com>
25431
25432         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
25433         printf to sprintf.
25434         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
25435         (main): Add check for u15.  Conditionalize u31 check depending on
25436         whether ints are <32 bits or >=32 bits.
25437
25438 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25439
25440         * g77.f-torture/execute/19981119-0.f: Improve testiness.
25441
25442 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25443
25444         * g77.f-torture/compile/19990305-0.f: New test.
25445         * g77.f-torture/execute/19981119-0.f: New test.
25446
25447 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25448
25449         * g77.f-torture/execute/970625-2.f: call ABORT if final
25450         result is not correct, instead of just printing it.
25451         Add this checking via newly introduced obfuscation, to
25452         trip up buggy front ends.
25453
25454 1999-03-07  Craig Burley  <craig@jcb-sc.com>
25455
25456         * g77.f-torture/compile/960317-1.f: Moved from being
25457         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
25458
25459 1999-03-06  Craig Burley  <craig@jcb-sc.com>
25460
25461         * g77.f-torture/execute/960317-1.f: New (old) test.
25462         * g77.f-torture/execute/970625-2.f: Ditto.
25463
25464 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
25465
25466         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
25467         message on line 1 or line 2; cccp and cpplib do this differently.
25468
25469 1999-03-01  Jeffrey A Law  (law@cygnus.com)
25470
25471         * g++.old-deja/g++.law/weak1.C: New test.
25472
25473 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25474
25475         * gcc.c-torture/execute/990119-1.c: Renamed to...
25476         * gcc.dg/990119-1.c: this, so it will only be tested once
25477         (it's a preprocessor test, it doesn't need to be run at
25478         multiple optimization levels).
25479
25480 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25481
25482         * lib/g++.exp: Don't add incdir=$base_dir/../include to
25483           ALWAYS_CXXFLAGS.
25484
25485 1999-02-24  Craig Burley  <craig@jcb-sc.com>
25486
25487         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
25488         * g77.f-torture/compile/19981216-0.f: ...as it is expected
25489         to not be compilable by current g77.
25490
25491 1999-02-24  Nick Clifton  <nickc@cygnus.com>
25492
25493         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
25494
25495 1999-02-22  Jeffrey A Law  (law@cygnus.com)
25496
25497         * gcc.c-torture/execute/990222-1.c: New test.
25498
25499 1999-02-19  Craig Burley  <craig@jcb-sc.com>
25500
25501         * g77.f-torture/compile/19990218-0.f: New test.
25502         * g77.f-torture/noncompile/19990218-1.f: New test.
25503
25504 1999-02-18  Craig Burley  <craig@jcb-sc.com>
25505
25506         * g77.f-torture/compile/19981216-0.f: New test.
25507
25508 1999-02-14  Jeffrey A Law  (law@cygnus.com)
25509
25510         * gcc.dg/990214-1.c: New test.
25511
25512 1999-02-13  Jeffrey A Law  (law@cygnus.com)
25513
25514         * gcc.dg/990213-2.c: New test.
25515
25516         * gcc.dg/990213-1.c: New test.
25517
25518 1999-02-12  Jeffrey A Law  (law@cygnus.com)
25519
25520         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
25521         ints.
25522
25523 1999-02-11  Nick Clifton  <nickc@cygnus.com>
25524
25525         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
25526         specified by target.
25527
25528         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
25529
25530 1999-02-11  Jeffrey A Law  (law@cygnus.com)
25531
25532         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
25533
25534 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25535
25536         * gcc.dg/special/ecos.exp: New test driver for new tests with
25537         special requirements.
25538
25539         * gcc.dg/special/alias-1.c: New test.
25540         * gcc.dg/special/gcsec-1.c: New test.
25541         * gcc.dg/special/weak-1.c: New test.
25542         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
25543         * gcc.dg/special/weak-2.c: New test.
25544         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
25545         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
25546         * gcc.dg/special/wkali-1.c: New test.
25547         * gcc.dg/special/wkali-2.c: New test.
25548         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
25549         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
25550
25551 1999-02-10  Felix Lee  <flee@cygnus.com>
25552
25553           * lib/c-torture.exp (c-torture-compile): Pull out code for
25554           analyzing gcc error messages.
25555           (c-torture-execute): Likewise.  Fix some (harmless) false
25556           positives.
25557           * lib/gcc.exp (gcc_check_compile): New function.
25558
25559 1999-02-08  Richard Henderson  <rth@cygnus.com>
25560
25561         * gcc.c-torture/execute/990208-1.c: New test.
25562
25563 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25564
25565         * g++.dg/special/ecos.exp: New driver for new tests with special
25566         requirements
25567
25568         * g++.dg/special/conpr-1.C: New test
25569         * g++.dg/special/conpr-2.C: New test
25570         * g++.dg/special/conpr-2a.C: New test
25571         * g++.dg/special/conpr-3.C: New test
25572         * g++.dg/special/conpr-3a.C: New test
25573         * g++.dg/special/conpr-3b.C: New test
25574
25575         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
25576         allow g++ to use the dg driver
25577
25578         * README: Add comment about g++.dg directory
25579
25580 1999-02-06  Jeffrey A Law  (law@cygnus.com)
25581
25582         * README: Update email addresses.
25583
25584 1999-02-03  Nick Clifton  <nickc@cygnus.com>
25585
25586         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
25587         arguments in order to force structure S onto the stack even on
25588         the alpha.
25589         (test): Pass 10 leading arguments to function foo as well as the
25590         structure S.
25591
25592         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
25593         failure for all targets.
25594
25595         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
25596         abort to terminate program execution.
25597
25598 1999-01-30  Richard Henderson  <rth@cygnus.com>
25599
25600         * gcc.c-torture/execute/990130-1.c: New test.
25601
25602 1999-01-30  Jeffrey A Law  (law@cygnus.com)
25603
25604         * gcc.dg/990130-1.c: New test.
25605
25606 1999-01-28  Michael Meissner  <meissner@cygnus.com>
25607
25608         * gcc.c-torture/execute/990128-1.c: New test.
25609
25610 1999-01-27  Michael Meissner  <meissner@cygnus.com>
25611
25612         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
25613
25614 1999-01-27  Felix Lee  <flee@cygnus.com>
25615
25616         * lib/c-torture.exp (c-torture-compile): pull out code for
25617         analyzing gcc error messages.
25618         (c-torture-execute): ditto, and fix some (harmless) false
25619         positives.
25620         * lib/gcc.exp (gcc_check_compile): new function.
25621
25622 1999-01-17  Jeffrey A Law  (law@cygnus.com)
25623
25624         * gcc.dg/990117-1.c: New test.
25625
25626         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
25627
25628         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
25629
25630 1999-01-15  Jeffrey A Law  (law@cygnus.com)
25631
25632         * g77.f-torture/compile/990115-1.f: New test.
25633
25634 1999-01-07  Jeffrey A Law  (law@cygnus.com)
25635
25636         * gcc.c-torture/compile/990107-1.c: New test
25637
25638 1999-01-06  Jeffrey A Law  (law@cygnus.com)
25639
25640         * gcc.c-torture/execute/990106-2.c: New test.
25641
25642         * gcc.c-torture/execute/990106-1.c: New test.
25643
25644 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
25645
25646         * gcc.c-torture/compile/981223-1.c: New test.
25647
25648 1998-12-29  Richard Henderson  <rth@cygnus.com>
25649
25650         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
25651         (opt3): Rename from opt4 and disable.
25652
25653 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
25654
25655         * g++.old-deja/g++.pt/ptrmem5.C: New test.
25656
25657 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
25658
25659         * g++.old-deja/g++.other/conv5.C: New test.
25660
25661 1998-12-14  Nick Clifton  <nickc@cygnus.com>
25662
25663         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
25664
25665 1998-12-11  Jeffrey A Law  (law@cygnus.com)
25666
25667         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
25668
25669 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
25670
25671         * gcc.c-torture/compile/981211-1.c: New test.
25672
25673 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
25674
25675         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
25676
25677         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
25678
25679 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25680
25681         * gcc.special/930510-1.c: Make C9X safe.
25682         * gcc.misc-tests/gcov-1.c Similarly.
25683         * gcc.misc-tests/gcov-2.c Similarly.
25684
25685 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25686
25687         * gcc.dg/ultrasp1.c: New test.
25688
25689 1998-12-06  Richard Henderson  <rth@cygnus.com>
25690
25691         * gcc.c-torture/execute/981206.c: New test.
25692
25693 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25694
25695         * g++.old-deja/g++.ns/template7.C: New test.
25696
25697         * g++.old-deja/g++.other/expr1.C: New test.
25698
25699         * g++.old-deja/g++.eh/tmpl3.C: New test.
25700
25701         * g++.old-deja/g++.eh/tmpl2.C: New test.
25702
25703 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
25704
25705         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
25706         * g++.old-deja/g++.other/using6.C: Removed.
25707         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
25708
25709         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
25710
25711 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
25712
25713         * g++.old-deja/g++.pt/overload8.C: New test.
25714
25715         * g++.old-deja/g++.pt/overload7.C: New test.
25716
25717         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
25718
25719         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
25720         and relinking messages.
25721         * lib/g++.exp (g++_target_compile): Remove .rpo file when
25722         compiling with -frepo.
25723
25724 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
25725
25726         * g++.old-deja/g++.pt/lookup6.C: New test.
25727
25728 1998-11-30  Nick Clifton  <nickc@cygnus.com>
25729
25730         * gcc.c-torture/execute/981130-1.c: New test.
25731         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
25732
25733 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
25734
25735         * g++.old-deja/g++.pt/explicit76.C: New test.
25736
25737         * g++.old-deja/g++.pt/friend38.C: New test.
25738
25739         * g++.old-deja/g++.ns/crash2.C: New test.
25740
25741         * g++.old-deja/g++.pt/defarg8.C: New test.
25742
25743         * g++.old-deja/g++.pt/instantiate6.C: New test.
25744
25745         * g++.old-deja/g++.pt/static6.C: New test.
25746
25747         * g++.old-deja/g++.pt/decl2.C: New test.
25748
25749 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
25750
25751         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
25752         problem is actually related with name lookup, but so what? :-)
25753
25754         * g++.old-deja/g++.pt/friend37.C: New test.
25755
25756 1998-11-25  Dave Love  <d.love@dl.ac.uk>
25757
25758         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
25759         element, which fails on some systems.
25760
25761         * g77.f-torture/execute/labug1.f: New test.
25762
25763 1998-11-21  Jeffrey A Law  (law@cygnus.com)
25764
25765         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
25766         is defined.
25767
25768 1998-11-18  Dave Love  <d.love@dl.ac.uk>
25769
25770         * g77.f-torture/compile/981117-1.f: New test.
25771
25772 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
25773
25774         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
25775         properly discarded.
25776
25777 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
25778
25779         * gcc.c-torture/execute/memcheck: New directory of tests for
25780         -fcheck-memory-usage.
25781
25782 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
25783
25784         * README: New file, general information about the testsuite and
25785         new description of the various C++ test subdirectories.
25786         * README.g++: Eliminate obsolete information, update and move most
25787         relevant stuff to README.
25788
25789 1998-11-07  Richard Henderson  <rth@cygnus.com>
25790
25791         * gcc.c-torture/compile/981107-1.c: New test.
25792
25793 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
25794
25795         * execute/memcpy-bi.c: New testcase.
25796
25797 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
25798
25799         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
25800         base classes.
25801
25802         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
25803         template is selected.
25804
25805         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
25806         classes, it should be accepted for all types.
25807
25808         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
25809
25810         * g++.old-deja/g++.pt/spec24.C: Ensure that template
25811         specializations start with template headers.
25812
25813 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
25814
25815         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
25816
25817         * g++.old-deja/g++.other/init9.C: Test cross initialization of
25818         non-POD types.
25819
25820 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
25821
25822         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
25823
25824 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
25825
25826         * compile/981022-1.c, compile/981022-1.x: New test and driver.
25827
25828 1998-10-19  Jeffrey A Law  (law@cygnus.com)
25829
25830         * 981019-1.c: New test.
25831
25832 1998-10-14  Robert Lipe <robertl@dgii.com>
25833
25834         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
25835         find objc headers.
25836
25837 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25838
25839         * compile/981001-4.c: Remove use of GCC extension that triggers a
25840         compiler bug.
25841
25842 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
25843
25844         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
25845
25846 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
25847
25848         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
25849         instantiation of template produces incorrect code for delete
25850         expression.
25851
25852         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
25853         constructors' name is not unique.
25854         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
25855         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
25856
25857         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
25858         automatic array of const is ill-formed.
25859
25860         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
25861         of template parameter?
25862
25863         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
25864         const.
25865
25866         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
25867         pointer-to-member expression.
25868
25869         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
25870         declaration causes ICE.
25871
25872 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
25873
25874         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
25875         reserved in the global namespace.
25876
25877         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
25878         generate needed virtual table.
25879
25880         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
25881
25882 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
25883
25884         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
25885         template-dependent type
25886
25887 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
25888
25889         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
25890         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
25891         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
25892
25893         * g++.old-deja/g++.other/using5.C: New test; using decl from base
25894         class should be usable as argument of member function.
25895         * g++.old-deja/g++.other/using6.C: New test; using decl from base
25896         class should be usable as return type of member function.
25897         * g++.old-deja/g++.other/using7.C: New test; using decl from base
25898         class should be usable as type of data member.
25899
25900         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
25901
25902 1998-10-09  Jeffrey A Law  (law@cygnus.com)
25903
25904         * gcc.c-torture/special/920521-1.c: Fix bogus test.
25905
25906 1998-10-08  Nick Clifton  <nickc@cygnus.com>
25907
25908         * gcc.dg/dll-?.c Add thumb to target list.
25909         Fix assembler scan patterns to match current assembler output.
25910
25911 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
25912
25913         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
25914         matching of template brackets.
25915
25916         * g++.old-deja/g++.other/using4.C: New test.  Test using
25917         declarations of methods from base classes.
25918
25919         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
25920         within functions should introduce names into the innermost
25921         enclosing namespace.
25922
25923         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
25924         of static locals if first initialization throws.
25925
25926 1998-10-07  Jim Wilson  <wilson@cygnus.com>
25927
25928         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
25929
25930 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
25931
25932         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
25933         lose track of the possible targets of tablejump insns.
25934         * special/special.exp: Run it.
25935
25936 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25937
25938         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
25939         must be declared before its specializations can be named in friend
25940         declarations.
25941
25942 1998-10-05  Dave Love  <d.love@dl.ac.uk>
25943
25944         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
25945
25946         * g77.f-torture/execute/io1.f: New test.
25947
25948 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
25949
25950         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
25951         with pointer to template function, for which no argument deduction
25952         is possible.
25953
25954         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
25955         specialization of template function as argument to template
25956         function.
25957
25958         * g++.old-deja/g++.other/access2.C: New test; Inner class
25959         shouldn't have privileged access to Outer's names.
25960
25961 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
25962
25963         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
25964         friend template declared within template class conflicts with
25965         nested class of the same name.
25966
25967         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
25968         is ignored.
25969
25970         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
25971         object with direct initializer as function declaration.
25972
25973         * g++.old-deja/g++.other/decl2.C: New test; duplicate
25974         initializers.
25975
25976         * g++.old-deja/g++.other/null2.C: New test; conditional operator
25977         involving const pointer and NULL produces incorrect result.
25978
25979         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
25980         type name without `typename' should be rejected with -pedantic.
25981
25982 1998-10-02  Richard Henderson  <rth@cygnus.com>
25983
25984         * g++.old-deja/g++.other/addrof1.C: New test.
25985
25986 1998-10-01  Nick Clifton  <nickc@cygnus.com>
25987
25988         * gcc.c-torture/compile/981001-1.c: New test.
25989         * gcc.c-torture/execute/981001-1.c: New test.
25990
25991 1998-10-01  Jeffrey A Law  (law@cygnus.com)
25992
25993         * gcc.c-torture/compile/981001-2.c: New test.
25994         * gcc.c-torture/compile/981001-3.c: New test.
25995         * gcc.c-torture/compile/981001-4.c: New test.
25996
25997 1998-10-01  Robert Lipe  <robertl@dgii.com>
25998
25999         * lib/objc.exp (objc_target_compile): Add -L during compiles for
26000         multilibbed hosts.   Idea grafted from g77.exp.
26001
26002 1998-09-30  Dave Love  <d.love@dl.ac.uk>
26003
26004         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
26005         avoid losing on systems which need -lsocket.
26006
26007 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
26008
26009         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
26010         * g++.old-deja/g++.other/nested2.C: Ditto.
26011         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
26012         failure.
26013
26014 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
26015
26016         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
26017         preferred over template operator!= for enum bitfields.
26018
26019 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
26020
26021         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
26022         that happen to have the same base name, but in different scopes,
26023         are incorrectly rejected.
26024
26025 1998-09-16  Richard Henderson  <rth@cygnus.com>
26026
26027         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
26028         on the native word size instead of an integer literal.
26029
26030 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
26031
26032         * g++.old-deja/g++.other/static2.C: Invocation of static data
26033         member of type pointer-to-function denoted as non-static member.
26034
26035         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
26036         checks involving function types and aliases.
26037
26038 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
26039
26040         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
26041         redefined to the same non-trivial type.
26042
26043         * g++.old-deja/g++.pt/explicit73.C: Test for proper
26044         namespace-qualification of template specializations declared in
26045         other namespaces.
26046
26047         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
26048         to declare a subset of the specializations of a template function
26049         as friends of specializations of a template class.
26050
26051         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
26052         member templates that do not fully specialize the enclosing
26053         template class are rejected.
26054
26055 1998-09-11  Dave Love  <d.love@dl.ac.uk>
26056
26057         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
26058
26059 1998-09-08  Dave Love  <d.love@dl.ac.uk>
26060
26061         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
26062         altered from libf2c/libU77 version.
26063
26064 1998-09-06  Dave Love  <d.love@dl.ac.uk>
26065
26066         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
26067
26068 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
26069
26070         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
26071         (un)signed char are different types for template specialization
26072         purposes.
26073
26074 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
26075
26076         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
26077         * objc: ObjC testsuite.
26078
26079 1998-08-31  Catherine Moore  <clm@cygnus.com>
26080
26081         * gcc.c-torture/execute/941014-1.x:  New file.
26082
26083 1998-08-31  Nick Clifton  <nickc@cygnus.com>
26084
26085         * lib/c-torture.exp: Add support for
26086         torture_eval_before_compile and torture_eval_before_execute
26087         variables.
26088
26089 1998-08-30  Jeffrey A Law  (law@cygnus.com)
26090
26091         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
26092         this test triggers valid.
26093
26094 1998-08-27  Jeffrey A Law  (law@cygnus.com)
26095
26096         * gcc.dg/980827-1.c: New test.
26097
26098 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
26099
26100         * gcc.c-torture/execute/loop-4b.c: New test.
26101
26102 1998-08-26  Nick Clifton  <nickc@cygnus.com>
26103
26104         * lib/c-torture.exp: Add support for
26105         torture_eval_before_compile and torture_eval_before_execute
26106         variables.
26107
26108 1998-08-25  Jeffrey A Law  (law@cygnus.com)
26109
26110         * gcc.c-torture/compile/980825-1.c: New test.
26111
26112 1998-08-24  Nick Clifton  <nickc@cygnus.com>
26113
26114         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
26115         count number tests in opt_t0 not good_t0.
26116
26117 1998-08-24  Jeffrey A Law  (law@cygnus.com)
26118
26119         * gcc.c-torture/compile/930326-1.x: Fix typo.
26120
26121 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
26122
26123         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
26124         causes an ICE.
26125
26126 1998-08-21  Jeffrey A Law  (law@cygnus.com)
26127
26128         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
26129         STACK_SIZE is defined.
26130         * gcc.c-torture/unsorted/stuct.c: Similarly.
26131
26132         * gcc.c-torture/compile/980821-1.c: New test.
26133
26134 1998-08-21  Jeffrey A Law  (law@cygnus.com)
26135
26136         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
26137
26138 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
26139
26140         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
26141         code.
26142
26143 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
26144
26145         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
26146         error'.
26147
26148 1998-08-18  Jeffrey A Law  (law@cygnus.com)
26149
26150         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
26151
26152 1998-08-16  Jeffrey A Law  (law@cygnus.com)
26153
26154         * gcc.c-torture/compile/980816-1.c: New test.
26155
26156         * gcc.dg/980816-1.c: New test.
26157
26158 1998-08-13  Jeffrey A Law  (law@cygnus.com)
26159
26160         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
26161         compiler for ieee tests.
26162
26163 1998-08-01  Dave Love  <d.love@dl.ac.uk>
26164
26165         * g77.f-torture/compile/980729-0.f: New test.
26166
26167 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
26168
26169         * gcc.c-torture/special/eeprof-1.c: New test, for
26170         -finstrument-functions.
26171         * gcc.c-torture/special/special.exp: Run it.
26172
26173 1998-07-29  Jeffrey A Law  (law@cygnus.com)
26174
26175         * gcc.c-torture/compile/980729-1.c: New test.
26176
26177 1998-07-27  Nick Clifton  <nickc@cygnus.com>
26178
26179         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
26180         __thumb__ is defined, and test for ARM style doubles if so.
26181
26182 1998-07-26  Dave Love  <d.love@dl.ac.uk>
26183
26184         * g77.f-torture/noncompile/980615-0.f: New test.
26185
26186 1998-07-26  H.J. Lu  (hjl@gnu.org)
26187
26188         * gcc.dg/980312-1.c: Do link instead of compile.
26189         * gcc.dg/980313-1.c: Likewise.
26190
26191 1998-07-26  Jeffrey A Law  (law@cygnus.com)
26192
26193         * gcc.c-torture/compile/980726-1.c: New test.
26194
26195 1998-07-25  Dave Love  <d.love@dl.ac.uk>
26196
26197         * g77.f-torture/execute/io0.f: New test.
26198
26199 1998-07-24  Nick Clifton  <nickc@cygnus.com>
26200
26201         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
26202         an int.
26203
26204 1998-06-18  Michael Meissner  <meissner@cygnus.com>
26205
26206         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
26207         m32r bugs.
26208
26209 1998-07-17  Nick Clifton  <nickc@cygnus.com>
26210
26211         * gcc.dg/980626-1.c: Expect failures for all toolchains until
26212         c-decl.c:grokdeclarator can handle mode attributes.
26213
26214 1998-07-16  Jeffrey A Law  (law@cygnus.com)
26215
26216         * gcc.c-torture/execute/980716-1.c: New test.
26217
26218 1998-07-13  Jeffrey A Law  (law@cygnus.com)
26219
26220         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
26221         the mn10200.
26222         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
26223         the mn10200.
26224         * gcc.c-torture/execute/va-arg-3.x: Similarly.
26225         * gcc.c-torture/compile/930326-1.x: Similarly.
26226
26227 1998-07-13  Dave Love  <d.love@dl.ac.uk>
26228
26229         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
26230         New test from Craig.
26231
26232 1998-07-12  Dave Love  <d.love@dl.ac.uk>
26233
26234         * g77.f-torture/noncompile/980616-0.f: New test.
26235
26236         * g77.f-torture/execute/970816-3.f:  New test from Craig.
26237
26238 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26239
26240         *  g++.other/singleton.C: Return error value instead of taking
26241         SIGSEGV.
26242
26243 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
26244
26245         *  g++.other/singleton.C: New test.   Warning is under dispute.
26246         Runtime crash is not.
26247
26248 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26249
26250         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
26251         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
26252         using6.C, using7.C}:  New namespace tests.
26253
26254 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
26255
26256         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
26257         specialization with typedef'ed names used as array indexes.
26258
26259 1998-07-09  Jeffrey A Law  (law@cygnus.com)
26260
26261         * gcc.c-torture/execute/980709-1.c: New test.
26262
26263         * gcc.dg/980709-1.c: New test.
26264
26265 1998-07-07  Richard Henderson  <rth@cygnus.com>
26266
26267         * gcc.c-torture/execute/bcp-1.c: New test.
26268
26269 1998-07-07  Jeffrey A Law  (law@cygnus.com)
26270
26271         * gcc.c-torture/execute/980707-1.c: New test.
26272
26273 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
26274
26275         * gcc.c-torture/compile/980706-1.c: New test.
26276
26277 1998-07-01  Dave Love  <d.love@dl.ac.uk>
26278
26279         * g77.f-torture/execute/980701-0.f,
26280         g77.f-torture/execute/980701-1.f: New test from Craig.
26281
26282 1998-07-01  Jeffrey A Law  (law@cygnus.com)
26283
26284         * gcc.c-torture/compile/980701-1.c: New test.
26285
26286         * gcc.c-torture/execute/980701-1.c: New test.
26287
26288 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
26289 rlsruhe.de>
26290
26291         * g++.old-deja/g++.robertl/eb132.C: New test.
26292         * g++.old-deja/g++.robertl/eb133.C: Likewise.
26293
26294 1998-06-29  Dave Love  <d.love@dl.ac.uk>
26295
26296         * g77.f-torture/execute/980628-7.f,
26297         g77.f-torture/execute/980628-8.f,
26298         g77.f-torture/execute/980628-9.f,
26299         g77.f-torture/execute/980628-10.f: New tests from Craig.
26300
26301         * g77.f-torture/execute/980628-3.f: Remove mail headers.
26302
26303 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26304
26305         * g77.f-torture/execute/980628-4.f: New test from Craig.
26306         * g77.f-torture/execute/980628-5.f: Likewise.
26307         * g77.f-torture/execute/980628-2.f: Likewise.
26308         * g77.f-torture/execute/980628-0.f: Likewise.
26309         * g77.f-torture/execute/980628-1.f: Likewise.
26310         * g77.f-torture/execute/980628-3.f: Likewise.
26311         * g77.f-torture/execute/980628-6.f: Likewise.
26312
26313 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26314
26315         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
26316         directory when nothing has been installed yet.
26317
26318 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
26319
26320         * gcc.c-torture/special/special.exp: Handle newer versions of
26321         dejagnu.
26322
26323 1998-06-26  Jeffrey A Law  (law@cygnus.com)
26324
26325         * gcc.dg/980626-1.c: New test.
26326
26327 1998-06-19  Bruno Haible <haible@ilog.fr>
26328
26329         * gcc.misc-tests/m-un-2.c: New test.
26330         * g++.old-deja/g++.other/warn01.c: Likewise.
26331
26332 1998-06-19  Robert Lipe  <robertl@dgii.com>
26333
26334         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
26335         compatibility with assmblers with a different comment character.
26336         Eliminate use of GAS-specific extensions.
26337
26338 1998-06-19  Jeffrey A Law  (law@cygnus.com)
26339
26340         * gcc.c-torture/execute/ieee/980619-1.c: New test.
26341
26342 1998-06-19  Robert Lipe  <robertl@dgii.com>
26343
26344         *lib/g77.exp: Replace search for libf2c.a with search for newly
26345         renamed libg2c.a
26346
26347 1998-06-17  Jeffrey A Law  (law@cygnus.com)
26348
26349         * gcc.c-torture/execute/980617-1.c: New test.
26350
26351 1998-06-12  Jeffrey A Law  (law@cygnus.com)
26352
26353         * gcc.c-torture/execute/980612-1.c: New test.
26354
26355 1998-06-08  Jeffrey A Law  (law@cygnus.com)
26356
26357         * gcc.dg/980523-1.c: Only test on ppc-linux.
26358         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
26359
26360         * gcc.c-torture/execute/980608-1.c: New test.
26361
26362 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
26363
26364         * gcc.c-torture/execute/980605-1.c: New test.
26365
26366 1998-06-04  Jeffrey A Law  (law@cygnus.com)
26367
26368         * gcc.c-torture/execute/980604-1.c: New test.
26369
26370 1998-06-02  Jeffrey A Law  (law@cygnus.com)
26371
26372         * gcc.c-torture/execute/980602-1.c: New test.
26373         * gcc.c-torture/execute/980602-2.c: Likewise.
26374
26375 1998-06-02  Dave Love  <d.love@dl.ac.uk>
26376
26377         * 970125-0.f: Fix per JCB.  Add commentary.
26378
26379 1998-05-31  Michael Meissner  <meissner@cygnus.com>
26380
26381         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
26382         IEEE -0 support.
26383
26384 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
26385
26386         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
26387         earlier.
26388
26389 1998-05-28  Catherine Moore <clm@cygnus.com>
26390
26391         * gcc.c-torture/execute/980526-3.c: New test.
26392
26393 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
26394
26395         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
26396         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
26397         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
26398         m88k-motorola-sysv3 to XFAIL.
26399
26400 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26401
26402         * gcc.dg/980526-1.c: New test.
26403         * gcc.c-torture/execute/980526-2.c: New test.
26404
26405 1998-05-26  Jeffrey A Law  (law@cygnus.com)
26406
26407         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
26408
26409         * gcc.c-torture/execute/980526-1.c: New test.
26410
26411 1998-05-26  Dave Love  <d.love@dl.ac.uk>
26412
26413         * g77.f-torture/execute/alpha2.f: Add runtime test.
26414
26415 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
26416
26417         * g++.old-deja/old-deja.exp: Strip leading directories.
26418
26419         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
26420         error for the line.  Don't run multiple tests for the same line.
26421
26422 1998-05-23  Jeffrey A Law  (law@cygnus.com)
26423
26424         * gcc.dg/980523-1.c: New test.
26425
26426 1998-05-23  Dave Love  <d.love@dl.ac.uk>
26427
26428         * g77.f-torture/compile/970915-0.f: New test.
26429
26430 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
26431
26432         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
26433
26434 1998-05-21  Jeffrey A Law  (law@cygnus.com)
26435
26436         * gcc.dg/980520-1.c: New test.
26437
26438 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
26439
26440         * gcc.dg/980502-1.c: Fix return type.
26441
26442 1998-05-20  Jeffrey A Law  (law@cygnus.com)
26443
26444         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
26445         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
26446         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
26447         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
26448         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
26449
26450 1998-05-20  Dave Love  <d.love@dl.ac.uk>
26451
26452         * g77.f-torture/execute/980520-1.f: New test.
26453
26454 1998-05-15  Dave Love  <d.love@dl.ac.uk>
26455
26456         * lib/mike-g77.exp: New file.
26457
26458         * g77.f-torture/noncompile/noncompile.exp,
26459         g77.f-torture/noncompile/check0.f: New files.
26460
26461 1998-05-14  Dave Love  <d.love@dl.ac.uk>
26462
26463         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
26464         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
26465         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
26466         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
26467         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
26468         abort where appropriate.
26469
26470 1998-05-05  Michael Meissner  <meissner@cygnus.com>
26471
26472         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
26473         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
26474
26475 1998-04-29  Dave Love  <d.love@dl.ac.uk>
26476
26477         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
26478
26479 1998-04-27  Dave Love  <d.love@dl.ac.uk>
26480
26481         * g77.f-torture/compile/980427-0.f: New test.
26482
26483 1998-04-24  Dave Love  <d.love@dl.ac.uk>
26484
26485         * g77.f-torture/compile/980424-0.f: New test.
26486
26487 1998-04-19  Dave Love  <d.love@dl.ac.uk>
26488
26489         * g77.f-torture/compile/980419-2.f (main): New test.
26490         * g77.f-torture/compile/970125-0.f: New test.
26491         * g77.f-torture/compile/980419-1.f: New test.
26492
26493 1998-04-08  Jim Wilson  <wilson@cygnus.com>
26494
26495         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
26496         of loop-4.c.
26497
26498 1998-04-07  Jim Wilson  <wilson@cygnus.com>
26499
26500         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
26501
26502 1998-04-03  Jim Wilson  <wilson@cygnus.com>
26503
26504         * gcc.c-torture/compile/980329-1.c: New test.
26505
26506 1998-03-18  Jim Wilson  <wilson@cygnus.com>
26507
26508         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
26509         * gcc.dg/980312-1.c: Fix typo in -march command.
26510
26511 1998-03-16  H.J. Lu  (hjl@gnu.org)
26512
26513         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
26514
26515 1998-03-11  Robert Lipe  <robertl@dgii.com>
26516
26517         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
26518         Dave Love agree the Fortran source is bogus.
26519
26520 1998-03-11  Robert Lipe  <robertl@dgii.com>
26521
26522         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
26523         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
26524         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
26525         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
26526         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
26527
26528 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
26529
26530         * g++.old-deja/g++.other/friend1.C: New test.
26531
26532 1998-02-18  Dave Love  <d.love@dl.ac.uk>
26533
26534         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
26535         possibly uninitialized) variables and declare dnrm2.
26536
26537 1998-02-23  Robert Lipe <robertl@dgii.com>
26538
26539         From Bruno Haible <haible@ilog.fr>:
26540         * gcc.c-torture/execute/980223.c: New test.
26541
26542 1998-02-13  Jeffrey A Law  (law@cygnus.com)
26543
26544         * gcc.dg/ifelse-1.c: New test.
26545
26546 1998-02-09  H.J. Lu  (hjl@gnu.org)
26547
26548         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
26549
26550           * lib/old-dejagnu.exp (old-dejagnu): Added the
26551           "execution test - XFAIL *-*-*" handling in the spirit of
26552           "excess errors test -". Changed the "execution test fails"
26553           handling to be like "excess errors test fails".
26554           * Update various tests accordingly.
26555
26556 1998-02-06  Jim Wilson  <wilson@cygnus.com>
26557
26558         * gcc.c-torture/execute/980205.c: New test.
26559
26560 1998-01-18  Jeffrey A Law  (law@cygnus.com)
26561
26562         * lib/c-torture.exp: Look for .x files instead of .cexp files.
26563         * lib/f-torture.exp: Similarly.
26564         * gcc.c-torture: Rename all .cexp files to .x files.
26565
26566 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
26567
26568         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
26569         (940510-1.c): Removed duplicate.
26570         (971104-1.c): New test.
26571
26572 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
26573
26574           * lib/f-torture.exp: Improve error and loop detection.
26575
26576 1997-11-19  Michael Meissner  <meissner@cygnus.com>
26577
26578         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
26579         use that to size the filler array.
26580
26581 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
26582
26583         * lib/c-torture.exp(c-torture-execute): Fix typo.
26584
26585         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
26586         testcase as the executable name. Keep the executable around if
26587         the test fails.
26588
26589 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
26590
26591         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
26592         changes.  Only test one -g option, and move it to the end of the
26593         list of options to test.
26594
26595 1997-09-19  Michael Meissner  <meissner@cygnus.com>
26596
26597         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
26598         variable GCC_TORTURE_OPTIONS to supply default switches separated
26599         by colons.  If no environment variable, run tests with -O0 -g, -O1
26600         -g, and -O2 -g as well.
26601
26602 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
26603
26604         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
26605         explanatory comments. Fix indentation.
26606
26607 1997-09-15  Jeffrey A Law  (law@cygnus.com)
26608
26609         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
26610
26611 1997-09-11  Jeffrey A Law  (law@cygnus.com)
26612
26613         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
26614         * g++.old-deja/g++.mike/p7325.C: Likewise.
26615         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
26616
26617 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
26618
26619         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
26620         * g++.old-deja/g++.brendan/crash30.C: Likewise.
26621         * g++.old-deja/g++.brendan/crash39.C: Likewise.
26622         * g++.old-deja/g++.law/operators4.C: Likewise.
26623
26624 1997-09-11  Joe Buck  (jbuck@synopsys.com)
26625
26626         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
26627         * g++.old-deja/g++.mike/p784.C: Ditto.
26628         * g++.old-deja/g++.mike/p785.C: Ditto.
26629
26630 1997-09-05  Jeffrey A Law  (law@cygnus.com)
26631
26632           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
26633
26634 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26635
26636         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
26637         target feature; pass this to c-torture-execute as needed.
26638
26639 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26640
26641         * lib/c-torture.exp(c-torture-execute): If the previous and the
26642         current executables being tested are identical, we don't need to
26643         run the executable again. Try to make the executable names
26644         unique. Add an optional argument for passing additional compiler
26645         flags.
26646
26647 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
26648
26649         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
26650
26651 1997-08-29  Jeffrey A Law  (law@cygnus.com)
26652
26653         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
26654
26655 1997-07-31  Jeffrey A Law  (law@cygnus.com)
26656
26657         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
26658         32bit or larger longs.
26659
26660         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
26661         have either a 32bit long or 32bit int.
26662
26663 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
26664
26665         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
26666         Make double precision tests dependent on sizeof (double).
26667
26668 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
26669
26670         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
26671         too.
26672
26673 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
26674
26675         * gcc.c-torture/compile/961203-1.cexp: New script.
26676
26677 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
26678
26679         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
26680         up the includes ourselves.
26681
26682 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
26683
26684         * lib/plumhall.exp: Remove random include, and add a few
26685         verbose messages for debugging.
26686
26687 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
26688
26689         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
26690         of trying to do it ourselves.
26691
26692 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
26693
26694         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
26695
26696 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
26697
26698         * gcc.prms/5403.c: Made regexp a bit less strict.
26699
26700 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
26701
26702         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
26703         is returned from remote_load instead.
26704         * lib/plumhall.exp: Ditto.
26705         * lib/mike-g++.exp: Ditto.
26706         * lib/old-dejagnu.exp: Ditto.
26707         * lib/c-torture.exp: Ditto.
26708
26709 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
26710
26711         * lib/g++.exp: Use build_wrapper procedure.
26712         * lib/gcc.exp: Ditto.
26713
26714 1997-05-20  Jeffrey A Law  (law@cygnus.com)
26715
26716         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
26717         an old-style decl for malloc.  Fixes tests to work when
26718         sizeof (int) != sizeof (size_t).
26719
26720 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26721
26722         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
26723
26724         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
26725         use stdargs.h interface.
26726
26727 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26728
26729         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
26730         NO_VARARGS when compiling.
26731
26732 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
26733
26734         * lib/plumhall.exp(ph_includes): New procedure.
26735         (ph_make): Use it.
26736         (ph_compiler): Ditto.
26737
26738         * lib/g++.exp: Rename test-glue.c to testglue.c.
26739         * lib/gcc.exp: Ditto.
26740
26741 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
26742
26743         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
26744         to completion when it's called.
26745
26746 1997-03-21  Michael Meissner  <meissner@cygnus.com>
26747
26748         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
26749         is defined, don't do test.
26750
26751 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
26752
26753         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
26754         for object files.
26755         (ph_summary): Mark skipped testcases as untested, not unresolved.
26756
26757         * lib/plumhall.exp (ph_make): If unresolved because of bad
26758         errorCode, record errorCode in log file.
26759         (*): Replace send_log/verbose with verbose -log.
26760
26761 1997-03-19  Michael Meissner  <meissner@cygnus.com>
26762
26763         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
26764         double conversion if double isn't at least 8 bytes.
26765
26766         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
26767         int to work with targets where int is 16 bits.
26768
26769         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
26770         8 bytes, just exit, since 4 byte doubles don't have enough bits of
26771         precision for the test to complete.
26772
26773 1997-03-14  Michael Meissner  <meissner@cygnus.com>
26774
26775         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
26776         if d10v is not compiled with the -mdouble64 flag.
26777         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
26778
26779         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
26780         d10v is not compiled with the -mint32 flag.
26781
26782 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
26783
26784         * lib/plumhall.exp: Use incr_count.
26785
26786 1997-03-12  Jeffrey A Law  (law@cygnus.com)
26787
26788         * gcc.c-torture: Update to c-torture-1.45.
26789
26790 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
26791
26792         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
26793         the name of the expect testcase file).
26794
26795         * lib/g++.exp(g++_init): Ditto.
26796
26797 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
26798
26799         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
26800         the host.
26801
26802         * lib/gcc.exp(gcc_exit): New procedure.
26803
26804 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
26805
26806         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
26807         specs where appropriate.
26808
26809         * g++.old-deja/g++.arm/*: Added additional ERROR checks
26810         because of new "candidates are" messages, and removed a few
26811
26812         * Converted all non-old-style g++ testcases to old-style, and
26813         moved into g++.old-deja.
26814
26815 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
26816
26817         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
26818         options.
26819
26820         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
26821         succeeded.
26822
26823         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
26824
26825 1997-02-13  Michael Meissner  <meissner@cygnus.com>
26826
26827         * lib/gcc.exp (gcc_target_compile): Add support for defining
26828         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
26829         the machine doesn't have those features.
26830
26831 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
26832
26833         * g++.law/operators4.exp: Don't use LIBS.
26834
26835 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
26836
26837         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
26838
26839         * lib/mike-g++.exp: Don't set the compiler to be tested here.
26840         * lib/g++.exp: Set it here instead. Also, allow use of the
26841         --tool_exec and --tool_opt options. Change CXX to
26842         GXX_UNDER_TEST.
26843
26844         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
26845
26846         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
26847
26848 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
26849
26850         * lib/old-dejagnu.exp: Use prune_warnings instead of
26851         prune_system_crud.
26852         * lib/mike-g++.exp: Ditto.
26853         * lib/gcc.exp: Ditto.
26854         * lib/g++.exp: Ditto.
26855
26856         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
26857
26858 1997-02-07  Jeffrey A Law  (law@cygnus.com)
26859
26860           * 941014-2.c: Include stdlib.h
26861           * 960327-1.c: Include stdio.h
26862           * dbra.c, index-1.c: Don't assume ints are 32bits.
26863
26864 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
26865
26866         * lib/gcc.exp: Add gcc,stack_size target feature.
26867
26868         * lib/g++.exp(g++_target_compile): Add the include and link
26869         paths here, not in two other places. And, it's $options, not
26870         options.
26871
26872         * lib/mike-g++.exp(postbase): Remove the code that determines
26873         the correct include and link paths.
26874         * g++.old-deja/old-deja.exp: Ditto.
26875
26876 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
26877
26878         * lib/g++.exp(g++_init): target_compile no longer returns the
26879         filename of the result.
26880
26881 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
26882
26883         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
26884         call to glob.
26885
26886         * gcc.c-torture/special/special.exp: Change call to
26887         gcc_target_compile to include the object file.
26888
26889 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
26890
26891         * gcc.c-torture/special/special.exp: Correct misspelling in last
26892         change.
26893
26894 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
26895
26896         * lib/plumhall.exp(ph_summary): Log the entire output of the
26897         executable. Return -1 if there were any failures, 0 otherwise.
26898         (ph_execute): Return -1 if there were any failures, 0 otherwise.
26899         (ph_make): Clean up objects and executables that were built
26900         if the tests succeeded.
26901
26902 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
26903
26904         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
26905         libraries and includes in the build tree as appropriate.
26906
26907 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
26908
26909         * lib/c-torture.exp: Instead of looking for the global variable
26910         NO_LONG_LONG, check to see if that's a feature of the target.
26911
26912 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
26913
26914         * config/default.exp: Minimize. Delete the remainer of the files in
26915         config; this functionality is now in devo/dejagnu/config.
26916
26917         g++.*/*: Pass any additional flags used to compile to postbase;
26918         delete CXXFLAGS.
26919
26920         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
26921         is now done by runtest.exp. Use gcc_target_compile instead of
26922         compile.
26923
26924         lib/c-torture.exp: Use gcc_target_compile instead of compile.
26925         Remove references to CFLAGS. Use remote_file instead of
26926         calling rm -f.
26927         (c-torture): Take a list of arguments to use to compile this
26928         testcase.
26929
26930         lib/g++.exp: Simplify. Use target_compile instead of compile.
26931         lib/gcc-dg.exp: Ditto.
26932         lib/gcc.exp: Ditto.
26933         lib/mike-{gcc,g++}.exp: Ditto.
26934         lib/old-dejagnu.exp: Ditto.
26935         lib/plumhall.exp: Ditto.
26936
26937 1997-01-08  Jim Wilson  <wilson@cygnus.com>
26938
26939         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
26940         (ph_linker): Likewise.
26941
26942 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
26943
26944           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
26945         MAP_ANON / MAP_ANONYMOUS if defined;
26946         else try to map from /dev/zero .
26947
26948 1996-11-12  Jeffrey A Law  (law@cygnus.com)
26949
26950         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
26951         isn't defined, then define it to MAP_ANONYMOUS.
26952
26953 1996-11-12  Jeffrey A Law  (law@cygnus.com)
26954
26955         * gcc.c-torture: Update to c-torture-1.42 release.
26956
26957 1996-11-11  Jeffrey A Law  (law@cygnus.com)
26958
26959         * gcc.c-torture: Update to c-torture-1.41 release.
26960
26961 1996-10-27  Jeffrey A Law  (law@cygnus.com)
26962
26963         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
26964         c-torture release.
26965
26966 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
26967
26968         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
26969         and LDFLAGS.  Fix second case to append the target_info ldflags
26970         onto LDFLAGS, not CFLAGS.
26971         * lib/g++.exp (g++_init): Add target_info stuff.
26972         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
26973         of libgloss and newlib flags for !native.
26974
26975         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
26976         (GDB): Fix relative path to go up another dir for finding gdb.
26977
26978 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
26979
26980         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
26981         versions in the target_info array, if they don't exist.
26982
26983 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
26984
26985         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
26986
26987 1996-07-08  Jim Wilson  <wilson@cygnus.com>
26988
26989         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
26990         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
26991
26992 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
26993
26994         * lib/old-dejagnu.exp: Don't remove the output file before we've
26995         actually tested it. Don't append pwd to the path of the executable
26996         we're testing.
26997
26998 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
26999
27000         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
27001
27002 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
27003
27004         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
27005         temporary directory for compiler files, and set it to a default
27006         value of /tmp. Set $output as the name of the output file from
27007         compiling the testcase. Add a -o option to $cflags_var so the
27008         compiler writes the final output file as $output. Set $executable
27009         to $output.
27010
27011         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
27012         directory for compiler files, and set it to /tmp if it doesn't
27013         already have a value. Set $output_file to the name of the output
27014         file from compiling the testcase. Add a -o option to CXXFLAGS so
27015         the compiler writes the final output file as $output. Use $output
27016         as the executable to be tested.
27017
27018 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
27019
27020         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
27021
27022 1996-06-08  Jeffrey A Law  (law@cygnus.com)
27023
27024         * gcc.c-torture/execute/pending-1.c: New test.  Still
27025         pending in Tege's queue.
27026
27027 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
27028
27029         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
27030         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
27031         if there were failures.  Call unresolved if there were unresolved
27032         testcases.  Call gcc_fail if program did not run to completion.
27033         (ph_make): Pass additional argument name to ph_execute.
27034         (ph_execute): Add new argument.  Pass additional arguments to
27035         ph_summary.  Call gcc_fail is there is no execution output.
27036
27037 1996-04-24  Jeffrey A Law  (law@cygnus.com)
27038
27039         * lib/plumhall.exp (proc_summary): Output relavent summary
27040         lines into the log so specific failures in plumhall can be
27041         investigated.
27042
27043 1996-04-10  Jeffrey A Law  (law@cygnus.com)
27044
27045         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
27046         (c-torture-execute): Don't try to execute tests which use
27047         "long long" types if $NO_LONG_LONG is nonzero.
27048
27049 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
27050
27051         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
27052         not c-torture.
27053
27054         * gcc.ieee: Move from here.
27055         * gcc.c-torture/execute/ieee: To here.
27056
27057 1996-03-26  Jeffrey A Law  (law@cygnus.com)
27058
27059         * gcc.c-torture: Update to c-torture-1.41 release.
27060
27061 1996-03-22  Jeffrey A Law  (law@cygnus.com)
27062
27063         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
27064         not "$output".
27065
27066 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
27067
27068         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
27069         -c present.
27070
27071 1996-03-02  Jeffrey A Law  (law@cygnus.com)
27072
27073         * config/proelf.exp: Handle connecting to a simulator.
27074
27075 1996-01-31  Jeffrey A Law  (law@cygnus.com)
27076
27077         * config/proelf.exp: New file.  Enough framework that we can
27078         run c-torture tests on the proelf targets (or any other target
27079         that gdb can connect to for that matter).
27080
27081 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
27082
27083         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
27084         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
27085
27086         * lib/plumhall.exp (ph_execute): Always call ph_summary if
27087         exec_output exists.
27088
27089 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
27090
27091         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
27092         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
27093
27094         * config/*.exp: Update FSF address.  Change result of ${tool}_load
27095         to pass/fail/unresolved/unsupported/untested.  Caller must now
27096         call unresolved/unsupported/untested.
27097         * lib/*.exp: Update FSF address.  Update to handle new results of
27098         ${tool}_load.
27099         * lib/chill.exp (verbose): Delete.
27100
27101 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
27102
27103         * lib/gcc.exp (default_gcc_start): Change order of args to
27104         $LDFLAGS $CFLAGS $LIBS.
27105         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
27106         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
27107         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
27108         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
27109         * gcc.misc-tests/dg-test.exp: Likewise.
27110         * gcc.misc-tests/msgs.exp: Likewise.
27111         * gcc.prms/prms.exp: Likewise.
27112         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
27113         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
27114
27115         * lib/dg.exp: Deleted, moved to dejagnu/lib.
27116
27117 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
27118
27119         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
27120
27121         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
27122         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
27123
27124         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
27125         necessary.
27126
27127 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
27128
27129         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
27130         global for loop; add use of $mathlib.
27131         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
27132         settings here; set mathlib for anything but VxWorks.
27133
27134 1996-01-22  Jeffrey A Law  (law@cygnus.com)
27135
27136         * gcc.c-torture: Update to c-torture-1.40 release.
27137
27138 1996-01-03  Jeffrey A Law  (law@cygnus.com)
27139
27140         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
27141         dg.exp.
27142
27143 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
27144
27145         * lib/c-torture.exp (c-torture-execute): Declare "output" as
27146         global.
27147
27148 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
27149
27150         * lib/g++.exp (LIBS): Define if not already.
27151         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
27152         (gcc-dg-prune): Call prune_gcc_output.
27153         * lib/gcc.exp (prune_gcc_output): New proc.
27154         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
27155         prune_gcc_output.
27156
27157 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
27158
27159         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
27160         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
27161
27162 1995-11-15  Jeffrey A Law  (law@cygnus.com)
27163
27164         * gcc.c-torture: Update to c-torture-1.39 release.
27165
27166 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
27167
27168         * lib/c-torture.exp (c-torture-execute): Don't return if one option
27169         fails, try others as well.
27170
27171 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
27172
27173         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
27174         If compilation fails, mark execute tests as `untested'.
27175         If test is marked as unsupported, don't mark compilation and
27176         execute tests as failed.
27177
27178 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
27179
27180         * lib/g++.exp (g++_init): Don't link in libg++, and look to
27181         libstdc++ for whether or not we want to be doing shared
27182         libraries.  Delete link_curses since we don't need it anymore.
27183         * lib/mike-g++.exp (postbase): Don't link in libg++.
27184         * g++.old-deja/old-deja.exp: Likewise.
27185
27186 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
27187
27188         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
27189
27190 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
27191
27192         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
27193         For that, add `-Wl,-a,shared_archive'.
27194         * g++.old-deja/old-deja.exp: Likewise.
27195
27196 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
27197
27198         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
27199
27200 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
27201
27202         * lib/mike-g++.exp (postbase): Pay attention to the status of
27203         g++_load.
27204
27205 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
27206
27207           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
27208
27209 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
27210
27211         * lib/gcc.exp (default_gcc_start): No longer need to log program
27212         being executed or its output, execute_anywhere does that now.
27213         * lib/g++.exp (default_g++_version): Call execute_anywhere.
27214         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
27215
27216 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
27217
27218         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
27219         the same as those in lib/g++.exp.
27220
27221 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
27222
27223         * gcc.c-torture: Update to c-torture-1.38 release.
27224         * gcc.ieee: Related changes.
27225
27226 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
27227
27228         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
27229         "exec". Minor reformatting changes.
27230
27231         * config/rom68k.exp (${tool}_load): Make it work in a canadian
27232         cross. This means all "exec" calls now work on a remote host as
27233         well.
27234         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
27235         cross. Filter out the extra "\r\n" stuff that expect puts in.
27236         (c-torture-execute): Filter out the bogus warnings like
27237         c-torture-compile does. Add support for canadian cross.
27238         * lib/gcc.exp (default_gcc_version, default_gcc_start)
27239         Use execute_anywhere rather than calling exec directly. Now it
27240         works for canadian cross testing.
27241
27242 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
27243
27244         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
27245         results into a variable, and check that rather than using file exists.
27246
27247 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
27248
27249         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
27250         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
27251
27252 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27253
27254         * g++.old-deja/old-deja.exp: Create and pass runshlib and
27255         lib_curses if there's a shared libg++ in the build tree.
27256
27257 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
27258
27259         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
27260         if not supported target.
27261
27262 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
27263
27264         * lib/g++.exp (g++_init): Move empty setting of runshlib and
27265         link_curses up to always happen, not just for native builds.
27266
27267 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
27268
27269         * gcc.c-torture: Update to c-torture-1.36 release.
27270         * gcc.failure: Related changes.
27271
27272 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
27273
27274         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
27275
27276 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
27277
27278         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
27279         * lib/mike-g++.exp (postbase): Not in here.  Still reference
27280         runshlib, link_curses, and mathlib for link and run.
27281
27282         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
27283         pass the runtime shared library options for Solaris, OSF/1, and
27284         Irix5, and link with -lcurses to avoid unresolved references.
27285
27286 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
27287
27288         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
27289         only run once.
27290
27291 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
27292
27293         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
27294
27295 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
27296
27297         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
27298         do not have a framework for the "compat" tests yet.
27299
27300 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
27301
27302         * lib/mike-g++.exp (postbase): New local variable `mathlib',
27303         set to null if we're testing vxworks5.1.  Use that instead of
27304         `-lm' in the setting of LIBS for link and run.
27305
27306 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
27307
27308         * config/rom68k.exp (${tool}_load): Major changes to make it
27309         work.  Verified that it does in fact return the stuff in
27310         exec_output properly.  Catch any Emul or any TRAP other than 0.
27311
27312 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
27313
27314         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
27315         LDFLAGS properly for targets that need stuff from libgloss.
27316         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
27317         only run once.
27318         (gpp_initialized): New variable.
27319
27320 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
27321
27322         * config/rom68k.exp: Load libgloss.exp.
27323         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
27324         so we can produce a fully linked binary.
27325         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
27326         so we can produce a fully linked binary.
27327
27328 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
27329
27330         * lib/plumhall.exp (ph_section): Watch for expected failures.
27331         Add missing `else'.
27332
27333         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
27334         run the testcase.
27335         (c-torture): Likewise.
27336
27337 1995-08-28  Doug Evans  <dje@cygnus.com>
27338
27339         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
27340
27341         * lib/mike-g++.exp (mike_cleanup): New proc.
27342         (prebase): New globals compiler_result, not_compiler_result,
27343         target_regexp.
27344         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
27345         allow leading "-" in pattern.  Watch for unsupported tests.
27346         If $compiler_result is set, pattern match assembler code,
27347         and ditto for $not_compiler_result.
27348         * lib/mike-gcc.exp: Likewise.
27349
27350         * lib/plumhall.exp (ph_execute): Only call ph_summary if
27351         execution "succeeded".
27352
27353 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
27354
27355         * config/win32.exp: New file.
27356         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
27357
27358 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
27359
27360         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
27361         unsupported.
27362         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
27363         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
27364         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
27365
27366         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
27367         "... without exceptions was ...".  That is now handled by
27368         prune_system_crud.
27369         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27370
27371 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
27372
27373         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
27374         sieve.c,sort2.c}: New files.
27375         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
27376         sieve.exp,sort2.exp}: Drivers for them.
27377
27378         * lib/mike-gcc.exp (program_output): New user settable variable.
27379         (postbase): Call prune_system_crud.  Also prune extraneous compiler
27380         messages.
27381         * lib/mike-g++.exp (program_output): New user settable variable.
27382
27383         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
27384
27385         * config/sh.exp: Deleted (use sim.exp instead).
27386
27387 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
27388
27389         * config/vx.exp: Declare CHECKTASK as global.
27390         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
27391         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
27392         * lib/old-dejagnu.exp: Load [pwd]/$executable.
27393
27394 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27395
27396         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
27397         target. Like vx.exp, only includes `vx29k.exp' instead of
27398         `vxworks.exp'.
27399
27400 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
27401
27402         * config/sim.exp: Increase time limit from 120 seconds to 240.
27403
27404 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
27405
27406         * gcc.c-torture/execute/950628-1.c: New test.
27407
27408 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
27409
27410         * gcc.c-torture: Update with changes/additions from
27411         c-torture-1.34.
27412
27413 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
27414
27415         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
27416
27417 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
27418
27419         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
27420
27421 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
27422
27423         * gcc.c-torture/compile/950512-1.c: New test.
27424         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
27425         * gcc.dg/struct-ret-1.c: Likewise.
27426
27427 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
27428
27429         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
27430           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
27431
27432 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
27433
27434         * gcc.c-torture/special/920411-1.c: Deleted.
27435         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
27436
27437 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
27438
27439         * config/sim.exp (${tool}_load): Hack in call to bash to get a
27440         cpu limit.
27441
27442 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
27443
27444         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
27445
27446 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
27447
27448         From kenner;
27449         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
27450         is the proper length.
27451         * va-arg-3.c: Likewise.
27452
27453 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
27454
27455         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
27456         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
27457
27458         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
27459         * lib/g++.exp (default_g++_start): Delete old cruft.
27460
27461 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
27462
27463         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
27464         (2 * (1 << 18)) to (2 * (1 << 17)).
27465
27466         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
27467
27468 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
27469
27470         * config/rom68k.exp: Renamed from config/idp.exp
27471
27472 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
27473
27474         * c-torture/compile/921109-2.c
27475
27476 1995-04-18  Mike Stump  <mrs@cygnus.com>
27477
27478         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
27479         excess errors.
27480
27481 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
27482
27483         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
27484         output.
27485         * lib/g++.exp (default_g++_start): Likewise.
27486
27487 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
27488
27489         * gcc.c-torture/compile/950329-1.c: New test.
27490
27491 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
27492
27493           * config/bug.exp (${tool}_load): Updated to use new remote_open
27494           and remote_close procs.
27495         * config/idp.exp: New file.
27496
27497 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
27498
27499         * gcc.c-torture/execute/950322-1.c: New test.
27500
27501 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
27502
27503         * config/vx.exp (${tool}_load): Clean up testing of return code from
27504         vxworks_ld and vxworks_spawn.
27505
27506 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
27507
27508         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
27509
27510 1995-03-13  Mike Stump  <mrs@cygnus.com>
27511
27512         * lib/old-deja.exp: Add `excess errors test - ' error, now one
27513         can mark excess errors on a machine by machine basis.  Note, the
27514         default is to not expect any excess errors, even when excess
27515         errors test - is given, so you will want to put an XFAIL ... on
27516         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
27517         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
27518         those 4 machines, but no others.
27519
27520 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
27521
27522         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
27523         * lib/c-torture.exp: to here.
27524
27525 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
27526
27527         * gcc.c-torture/execute/950221-1.c: New test.
27528         * gcc.c-torture/execute/struct-ret-1.c: New test.
27529         * gcc.c-torture/compile/950221-1.c: New test.
27530
27531         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
27532
27533 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
27534
27535         * gcc.c-torture/execute/arith-1.c (main): Return 0.
27536         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
27537
27538 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
27539
27540         * g++.gb: New directory of tests, derived from my signature and
27541         class scoping tests.
27542
27543         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
27544         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
27545         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
27546         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
27547         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
27548         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
27549         * g++.gb/sig25.C: Likewise.
27550
27551         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
27552         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
27553         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
27554         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
27555         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
27556         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
27557         * g++.gb/sig25.exp: Likewise.
27558
27559         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
27560         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
27561         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
27562         * g++.gb/scope13.C: Likewise, this test still fails.
27563
27564         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
27565         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
27566         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
27567         * g++.gb/scope13.exp: Ditto.
27568
27569         * g++.gb/README: New file, explains what these tests are about.
27570
27571 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
27572
27573         * lib/dg.exp (dg-do): Support `preprocess'.
27574         (dg-test): Likewise.
27575
27576 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
27577
27578         * config/udi.exp: change "continue -expect" to "exp_continue".
27579
27580 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
27581
27582         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
27583         Delete redundant tests.
27584
27585         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
27586         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
27587         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
27588         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
27589         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
27590         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
27591         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
27592         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
27593
27594         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
27595         storing label pointers.
27596         * gcc.c-torture/execute/921019-1.c: Likewise.
27597         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
27598         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
27599         parameter fp.
27600         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
27601         constants.
27602
27603         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
27604         Delete obsolete tests.
27605
27606         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
27607         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
27608         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
27609         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
27610         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
27611         * gcc.c-torture/compile/950124-1.c: New test.
27612
27613         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
27614
27615 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
27616
27617         * lib/mike-g++.exp: Add -lm to LIBS.
27618
27619 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
27620
27621         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
27622
27623 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
27624
27625         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
27626
27627 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
27628
27629         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
27630
27631 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
27632
27633         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
27634         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
27635         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
27636         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
27637         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
27638         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
27639         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
27640         * g++.law/{operators31.C, operators32.C,
27641         * g++.law/{operators33.C, operators34.C}: Likewise.
27642         * g++.law/{pic1.C, refs2.C}: Likewise.
27643         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
27644         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
27645         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
27646         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27647
27648         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
27649         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
27650         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
27651         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
27652         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
27653         * g++.law/{enum9.exp, friend5.exp}: Likewise.
27654         * g++.law/{nest3.exp, nest4.exp}: Likewise.
27655         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
27656         * g++.law/{operators30.exp, operators31.exp}: Likewise.
27657         * g++.law/{operators32.exp, operators33.exp}: Likewise.
27658         * g++.law/{operators34.exp}: Likewise.
27659         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
27660         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
27661         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
27662         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
27663         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27664
27665         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
27666         No longer expected to fail.
27667         * g++.law/missed-error3.C: Tweak for recent bool changes.
27668
27669 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
27670
27671         * config/emb-unix: Deleted.
27672         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
27673         remote execution.  Do final link on remote host if REMOTE_LINK is set.
27674
27675 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
27676
27677         * lib/dg.exp (dg-test): Fix typo in last patch.
27678
27679 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
27680
27681         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
27682         (handles multiple occurrences).
27683
27684 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
27685
27686         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
27687         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
27688         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
27689         printed).
27690         * lib/c-torture.exp (c-torture-compile): Likewise.
27691         (c-torture): Prepend full path if missing.
27692         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
27693         (gcc_fail): Likewise.
27694         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
27695
27696 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
27697
27698         * lib/netware.exp: Only attach to NetWare i386 systems.
27699
27700 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
27701
27702         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
27703         messages.  Add test name to "output pattern match" pass/fail message.
27704
27705 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
27706
27707         * gcc.dg: New testsuite.
27708         * gcc.dg/dg.exp: New file.
27709
27710         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
27711         test-switch.c}: Deleted.
27712
27713         * gcc.misc-tests/msgs.exp: New testcase driver.
27714
27715 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
27716
27717         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
27718         Watch for illegal return values from ${tool}_load.
27719         * config/unix.exp (${tool}_load): Fix pass/fail detection for
27720         cross targets.  Coerce return value >0 to 1.
27721
27722 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
27723
27724         * config/unix.exp (${tool}_load): Call program rsh, not proc.
27725
27726         * config/emb-unix.exp: New file.
27727
27728         * config/sim.exp: Error if variable $SIM not defined.
27729         (${tool}_load): Mark test as "untested" if simulator missing.
27730
27731         * config/unix.exp: Load remote.exp to get rcp_download.
27732         * lib/c-torture.exp: Use different option lists for testcases with
27733         and without loops.
27734         * gcc.c-torture/execute/execute.exp: Likewise.
27735
27736 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
27737
27738         * config/*.exp: Clarify return code from ${tool}_load.
27739         Call `unresolved' or `untested' instead of `warning' or `perror'
27740         (sometimes you still want to call both though).
27741         Add comment that `shell_id' is local to each file.
27742         * config/udi.exp (timeout): Set to 30.
27743         Don't print warning if connection fails, $connectmode has already
27744         printed an error.
27745         (${tool}_load): Move verbose messages to level 2.
27746         Rework pattern for "Process started" message.
27747         Pass `shell_id' to ${connectmode}_download.
27748         Retry twice upon timeout.  Make resetting of target more robust.
27749         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
27750         Pass `shell_id' to exit_$connectmode.
27751         Only call exit_$connectmode if connected.
27752         * config/unix.exp (${tool}_load): Check return codes better.
27753         * config/vrtx.exp (${tool}_load): Likewise.
27754         * config/vx.exp (${tool}_load): Likewise.
27755         Delete unneeded global's.
27756         * lib/dg.exp (dg-test): Update to reflect clarified return codes
27757         from ${tool}_load.
27758         (dg-stat): Delete.
27759         (dg-init): Delete recording of pass/fail counts.
27760         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27761         (old-dejagnu-init): Likewise.
27762         (old-dejagnu-stat): Delete contents, empty proc now.
27763         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
27764         (c-torture): Delete references to lcnt, lpass, lfail.
27765         Get option list from TORTURE_OPTIONS.
27766         Delete -funroll[-all]-loops if no loops.
27767         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
27768         (g++_stat): Delete contents (empty proc now).
27769         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
27770         (gcc_finish): Likewise.
27771         (gcc_stat): Deleted.
27772         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
27773         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
27774         * gcc.c-torture/execute/execute.exp: Likewise.
27775         Split tests into two parts: compile, execute.
27776         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
27777         no loops.  Update to reflect clarified return codes from ${tool}_load.
27778
27779 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
27780
27781         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
27782         to grep for.
27783         (old-dejagnu): Likewise (where necessary).
27784
27785 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
27786
27787         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
27788
27789         * lib/dg.exp (dg-process-target): Fix processing of selector.
27790         Add comment regarding use of `error'.
27791
27792         * lib/gcc.exp (prune_system_crud): Define if missing.
27793         * lib/g++.exp (prune_system_crud): Likewise.
27794
27795         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
27796         Call prune_system_crud.
27797         * lib/dg.exp (dg-runtest): New proc.
27798         Use perror instead of send_user for tcl errors in testcase.
27799         Don't return any value, it's never used.
27800         Don't clobber previous definition of `unknown'.
27801         Print tcl errors in `dg-final'.
27802
27803 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
27804
27805         * lib/dg.exp (dg-process-target): Improve syntax error messages.
27806         (dg-test): Don't print errorInfo, it contains stack backtrace.
27807
27808 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
27809
27810         * lib/g++.exp (runtest_file_p): Define if missing.
27811
27812 1994-09-24  Doug Evans  (dje@cygnus.com)
27813
27814         * lib/mike-g++.exp: Comment out loading of g++.exp.
27815         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
27816         (default_g++_version): Always print something.
27817         (default_g++_start): Comment out call to `which'.
27818         (g++_start, g++_load): Deleted (must be defined in config file).
27819         * lib/gcc.exp: Test for existence of $CC at start.
27820         Delete check for tmpdir (done in gcc_init).
27821         (default_gcc_version): Always print something.
27822         (default_gcc_start): Comment out call to `which'.
27823         * config/*.exp: Major cleanup - make cross targets work at least a
27824         little better for g++ (by not being "--tool gcc" specific).
27825         Rename gcc_xxx to ${tool}_xxx.
27826         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
27827         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
27828
27829 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
27830
27831         * lib/c-torture.exp (c-torture-compile): Rework compiler
27832         message processing.
27833
27834         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
27835         c-torture.
27836
27837 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
27838
27839         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
27840
27841         * lib/dg.exp (dg-process-target): Support { target native }.
27842
27843 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
27844
27845         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
27846         looked for "... program xxx got fatal signal".
27847         Correct regsub munging of `comp_output'.
27848         Ignore compiler messages "path prefix not used" and "linker input
27849         file unused".
27850
27851 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
27852
27853         * lib/gcc.exp (runtest_file_p): Define if missing.
27854         * gcc.prms/template.c: Example to work from.
27855
27856 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
27857
27858         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
27859         * lib/dg.exp (dg-test): Call unsupported testcases as such.
27860
27861         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
27862         * gcc.prms/1883.c: Moved from compile/940714-1.c.
27863         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
27864         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
27865
27866         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
27867         (dg-process-target): No longer a varargs proc.
27868         Return S/N for target, P/F for xfail.  All callers changed.
27869         (user option procs): More argument checking.
27870         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
27871         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
27872         (dg-test): Skip test if not running on selected target in `dg-do'.
27873         Update handling of `dg-do-what', `dg-output-text'.
27874         Separate execution pass/fail from output pattern match pass/fail.
27875         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
27876
27877 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
27878
27879         * gcc.c-torture/special/special.exp: Don't expect failure for mips
27880         target for 920510-1.c.
27881
27882 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
27883
27884         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
27885         Clean up comment regarding use of passcnt, etc.
27886         (gcc_stat): Don't update `testcnt' here.
27887         (gcc_finish): Do it here.
27888         Might as well reset `but_id' here too.
27889         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
27890         to determine if the file should be tested.
27891         * gcc.c-torture/compile/compile.exp: Likewise.
27892         * gcc.c-torture/execute/execute.exp: Likewise.
27893         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27894         * gcc.misc-tests/dg-test.exp: Likewise.
27895         * gcc.prms/prms.exp: Likewise.
27896         * gcc.wendy/wendy.exp: Likewise.
27897         * g++.old-deja.exp: Likewise.
27898         Move "Testing file" message to verbose level 1.
27899
27900 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
27901
27902         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
27903
27904 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
27905
27906         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
27907         (default_gcc_start): Accept optional second list element
27908         of compiler flags.  Print compiler output at verbosity level 2.
27909         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
27910         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
27911         Save current values of framework globals passcnt, failcnt, xpasscnt,
27912         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
27913         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
27914         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
27915         xfailcnt to compute stats.  Update framework global `testcnt' from
27916         pass/fail counts.
27917         (gcc_finish): New proc.  Clean up test environment.
27918         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
27919         (gcc_epass, gcc_efail): Delete.
27920         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
27921         argument of line number.
27922         (dg-init): If the tool has an init routine, call it.
27923         (dg-test): Remove args `cflags_var' and `libs_var'.
27924         Pass all compiler options to ${tool}_start.
27925         Handle missing line number.
27926         (dg-finish): New function.
27927         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
27928         particular files.  Call gcc_finish at end.  Move "skipping test"
27929         message to verbosity level 3.
27930         * gcc.c-torture/compile/compile.exp: Likewise.
27931         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27932         * gcc.c-torture/execute/execute.exp: Likewise.
27933         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27934         Print testcase being tried at verbosity level 1.
27935         * gcc.c-torture/special/special.exp: Unset xfail.
27936         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27937         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
27938         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
27939         * gcc.failure/failure.exp: Likewise.
27940         * gcc.ieee/ieee.exp: Likewise.
27941         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
27942         Update call to dg-test.  Call dg-finish at end.
27943         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
27944         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27945         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
27946         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
27947         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
27948         * gcc.wendy/wendy.exp: Add copyright.
27949         Delete setting of tmpdir (done by gcc_init).
27950         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
27951         Pass compiler flags to gcc_start.  Call gcc_finish at end.
27952         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
27953         gcc_[ce]pass/fail.
27954
27955 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
27956
27957         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
27958         confusion.
27959         (g++_load): Likewise.
27960
27961         * config/*.exp (gcc_load): Some were varargs fns and some were not.
27962         Rename argument to `prog' to remove the confusion.
27963         Varargs fns behave differently too!
27964         (g++_load): Likewise.
27965
27966         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
27967
27968         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
27969         what it is.  Delete (always) printing of status value for !native.
27970         Simplify verbose code, and include status and exec_output.
27971         (g++_load): Use gcc_load.
27972
27973 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
27974
27975         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
27976         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
27977         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
27978         940714-3.c as these testcases don't exist anymore.  Make
27979         va-arg-1.c expected to pass.
27980
27981 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
27982
27983         * gcc.misc-tests/misc.exp: Only run specific testcases.
27984         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
27985         * gcc.misc-tests/dg-[1-9].c: New files.
27986
27987         * lib/dg.exp: New testsuite driver.
27988         * gcc.prms/prms.exp: Use it.
27989
27990         * README.gcc: New file.
27991
27992         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
27993         Document and reset `lxpass' and `lxfail'.
27994         Simplify "initialized" message.
27995         (gcc_stat): Clean up comments a little.
27996
27997 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
27998
27999         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
28000
28001 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
28002
28003         * lib/old-dejagnu.exp (process-option): New proc.
28004         (old-dejagnu-init, old-dejagnu-stat): Likewise.
28005         (old-dejagnu): Simplify.
28006         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
28007
28008 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
28009
28010         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
28011         exists and is not an empty string.
28012
28013         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
28014         $xfail rather than calling setup_xfail.  Clear $xfail when test is
28015         finished.
28016         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
28017         automatically.
28018
28019         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
28020         longer expected to fail.
28021
28022         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
28023         "f" function call.
28024
28025         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
28026
28027         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
28028         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
28029         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
28030         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
28031         c-torture-1.29.
28032
28033         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
28034         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
28035
28036         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
28037
28038         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
28039         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
28040
28041         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
28042         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
28043         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
28044
28045 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
28046
28047         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
28048         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
28049         940714-1.c, 940714-2.c, 940714-3.c},
28050         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
28051         gcc.misc-tests/{mg.c,mg.exp}:
28052         New tests.
28053         * gcc.noncompile/noncompile.exp: Change accordingly.
28054
28055 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
28056
28057         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
28058         Undo previous clobberage.
28059
28060 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
28061
28062         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
28063         * gcc.special/{930510-1.c, special.exp}:
28064         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
28065         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
28066         struct-varargs-1.c}: New tests from c-torture-1.26.
28067
28068 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
28069
28070         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
28071           argument to switch.
28072
28073 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
28074
28075         * Revert the previous changes.  Please see Rob's directory
28076           (/lisa/test/rob/progressive/gcc/testsuite) for testing
28077           fixes.
28078
28079 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
28080
28081         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
28082             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
28083             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
28084             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
28085             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
28086             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
28087             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
28088             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
28089             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
28090             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
28091             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
28092             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
28093             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
28094             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
28095             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
28096             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
28097             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
28098             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
28099             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
28100             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
28101             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
28102             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
28103             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
28104             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
28105             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
28106             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
28107             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
28108
28109 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
28110
28111         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
28112             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
28113           with perror calls.
28114
28115 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
28116
28117         * config/unix.exp (g++_load): Fix syntax.
28118
28119 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
28120
28121         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
28122         * gcc.noncompile/921017-1.c: Deleted obsolete test.
28123         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
28124         Don't expect va-arg-1.c to fail.  Correct expected output for
28125         920928-1.c.
28126         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
28127         * gcc.wendy/hbm4.c: Correct typo.
28128         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
28129
28130 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
28131
28132         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
28133         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
28134         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
28135         * lib/c-torture.exp (c-torture-compile): Ditto.
28136
28137         Reduce volume of output (remove all the -I's and such).
28138         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
28139         Call gcc_cpass, gcc_cfail.
28140         (c-torture): Pass testing option to c-torture-compile.
28141
28142 1994-03-21  Doug Evans  (dje@cygnus.com)
28143
28144         Bring patches over from progressive.
28145         * config/default.exp: Exit remote shell cleanly.
28146         (g++_exit, g++_start): Add default versions.
28147         * config/sim.exp (gcc_load): Use perror, not error.
28148
28149 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
28150
28151         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
28152         set in site.exp.
28153
28154 1994-03-14  Doug Evans  (dje@cygnus.com)
28155
28156         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
28157         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
28158         (wendy_try): New proc to run testcase.
28159         (main loop): Call 'em.
28160         * gcc.wendy/*.c: Clean up pass to correct expected output.
28161
28162         * lib/gcc.exp: Minor cleanup work.
28163         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
28164
28165 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
28166
28167         * config/sim.exp (gcc_load): Document return codes better.
28168         Don't pass -v to simulator.
28169
28170 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
28171
28172           * gcc.special/920717-x.c: Fix typo.
28173           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
28174           get at sources.
28175
28176         * lib/mike-gcc.exp: Fix typo.
28177
28178 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
28179
28180         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
28181         binary to use, transform the name.
28182         * config/*.exp: rename everything. Nuke any g++ specific files,
28183         it's now a special case of gcc that requires no special support.
28184         Add a default.exp for unsupported targets.
28185
28186 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
28187
28188         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
28189         lib/old-dejagnu.exp: Fix a few patterns to work with the new
28190         version of Tcl.
28191
28192 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
28193
28194         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
28195         than a warning.
28196
28197 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
28198
28199         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
28200
28201 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
28202
28203         * gcc.execute/execute.exp: Combine opt_list and foption_list into
28204         option_list.  Compile every file with only 4/6 option choices
28205         (same as C torture) instead of with 12/18 different option
28206         choices.
28207         * lib/c-torture.exp: Likewise.
28208
28209         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
28210         not already set.
28211
28212 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
28213
28214         * lib/old-deja.exp: Add `excess errors test fails' error, now one
28215         can put an XFAIL *-*-* on excess errors.
28216
28217 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
28218
28219         * g++.law: Add more tests derived from g++-bugs snapshots.
28220
28221         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
28222         equivalent to g++.law/init9.
28223
28224         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
28225         compiled it, and the a.out file after we've run it.
28226
28227 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
28228
28229         * lib/mike-g++.exp (postbase): Delete the .o file after we've
28230         compiled it, and the a.out file after we've run it.
28231
28232 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
28233
28234         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
28235
28236 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
28237
28238         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
28239         version number.
28240
28241 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
28242
28243         * g++.law: New directory of g++ tests derived from the g++-bugs
28244         snapshots.
28245
28246 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
28247
28248         * gcc.compile: initbug1.c initbug1.exp testcase added
28249
28250 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
28251
28252         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
28253         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
28254           fixes submitted by Jeff Law (law@cs.utah.edu)
28255         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
28256           Jeff Law (law@cs.utah.edu)
28257
28258
28259 1993-11-30  Mike Stump  (mrs@cygnus.com)
28260
28261         * config/unix-g++.exp: Follow the gcc way of doing things.
28262         * g++.old-deja/old-deja.exp: Minor updates.
28263         * lib/g++.exp: New file, follow the gcc way of doing things.
28264         * lib/old-dejagnu.exp: Minor updates.
28265         * lib/mike-g++.exp: Always unset errorInfo.
28266
28267 1993-11-06  Mike Stump  (mrs@cygnus.com)
28268
28269         * lib/gcc.exp: Fix some errors with the below change, CC and
28270         CFLAGS should be global when setting, not local.
28271
28272 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
28273
28274         * lib/gcc.exp: Transform tool name.
28275
28276 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28277
28278         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
28279
28280 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28281
28282         * lib/gcc.exp: change gcc_done to gcc_stat
28283
28284 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28285
28286         * Upgraded gcc testsuite to c-torture version 1.25
28287
28288 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
28289
28290         * lib/gcc.exp: added reporting code. Changed verbose compile message.
28291         * lib/c-torture: added hooks for new reporting code.
28292
28293 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
28294
28295         * config/sh-gcc.exp: check if sh-sim exists in the path
28296
28297 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
28298
28299         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
28300         * gcc.compile/compile.exp: Initial changes for new logic.
28301         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
28302         * gcc.failure/failure.exp: Initial changes for new logic.
28303         * gcc.ieee/ieee.exp: Initial changes for new logic.
28304         * gcc.misc-tests/misc.exp: Initial changes for new logic.
28305         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
28306         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
28307         * lib/c-torture.exp: Initial changes for new logic.
28308         * lib/gcc.exp: Initial changes for new logic.
28309
28310 1993-10-15  Mike Stump  (mrs@cygnus.com)
28311
28312         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
28313         depend upon failure or success.  Fully qualify names in failure
28314         and success messages.  Always remove a.out before starting
28315         compile, just in case.  Pay more attention to error text output by
28316         the compiler.  Handle testcases with no known past errors just
28317         like all others, so that things are uniform.  Other miscellaneous
28318         improvements.
28319
28320 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
28321
28322         * gcc.cpp: new directory for cpp tests
28323
28324 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
28325
28326         * lib/chill.exp: Code reformatted, removed unused code.
28327         * config/unix-chill.exp: Code reformatted, removed unused code.
28328         * chill.execute/execute.exp: Code reformatted, removed unused code.
28329         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
28330
28331 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
28332
28333         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
28334         routines not written.
28335
28336 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
28337
28338         * config/bug-gcc.exp: Use new procs from bug.exp.
28339
28340 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
28341
28342         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
28343         via ftp, rather than depending on NFS.
28344         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
28345         case.
28346
28347 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
28348
28349         * config/bug-gcc.exp: Use new download proc.
28350
28351 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
28352
28353         * chill.execute/execute.exp: cleanups, handles errors better
28354         * chill.compile/compile.exp: rewrite, based on execute.exp
28355         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
28356         * lib/chill.exp: major changes to diff proc and compile and link
28357           procs. added chill_fail and chill_pass wrappers to pass and
28358           fail. added more comments, and handle error codes better.
28359           Added a hack to capture stderr from exec, so noncompile tests
28360           can work.
28361
28362 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
28363
28364         * chill.execute/execute.exp: rewrite of testsuite driver
28365         * lib/chill.exp: rewrite of testsuite driver
28366         * config/unix-chill.exp: rewrite of testsuite driver
28367
28368 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
28369
28370     In chill.execute:
28371         * iexpr.ch: Standardize uppercase.
28372         * tuples.dat: Standardize uppercase.
28373         * vary.ch: standardize.  Correct varying string assignments.
28374         * vary.dat: Add new output lines.
28375
28376 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
28377
28378     In chill.execute:
28379         * chprintf.ch: Standardize use of uppercase.
28380         * tuples.ch: Standardize and turn arr2 into a DCL,
28381           rather than a SYN.
28382         * pinits.ch: Standardize.
28383
28384 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
28385
28386         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
28387         * Makefil: Renamed to Makefile.in.
28388         * configure.in: New.
28389
28390 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
28391
28392     In chill.execute:
28393         * .cvsignore: Add result/output files.
28394         * Makefile: Fix up variables at start.  Use MFLAGS
28395           everywhere.  Correct bool_loc, built_ins entries.
28396           Add entry for vary1.ch.
28397         * bitarray.ch: Standardize upper-case usage.
28398         * bitexpr.ch: Standardize, add output of b1.
28399         * params.ch: Use arrayt in along PROC parameters, to
28400           avoid novelty problems.
28401         * sets.ch: Tiny cleanup.
28402         * vary1.ch: Re-indent.
28403
28404 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
28405
28406           * Add PR-related files to Makefiles, .cvsignore files, etc.
28407
28408 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
28409
28410         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
28411           with compiler objects. New names are test-flow.c and test-loop.c
28412
28413 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
28414
28415         * Upgraded c-torture tests from 1.19 to 1.20
28416
28417         * new files:
28418         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
28419         * gcc.compile: 930623-1.c 930623-2.c
28420         * gcc.noncompile: 930622-1.c 930622-2.c
28421         * gcc.failure: 920411-1.c 920627-2.c
28422         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
28423
28424 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
28425
28426         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28427           More changes to get testsuite working properly. Needs more work.
28428           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
28429
28430 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
28431
28432         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28433           More changes to get testsuite working properly. Needs more work.
28434
28435 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
28436
28437         * chill.compile/compile.exp: Added for Dejagnu support
28438         * chill.execute/execute.exp: Added for Dejagnu support
28439         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
28440
28441 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
28442
28443     This should complete moving the CHILL test files.
28444         * chill.noncompile(.cvsignore printf.grt
28445             in-printf.grt chprintf.grt chprintf.ch):
28446             Added test-support files.
28447           (Makefile): Modified further.
28448         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
28449             signal.ch): Added test files.
28450           * chill.execute (.cvsignore printf.grt printr.c
28451             in-printf.grt rts.c chprintf.grt rts.h): Added
28452           test-support files.
28453             (Makefile): More corrections.
28454
28455 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
28456
28457         * chill.compile, chill.execute, chill.nocompile: Add CHILL
28458           test cases, ready for DejaGnu.
28459
28460 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
28461
28462         * Upgraded c-torture tests from 1.18 to 1.19
28463
28464         * gcc.compile: added test(s):
28465           930607-1.c
28466         * gcc.execute: added test(s):
28467           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
28468
28469         * added new subdirectory for misc tests: gcc.misc-tests
28470         * gcc.misc-test(s): added tests:
28471           inst-check.c test-consts.c test-ior.c test-switch.c
28472
28473 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
28474
28475         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
28476
28477 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
28478
28479         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
28480
28481 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
28482
28483         * Upgraded c-torture tests from 1.17 to 1.18
28484
28485 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
28486
28487         * Upgraded c-torture tests from 1.12 to 1.17
28488
28489 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
28490
28491         * lib/old-dejagnu.exp:
28492           Fixed handling of XFAIL target triplets to correctly
28493           recognize wildcard characters.  Removed code that
28494           appended a unique id tag to the end of the file name
28495           printed out by the result of the testcases within a
28496           given test file.
28497
28498 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
28499
28500         * lib/old-dejagnu.exp:
28501           Reworked expected failure handling to trigger off of XFAIL
28502           keyword in keyphrase embeded in testcase source code. The
28503           XFAIL keyword must be at the end of the keyphrase line. It
28504           may optionally be followed by one or more target triplets.
28505           It has just occured that the handling of wildcards in the
28506           target triplet may not be correct.
28507
28508 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
28509
28510         * g++.old-deja/tests:
28511           Moved all subdirectories up one level into g++.old-deja .
28512
28513         * lib/old-dejagnu.exp:
28514           Fixed problem with CXXFLAGS not being properly reset, and being
28515           corrupted with extraneous "-c" compiler option.  This was
28516           causing binaries to not be generated for test that needed them.
28517           Modified strings passed to "pass" and "fail" so that individual
28518           tests from the same test file would be distinguished by an
28519           identifier appended to the test file name in the summary logs;
28520           this corrected a problem with erroneous diff logs.  Added code
28521           to search testcases for expected fail and unexpected pass keywords.
28522
28523 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
28524
28525         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
28526
28527 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
28528
28529         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
28530           Removed extraneous text from end of "Special g++ Options"
28531           keyphrase.
28532
28533         * lib/old-dejagnu.exp: Added pattern matching to look for new
28534           keywords, embedded in testcases comments, which will trigger
28535           calls to xpass and xfail.
28536
28537 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
28538
28539         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
28540           comments embedded in the testcases, especially the one looking for
28541           special compiler options, as well as the pattern matching for the
28542           compiler output again.
28543
28544 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
28545
28546         * lib/old-dejagnu.exp: Do a proper check of the return value for
28547           execute tests. Fixed several problems with the pattern matching
28548           of the compiler output which gave erroneous test results.
28549           Changed several of the test result messages to be more descriptive.
28550         * config/unix-g++.exp: Proc g++_load now actually works and
28551           executes the tests passed to it and returns a usable return
28552           value.
28553
28554 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
28555
28556           * lib/gcc.exp: Exits gracefully if $CC is bogus.
28557
28558 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
28559
28560         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
28561           Modified both files to properly execute the old style
28562           dejagnu tests. The previous versions of these files were
28563           experimental and did not function anything near correctly.
28564
28565 1993-04-05  Rob Savoye  (rob@cygnus.com)
28566
28567         * Removed all Makefile.in and configure.in files. No configuration
28568         needed now.
28569
28570 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
28571
28572         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
28573
28574 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
28575
28576         * gcc.compile/configure.in, gcc.unsorted/configure.in,
28577         gcc.special/configure.in, gcc.noncompile/configure.in,
28578         gcc.execute/configure.in, gcc.code_quality/configure.in,
28579         g++.other/configure.in, g++.old-deja/configure.in,
28580         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
28581         in srcname setting.
28582
28583 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
28584
28585         * lib/udi.exp:  Fixed mondfe and mondfe_download.
28586         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
28587         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
28588
28589 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
28590
28591         * config/udi-gdb.exp: Check $shell_id after connecting to target.
28592         (gdb_exit): Don't remove *_soc files.
28593
28594 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
28595
28596         * lib/c-torture.exp: Don't look for main; instead always use -w
28597         -c.  This is how the c-torture tests work.  Remove the object
28598         file if the compilation succeeds.
28599         * gcc.execute/execute.exp: Remove executable if test passes.
28600         * gcc.noncompile/noncompile.exp: Every test is an expected
28601         failure.
28602         * gcc.special/special.exp: Added tests from c-torture 1.11,
28603         corrected use of existing test.
28604         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
28605         gcc.execute/920625-1.c: Updated to c-torture 1.11.
28606         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
28607         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
28608         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
28609         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
28610         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
28611         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
28612         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
28613         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
28614         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
28615         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
28616         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
28617         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
28618         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
28619         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
28620         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
28621         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
28622         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
28623         c-torture 1.11.
28624         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
28625         correspond to c-torture 1.11.
28626
28627         * New file.