OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-12-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2
3         PR fortran/18869
4         * gfortran.dg/common_1.f90: New test.
5
6 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
7         Paul Brook  <paul@codesourcery.com>
8
9         PR fortran/16222
10         * gfortran.dg/real_do_1.f90: New test.
11
12 2004-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
13
14         PR tree-opt/18040
15         * g++.dg/opt/ptrmem6.C: New test.
16
17 2004-12-11  Roger Sayle  <roger@eyesopen.com>
18
19         PR middle-end/18921
20         * gcc.dg/pr18921-1.c: New test case.
21
22 2004-12-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
23
24         PR fortran/17175
25         * gfortran.dg/scale_1.f90: New test.
26
27 2004-12-10  Andrew Pinski  <pinskia@physics.uc.edu>
28
29         PR middle-end/18903
30         * gcc.c-torture/compile/pr18903.c: New test.
31
32 2004-12-10  Richard Sandiford  <rsandifo@redhat.com>
33
34         * gcc.c-torture/execute/20041210-1.c: New test.
35
36 2004-12-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
37
38         PR c++/18731
39         * g++.dg/parser/struct-1.C: New test.
40         * g++.dg/parser/struct-2.C: New test.
41         * g++.dg/parser/struct-3.C: New test.
42
43 2004-12-09  Richard Henderson  <rth@redhat.com>
44
45         * gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
46
47         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
48         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
49
50 2004-12-09  Matt Austern  <austern@apple.com>
51
52         PR c++/18514
53         * g++.dg/ext/builtin1.C: New
54         * g++.dg/ext/builtin2.C: New
55         * g++.dg/ext/builtin3.C: New
56         * g++.dg/ext/builtin4.C: New
57         * g++.dg/ext/builtin5.C: New
58
59 2004-12-09  Andrew Pinski  <pinskia@physics.uc.edu>
60
61         PR tree-opt/18904
62         * g++.dg/opt/ptrmem5.C: New test.
63
64 2004-12-09  Alexandre Oliva  <aoliva@redhat.com>
65
66         * g++.dg/parse/typename5.C: Adjust for new error.
67         * g++.dg/parse/typename7.C: New.
68
69 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
70
71         PR c++/18073
72         * g++.dg/other/mmintrin.C: New test.
73
74 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
75
76         PR c++/16681
77         * g++.dg/init/array15.C: New.
78         * g++.dg/init/array16.C: New.
79
80 2004-12-08  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
81
82         PR fortran/18826
83         * gfortran.dg/assign_1.f90: New test.
84
85 2004-12-08  Nick Clifton  <nickc@redhat.com>
86
87         * gcc.target/xstormy16/bss_below100: New directory containing tests.
88         * gcc.target/xstormy16/data_below100: Likewise.
89         * gcc.target/xstormy16/sfr: Likewise.
90         * gcc.target/xstormy16/below100.S: New test source file.
91         * gcc.target/xstormy16/below100.ld: New test linker script.
92         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
93         * gcc.target/xstormy16/below_100.c: Fix scan to allow for bn or
94         bp instructions.
95         * gcc.target/xstormy16/bp.c: Likewise.
96
97         * gcc.target/xstormy16/bss_below100: New files:
98         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
99         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
100         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
101         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
102         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
103         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
104         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
105         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
106         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
107         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
108         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
109         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
110         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
111         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
112         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
113         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
114         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
115         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
116         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
117         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
118         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
119         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
120         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
121         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
122         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
123         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
124         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
125
126         * gcc.target/xstormy16/data_below100: New files:
127         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
128         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
129         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
130         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
131         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
132         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
133         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
134         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
135         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
136         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
137         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
138         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
139         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
140         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
141         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
142         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
143         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
144         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
145         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
146         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
147         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
148         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
149         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
150         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
151         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
152         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
153         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
154
155         * gcc.target/xstormy16/sfr: New files:
156         01_const_to_sfrb.c, 02_const_to_sfrw.c, 03_var_to_sfrb.c,
157         04_var_to_sfrw.c, 05_sfrb_to_var.c, 06_sfrw_to_var.c,
158         10_set_sfrb_bit_0.c, 10_set_sfrb_bit_7.c, 11_clr_sfrb_bit_0.c,
159         11_clr_sfrb_bit_7.c, 12_if1_sfrb_bit_0.c, 12_if1_sfrb_bit_3.c,
160         12_if1_sfrb_bit_7.c, 13_if0_sfrb_bit_0.c, 13_if0_sfrb_bit_3.c,
161         13_if0_sfrb_bit_7.c, 14_set_sfrw_bit_0.c, 14_set_sfrw_bit_3.c,
162         14_set_sfrw_bit_7.c, 14_set_sfrw_bit_8.c, 14_set_sfrw_bit_b.c,
163         14_set_sfrw_bit_f.c, 15_clr_sfrw_bit_0.c, 15_clr_sfrw_bit_3.c,
164         15_clr_sfrw_bit_7.c, 15_clr_sfrw_bit_8.c, 15_clr_sfrw_bit_b.c,
165         15_clr_sfrw_bit_f.c, 16_if1_sfrw_bit_0.c, 16_if1_sfrw_bit_3.c,
166         16_if1_sfrw_bit_7.c, 16_if1_sfrw_bit_8.c, 16_if1_sfrw_bit_b.c,
167         16_if1_sfrw_bit_f.c, 17_if0_sfrw_bit_0.c, 17_if0_sfrw_bit_3.c,
168         17_if0_sfrw_bit_7.c, 17_if0_sfrw_bit_8.c, 17_if0_sfrw_bit_b.c,
169         17_if0_sfrw_bit_f.c, 20_set_sfrb_bitfield_0.c,
170         20_set_sfrb_bitfield_7.c, 21_clr_sfrb_bitfield_0.c,
171         21_clr_sfrb_bitfield_7.c, 22_if1_sfrb_bitfield_0.c,
172         22_if1_sfrb_bitfield_3.c, 22_if1_sfrb_bitfield_7.c,
173         23_if0_sfrb_bitfield_0.c, 23_if0_sfrb_bitfield_3.c,
174         23_if0_sfrb_bitfield_7.c, 24_set_sfrw_bitfield_0.c,
175         24_set_sfrw_bitfield_7.c, 24_set_sfrw_bitfield_8.c,
176         24_set_sfrw_bitfield_f.c, 25_clr_sfrw_bitfield_0.c,
177         25_clr_sfrw_bitfield_7.c, 25_clr_sfrw_bitfield_8.c,
178         25_clr_sfrw_bitfield_f.c, 26_if1_sfrw_bitfield_0.c,
179         26_if1_sfrw_bitfield_3.c, 26_if1_sfrw_bitfield_7.c,
180         26_if1_sfrw_bitfield_8.c, 26_if1_sfrw_bitfield_b.c,
181         26_if1_sfrw_bitfield_f.c, 27_if0_sfrw_bitfield_0.c,
182         27_if0_sfrw_bitfield_3.c, 27_if0_sfrw_bitfield_7.c,
183         27_if0_sfrw_bitfield_8.c, 27_if0_sfrw_bitfield_b.c,
184         27_if0_sfrw_bitfield_f.c
185
186 2004-12-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
187
188         PR c++/18100
189         * g++.dg/lookup/name-clash4.C: New test.
190
191 2004-12-08  Nathan Sidwell  <nathan@codesourcery.com>
192
193         PR c++/18672
194         * g++.dg/opt/array1.C: New.
195         
196         PR c++/18803
197         * g++.dg/template/operator5.C: New.
198
199 2004-12-08  Hans-Peter Nilsson  <hp@bitrange.com>
200
201         PR c/18867
202         * gcc.dg/noncompile/20041207.c: Fix typo in dg directive.
203
204 2004-12-07  Steven Bosscher  <stevenb@suse.de>
205
206         * gcc.dg/noncompile/20041207.c: New test.
207
208 2004-12-07  Volker Reichelt  <reichelt@gcc.gnu.org>
209
210         * g++.dg/other/unreachable-1.C: New test.
211
212 2004-12-06  Nick Clifton  <nickc@redhat.com>
213
214         * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
215         <limits.h> because the latter comes from gcc's include/ directory
216         and not the newlib/libc/include directory.
217
218 2004-12-04  Richard Henderson  <rth@redhat.com>
219
220         * gcc.dg/tree-ssa/loop-5.c: Use long instead of int.
221
222 2004-12-04  Richard Henderson  <rth@redhat.com>
223
224         * lib/target-supports.exp (check_gc_sections_available): Disable
225         for alpha and ia64.
226
227 2004-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
228
229         PR middle-end/17909
230         * g++.dg/other/vararg-2.C: New test.
231
232 2004-12-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
233
234         PR c++/17011, c++/17971
235         * g++.dg/template/error15.C: Adjust expected error.
236         * g++.dg/template/instantiate3.C: Likewise.
237
238 2004-12-03  Janis Johnson  <janis187@us.ibm.com>
239
240         * gcc.dg/altivec-18.c: Fix for darwin
241
242 2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
243
244         PR c++/18782
245         * g++.dg/parse/ptrmem2.C: New.
246
247         PR c++/18318
248         * g++.dg/template/new1.C: New.
249
250 2004-12-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
251
252         PR fortran/18710
253         * gfortran.dg/direct_io_3.f90: New test.
254
255 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
256
257         PR 18758
258         * g++.dg/parse/crash21.C: New.
259
260 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
261
262         PR c++/15664, c++/18276
263         * g++.dg/template/ttp13.C: New test.
264         * g++.dg/template/ttp14.C: Likewise.
265
266 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
267
268         PR c++/18123
269         * g++.dg/parse/enum2.C: New test.
270         * g++.old-deja/g++.pt/enum5.C: Adjust error location.
271
272 2004-12-02  Nick Clifton  <nickc@redhat.com>
273
274         * gcc.target/xstormy16: New test directory.
275         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
276         * gcc.target/xstormy16/bp.c: Check the generation of bp
277         instructions.
278         * gcc.target/xstormy16/below_100.c: Check the generation of bp and
279         bn instructions and the BELOW100 attribute.
280
281 2004-12-02  Alan Modra  <amodra@bigpond.net.au>
282
283         PR target/16952
284         * gcc.dg/ppc-eabi.c: New.
285
286 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
287
288         PR fortran/18284
289         * gfortran.dg/backspace.f90
290
291 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
292
293         * gfortran.dg/inquire.f90: New test.
294
295 2004-12-01  Janis Johnson  <janis187@us.ibm.com>
296
297         * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to
298         handle effective-target-keyword.
299         (dg-skip-if): Support effective-target keyword as target list.
300         (dg-xfail-if): Ditto.
301         * lib/target-supports.exp (is-effective-target-keyword): New proc.
302
303 2004-12-01  Diego Novillo  <dnovillo@redhat.com>
304
305         PR tree-optimization/18291
306         * testsuite/gcc.c-torture/compile/pr18291.c: New test.
307
308 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
309
310         PR C++/18729
311         * g++.dg/parse/crash20.C: New.
312
313         PR c++/17431
314         * g++.dg/overload/arg1.C: New.
315         * g++.dg/overload/arg2.C: New.
316         * g++.dg/overload/arg3.C: New.
317         * g++.dg/overload/arg4.C: New.
318
319 2004-12-01  Joseph S. Myers  <joseph@codesourcery.com>
320
321         * gcc.dg/c99-flex-array-4.c: Remove.
322
323 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
324
325         * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
326
327         * lib/target-supports.exp (is-effective-target): Simplify.
328
329         * lib/target-supports.exp (check_effective_target_vect_long):
330         Fix for powerpc64-*-*.
331
332 2004-11-30  Loren James Rittle  <ljrittle@acm.org>
333
334         * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
335         to support new requirements on FreeBSD 5.
336
337 2004-11-30  Devang Patel  <dpatel@apple.com>
338
339         PR 18702
340         * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
341         
342 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
343
344         * g++.dg/ext/altivec-13.C: New test.
345
346 2004-11-30  Andrew Pinski  <pinskia@physics.uc.edu>
347
348         PR tree-opt/18298
349         * gcc.c-torture/execute/p18298.c: New test.
350
351 2004-11-30  Ira Rosen  <irar@il.ibm.com>
352             Dorit Naishlos  <dorit@il.ibm.com>
353
354         PR tree-opt/18607
355         * gcc.dg/vect/vect-89.c: New test.
356
357 2004-11-30  James A. Morrison  <phython@gcc.gnu.org>
358
359         * gcc.dg/pr18596-1.c: New test.
360
361 2004-11-30  Ben Elliston  <bje@au.ibm.com>
362
363         * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
364
365 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
366
367         PR c/18479
368         * gcc.dg/pr18479.c: New test.
369
370 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
371
372         PR target/18490
373         * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
374         mmix-knuth-mmixware.
375
376         * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
377         cris-*-elf* cris-*-aout* mmix-*-*
378
379 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
380
381         PR middle-end/18725
382         * gcc.dg/pr18725.c: New test.
383
384 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
385
386         PR target/18488
387         * g++.dg/opt/vt1.C: Skip for mmix-*-*.
388
389         PR target/18336
390         * gcc.dg/20040813-1.c: Skip for mmix-*-*.
391
392 2004-11-29  Mark Mitchell  <mark@codesourcery.com>
393
394         PR c++/18368
395         * g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
396         * g++.old-deja/g++.law/ctors5.C: Likewise.
397         * g++.old-deja/g++.other/crash25.C: Likewise.
398
399         PR c++/18674
400         * g++.dg/template/error16.C: New test.
401         
402         PR c++/18512
403         * g++.dg/template/crash29.C: New test.
404
405 2004-11-29  Diego Novillo  <dnovillo@redhat.com>
406
407         PR tree-optimization/18712
408         * gcc.c-torture/compile/pr18712.c: New test.
409
410 2004-11-29  Joseph Myers  <joseph@codesourcery.com>
411
412         PR c/7544
413         * g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
414         tests.
415
416 2004-11-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
417
418         PR c++/18652
419         * g++.dg/lookup/crash6.C: New test.
420
421 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
422
423         PR middle-end/18164
424         * gcc.dg/pr18164.c: Add dg-options "".  Correct typo in dg-error.
425
426 2004-11-29  Joseph S. Myers  <joseph@codesourcery.com>
427
428         * gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
429         gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
430         gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.
431
432 2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
433
434         * gcc.dg/pr18164.c: New test.
435
436 2004-11-28  Matt Kraai  <kraai@alumni.cmu.edu>
437
438         * gcc.dg/funroll-loops-all.c: New.
439
440 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
441
442         PR target/18489
443         * g++.dg/rtti/tinfo1.C: In pattern for label definition ending
444         delimeter, match space and TAB as well as ":".
445
446         PR target/18484
447         * g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
448
449         PR target/18348
450         * gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
451
452         PR target/18345
453         * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
454
455         PR target/18337
456         * gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
457
458 2004-11-28  Bud Davis  <bdavis9659@comcast.net>
459  
460         * gfortran.dg/direct_io_2.f90: New test.
461
462 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
463
464         PR target/18334
465         * gcc.dg/cpp/assert4.c: Remove mmix assertion tests.
466
467 2004-11-28  Richard Henderson  <rth@redhat.com>
468
469         * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
470
471 2004-11-28  Joseph S. Myers  <joseph@codesourcery.com>
472
473         * gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
474         gcc.dg/cast-2.c, gcc.dg/cast-3.c, gcc.dg/format/opt-1.c,
475         gcc.dg/format/opt-2.c, gcc.dg/format/opt-3.c,
476         gcc.dg/format/opt-4.c, gcc.dg/format/opt-5.c,
477         gcc.dg/format/opt-6.c, gcc.dg/pointer-arith-5.c,
478         gcc.dg/pointer-arith-6.c, gcc.dg/pointer-arith-7.c,
479         gcc.dg/pointer-arith-8.c: New tests.
480
481 2004-11-27  Bud Davis  <bdavis9659@comcast.net>
482
483         PR fortran/18364
484         * gfortran.dg/endfile.f90: New test.
485
486 2004-11-27  Falk Hueffner  <falk@debian.org>
487
488         * gcc.dg/loop-6.c: New test.
489
490 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
491
492         * gcc.c-torture/execute/20041126-1.c: New test.
493
494 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
495
496         * gcc.dg/mips-args-1.c: Don't expect _R3000 or _R4000 to be defined
497         on IRIX.
498
499 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
500
501         * gcc.dg/mips-movcc-[123].c: Pass the ?: expressions to other
502         functions.
503
504 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
505
506         PR rtl-optimization/17825
507         * gcc.c-torture/compile/20041119-1.c: New test.
508
509 2004-11-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
510
511         * lib/target-libpath.exp (restore_ld_library_path_env_vars):
512         Check existence of ld library path variables before unsetting.
513
514 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
515
516         * g++.old-deja/g++.eh/badalloc1.C: Robustify.
517
518 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
519
520         * gcc.dg/sibcall-[34].c: Remove MIPS xfails.
521
522 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
523
524         * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
525
526 2004-11-26  Ben Elliston  <bje@au.ibm.com>
527
528         * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
529         dg-do directive.
530
531 2004-11-26  Ben Elliston  <bje@au.ibm.com>
532
533         * gcc.dg/pr17957.c: Pass --param, not -param.
534
535 2004-11-25  Andrew Pinski  <pinskia@physics.uc.edu>
536
537         PR middle-end/17957
538         * testsuite/gcc.dg/pr17957.c: New test.
539
540 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
541
542         PR c++/18445
543         * g++.dg/template/crash28.C: Likewise.
544
545         PR c++/18001
546         * g++.dg/expr/unary2.C: Adjust lvalue messages.
547         * g++.dg/ext/lvaddr.C: Likewise.
548         * g++.dg/opt/pr7503-3.C: Likewise.
549
550         PR c++/18466
551         * g++.dg/parse/qualified3.C: New test.
552         * g++.old-deja/g++.other/friend7.C: Remove bogus qualification.
553         
554         PR c++/18545
555         * g++.dg/expr/return1.C: New test. 
556
557 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
558
559         Friend class name lookup 3/n, PR c++/3332
560         * g++.dg/lookup/friend3.C: New test.
561         * g++.dg/lookup/friend4.C: Likewise.
562         * g++.dg/lookup/friend5.C: Likewise.
563
564 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
565
566         Friend class name lookup 2/n, PR c++/14513, c++/15410
567         * g++.dg/lookup/friend2.C: New test.
568         * g++.dg/template/friend31.C: Likewise.
569
570 2004-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
571
572         * lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.
573
574 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
575
576         PR c++/17473
577         * g++.dg/tc1/dr56.C: Remove.
578         * g++.dg/template/typedef1.C: Add dg-error markers.
579         * g++.old-deja/g++.other/typedef7.C: Likewise.
580
581         PR c++/18285
582         * g++.dg/parse/typedef7.C: New test.
583
584 2004-11-24  Richard Sandiford  <rsandifo@redhat.com>
585
586         * gcc.c-torture/execute/20041124-1.c: New test.
587
588 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
589
590         * g++.dg/template/deduce3.C: New test. 
591
592         PR c++/18586
593         * g++.dg/template/crash27.C: New test. 
594
595         PR c++/18530
596         * g++.dg/warn/Wshadow-3.C: New test.
597
598 2004-11-24  Devang Patel  <dpatel@apple.com>
599
600         PR/18555
601         * gcc.dg/cpp/isysroot-1.c: New test.
602         * gcc.dg/cpp/usr/include/stdio.h: New file.
603         * gcc.dg/cpp/isysroot-2.c: New test.
604         * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
605         New file.
606
607 2004-11-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
608
609         PR c++/8929
610         * g++.old-deja/g++.oliva/template10.C: Remove xfail.
611
612 2004-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
613
614         * gcc.target/sparc/align.c: Do not include <stdint.h>.
615         * gcc.target/sparc/pdist.c: Likewise.
616
617 2004-11-24  Paolo Bonzini  <bonzini@gnu.org>
618
619         PR c++/16882
620         * g++.dg/conversion/simd1.C: New test.
621
622 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
623
624         * lib/target-libpath.exp: New file defining set_ld_library_path_env_vars
625         and restore_ld_library_path_env_vars.
626         * g++.dg/compat/compat.exp, lib/g++.exp, lib/gcc-dg.exp,
627         lib/gfortran.exp, lib/objc.exp, lib/treelang.exp: Use new procs.
628         * ada/acats/run_acats (LD_LIBRARY_PATH): Add previous LD_LIBRARY_PATH
629         to LD_LIBRARY_PATH.  Export LD_LIBRARY_PATH.
630
631 2004-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
632
633         * gcc.dg/pragma-align-2.c: Test macro expansion.
634         * gcc.dg/pragma-pack-2.c: New test.
635
636 2004-11-23  Richard Henderson  <rth@redhat.com>
637
638         * gcc.dg/vect/pr18425.c: Use effective target vect_long.
639         * gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
640         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-48a.c,
641         gcc.dg/vect/vect-56a.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-77.c,
642         gcc.dg/vect/vect-77a.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-86.c,
643         gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c: XFAIL for alpha.
644
645         * gcc.dg/vect/vect.exp: Add check for alpha.
646         * lib/target-supports.exp (check_alpha_max_hw_available): New.
647         (check_effective_target_vect_int): Enable for alpha.
648         (check_effective_target_vect_long): New.
649         (is-effective-target): Add it.
650
651 2004-11-23  Uros Bizjak <uros@kss-loka.si>
652
653         * gcc.dg/pr18614-1.c: New test.
654
655 2004-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
656
657         * gcc.dg/setjmp-2.c: New test.
658
659 2004-11-22  James A. Morrison  <phython@gcc.gnu.org>
660
661         * gcc.target/sparc/align.c, gcc.target/sparc/combined-2.c,
662         gcc.target/sparc/fpack16.c, gcc.target/sparc/fpack32.c,
663         gcc.target/sparc/fpackfix.c, gcc.target/fexpand.c,
664         gcc.target/sparc/fpmerge.c, gcc.target/sparc/fpmul.c,
665         gcc.target/sparc/pdist.c: New tests.
666
667 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
668
669         * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
670
671 2004-11-22  Dale Johannesen  <dalej@apple.com>
672
673         * gcc.dg/20041111-1.c:  New.
674
675 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
676
677         PR tree-opt/18536
678         * gcc.dg/vect/pr18536.c: New test.
679
680 2004-11-22  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
681
682         PR c++/18354
683         * g++.dg/template/nontype11.C: New test.
684
685 2004-11-21  Roger Sayle  <roger@eyesopen.com>
686
687         PR middle-end/18520
688         * gcc.dg/pr18520-1.c: New test case.
689
690 2004-11-20  Joseph S. Myers  <joseph@codesourcery.com>
691
692         * gcc.dg/Wchar-subscripts-1.c, gcc.dg/array-8.c: New tests.
693         * gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c,
694         gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c: Update
695         expected diagnostics.
696
697 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
698
699         PR target/18580
700         * gcc.dg/vect/vect-13.c, vect-27.c, vect-27a.c, vect-29.c,
701         vect-29a.c, vect-48a.c, vect-56a.c, vect-72.c, vect-72a.c,
702         vect-77.c, vect-77a.c: XFAIL on the SPARC.
703
704 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
705
706         * gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.
707
708 2004-11-19  Mark Mitchell  <mark@codesourcery.com>
709             Joseph Myers  <joseph@codesourcery.com>
710
711         * lib/target-supports.exp (check_visibility_available): Really
712         test the compiler.
713
714 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
715
716         PR tree-opt/18181
717         * gcc.dg/vect/vect-85.c: New test.
718         * gcc.dg/vect/vect-86.c: New test.
719         * gcc.dg/vect/vect-87.c: New test.
720         * gcc.dg/vect/vect-88.c: New test.
721
722 2004-11-19  Ben Elliston  <bje@au.ibm.com>
723
724         * gcc.dg/pr16286.c: Test __pixel and __bool keywords.
725
726 2004-11-18  Janis Johnson  <janis187@us.ibm.com>
727
728         * gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
729         * gcc.dg/ppc-and-1.c: Ditto.
730         * gcc.dg/ppc-compare-1.c: Ditto.
731         * gcc.dg/ppc-mov-1.c: Ditto
732
733 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
734             Mark Mitchell  <mark@codesourcery.com>
735
736         * testsuite/gcc.dg/pragma-init-fini-2.c: New test.
737
738 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
739             Aldy Hernandez  <aldyh@redhat.com>
740
741         * lib/target-supports.exp (check_effective_target_vect_int): New
742         (check_effective_target_vect_float): New
743         (check_effective_target_vect_double): New.
744         (is-effective-target): Support new effective targets keywords.
745         * gcc.dg/vect/vect.exp: Set target-dependent vector flags and
746         default action for dg-do.
747         * gcc.dg/vect/pr16105.c: Use new support.
748         * gcc.dg/vect/pr18400.c: Ditto.
749         * gcc.dg/vect/pr18425.c: Ditto.
750         * gcc.dg/vect/vect-1.c: Ditto.
751         * gcc.dg/vect/vect-10.c: Ditto.
752         * gcc.dg/vect/vect-11.c: Ditto.
753         * gcc.dg/vect/vect-12.c: Ditto.
754         * gcc.dg/vect/vect-13.c: Ditto.
755         * gcc.dg/vect/vect-14.c: Ditto.
756         * gcc.dg/vect/vect-15.c: Ditto.
757         * gcc.dg/vect/vect-16.c: Ditto.
758         * gcc.dg/vect/vect-17.c: Ditto.
759         * gcc.dg/vect/vect-18.c: Ditto.
760         * gcc.dg/vect/vect-19.c: Ditto.
761         * gcc.dg/vect/vect-2.c: Ditto.
762         * gcc.dg/vect/vect-20.c: Ditto.
763         * gcc.dg/vect/vect-21.c: Ditto.
764         * gcc.dg/vect/vect-22.c: Ditto.
765         * gcc.dg/vect/vect-23.c: Ditto.
766         * gcc.dg/vect/vect-24.c: Ditto.
767         * gcc.dg/vect/vect-25.c: Ditto.
768         * gcc.dg/vect/vect-26.c: Ditto.
769         * gcc.dg/vect/vect-27.c: Ditto.
770         * gcc.dg/vect/vect-27a.c: Ditto.
771         * gcc.dg/vect/vect-28.c: Ditto.
772         * gcc.dg/vect/vect-29.c: Ditto.
773         * gcc.dg/vect/vect-29a.c: Ditto.
774         * gcc.dg/vect/vect-3.c: Ditto.
775         * gcc.dg/vect/vect-30.c: Ditto.
776         * gcc.dg/vect/vect-31.c: Ditto.
777         * gcc.dg/vect/vect-32.c: Ditto.
778         * gcc.dg/vect/vect-33.c: Ditto.
779         * gcc.dg/vect/vect-34.c: Ditto.
780         * gcc.dg/vect/vect-35.c: Ditto.
781         * gcc.dg/vect/vect-36.c: Ditto.
782         * gcc.dg/vect/vect-37.c: Ditto.
783         * gcc.dg/vect/vect-38.c: Ditto.
784         * gcc.dg/vect/vect-4.c: Ditto.
785         * gcc.dg/vect/vect-40.c: Ditto.
786         * gcc.dg/vect/vect-41.c: Ditto.
787         * gcc.dg/vect/vect-42.c: Ditto.
788         * gcc.dg/vect/vect-43.c: Ditto.
789         * gcc.dg/vect/vect-44.c: Ditto.
790         * gcc.dg/vect/vect-45.c: Ditto.
791         * gcc.dg/vect/vect-46.c: Ditto.
792         * gcc.dg/vect/vect-47.c: Ditto.
793         * gcc.dg/vect/vect-48.c: Ditto.
794         * gcc.dg/vect/vect-48a.c: Ditto.
795         * gcc.dg/vect/vect-49.c: Ditto.
796         * gcc.dg/vect/vect-5.c: Ditto.
797         * gcc.dg/vect/vect-50.c: Ditto.
798         * gcc.dg/vect/vect-51.c: Ditto.
799         * gcc.dg/vect/vect-52.c: Ditto.
800         * gcc.dg/vect/vect-53.c: Ditto.
801         * gcc.dg/vect/vect-54.c: Ditto.
802         * gcc.dg/vect/vect-55.c: Ditto.
803         * gcc.dg/vect/vect-56.c: Ditto.
804         * gcc.dg/vect/vect-56a.c: Ditto.
805         * gcc.dg/vect/vect-57.c: Ditto.
806         * gcc.dg/vect/vect-58.c: Ditto.
807         * gcc.dg/vect/vect-59.c: Ditto.
808         * gcc.dg/vect/vect-6.c: Ditto.
809         * gcc.dg/vect/vect-60.c: Ditto.
810         * gcc.dg/vect/vect-61.c: Ditto.
811         * gcc.dg/vect/vect-62.c: Ditto.
812         * gcc.dg/vect/vect-63.c: Ditto.
813         * gcc.dg/vect/vect-64.c: Ditto.
814         * gcc.dg/vect/vect-65.c: Ditto.
815         * gcc.dg/vect/vect-66.c: Ditto.
816         * gcc.dg/vect/vect-67.c: Ditto.
817         * gcc.dg/vect/vect-68.c: Ditto.
818         * gcc.dg/vect/vect-69.c: Ditto.
819         * gcc.dg/vect/vect-7.c: Ditto.
820         * gcc.dg/vect/vect-72.c: Ditto.
821         * gcc.dg/vect/vect-72a.c: Ditto.
822         * gcc.dg/vect/vect-73.c: Ditto.
823         * gcc.dg/vect/vect-74.c: Ditto.
824         * gcc.dg/vect/vect-75.c: Ditto.
825         * gcc.dg/vect/vect-76.c: Ditto.
826         * gcc.dg/vect/vect-77.c: Ditto.
827         * gcc.dg/vect/vect-77a.c: Ditto.
828         * gcc.dg/vect/vect-78.c: Ditto.
829         * gcc.dg/vect/vect-79.c: Ditto.
830         * gcc.dg/vect/vect-8.c: Ditto.
831         * gcc.dg/vect/vect-80.c: Ditto.
832         * gcc.dg/vect/vect-82.c: Ditto.
833         * gcc.dg/vect/vect-82_64.c: Ditto.
834         * gcc.dg/vect/vect-83.c: Ditto.
835         * gcc.dg/vect/vect-83_64.c: Ditto.
836         * gcc.dg/vect/vect-9.c: Ditto.
837         * gcc.dg/vect/vect-all.c: Ditto.
838         * gcc.dg/vect/vect-none.c: Ditto.
839
840 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
841
842         * lib/gcc-dg.exp (dg-skip-if): New function.
843         (dg-forbid-option): Remove.
844         * g++.dg/abi/bitfield3.C: Use dg-skip-if i?86 -m64.
845         * g++.dg/abi/bitfield8.C: Likewise.
846         * g++.dg/abi/dtor1.C: Likewise.
847         * g++.dg/abi/empty10.C: Likewise.
848         * g++.dg/abi/empty7.C: Likewise.
849         * g++.dg/abi/empty9.C: Likewise.
850         * g++.dg/abi/layout3.C: Likewise.
851         * g++.dg/abi/layout4.C: Likewise.
852         * g++.dg/abi/thunk1.C: Likewise.
853         * g++.dg/abi/thunk2.C: Likewise.
854         * g++.dg/abi/vbase11.C: Likewise.
855         * g++.dg/abi/vthunk2.C: Likewise.
856         * g++.dg/abi/vthunk3.C: Likewise.
857         * g++.dg/ext/attrib8.C: Likewise.
858         * g++.dg/opt/longbranch2.C: Likewise.
859         * g++.dg/opt/reg-stack4.C: Likewise.
860         * g++.old-deja/g++.ext/attrib1.C: Likewise.
861         * g++.old-deja/g++.ext/attrib2.C: Likewise.
862         * g++.old-deja/g++.ext/attrib3.C: Likewise.
863         * g++.old-deja/g++.other/store-expr1.C: Likewise.
864         * g++.old-deja/g++.other/store-expr2.C: Likewise.
865         * gcc.dg/20000609-1.c: Likewise.
866         * gcc.dg/20000720-1.c: Likewise.
867         * gcc.dg/20011107-1.c: Likewise.
868         * gcc.dg/20011119-1.c: Likewise.
869         * gcc.dg/20020108-1.c: Likewise.
870         * gcc.dg/20020122-2.c: Likewise.
871         * gcc.dg/20020122-3.c: Likewise.
872         * gcc.dg/20020201-3.c: Likewise.
873         * gcc.dg/20020206-1.c: Likewise.
874         * gcc.dg/20020218-1.c: Likewise.
875         * gcc.dg/20020310-1.c: Likewise.
876         * gcc.dg/20020411-1.c: Likewise.
877         * gcc.dg/20020418-2.c: Likewise.
878         * gcc.dg/20020426-1.c: Likewise.
879         * gcc.dg/20020426-2.c: Likewise.
880         * gcc.dg/20020517-1.c: Likewise.
881         * gcc.dg/20020523-1.c: Likewise.
882         * gcc.dg/20020523-2.c: Likewise.
883         * gcc.dg/20020729-1.c: Likewise.
884         * gcc.dg/20030204-1.c: Likewise.
885         * gcc.dg/20030826-2.c: Likewise.
886         * gcc.dg/20030926-1.c: Likewise.
887         * gcc.dg/20031202-1.c: Likewise.
888         * gcc.dg/980312-1.c: Likewise.
889         * gcc.dg/980313-1.c: Likewise.
890         * gcc.dg/990117-1.c: Likewise.
891         * gcc.dg/990424-1.c: Likewise.
892         * gcc.dg/990524-1.c: Likewise.
893         * gcc.dg/991230-1.c: Likewise.
894         * gcc.dg/i386-387-1.c: Likewise.
895         * gcc.dg/i386-387-2.c: Likewise.
896         * gcc.dg/i386-387-3.c: Likewise.
897         * gcc.dg/i386-387-4.c: Likewise.
898         * gcc.dg/i386-387-5.c: Likewise.
899         * gcc.dg/i386-387-6.c: Likewise.
900         * gcc.dg/i386-asm-1.c: Likewise.
901         * gcc.dg/i386-bitfield1.c: Likewise.
902         * gcc.dg/i386-bitfield2.c: Likewise.
903         * gcc.dg/i386-loop-1.c: Likewise.
904         * gcc.dg/i386-loop-2.c: Likewise.
905         * gcc.dg/i386-loop-3.c: Likewise.
906         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
907         * gcc.dg/i386-pic-1.c: Likewise.
908         * gcc.dg/i386-regparm.c: Likewise.
909         * gcc.dg/i386-signbit-1.c: Likewise.
910         * gcc.dg/i386-signbit-2.c: Likewise.
911         * gcc.dg/i386-signbit-3.c: Likewise.
912         * gcc.dg/i386-sse-5.c: Likewise.
913         * gcc.dg/i386-sse-8.c: Likewise.
914         * gcc.dg/i386-unroll-1.c: Likewise.
915         * gcc.dg/tls/opt-1.c: Likewise.
916         * gcc.dg/tls/opt-2.c: Likewise.
917         * gcc.dg/unroll-1.c: Likewise.
918         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
919         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
920         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
921         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
922
923 2004-11-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
924
925         * g++.dg/template/incomplete1.C: New test.
926
927 2004-11-16  Nick Clifton  <nickc@redhat.com>
928
929         Revert patches accidentally commited during checkin of fixes for
930         xstormy16 tests:
931         gcc.c-torture/execute/simd-4.c: Revert
932         gcc.dg/20040910-1.c: Revert.
933
934 2004-11-16  Paul Brook  <paul@codesourcery.com>
935
936         PR fortran/13010
937         * gfortran.dg/der_pointer_1.f90: New test.
938
939 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
940
941         PR c/18498
942         * gcc.dg/bitfld-13.c: New test.
943
944 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
945
946         * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
947         powerpc*-*-linux*.
948
949         * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
950         * gcc.dg/ppc64-abi-2.c: Ditto.
951         * gcc.dg/ppc64-abi-3.c: Ditto.
952
953         * lib/gcc-dg.exp (dg-target-list): Remove.
954
955 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
956
957         * gcc.dg/ia64-postinc.c: New test.
958
959 2004-11-15  Mark Mitchell <mark@codesourcery.com>
960
961         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
962
963 2004-11-15  Nick Clifton  <nickc@redhat.com>
964
965         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
966         __INT_MAX__ so that the test can be compiled by toolchains
967         targeted at 16-bit processors.
968
969         * gcc.dg/20040625-1.c: Use long constants rather than integers
970         when performing arithmetic that will overflow 16-bits.
971
972         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
973         xstormy16.  It does not support 128-bit vector operations.
974
975         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
976         with the macro PTR_TYPE.  Define this macro to an integer type
977         suitable for holding a pointer.
978
979         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
980         the target is a 16-bit processor.
981
982         * gcc.dg/cpp/if-2.c: Expect a different warning message from
983         16-bit targets where the character constant will be too long.
984
985         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
986         where the double will not be directly addressable.
987
988 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
989
990         Friend class name lookup 1/n, PR c++/18471
991         * g++.dg/template/crash26.C: New test.
992         * g++.dg/lookup/struct1.C: Adjust expected error.
993         * g++.dg/parse/elab1.C: Likewise.
994         * g++.dg/parse/elab2.C: Likewise.
995         * g++.dg/parse/int-as-enum1.C: Likewise.
996         * g++.dg/parse/struct-as-enum1.C: Likewise.
997         * g++.dg/parse/typedef1.C: Likewise.
998         * g++.dg/parse/typedef3.C: Likewise.
999         * g++.dg/parse/typedef4.C: Likewise.
1000         * g++.dg/parse/typedef5.C: Likewise.
1001         * g++.dg/template/nontype4.C: Likewise.
1002         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
1003         * g++.old-deja/g++.other/elab1.C: Likewise.
1004         * g++.old-deja/g++.other/syntax4.C: Likewise.
1005
1006 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1007
1008         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
1009
1010 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
1011
1012         * gcc.c-torture/execute/20041114-1.c: New test.
1013
1014 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
1015
1016         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
1017         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
1018         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
1019         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
1020         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
1021         gcc.dg/switch-7.c: New tests.
1022
1023 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1024
1025         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
1026
1027 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1028
1029         PR tree-opt/18400
1030         * gcc.dg/vect/pr18400.c: New test.
1031
1032 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1033             Andrew Pinski  <pinskia@physics.uc.edu>
1034
1035         PR tree-opt/18425
1036         * gcc.dg/vect/pr18425.c: New test.
1037
1038 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1039
1040         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
1041         Guard with dg-require-alias and dg-require-visibility.
1042
1043 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1044
1045         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
1046
1047 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1048
1049         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
1050
1051 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1052
1053         PR c++/17344
1054         * g++.dg/template/defarg5.C: New test.
1055
1056 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1057
1058         * g++.dg/parse/cast1.C: Run only on ILP32.
1059         * g++.old-deja/g++.mike/p784.C: Likewise.
1060
1061 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
1062
1063         * gcc.c-torture/execute/20041113-1.c: New test.
1064
1065 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1066
1067         PR target/18230
1068         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
1069         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
1070         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
1071         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
1072         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
1073         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
1074         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
1075         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
1076         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
1077         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
1078         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
1079         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
1080         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
1081
1082 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1083
1084         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
1085         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
1086         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
1087         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
1088         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
1089         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
1090         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
1091         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
1092         gcc.target/sparc/combined-1.c: New tests.
1093
1094 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
1095
1096         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
1097         New tests.
1098
1099 2004-11-12  Mark Mitchell <mark@codesourcery.com>
1100
1101         * lib/gcc-dg.exp (dg-forbid-option): New function.
1102         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
1103         * g++.dg/abi/bitfield8.C: Likewise.
1104         * g++.dg/abi/dtor1.C: Likewise.
1105         * g++.dg/abi/empty10.C: Likewise.
1106         * g++.dg/abi/empty7.C: Likewise.
1107         * g++.dg/abi/empty9.C: Likewise.
1108         * g++.dg/abi/layout3.C: Likewise.
1109         * g++.dg/abi/layout4.C: Likewise.
1110         * g++.dg/abi/thunk1.C: Likewise.
1111         * g++.dg/abi/thunk2.C: Likewise.
1112         * g++.dg/abi/vbase11.C: Likewise.
1113         * g++.dg/abi/vthunk2.C: Likewise.
1114         * g++.dg/abi/vthunk3.C: Likewise.
1115         * g++.dg/ext/attrib8.C: Likewise.
1116         * g++.dg/opt/longbranch2.C: Likewise.
1117         * g++.dg/opt/reg-stack4.C: Likewise.
1118         * g++.old-deja/g++.ext/attrib1.C: Likewise.
1119         * g++.old-deja/g++.ext/attrib2.C: Likewise.
1120         * g++.old-deja/g++.ext/attrib3.C: Likewise.
1121         * g++.old-deja/g++.other/store-expr1.C: Likewise.
1122         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1123         * gcc.dg/20000609-1.c: Likewise.
1124         * gcc.dg/20000720-1.c: Likewise.
1125         * gcc.dg/20011107-1.c: Likewise.
1126         * gcc.dg/20011119-1.c: Likewise.
1127         * gcc.dg/20020108-1.c: Likewise.
1128         * gcc.dg/20020122-2.c: Likewise.
1129         * gcc.dg/20020122-3.c: Likewise.
1130         * gcc.dg/20020201-3.c: Likewise.
1131         * gcc.dg/20020206-1.c: Likewise.
1132         * gcc.dg/20020218-1.c: Likewise.
1133         * gcc.dg/20020310-1.c: Likewise.
1134         * gcc.dg/20020411-1.c: Likewise.
1135         * gcc.dg/20020418-2.c: Likewise.
1136         * gcc.dg/20020426-1.c: Likewise.
1137         * gcc.dg/20020426-2.c: Likewise.
1138         * gcc.dg/20020517-1.c: Likewise.
1139         * gcc.dg/20020523-1.c: Likewise.
1140         * gcc.dg/20020523-2.c: Likewise.
1141         * gcc.dg/20020729-1.c: Likewise.
1142         * gcc.dg/20030204-1.c: Likewise.
1143         * gcc.dg/20030826-2.c: Likewise.
1144         * gcc.dg/20030926-1.c: Likewise.
1145         * gcc.dg/20031202-1.c: Likewise.
1146         * gcc.dg/980312-1.c: Likewise.
1147         * gcc.dg/980313-1.c: Likewise.
1148         * gcc.dg/990117-1.c: Likewise.
1149         * gcc.dg/990424-1.c: Likewise.
1150         * gcc.dg/990524-1.c: Likewise.
1151         * gcc.dg/991230-1.c: Likewise.
1152         * gcc.dg/i386-387-1.c: Likewise.
1153         * gcc.dg/i386-387-2.c: Likewise.
1154         * gcc.dg/i386-387-3.c: Likewise.
1155         * gcc.dg/i386-387-4.c: Likewise.
1156         * gcc.dg/i386-387-5.c: Likewise.
1157         * gcc.dg/i386-387-6.c: Likewise.
1158         * gcc.dg/i386-asm-1.c: Likewise.
1159         * gcc.dg/i386-bitfield1.c: Likewise.
1160         * gcc.dg/i386-bitfield2.c: Likewise.
1161         * gcc.dg/i386-loop-1.c: Likewise.
1162         * gcc.dg/i386-loop-2.c: Likewise.
1163         * gcc.dg/i386-loop-3.c: Likewise.
1164         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1165         * gcc.dg/i386-pic-1.c: Likewise.
1166         * gcc.dg/i386-regparm.c: Likewise.
1167         * gcc.dg/i386-signbit-1.c: Likewise.
1168         * gcc.dg/i386-signbit-2.c: Likewise.
1169         * gcc.dg/i386-signbit-3.c: Likewise.
1170         * gcc.dg/i386-sse-5.c: Likewise.
1171         * gcc.dg/i386-sse-8.c: Likewise.
1172         * gcc.dg/i386-unroll-1.c: Likewise.
1173         * gcc.dg/tls/opt-1.c: Likewise.
1174         * gcc.dg/tls/opt-2.c: Likewise.
1175         * gcc.dg/unroll-1.c: Likewise.
1176         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
1177         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
1178         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
1179         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
1180         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
1181         -m64 is specified.
1182
1183 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1184
1185         PR c++/18389
1186         * g++.dg/parse/cond1.C: New test.
1187
1188         PR c++/18429
1189         * g++.dg/template/array9.C: New test.
1190         * g++.dg/ext/vla1.C: Adjust error messages.
1191         * g++.dg/ext/vlm1.C: Likewise.
1192         * g++.dg/template/crash2.C: Likewise.
1193
1194         PR c++/18436
1195         * g++.dg/template/call3.C: New test.
1196
1197         PR c++/18407
1198         * g++.dg/template/ptrmem11.C: New test.
1199
1200 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
1201
1202         PR other/14264
1203         * lib/g++.exp: Set LC_ALL and LANG to C.
1204         * lib/gcc-dg.exp: Likewise.
1205         * lib/gfortran.exp: Likewise.
1206         * lib/objc.exp: Likewise.
1207         * lib/treelang.exp: Likewise.
1208
1209 2004-11-12  Andreas Schwab  <schwab@suse.de>
1210
1211         * gcc.dg/pr16286.c: Fix last change.
1212
1213 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1214
1215         PR c++/18416
1216         * g++.dg/init/global1.C: New test.
1217
1218 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
1219
1220         * gcc.c-torture/execute/20041112-1.c: New test.
1221
1222 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1223
1224         * lib/gcc-dg.exp (dg-target-list): New.
1225
1226 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1227             Richard Sandiford  <rsandifo@redhat.com>
1228
1229         * lib/target-supports.exp (get-compiler_messages): New.
1230         (check_named_sections_available): Use it.
1231         (check_effective_target_ilp32): New.
1232         (check_effective_target_lp64): New.
1233         (is-effective-target): New.
1234         * lib/gcc-dg.exp (dg-require-effective-target): New.
1235
1236 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
1237
1238         * gcc.dg/precedence-1.c: New test.
1239
1240 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1241
1242         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
1243
1244         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
1245         message, delete generated files, use more descriptive name for
1246         executable, and make the test unsupported when it cannot be run.
1247
1248         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
1249         (dg-require-weak, dg-require-visibility, dg-require-alias,
1250         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
1251         dg-require-iconv, dg-require-named-sections): Use it.
1252
1253         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
1254
1255 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
1256
1257         PR target/16457
1258         * gcc.dg/ppc-and-1: New
1259
1260         PR target/16796
1261         * gcc.dg/ppc-mov-1.c: New.
1262
1263         PR target/16458
1264         * gcc.dg/ppc-compare-1.c: New.
1265
1266 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
1267
1268         * objc.dg/desig-init-2.m: New test.
1269
1270 2004-11-10  Adam Nemet  <anemet@lnxw.com>
1271
1272         PR middle-end/18160  
1273         * g++.dg/warn/register-var-1.C: New test.
1274         * g++.dg/warn/register-var-2.C: New test.
1275
1276 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1277
1278         * gcc.dg/union-2.c: New test.
1279
1280 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
1281
1282         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: 
1283         New test for PR tree-optimization/17892.
1284
1285 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
1286
1287         PR c++/18369
1288         * g++.dg/init/new12.C: New test.
1289
1290 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
1291
1292         * gcc.target/sparc: New directory.
1293         * gcc.target/sparc/sparc.exp: New driver.
1294         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
1295         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
1296         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
1297         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
1298
1299 2004-11-10  Paul Brook  <paul@codesourcery.com>
1300
1301         PR fortran/18218
1302         * gfortran.dg/list_read.c: New test.
1303
1304 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1305
1306         PR c/18322
1307         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
1308         expected diagnostic location.
1309
1310 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
1311
1312         * gcc.dg/20041109-1.c: New test.
1313
1314 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1315
1316         PR objc/18406
1317         * objc/compile/pr18406.m: New test.
1318
1319 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1320
1321         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
1322
1323 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1324
1325         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
1326
1327 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1328
1329         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
1330
1331 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1332
1333         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
1334         exit. 
1335
1336 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
1337
1338         PR tree-opt/18299
1339         * gcc.c-torture/pr18299-1.c: New test.
1340
1341 2004-11-06  Andreas Schwab  <schwab@suse.de>
1342
1343         * gcc.dg/pr16286.c: Also test for bool and pixel.
1344
1345 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
1346
1347         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
1348         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
1349         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
1350         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
1351         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
1352         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
1353         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
1354         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
1355         gcc.dg/struct-semi-3.c: New tests.
1356
1357 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1358
1359         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
1360
1361 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1362
1363         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
1364         Do not use C99 designators.
1365
1366 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1367
1368         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
1369
1370 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1371
1372         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
1373         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
1374         * gcc.c-torture/execute/simd-5.x: Remove.
1375
1376 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
1377
1378         PR rtl-optimization/17933
1379         * gcc.dg/torture/pr17933-1.c: New test.
1380
1381 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1382
1383         PR target/18106
1384         * lib/target-supports.exp (check_weak_available): Support
1385         Windows.
1386
1387 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
1388
1389         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
1390         call to fflush(stdout) before abort.
1391         (my_ffsll): New function.
1392         (generate_fields): Use it.
1393
1394 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1395
1396         * gcc.dg/init-undef-1.c: New test.
1397
1398 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1399
1400         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
1401         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
1402         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
1403         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
1404         expected messages for new parser.
1405
1406 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
1407
1408         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
1409         
1410 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1411
1412         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
1413         on LP64 targets.
1414
1415 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1416
1417         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
1418         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
1419         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
1420         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
1421         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
1422         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
1423         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
1424         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
1425         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
1426         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
1427
1428 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1429
1430         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
1431         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
1432         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
1433         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
1434         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
1435         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
1436         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
1437         for new parser.
1438
1439 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
1440
1441         PR target/15342
1442         * gcc.dg/20041104-1.c: New test.
1443
1444 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1445
1446         * g++.dg/template/nontype7.C: New test.
1447         * g++.dg/template/nontype8.C: Likewise.
1448         * g++.dg/template/nontype9.C: Likewise.
1449         * g++.dg/template/nontype10.C: Likewise.
1450         * g++.dg/tc1/dr49.C: Likewise.
1451         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
1452         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
1453
1454 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1455
1456         * g++.dg/rtti/tinfo1.C: Remove xfails.
1457
1458 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1459
1460         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
1461         packed attribute to the definition to satisfy the new C++ parser.
1462
1463 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1464
1465         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
1466         invocations of va_arg.
1467
1468 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
1469
1470         PR c++/18124
1471         * g++.dg/template/crash25.C: New test.
1472
1473         PR c++/18155
1474         * g++.dg/template/typedef2.C: New test.
1475         * g++.dg/parse/crash13.C: Adjust error markers.
1476
1477         PR c++/18177
1478         * g++.dg/conversion/const3.C: New test.
1479         
1480 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1481
1482         PR fortran/17535
1483         PR fortran/17583
1484         PR fortran/17713
1485         * gfortran.dg/generic_[123].f90: New testcases.
1486
1487 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1488
1489         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
1490         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
1491
1492 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
1493
1494         PR tree-opt/16808
1495         * gcc.c-torture/compile/pr16808.c: New test.
1496
1497 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1498
1499         PR rtl-optimization/17104
1500         * gcc.dg/ppc-bitfield1.c: New.
1501
1502 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1503
1504         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
1505
1506 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1507
1508         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
1509         strings for 32-bit code.
1510
1511 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1512
1513         PR c/18239
1514         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
1515
1516 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
1517
1518         PR c++/18064
1519         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
1520
1521 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1522
1523         PR c++/15172
1524         * g++.dg/init/aggr2.C: New test.
1525
1526 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
1527
1528         * objc.dg/local-decl-1.m: New test.
1529
1530 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1531
1532         * gcc.dg/20040910-1.c: Adjust regex.
1533
1534 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1535
1536         PR rtl-optimization/18084
1537         * g++.dg/opt/pr18084-1.C: New testcase.
1538
1539 2004-10-30  Matt Austern  <austern@apple.com>
1540
1541         PR c++/17542
1542         * g++.dg/ext/attrib18.C: New test.
1543         
1544 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1545
1546         PR middle-end/18096
1547         * gcc.dg/pr18096-1.c: New test case.
1548
1549 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1550
1551         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
1552
1553 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
1554
1555         PR c/16666
1556         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
1557         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
1558         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
1559         gcc.dg/old-style-prom-3.c: New tests.
1560
1561 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
1562
1563         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
1564         Remove unnecessary inclusion of stdio.h.
1565
1566 2004-10-29  Roger Sayle  <roger@eyesopen.com>
1567
1568         PR rtl-optimization/17581
1569         * gcc.dg/pr17581-1.c: New test case.
1570
1571 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
1572
1573         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
1574         being implemented.
1575         * g++.dg/conversion/dr195-1.C: New.
1576         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
1577         * g++.old-deja/g++.mike/p10148.C: Likewise.
1578
1579 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
1580
1581         PR c++/17695
1582         * g++.dg/debug/typedef2.C: New test.
1583
1584 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
1585
1586         PR fortran/13490
1587         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
1588         * gfortran.dg/g77/README: Update.
1589
1590 2004-10-28  Matt Austern  <austern@apple.com>
1591
1592         PR c++/14124
1593         * g++.dg/ext/packed7.C: New test.
1594         
1595 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
1596
1597         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
1598         scan-assembler.
1599         * lib/scanasm.exp (hidden-scan-for): New proc.
1600         (scan-hidden): Use hidden-scan-for instead of constructing the scan
1601         string.
1602         (scan-not-hidden): Likewise.
1603         * lib/target-supports.exp (check_visibility_available): mach-o is
1604         support too.
1605
1606 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
1607
1608         PR c++/17132
1609         * g++.dg/template/memclass3.C: New test.
1610
1611 2004-10-28  Adam Nemet  <anemet@lnxw.com>
1612
1613         PR middle-end/18160  
1614         * gcc.dg/register-var-1.c: New test.
1615         * gcc.dg/register-var-2.c: New test.
1616         * gcc.dg/asm-7.c: Taking the address of a register variable is an
1617         error now.
1618
1619 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
1620
1621         PR other/18172
1622         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
1623         unused variables.
1624         * gcc.dg/vect/vect-22.c: Likewise.
1625
1626 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
1627
1628         * gcc.dg/i386-rotate-1.c: New test.
1629
1630 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
1631
1632         * g++.dg/init/ref12.C: Add "run" marker.
1633
1634         PR c++/17435
1635         * g++.dg/init/ref12.C: New test.
1636
1637         PR c++/18140
1638         * g++.dg/template/shift1.C: New test.
1639         * g++.dg/template/error10.C: Adjust error markers.
1640
1641 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
1642
1643         PR tree-opt/17529
1644         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
1645
1646 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1647
1648         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
1649         * gcc.dg/weak/weak-3.c: Likewise.
1650         * gcc.dg/weak/weak-5.c: Likewise.
1651         * gcc.dg/weak/weak-9.c: Likewise.
1652         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
1653         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
1654
1655         * gcc.dg/darwin-weakimport-1.c: New.
1656
1657 2004-10-28  Ben Elliston  <bje@au.ibm.com>
1658
1659         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
1660
1661 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
1662
1663         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
1664         'syntax' error messages.
1665         * gcc.dg/cpp/direct2s.c: Likewise.
1666
1667 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
1668
1669         * gcc.c-torture/compile/20041026-1.c: New.
1670
1671 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
1672
1673         PR c++/18093
1674         * g++.dg/lookup/ns2.C: New test.
1675
1676         PR c++/18020
1677         * g++.dg/template/enum4.C: New test.
1678
1679         PR c++/18161
1680         * g++.dg/template/expr1.C: New test.
1681
1682 2004-10-26  Ben Elliston  <bje@au.ibm.com>
1683
1684         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
1685
1686 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1687
1688         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
1689         gcc.dg/decl-nospec-3.c: New tests.
1690
1691 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
1692
1693         * objc.dg/super-class-3.m: New test.
1694
1695 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
1696
1697         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
1698         resyncing.
1699         * gcc.dg/cpp/direct2s.c: Likewise.
1700
1701 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
1702
1703         * objc.dg/image-info.m: Update for changes to section selection.
1704
1705 2004-10-25  David Ayers  <d.ayers@inode.at>
1706             Ziemowit Laski  <zlaski@apple.com>
1707
1708         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
1709         diagnostics when messaging 'id <Proto>'.
1710         * objc.dg/class-protocol-1.m: New test.
1711         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
1712         a non-existent method signature.
1713         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
1714         Update diagnostics when messaging with non-existent method signature.
1715         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
1716         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
1717         invalid receivers are now resolved as if messaging 'id'; remove
1718         extraneous diagnostics.
1719
1720 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
1721
1722         PR c/16667
1723         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
1724         gcc.dg/init-desig-obs-3.c: New tests.
1725
1726 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
1727
1728         * gcc.dg/debug/20041023-1.c: New test.
1729
1730 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
1731
1732         PR middle-end/17407
1733         * gcc.c-torture/compile/pr17407.c: New test.
1734
1735         PR c++/18121
1736         * g++.dg/template/array8.C: New test.
1737
1738 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
1739
1740         PR other/18138
1741         * lib/g++.exp: Accept more than one multilib libgcc.
1742         * lib/gcc-dg.exp: Likewise.
1743         * lib/objc.exp: Likewise.
1744         * lib/treelang.exp: Likewise.
1745         * lib/gfortran.exp: Likewise.
1746
1747 2004-10-24  Ben Elliston  <bje@au.ibm.com>
1748
1749         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
1750
1751 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
1752
1753         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
1754         * gcc.dg/c99-const-expr-3.c: Likewise.
1755
1756 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
1757
1758         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
1759
1760 2004-10-23  Ben Elliston  <bje@au.ibm.com>
1761
1762         * gcc.c-torture/execute/loop-2e.x: Remove.
1763
1764 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1765
1766         PR c++/18095
1767         * g++.dg/parse/crash18.C: New.
1768         * g++.dg/parse/crash19.C: New.
1769
1770 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1771
1772         * g++.dg/ext/dllimport1.C: Move dg-warnings.
1773         * g++.dg/ext/dllimport2.C: Same.
1774         * g++.dg/ext/dllimport8.C: Same.
1775
1776 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
1777
1778         PR c++/10841
1779         * g++.dg/conversion/cast1.C: New test.
1780         * g++.dg/overload/pmf1.C: Adjust error marker.
1781
1782 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
1783
1784         PR objc/17923
1785         * objc.dg/const-str-7.m: New test.
1786
1787 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1788
1789         * g++.dg/template/memfriend11.C: Fix comment typo.
1790         * g++.dg/template/memfriend14.C: Likewise.
1791
1792 2004-10-20  Richard Henderson  <rth@redhat.com>
1793
1794         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
1795         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
1796         -fasynchronous-unwind-tables.
1797
1798 2004-10-20  Richard Henderson  <rth@redhat.com>
1799
1800         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
1801         (main): Return success.
1802         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
1803         (main): Return success.
1804
1805 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1806
1807         PR c++/13495
1808         * g++.dg/template/memfriend9.C: New test.
1809         * g++.dg/template/memfriend10.C: Likewise.
1810         * g++.dg/template/memfriend11.C: Likewise.
1811         * g++.dg/template/memfriend12.C: Likewise.
1812         * g++.dg/template/memfriend13.C: Likewise.
1813         * g++.dg/template/memfriend14.C: Likewise.
1814         * g++.dg/template/memfriend15.C: Likewise.
1815         * g++.dg/template/memfriend16.C: Likewise.
1816         * g++.dg/template/memfriend17.C: Likewise.
1817         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
1818
1819 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
1820
1821         * g++.dg/conversion/dr195.C: New.
1822         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
1823
1824 2004-10-20  Ben Elliston  <bje@au.ibm.com>
1825             Devang Patel  <dpatel@apple.com>
1826
1827         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
1828         of floating point arithmetic, which could trap.
1829
1830 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
1831
1832         PR c++/14035
1833         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
1834         * g++.dg/conversion/const2.C: New test.
1835         * g++.dg/expr/reinterpret2.C: New test.
1836         * g++.dg/expr/reinterpret3.C: New test.
1837         * g++.dg/expr/cast2.C: New test.
1838         * g++.dg/expr/copy1.C: New test.
1839         * g++.dg/other/conversion1.C: Change error message.
1840         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
1841         function pointers to void *.
1842         * g++.old-deja/g++.mike/p10148.C: Likewise.
1843
1844 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
1845
1846         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
1847
1848 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
1849
1850         PR c++/18047
1851
1852         * g++.dg/parse/expr3.C: New test.
1853
1854 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1855
1856         * gcc.dg/smod-1.c: New test.
1857
1858 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
1859
1860         * objc.dg/method-14.m: New test.
1861
1862 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
1863
1864         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
1865         Also xfail as the patch was reverted.
1866
1867 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
1868
1869         PR middle-end/16973
1870         * gcc.dg/pr16973.c: New test.
1871
1872 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
1873
1874         PR tree-optimization/17656
1875         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
1876
1877 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
1878
1879         * g++.dg/eh/shadow1.C: New.
1880
1881 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
1882
1883         * gcc.c-torture/compile/20041018-1.c: New test.
1884
1885 2004-10-18  Ben Elliston  <bje@au.ibm.com>
1886
1887         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
1888         compiler referring to register 0 when accessing sdata.  The linker
1889         now patches things up.
1890
1891 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
1892
1893         PR c/17529
1894         * gcc.c-torture/compile/pr17529.c: New test.
1895
1896 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1897
1898         PR c++/17743
1899         * g++.dg/ext/attrib17.C: New test.
1900
1901 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
1902
1903         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
1904
1905 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1906
1907         PR c++/10479
1908         * g++.dg/ext/attrib16.C: New test.
1909
1910 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
1911
1912         PR c++/17042
1913         * g++.dg/init/dso_handle1.C: New test.
1914
1915         PR c++/14667
1916         * g++.dg/parse/typedef6.C: New test.
1917
1918         PR c++/17916
1919         * g++.dg/parse/pragma1.C: New test.
1920
1921 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
1922
1923         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
1924
1925 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
1926
1927         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
1928         -fno-common when on HPPA HP-UX platforms.
1929
1930 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
1931
1932         PR other/16820
1933         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
1934         stdint.h.
1935         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
1936         uintptr_t.
1937
1938 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
1939
1940         PR c++/16301
1941         * g++.dg/lookup/strong-using-4.C: New test.
1942
1943 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
1944
1945         PR middle-end/16567
1946         * gcc.c-torture/compile/nested-1.c: New test.
1947
1948 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
1949
1950         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
1951         and mipsisa64*-*-* (until support for misaligned loads is added).
1952         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
1953         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
1954         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
1955         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
1956         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
1957         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
1958
1959 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
1960
1961         PR c++/17976
1962         * g++.dg/init/dtor3.C: New test.
1963
1964 2004-10-15  Ben Elliston  <bje@au.ibm.com>
1965
1966         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
1967
1968 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
1969
1970         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
1971         * gcc.dg/macho-lo-sum.c: Likewise.
1972
1973 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
1974
1975         * gcc.dg/ppc-spe64-1.c: New test.
1976
1977 2004-10-14  Devang Patel  <dpatel@apple.com>
1978
1979         PR 17635
1980         * gcc.dg/pr17635.c : New test.
1981         
1982 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
1983
1984         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
1985         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
1986         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
1987         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
1988         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
1989         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
1990         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
1991         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
1992         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
1993         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
1994         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
1995         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
1996         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
1997         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
1998         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
1999         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
2000         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
2001         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
2002
2003 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
2004
2005         * gcc.dg/vect/vect-82.c: New testcase.  
2006         * gcc.dg/vect/vect-82_64.c: New testcase.       
2007         * gcc.dg/vect/vect-83.c: New testcase.  
2008         * gcc.dg/vect/vect-83_64.c: New testcase.       
2009
2010 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2011
2012         * gcc.dg/cpp/error-1.c: New test.
2013
2014 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2015
2016         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
2017
2018 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
2019
2020         PR target/17984
2021         * gcc.dg/cris-peep2-xsrand2.c: New test.
2022
2023 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
2024
2025         PR c++/17661
2026         * testsuite/g++.dg/expr/for2.C: New test.
2027
2028 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2029
2030         * g++.dg/inherit/thunk1.C: Run on the SPARC.
2031
2032 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
2033
2034         PR tree-optimization/17724
2035         * g++.dg/opt/pr17724-1.C: New test.
2036         * g++.dg/opt/pr17724-2.C: New test.
2037         * g++.dg/opt/pr17724-3.C: New test.
2038         * g++.dg/opt/pr17724-4.C: New test.
2039         * g++.dg/opt/pr17724-5.C: New test.
2040         * g++.dg/opt/pr17724-6.C: New test.
2041
2042 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
2043
2044         PR c/17301
2045         * gcc.dg/pr17301-2.c: New test.
2046
2047 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
2048
2049         PR c++/15876
2050         * g++.dg/parse/error22.C: New test.
2051
2052         PR c++/17936
2053         * g++.dg/template/spec18.C: New test.
2054
2055 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
2056
2057         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
2058         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
2059         memcpy. 
2060         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
2061         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
2062
2063 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
2064
2065         * g++.dg/eh/cleanup5.C: Add dg-options "".
2066
2067 2004-10-11  Roger Sayle  <roger@eyesopen.com>
2068
2069         PR middle-end/17657
2070         * gcc.dg/switch-4.c: New test case.
2071
2072 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
2073
2074         * gcc.c-torture/execute/20041011-1.c: New test.
2075
2076 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2077
2078         PR c++/17554
2079         * g++.dg/init/for3.C: New test.
2080
2081         PR c++/17657
2082         * g++.dg/opt/switch2.C: New test.
2083
2084         PR middle-end/17703
2085         * g++.dg/warn/Wreturn-2.C: New test.
2086
2087 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2088
2089         PR c++/17907
2090         * g++.dg/eh/cleanup5.C: New test.
2091
2092 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
2093
2094         PR c++/17393
2095         * g++.dg/parse/error21.C: New test.
2096
2097 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2098
2099         * g++.dg/overload/pmf1.C: Adjust quoting marks.
2100         * g++.dg/warn/incomplete1.C: Likewise.
2101         * g++.dg/template/qualttp20.C: Likewise.
2102
2103 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2104
2105         PR c/17881
2106         * parm-incomplete-1.c: New test.
2107
2108 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2109
2110         PR c++/17867
2111         * g++.dg/parse/error19.C: New test.
2112
2113         PR c++/17670
2114         * g++.dg/init/new11.C: New test.
2115
2116         PR c++/17821
2117         * g++.dg/parse/error20.C: New test.
2118
2119         PR c++/17826
2120         * g++.dg/template/crash24.C: New test.
2121         
2122 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2123
2124         PR c/17301
2125         * gcc.dg/pr17301-1.c: New test.
2126
2127 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2128
2129         PR c/17189
2130         * gcc.dg/anon-struct-5.c: New test.
2131
2132 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2133
2134         PR c/17844
2135         * gcc.dg/pr17844-1.c: New test.
2136
2137 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
2138
2139         PR tree-optimization/17906
2140         * gcc.c-torture/compile/pr17906.c: New.
2141
2142 2004-10-09  Stuart Hastings  <stuart@apple.com>
2143             Roger Sayle  <roger@eyesopen.com>
2144
2145         PR rtl-optimization/17853
2146         * gcc.dg/i386-mmx-5.c: New testcase.
2147
2148 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
2149
2150         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
2151
2152 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2153
2154         PR c++/17524
2155         * g++.dg/template/static9.C: New test.
2156
2157         PR c++/17685
2158         * g++.dg/parse/operator5.C: New test.
2159
2160 2004-10-09  Roger Sayle  <roger@eyesopen.com>
2161
2162         PR middle-end/17894
2163         * gcc.c-torture/execute/divcmp-4.c: New test case.
2164
2165 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2166
2167         PR tree-opt/17902
2168         * g++.dg/opt/pr17902.C: New test.
2169
2170 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
2171
2172         * gcc.dg/cpp/ident-1.c: Add dg-options "".
2173
2174 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2175
2176         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
2177
2178 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2179
2180         * gcc.dg/assign-warn-3.c: New test.
2181
2182 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2183
2184         PR c/16999
2185         * gcc.dg/cpp/ident-1.c: New test.
2186
2187 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
2188
2189         * gcc.c-torture/compile/acc1.c: New.
2190
2191 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2192
2193         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
2194         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
2195
2196 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2197
2198         * gcc.dg/ultrasp11.c: New test.
2199
2200 2004-10-08  Michael Matz  <matz@suse.de>
2201
2202         * gcc.dg/doloop-2.c: New test.
2203
2204 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2205
2206         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
2207         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
2208         objc.dg/method-9.m: Update expected diagnostics.
2209
2210 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
2211
2212         * gcc.dg/ppc-fsel-3.c: New file.
2213         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
2214
2215 2004-10-07  Paul Brook  <paul@codesourcery.com>
2216
2217         * gfortran.dg/intrinsic_verify_1.f90: New test.
2218
2219 2004-10-07  Paul Brook  <paul@codesourcery.com>
2220
2221         * gfortran.dg/empty_format_1.f90: Remove stray commas.
2222
2223 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2224
2225         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
2226         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
2227         commit.
2228
2229 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
2230
2231         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
2232
2233 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2234
2235         PR c++/17115
2236         * g++.dg/warn/Winline-4.C: New test.
2237
2238 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2239
2240         * gcc.c-torture/compile/20041007-1.c: New test.
2241
2242 2004-10-07  Paul Brook  <paul@codesourcery.com>
2243
2244         PR fortran/17678
2245         * gfortran.dg/use_allocated_1.f90: New test.
2246
2247 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2248
2249         PR middle-end/17849
2250         * gfortran.fortran-torture/compile/nested.f90: New test
2251
2252 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
2253
2254         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
2255
2256 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2257
2258         PR c++/17368
2259         * g++.dg/ext/asm6.C: New test.
2260
2261 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
2262
2263         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
2264
2265 2004-10-06  Paul Brook  <paul@codesourcery.com>
2266
2267         PR libfortran/17709
2268         * gfortran.dg/empty_format_1.f90: New test.
2269
2270 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2271
2272         PR fortran/17568
2273         * gfortran.dg/ishft.f90: New test.
2274
2275         PR fortran/17283
2276         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
2277         tests.
2278
2279 2004-10-06  Paul Brook  <paul@codesourcery.com>
2280
2281         * gfortran.dg/do_1.f90: New test.
2282
2283 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2284
2285         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
2286         optimizing for size.
2287
2288 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2289
2290         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
2291
2292 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2293
2294         * gcc.c-torture/compile/20041005-1.c: New test.
2295
2296 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
2297
2298         PR c++/17829
2299         * g++.dg/lookup/koenig4.C: New.
2300
2301 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2302
2303         * g++.dg/other/classkey1.C: Adjust quoting marks.
2304         * g++.dg/parse/error15.C: Likewise.
2305         * g++.dg/template/meminit2.C (int>): Likewise.
2306
2307 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2308
2309         PR fortran/17283
2310         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
2311
2312         PR fortran/17631
2313         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
2314
2315         PR fortran/17708
2316         * gfortran.dg/pr17708.f90: New test.
2317         
2318 2004-10-04  Chao-ying Fu  <fu@mips.com>
2319
2320         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
2321         * gcc.dg/vect/vect-4.c: Ditto.
2322         * gcc.dg/vect/vect-5.c: Ditto.
2323         * gcc.dg/vect/vect-6.c: Ditto.
2324         * gcc.dg/vect/vect-8.c: Ditto.
2325         * gcc.dg/vect/vect-16.c: Ditto.
2326         * gcc.dg/vect/vect-30.c: Ditto.
2327         * gcc.dg/vect/vect-40.c: Ditto.
2328         * gcc.dg/vect/vect-41.c: Ditto.
2329         * gcc.dg/vect/vect-42.c: Ditto.
2330         * gcc.dg/vect/vect-43.c: Ditto.
2331         * gcc.dg/vect/vect-44.c: Ditto.
2332         * gcc.dg/vect/vect-45.c: Ditto.
2333         * gcc.dg/vect/vect-46.c: Ditto.
2334         * gcc.dg/vect/vect-47.c: Ditto.
2335         * gcc.dg/vect/vect-48.c: Ditto.
2336         * gcc.dg/vect/vect-49.c: Ditto.
2337         * gcc.dg/vect/vect-50.c: Ditto.
2338         * gcc.dg/vect/vect-51.c: Ditto.
2339         * gcc.dg/vect/vect-52.c: Ditto.
2340         * gcc.dg/vect/vect-53.c: Ditto.
2341         * gcc.dg/vect/vect-54.c: Ditto.
2342         * gcc.dg/vect/vect-55.c: Ditto.
2343         * gcc.dg/vect/vect-56.c: Ditto.
2344         * gcc.dg/vect/vect-57.c: Ditto.
2345         * gcc.dg/vect/vect-58.c: Ditto.
2346         * gcc.dg/vect/vect-59.c: Ditto.
2347         * gcc.dg/vect/vect-60.c: Ditto.
2348         * gcc.dg/vect/vect-74.c: Ditto.
2349         * gcc.dg/vect/vect-79.c: Ditto.
2350         * gcc.dg/vect/vect-80.c: Ditto.
2351
2352 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
2353
2354         * gcc.dg/unused-7.c: Use the correct option.
2355
2356 2004-10-04  Paul Brook  <paul@codesourcery.com>
2357         Bud Davis  <bdavis9659@comcast.net>
2358
2359         PR fortran/17706
2360         PR fortran/16434
2361         * gfortran/pr17706.f90: New test.
2362         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
2363
2364 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2365
2366         * gfortran.dg/pr17612.f90: New test.
2367
2368 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2369
2370         * g++.dg/template/local1.C: Adjust quoting marks in
2371         testing for diagnostics.
2372         * g++.dg/tls/diag-2.C: Likewise.
2373         * g++.dg/other/error8.C: Likewise.
2374
2375 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2376
2377         PR c/17178
2378         * gcc.dg/unused-4.c: Adjust to be correct.
2379
2380         PR c/17820
2381         * gcc.dg/unused-7.c: New test.
2382
2383 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2384
2385         PR c++/17797
2386         * g++.dg/overload/template2.C: New test.
2387
2388 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
2389
2390         PR tree-optimization/16632
2391         * gcc.dg/tree-ssa/20041002-1.c: New.
2392
2393 2004-10-03  Paul Brook  <paul@codesourcery.com>
2394
2395         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
2396         rather than relying on default formatting.
2397
2398 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
2399
2400         * gcc.dg/20040920-1.c: Update expected message text.
2401
2402 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
2403
2404         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
2405
2406 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
2407
2408         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
2409         tree level.
2410
2411 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2412
2413         * gcc.dg/tree-ssa/pr17343.c: Remove.
2414
2415 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2416
2417         PR tree-opt/17343
2418         * gcc.dg/tree-ssa/pr17343.c: New test.
2419
2420 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
2421
2422         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
2423         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
2424         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
2425         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
2426         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
2427
2428 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2429
2430         * gcc.dg/lvalue-2.c: New test.
2431
2432 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2433
2434         PR c/17730
2435         * gcc.dg/pr17730-1.c: New test
2436
2437 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2438
2439         PR c/7425
2440         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
2441
2442 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2443
2444         * gcc.c-torture/execute/stdarg-1.c: New test.
2445         * gcc.c-torture/execute/stdarg-2.c: New test.
2446         * gcc.c-torture/execute/stdarg-3.c: New test.
2447         * gcc.dg/tree-ssa/stdarg-1.c: New test.
2448         * gcc.dg/tree-ssa/stdarg-2.c: New test.
2449         * gcc.dg/tree-ssa/stdarg-3.c: New test.
2450         * gcc.dg/tree-ssa/stdarg-4.c: New test.
2451         * gcc.dg/tree-ssa/stdarg-5.c: New test.
2452
2453 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2454
2455         PR tree-optimization/17697
2456         * g++.dg/opt/pr17697-1.C: New test.
2457         * g++.dg/opt/pr17697-2.C: New test.
2458         * g++.dg/opt/pr17697-3.C: New test.
2459
2460 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2461
2462         PR c/16409
2463         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
2464         gcc.dg/vla-init-5.c: New tests.
2465
2466 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
2467
2468         PR c/13804
2469         * gcc.dg/pr13804-1.c: New test.
2470
2471 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2472
2473         PR fortran/16938
2474         * gfortran.dg/pr16938.f90: New test.
2475
2476 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2477
2478         * g++.dg/template/crash23.C: New test.
2479
2480 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2481
2482         PR c++/17585
2483         * g++.dg/template/static8.C: New test.
2484
2485 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
2486
2487         PR c++/17681
2488         * g++.dg/other/error9.C: New test.
2489
2490 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2491
2492         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
2493
2494 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2495
2496         PR fortran/15164
2497         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
2498
2499 2004-09-26  Roger Sayle  <roger@eyesopen.com>
2500
2501         PR middle-end/17112
2502         * gcc.dg/pr17112-1.c: New test case.
2503
2504 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2505
2506         PR c/11459
2507         * gcc.dg/pr11459-1.c: New test.
2508
2509 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2510
2511         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
2512         * gcc.dg/tree-ssa/loop-4.c: Likewise.
2513
2514 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2515
2516         * gfortran.dg/pr15324.f90: Make array bounds consistent.
2517
2518 2004-09-25  Jan Hubicka  <jh@suse.cz>
2519
2520         * compile/30040909-1.c: New test.
2521         * compile/30040907-1.c: New test.
2522
2523 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
2524
2525         * gcc.c-torture/execute/va-arg-26.c: New test.
2526
2527 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
2528
2529         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
2530         extra diagnostics on targets with 64-bit pointers.
2531         * objc.dg/selector-1.m: Adjust dg-warning regexp.
2532
2533 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2534
2535         PR c/17188
2536         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
2537         * gcc.dg/decl-3.c: Adjust expected message.
2538
2539 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2540
2541         PR fortran/17615
2542         * gfortran.dg/pr17615.f90: New test.
2543
2544 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
2545
2546         PR tree-optimzation/17517
2547         * g++.dg/tree-ssa/pr17517.C: New Test.
2548
2549 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2550
2551         PR c++/16889
2552         * g++.dg/lookup/ambig3.C: New.
2553
2554 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
2555
2556         PR tree-opt/17624
2557         * g++.dg/opt/pr17624.C: New test.
2558
2559 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2560
2561         PR c/6980
2562         * gcc.dg/Wbad-function-cast-1.c: New test.
2563
2564 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
2565
2566         * g++.dg/ext/complit1.C
2567         * g++.dg/other/error2.C
2568         * g++.dg/other/nontype-1.C
2569         * g++.dg/parse/crash11.C
2570         * g++.dg/parse/crash12.C
2571         * g++.dg/parse/error15.C
2572         * g++.dg/parse/error4.C
2573         * g++.dg/parse/tmpl-outside1.C
2574         * g++.dg/parse/too-many-tmpl-args1.C
2575         * g++.dg/template/dependent-expr3.C
2576         * g++.dg/template/error10.C
2577         * g++.dg/template/instantiate1.C
2578         * g++.dg/template/vtable2.C
2579         * g++.dg/warn/Wshadow-1.C
2580         * g++.dg/warn/weak1.C
2581         * g++.old-deja/g++.brendan/crash16.C
2582         * g++.old-deja/g++.brendan/crash18.C
2583         * g++.old-deja/g++.brendan/crash48.C
2584         * g++.old-deja/g++.brendan/crash49.C
2585         * g++.old-deja/g++.brendan/crash55.C
2586         * g++.old-deja/g++.brendan/crash56.C
2587         * g++.old-deja/g++.brendan/crash8.C
2588         * g++.old-deja/g++.brendan/enum11.C
2589         * g++.old-deja/g++.brendan/enum8.C
2590         * g++.old-deja/g++.brendan/enum9.C
2591         * g++.old-deja/g++.brendan/friend3.C
2592         * g++.old-deja/g++.brendan/misc14.C
2593         * g++.old-deja/g++.bugs/900402_02.C
2594         * g++.old-deja/g++.bugs/900404_03.C
2595         * g++.old-deja/g++.bugs/900404_04.C
2596         * g++.old-deja/g++.bugs/900428_03.C
2597         * g++.old-deja/g++.jason/crash4.C
2598         * g++.old-deja/g++.jason/overload21.C
2599         * g++.old-deja/g++.jason/redecl1.C
2600         * g++.old-deja/g++.jason/report.C
2601         * g++.old-deja/g++.jason/rfg10.C
2602         * g++.old-deja/g++.jason/template30.C
2603         * g++.old-deja/g++.law/arm12.C
2604         * g++.old-deja/g++.law/ctors5.C
2605         * g++.old-deja/g++.law/cvt20.C
2606         * g++.old-deja/g++.law/init10.C
2607         * g++.old-deja/g++.law/init8.C
2608         * g++.old-deja/g++.law/visibility17.C
2609         * g++.old-deja/g++.law/visibility7.C
2610         * g++.old-deja/g++.mike/net8.C
2611         * g++.old-deja/g++.mike/p646.C
2612         * g++.old-deja/g++.mike/p700.C
2613         * g++.old-deja/g++.mike/p701.C
2614         * g++.old-deja/g++.mike/p811.C
2615         * g++.old-deja/g++.ns/template13.C
2616         * g++.old-deja/g++.other/array3.C
2617         * g++.old-deja/g++.other/crash25.C
2618         * g++.old-deja/g++.other/dtor3.C
2619         * g++.old-deja/g++.other/dtor4.C
2620         * g++.old-deja/g++.other/main1.C
2621         * g++.old-deja/g++.other/warn7.C
2622         * g++.old-deja/g++.pt/crash11.C
2623         * g++.old-deja/g++.pt/crash36.C
2624         * g++.old-deja/g++.pt/spec22.C
2625         * g++.old-deja/g++.pt/spec9.C
2626         * g++.old-deja/g++.pt/ttp52.C
2627         * g++.old-deja/g++.robertl/eb103.C
2628         * g++.old-deja/g++.robertl/eb121.C
2629         * g++.old-deja/g++.robertl/eb22.C
2630         * g++.old-deja/g++.robertl/eb8.C:
2631         Update locations and/or regexps of dg-error markers.
2632         Remove markers for some bogus messages that are no longer issued.
2633
2634 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
2635
2636         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
2637         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
2638
2639 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
2640
2641         PR c++/17618
2642         * g++.dg/lookup/crash5.C: New test.
2643
2644 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
2645
2646         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
2647         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
2648         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
2649         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
2650         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
2651         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
2652
2653         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
2654         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
2655         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
2656         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
2657         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
2658         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
2659
2660         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
2661
2662         * gcc.dg/vect/vect-44.c: Check additional cases.
2663         * gcc.dg/vect/vect-48.c: Check additional cases.
2664
2665         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
2666         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
2667         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
2668         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
2669         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
2670         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
2671         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
2672         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
2673         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
2674
2675         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
2676         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
2677         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
2678
2679 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2680
2681         * gcc.dg/tree-ssa/loop-6.c: New test.
2682
2683 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
2684
2685         PR c++/17620
2686         * g++.dg/inherit/base2.C: New.
2687
2688 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
2689
2690         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
2691         * gcc.dg/20001012-2.c: Likewise.
2692         * gcc.dg/20001013-1.c: Likewise.
2693         * gcc.dg/20001101-1.c: Likewise.
2694         * gcc.dg/20001102-1.c: Likewise.
2695         * gcc.dg/bf-spl1.c: Likewise.
2696         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
2697         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
2698
2699 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
2700
2701         PR tree-optimization/16721
2702         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
2703
2704 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
2705
2706         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
2707         * gcc.dg/20040305-1.c: Likewise.
2708
2709 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
2710
2711         PR c/16566
2712         * gcc.c-torture/compile/pr16566-1.c,
2713         gcc.c-torture/compile/pr16566-2.c,
2714         gcc.c-torture/compile/pr16566-3.c: New tests.
2715
2716 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
2717
2718         PR tree-optimization/17512
2719         * gcc.c-torture/compile/20040916-1.c.
2720
2721 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
2722
2723         * gcc.dg/pragma-re-3.c: New test.
2724
2725 2004-09-17  Matt Austern  <austern@apple.com>
2726
2727         PR c++/15049
2728         * g++.dg/other/anon3.C: New.
2729
2730 2004-09-21  Roger Sayle  <roger@eyesopen.com>
2731
2732         PR c++/7503
2733         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
2734         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
2735         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
2736         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
2737         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
2738
2739 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
2740
2741         PR fortran/17286
2742         * gfortran.dg/pr17286.f90: New test.
2743
2744 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
2745
2746         PR c++/17530
2747         * g++.dg/template/static7.C: New test.
2748
2749 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
2750
2751         PR tree-opt/17558
2752         * gcc.c-torture/compile/pr17558.c: New test.
2753
2754 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
2755
2756         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
2757         if SKIP_ATTRIBUTE is defined.
2758
2759 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2760
2761         PR fortran/15957
2762         * gfortran.dg/pr15957.f90: New test.
2763
2764 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
2765
2766         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
2767         in comparison.
2768         * gcc.dg/vect/vect-79.c: Likewise.
2769         * gcc.dg/vect/vect-80.c: Likewise.
2770
2771 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2772
2773         PR fortran/15750
2774         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
2775
2776 2004-09-20  Ira Rosen  <irar@il.ibm.com>
2777
2778         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
2779         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
2780         * gcc.dg/vect/vect-62.c: New testcase.
2781         * gcc.dg/vect/vect-63.c: New testcase.
2782         * gcc.dg/vect/vect-64.c: New testcase.
2783         * gcc.dg/vect/vect-65.c: New testcase.
2784         * gcc.dg/vect/vect-66.c: New testcase.
2785         * gcc.dg/vect/vect-67.c: New testcase.
2786         * gcc.dg/vect/vect-68.c: New testcase.
2787         * gcc.dg/vect/vect-69.c: New testcase.
2788         * gcc.dg/vect/vect-79.c: New testcase.
2789         * gcc.dg/vect/vect-80.c: New testcase.
2790
2791 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
2792
2793         * gcc.target/mips/asm-1.c: New test.
2794
2795 2004-09-19  Ira Rosen  <irar@il.ibm.com>
2796
2797         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
2798         * gcc.dg/vect/vect-73.c: New testcase.
2799         * gcc.dg/vect/vect-74.c: New testcase.
2800         * gcc.dg/vect/vect-75.c: New testcase.
2801         * gcc.dg/vect/vect-76.c: New testcase.
2802         * gcc.dg/vect/vect-77.c: New testcase.
2803         * gcc.dg/vect/vect-78.c: New testcase
2804
2805 2004-09-18  Paul Brook  <paul@codesourcery.com>
2806
2807         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
2808
2809 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
2810
2811         PR c/17424
2812         * gcc.dg/pr17424-1.c: New test.
2813
2814 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
2815
2816         * g++.dg/tree-ssa/pr17153.C: New test.
2817
2818 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
2819
2820         PR pch/13361
2821         * testsuite/g++.dg/pch/wchar-1.C: New.
2822         * testsuite/g++.dg/pch/wchar-1.Hs: New.
2823
2824 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
2825
2826         * gcc.c-torture/execute/20040917-1.c: New test.
2827
2828 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2829
2830         PR tree-optimization/17319
2831         * gcc.dg/pr17319.c: New test.
2832
2833 2004-09-17  Devang Patel  <dpatel@apple.com>
2834
2835         * gcc.dg/20040813-1.c: New test.
2836
2837 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2838
2839         PR tree-optimization/17273
2840         * gcc.c-torture/compile/pr17273.c: New test.
2841
2842 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
2843
2844         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
2845         Update expected messages.
2846         * gcc.dg/declspec-13.c: New test.
2847
2848 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
2849
2850         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
2851
2852 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
2853
2854         * gcc.c-torture/execute/pr17252.c: Use post-increment to
2855         change what 'a' is pointing to.
2856
2857 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
2858
2859         PR c++/16002
2860         * g++.dg/template/error18.C: New test.
2861
2862         PR c++/16029
2863         * g++.dg/warn/Wunused-8.C: New test.
2864
2865 2004-09-17  Steven Bosscher  <stevenb@suse.de>
2866
2867         PR tree-optimization/17513
2868         * gcc.dg/20040916-1.c: New test.
2869
2870 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
2871
2872         PR c++/17501
2873         * g++.dg/template/typename7.C: New test.
2874
2875 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2876
2877         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
2878
2879 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
2880
2881         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
2882         with -ftree-based-profiling also.
2883         * lib/profopt.exp: Support late-set profile_option/feedback_option.
2884
2885 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
2886
2887         PR/15364
2888         * gfortran.dg/der_array_io_1.f90: New test.
2889         * gfortran.dg/der_array_io_2.f90: New test.
2890         * gfortran.dg/der_array_io_3.f90: New test.
2891
2892 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
2893
2894         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
2895         EABI.
2896
2897 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
2898
2899         * g++.dg/opt/switch1.C: New test.
2900
2901 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2902
2903         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
2904         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
2905         Update expected messages.
2906
2907 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2908
2909         PR fortran/16485
2910         * gfortran.dg/same_name_1.f90: New test.
2911
2912 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
2913
2914         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
2915         dereference garbage pointers.
2916
2917 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
2918
2919         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
2920         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
2921
2922         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
2923         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
2924         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
2925
2926 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
2927
2928         PR c++/17324
2929         * g++.dg/template/mangle1.C: New test.
2930
2931 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
2932
2933         PR tree-optimization/17252
2934         * gcc.c-torture/execute/pr17252.c: New test.
2935
2936 2004-09-14  Andrew Pinski  <apinski@apple.com>
2937
2938         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
2939
2940 2004-09-14  Roger Sayle  <roger@eyesopen.com>
2941
2942         PR rtl-optimization/9771
2943         * gcc.dg/pr9771-1.c: New test case.
2944
2945 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
2946
2947         PR tree-optimization/15262
2948         * gcc.c-torture/execute/pr15262-1.c: New test.
2949         * gcc.c-torture/execute/pr15262-2.c: New test.
2950
2951 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2952
2953         * gcc.dg/declspec-12.c: New test.
2954
2955 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
2956
2957         * gfortran.dg/pr17090.f90: Add directives to test.
2958
2959 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2960
2961         * gcc.c-torture/compile/20040914-1.c: New test.
2962
2963 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2964
2965         PR c++/16162
2966         * g++.dg/template/decl2.C: New test.
2967
2968 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
2969
2970         PR fortran/17090
2971         * gfortran.dg/pr17090.f90: New test.
2972
2973 2004-09-13  Dale Johannesen  <dalej@apple.com>
2974
2975         * gcc.c-torture/compile/pr17408.c:  New test case.
2976
2977 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2978
2979         PR c++/16716
2980         * g++.dg/parse/crash17.C: New test.
2981
2982         PR c++/17327
2983         * g++.dg/template/enum3.C: New test.
2984
2985 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
2986
2987         * lib/gcc-defs.exp: Load wrapper.exp.
2988         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
2989         using local code.
2990         * lib/gcc.exp (gcc_init): Similar.
2991         * lib/gfortran.exp (gfortran_init): Similar.
2992         * lib/objc.exp (objc_init): Similar.
2993         * lib/treelang.exp (treelang_init): Similar.
2994         * lib/wrapper.exp: New file with build_wrapper call machinery in
2995         ${tool}_maybe_build_wrapper.
2996
2997 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
2998
2999         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
3000         "inline".
3001         * gcc.dg/declspec-11.c: Update expected messages.
3002         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
3003         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
3004         gcc.dg/inline-12.c: New tests.
3005
3006 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
3007
3008         * g++.dg/tree-ssa/pr17400.C: New testcase.
3009
3010 2004-09-13  James E Wilson  <wilson@specifixinc.com>
3011
3012         * gcc.target/mips/sb1-1.c: New testcase.
3013
3014 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
3015
3016         * lib/g77-dg.exp: Remove unused file.
3017         * lib/mike-g77.exp: Ditto.
3018         * lib/g77.exp: Ditto.
3019
3020 2004-09-12  Richard Henderson  <rth@redhat.com>
3021
3022         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
3023
3024 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3025
3026         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
3027         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3028         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
3029         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
3030         Update expected messages.
3031
3032 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
3033
3034         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
3035         declaration/use mismatch for dirp parameter.
3036
3037 2004-09-12  Andrew Pinski  <apinski@apple.com>
3038
3039         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
3040         -fgnu-runtime is passed.
3041
3042 2004-09-12  Richard Henderson  <rth@redhat.com>
3043
3044         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
3045         do the uplevel thing and update additional_flags directly.
3046         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
3047         gfortran.fortran-torture/execute/intrinsic_nearest.x,
3048         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
3049         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
3050
3051 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3052
3053         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
3054
3055 2004-09-11  Roger Sayle  <roger@eyesopen.com>
3056
3057         PR middle-end/17411
3058         * g++.dg/opt/pr17411-1.C: New test case.
3059
3060 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3061
3062         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3063         gcc.dg/tls/diag-2.c: Update expected messages.
3064         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
3065         messages.
3066         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
3067         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
3068         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
3069         gcc.dg/tls/diag-5.c: New tests.
3070
3071 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
3072
3073         * gcc.dg/20040910-1.c: Correct dg-error regexp.
3074
3075 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3076
3077         * g++.dg/parse/break-in-for.C: New test.
3078
3079 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
3080
3081         * gcc.dg/tree-ssa/20040911-1.c: New test.
3082
3083 2004-09-11  Andreas Jaeger  <aj@suse.de>
3084
3085         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
3086         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
3087
3088 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
3089
3090         * gcc.target/frv: New directory of FR-V-specific tests.
3091
3092 2004-09-10  James E Wilson  <wilson@specifixinc.com>
3093
3094         * gcc.dg/convert-vec-1.c: New test.
3095
3096 2004-09-10  Roger Sayle  <roger@eyesopen.com>
3097
3098         PR middle-end/17024
3099         * gcc.dg/pr17024-1.c: New test case.
3100
3101 2004-09-10  Eric Christopher  <echristo@redhat.com>
3102
3103         * gcc.dg/20040910-1.c: New test.
3104
3105 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3106
3107         * gcc.dg/bitfld-9.c: New test.
3108
3109 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
3110
3111         * gcc.c-torture/execute/ieee/acc1.c: New test.
3112         * gcc.c-torture/execute/ieee/acc2.c: New test.
3113         * gcc.c-torture/execute/ieee/mzero6.c: New test.
3114
3115 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
3116
3117         * gcc.dg/deprecated-2.c: New test.
3118
3119 2004-09-09  James E Wilson  <wilson@specifixinc.com>
3120
3121         * gcc.dg/init-vec-1.c: New test.
3122
3123 2004-09-09  Roger Sayle  <roger@eyesopen.com>
3124
3125         PR middle-end/17055
3126         * gcc.dg/pr17055-1.c: New test case.
3127
3128 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
3129
3130         PR target/17377
3131         * gcc.c-torture/execute/pr17377.c: New test.
3132
3133 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3134
3135         PR c/8420
3136         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
3137         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
3138         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3139         gcc.dg/long-long-typespec-1.c: New tests.
3140         * gcc.dg/tls/diag-2.c: Update expected diagnostics
3141
3142 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3143
3144         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
3145         gcc.dg/gnu99-static-1.c: New tests.
3146
3147 2004-09-08  Devang Patel  <dpatel@apple.com>
3148
3149         * gcc.dg/darwin-ld-20040828-1.c: New test.
3150         * gcc.dg/darwin-ld-20040828-2.c: New test.
3151         * gcc.dg/darwin-ld-20040828-3.c: New test.
3152
3153 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
3154
3155         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
3156         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
3157         in error message.
3158         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
3159         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
3160         in error message.
3161         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
3162         types they qualify.
3163         * objc.dg/type-size-2.m: Fix wording in comment.
3164         * objc.dg/va-meth-1.m: New test case.
3165
3166 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3167
3168         PR c/16633:
3169         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
3170         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
3171
3172 2004-09-06  Devang Patel  <dpatel@apple.com>
3173
3174         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
3175         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
3176
3177 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
3178
3179         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
3180         reflect changed line numbering of diagnostics.
3181
3182 2004-09-06  Paul Brook  <paul@codesourcery.com>
3183
3184         * gfortran.dg/edit_real_1.f90: Add new test.
3185
3186 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3187
3188         * gcc.dg/tree-ssa/loop-2.c: New test.
3189         * gcc.dg/tree-ssa/loop-3.c: New test.
3190         * gcc.dg/tree-ssa/loop-4.c: New test.
3191         * gcc.dg/tree-ssa/loop-5.c: New test.
3192
3193 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3194
3195         * gcc.dg/format/sentinel-1.c: Update for parameter option.
3196
3197 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3198
3199         * gcc.dg/format/sentinel-1.c: New test.
3200
3201 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
3202
3203         * testsuite/gcc.dg/builtins-46.c: New.
3204
3205 2004-09-03  Devang Patel  <dpatel@apple.com>
3206
3207         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
3208         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
3209
3210 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3211
3212         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
3213         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
3214         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
3215         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
3216         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
3217         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
3218         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
3219         the non-portable bzero.
3220         * gcc.dg/20010912-1.c: xfail for NetWare.
3221         * gcc.dg/20020426-2.c: xfail for NetWare.
3222         * gcc.dg/20021014-1.c: xfail for NetWare.
3223         * gcc.dg/20021018-1.c: xfail for NetWare.
3224         * gcc.dg/20030213-1.c: xfail for NetWare.
3225         * gcc.dg/20030225-1.c: xfail for NetWare.
3226         * gcc.dg/20030708-1.c: xfail for NetWare.
3227         * gcc.dg/builtins-config.h: Also exclude NetWare.
3228         * gcc.dg/format/format.h: Define restrict only if not already defined.
3229         * gcc.dg/nest.c: xfail for NetWare.
3230         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
3231         * lib/target-supports.exp (check_visibility_available): Exclude
3232         NetWare.
3233
3234 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3235
3236         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
3237         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
3238         deterministic starting point for the alignment of structure fields.
3239         * gcc.dg/Wpadded.c: Dito.
3240         * g++.dg/abi/vbase10.C: Dito.
3241
3242 2004-09-03  Devang Patel  <dpatel@apple.com>
3243
3244         * g++.dg/debug/pr15736.cc: New test.
3245
3246 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3247
3248         * README.QMTEST: Fix out-of-date link.
3249
3250 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
3251
3252         PR fortran/16579
3253         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
3254         Delete.  Duplicate of gfortran.dg/g77/20010610.f
3255
3256 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3257
3258         * g++.dg/abi/arm_rtti1.C: New test.
3259
3260 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
3261
3262         * gcc.dg/ppc-vector-memcpy.c: New.
3263         * gcc.dg/ppc-vector-memset.c: New.
3264
3265 2004-09-02  Chao-ying Fu  <fu@mips.com>
3266
3267         * gcc.target/mips/mips-3d-1.c: New test.
3268         * gcc.target/mips/mips-3d-2.c: New test.
3269         * gcc.target/mips/mips-3d-3.c: New test.
3270         * gcc.target/mips/mips-3d-4.c: New test.
3271         * gcc.target/mips/mips-3d-5.c: New test.
3272         * gcc.target/mips/mips-3d-6.c: New test.
3273         * gcc.target/mips/mips-3d-7.c: New test.
3274         * gcc.target/mips/mips-3d-8.c: New test.
3275         * gcc.target/mips/mips-3d-9.c: New test.
3276         * gcc.target/mips/mips-ps-1.c: New test.
3277         * gcc.target/mips/mips-ps-2.c: New test.
3278         * gcc.target/mips/mips-ps-3.c: New test.
3279         * gcc.target/mips/mips-ps-4.c: New test.
3280         * gcc.target/mips/mips-ps-type.c: New test.
3281
3282 2004-09-02  Paul Brook  <paul@codesourcery.com>
3283
3284         * gfortran.dg/edit_real_1.f90: Add new tests.
3285
3286 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3287
3288         PR fortran/15327
3289         * gfortran.dg/merge_char_1.f90: New test.
3290
3291 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3292
3293         PR fortran/16404
3294         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
3295
3296 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3297
3298         PR c/1522
3299         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
3300
3301 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
3302
3303         * g++.dg/opt/loop1.C: Do not XFAIL.
3304
3305 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3306
3307         * gcc.c-torture/execute/20040831-1.c: New test.
3308
3309 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
3310
3311         PR fortran/16579
3312         * gfortran.dg/g77/20010610.f: Now passes.
3313         Copy from g77.f-torture/execute. Add dg-run directive.
3314         * gfortran.dg/g77/README: Update
3315
3316 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
3317
3318         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
3319         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
3320         (t1, t2, t3, t4): Add volatile.
3321
3322 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3323
3324         * g++.dg/ext/visibility/arm1.C: New test.
3325
3326 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
3327
3328         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
3329         -pedantic-errors.
3330
3331 2004-09-01  Paul Brook  <paul@codesourcery.com>
3332
3333         * gfortran.dg/eof_2.f90: New test.
3334
3335 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3336
3337         PR fortran/16579
3338         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
3339
3340 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
3341
3342         PR libfortran/16805
3343         * gfortran.dg/list_read_2.f90: New test.
3344
3345 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3346
3347         * g++.dg/abi/key1.C: New test.
3348
3349 2004-08-31  Richard Henderson  <rth@redhat.com>
3350
3351         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
3352         form of offsetof.
3353         * g++.dg/other/offsetof5.C: Remove duplicate.
3354
3355 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3356
3357         PR fortran/17244
3358         * gfortran.dg/func_derived_1.f90: New test.
3359
3360 2004-08-31  Paul Brook  <paul@codesourcery.com>
3361
3362         * gfortran.dg/eof_1.f90: New test.
3363
3364 2004-08-31  Paul Brook  <paul@codesourcery.com>
3365
3366         * gfortran.dg/list_read_1.f90: New file.
3367
3368 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
3369
3370         * g++.dg/opt/loop1.C: XFAIL.
3371
3372 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
3373
3374         * gcc.dg/funcdef-storage-1.c: New.
3375         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
3376         an extern function in local scope.
3377         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
3378         declare an 'auto inline' function in local scope.
3379         * gcc.dg/20011130-1.c: Likewise.
3380         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
3381         an 'auto' function in local scope.
3382         * gcc.dg/20021014-1.c: Likewise.
3383         * gcc.dg/20030331-2.c: Likewise.
3384
3385 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3386
3387         * gfortran.dg/blockdata_1.f90: New test.
3388
3389 2004-08-30  Richard Henderson  <rth@redhat.com>
3390
3391         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
3392
3393 2004-08-30  Richard Henderson  <rth@redhat.com>
3394
3395         * lib/fortran-torture.exp (fortran-torture-execute): Honor
3396         additional_flags set by alternate driver.
3397         (ieee-options): New procedure.
3398         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
3399         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
3400         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
3401         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
3402
3403 2004-08-30  Richard Henderson  <rth@redhat.com>
3404
3405         * lib/f-torture.exp: Remove.
3406
3407 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
3408
3409         PR rtl-optimization/16590
3410         * g++.dg/opt/loop1.C: New test.
3411
3412 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3413
3414         PR fortran/13910
3415         * gfortran.dg/oldstyle_1.f90: New test.
3416
3417 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
3418         Paul Brook  <paul@codesourcery.com>
3419
3420         * gfortran.dg/g77/README: Update.
3421         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
3422         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
3423         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
3424
3425 2004-08-28  Paul Brook  <paul@codesourcery.com>
3426
3427         PR libfortran/17195
3428         * gfortran.dg/edit_real_1.f90: New test.
3429
3430 2004-08-27  Paul Brook  <paul@codesourcery.com>
3431
3432         * gfortran.dg/rewind_1.f90: New test.
3433
3434 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
3435
3436         PR fortran/16597
3437         * gfortran.dg/pr16597.f90: New test.
3438
3439 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3440
3441         PR c/13801
3442         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
3443         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
3444         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
3445         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
3446         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
3447
3448 2004-08-26  Nick Clifton  <nickc@redhat.com>
3449
3450         * gcc.c-torture/compile/pr17119.c: New test.
3451
3452 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3453
3454         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
3455
3456 2004-08-25  Richard Henderson  <rth@redhat.com>
3457
3458         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
3459         the bits that expect kind=8 to be the largest real kind.
3460
3461 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3462
3463         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
3464
3465 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3466
3467         * gfortran.dg/assignment_1.f90: New test.
3468
3469 2004-08-25  Adam Nemet  <anemet@lnxw.com>
3470
3471         * g++.dg/template/repo3.C: New test.
3472
3473 2004-08-25  Roger Sayle  <roger@eyesopen.com>
3474
3475         PR middle-end/16693
3476         PR tree-optimization/16372
3477         * g++.dg/opt/pr16372-1.C: New test case.
3478         * g++.dg/opt/pr16693-1.C: New test case.
3479         * g++.dg/opt/pr16693-2.C: New test case.
3480
3481 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3482
3483         * objc.dg/proto-lossage-4.m: New test.
3484
3485 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
3486
3487         PR c++/17155
3488         * g++.dg/inherit/local2.C: New test.
3489
3490 2004-08-25  Paul Brook  <paul@codesourcery.com>
3491
3492         PR fortran/17144
3493         * gfortran.dg/string_ctor_1.f90: New test.
3494
3495 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3496
3497         PR c++/14428
3498         * g++.dg/template/redecl2.C: New test.
3499
3500 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3501
3502         PR fortran/17143
3503         * gfortran.dg/pr17143.f90: New test.
3504
3505 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3506
3507         PR fortran/17164
3508         * gfortran.dg/pr17164.f90: New test.
3509
3510 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3511
3512         * gcc.dg/tree-ssa/loop-1.c: New test.
3513
3514 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3515
3516         * gcc.c-torture/compile/20040824-1.c: New test.
3517
3518 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3519
3520         * gcc.c-torture/compile/iftrap-3.c: New test.
3521
3522 2004-08-24  Paul Brook  <paul@codesourcery.com>
3523
3524         * gfortran.dg/entry_2.f90: New test.
3525
3526 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3527
3528         PR c++/16889
3529         * g++.dg/lookup/ambig[12].C: New.
3530
3531 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3532
3533         PR c++/16706
3534         * g++.dg/template/crash21.C: New test.
3535         * g++.dg/template/crash22.C: Likewise.
3536
3537 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3538
3539         PR c++/17149
3540         * g++.dg/template/access15.C: New.
3541
3542 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3543
3544         PR c++/17163
3545         * g++.dg/template/repo2.C: New test.
3546
3547 2004-08-23  Roger Sayle  <roger@eyesopen.com>
3548
3549         PR rtl-optimization/17078
3550         * gcc.c-torture/execute/pr17078-1.c: New test case.
3551
3552 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3553
3554         PR c/14492
3555         * gcc.dg/debug/crash1.c: New test.
3556
3557 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3558
3559         PR c/16180
3560         * gcc.dg/loop-5.c: New test.
3561
3562 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3563
3564         * gcc.c-torture/execute/20040823-1.c: New test.
3565
3566 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
3567
3568         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
3569         to the assembler.  Simplify test accordingly.
3570         (asm_abi_flags): Use GNU names.
3571         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
3572         to check for ABI flags.
3573
3574 2004-08-22  Andrew Pinski  <apinski@apple.com>
3575
3576         * g++.dg/opt/pr14029.C: New test.
3577         * gcc.c-torture/execute/pr15262.c: New test.
3578
3579 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3580
3581         * gfortran.dg/reduction.f90: Add checks with complex arguments.
3582
3583 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
3584
3585         PR 16908
3586         * gfortran.dg/direct_io.f90: New test.
3587
3588 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3589
3590         PR c++/17121
3591         * g++.dg/inherit/local2.C: New test.
3592
3593 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3594
3595         PR c++/17120
3596         * g++.dg/warn/Wparentheses-4.C: New test.
3597
3598 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3599
3600         PR c++/17121
3601         * g++.dg/inherit/local2.C: New test.
3602
3603         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
3604         * gcc.dg/ppc-ldstruct.c: Likewise.
3605         * gcc.dg/ppc64-abi-2.c: Likewise.
3606
3607 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
3608
3609         PR rtl-optimization/17099
3610         * gcc.c-torture/execute/20040820-1.c: New test.
3611
3612 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
3613
3614         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
3615
3616 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
3617
3618         PR fortran/17077
3619         * gfortran.dg/auto_array_1.f90: New test.
3620
3621 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3622
3623         PR fortran/17074
3624         * gfortran.dg/simpleif_1.f90: New test.
3625
3626 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
3627
3628         * lib/target-supports.exp (check_profiling_available): Return
3629         false for arm*-*-symbianelf* and arm*-*-eabi*.
3630
3631         PR c++/15890
3632         * g++.dg/template/delete1.C: New test.
3633
3634 2004-08-19  Paul Brook  <paul@codesourcery.com>
3635
3636         PR fortran/14976
3637         PR fortran/16228
3638         * gfortran.dg/data_char_1.f90: New test.
3639
3640 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
3641
3642         PR fortran/16946
3643         * gfortran.dg/reduction.f90: New testcase.
3644
3645 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3646
3647         PR fortran/16520
3648         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
3649
3650 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3651
3652         PR c++/17041
3653         * g++.dg/Wparentheses-3.C: New test.
3654
3655 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
3656
3657         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
3658         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
3659         * gcc.dg/vect/vect-2.c: Likewise.
3660         * gcc.dg/vect/vect-3.c: Likewise.
3661         * gcc.dg/vect/vect-4.c: Likewise.
3662         * gcc.dg/vect/vect-5.c: Likewise.
3663         * gcc.dg/vect/vect-6.c: Likewise.
3664         * gcc.dg/vect/vect-7.c: Likewise.
3665         * gcc.dg/vect/vect-25.c: Likewise.
3666         * gcc.dg/vect/vect-31.c: Likewise.
3667         * gcc.dg/vect/vect-32.c: Likewise.
3668         * gcc.dg/vect/vect-34.c: Likewise.
3669         * gcc.dg/vect/vect-36.c: Likewise.
3670         * gcc.dg/vect/vect-all.c: Likewise.
3671
3672 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
3673
3674         PR c++/17068
3675         * g++.dg/template/operator4.C: New test.
3676
3677 2004-08-18  Richard Henderson  <rth@redhat.com>
3678
3679         * gcc.dg/20040206-1.c: XFAIL.
3680
3681 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
3682
3683         PR c++/16246
3684         * g++.dg/template/array7.C: New test.
3685
3686 2004-08-17  James E Wilson  <wilson@specifixinc.com>
3687
3688         * gcc.dg/mips-movcc-1.c: New test.
3689         * gcc.dg/mips-movcc-2.c: New test.
3690         * gcc.dg/mips-movcc-3.c: New test.
3691
3692         * gcc.dg/mips-nmadd-1.c: New test.
3693         * gcc.dg/mips-nmadd-2.c: New test.
3694
3695 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
3696
3697         PR c++/15871
3698         * g++.dg/opt/inline8.C: New test.
3699
3700         PR c++/16965
3701         * g++.dg/parse/error17.C: New test.
3702
3703 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
3704
3705         * gcc.dg/vect: New directory for vectorizer tests.
3706         * gcc.dg/vect/tree-vect.h: New file.
3707         * gcc.dg/vect/vect.exp: New file.
3708         * gcc.dg/vect/pr16105.c.c: New test.
3709         * gcc.dg/vect/vect-1.c: New test.
3710         * gcc.dg/vect/vect-2.c: New test.
3711         * gcc.dg/vect/vect-3.c: New test.
3712         * gcc.dg/vect/vect-4.c: New test.
3713         * gcc.dg/vect/vect-5.c: New test.
3714         * gcc.dg/vect/vect-6.c: New test.
3715         * gcc.dg/vect/vect-7.c: New test.
3716         * gcc.dg/vect/vect-8.c: New test.
3717         * gcc.dg/vect/vect-9.c: New test.
3718         * gcc.dg/vect/vect-10.c: New test.
3719         * gcc.dg/vect/vect-11.c: New test.
3720         * gcc.dg/vect/vect-12.c: New test.
3721         * gcc.dg/vect/vect-13.c: New test.
3722         * gcc.dg/vect/vect-14.c: New test.
3723         * gcc.dg/vect/vect-15.c: New test.
3724         * gcc.dg/vect/vect-16.c: New test.
3725         * gcc.dg/vect/vect-17.c: New test.
3726         * gcc.dg/vect/vect-18.c: New test.
3727         * gcc.dg/vect/vect-19.c: New test.
3728         * gcc.dg/vect/vect-20.c: New test.
3729         * gcc.dg/vect/vect-21.c: New test.
3730         * gcc.dg/vect/vect-22.c: New test.
3731         * gcc.dg/vect/vect-23.c: New test.
3732         * gcc.dg/vect/vect-24.c: New test.
3733         * gcc.dg/vect/vect-25.c: New test.
3734         * gcc.dg/vect/vect-26.c: New test.
3735         * gcc.dg/vect/vect-27.c: New test.
3736         * gcc.dg/vect/vect-28.c: New test.
3737         * gcc.dg/vect/vect-29.c: New test.
3738         * gcc.dg/vect/vect-30.c: New test.
3739         * gcc.dg/vect/vect-31.c: New test.
3740         * gcc.dg/vect/vect-32.c: New test.
3741         * gcc.dg/vect/vect-33.c: New test.
3742         * gcc.dg/vect/vect-34.c: New test.
3743         * gcc.dg/vect/vect-35.c: New test.
3744         * gcc.dg/vect/vect-36.c: New test.
3745         * gcc.dg/vect/vect-37.c: New test.
3746         * gcc.dg/vect/vect-38.c: New test.
3747         * gcc.dg/vect/vect-40.c: New test.
3748         * gcc.dg/vect/vect-41.c: New test.
3749         * gcc.dg/vect/vect-42.c: New test.
3750         * gcc.dg/vect/vect-43.c: New test.
3751         * gcc.dg/vect/vect-44.c: New test.
3752         * gcc.dg/vect/vect-45.c: New test.
3753         * gcc.dg/vect/vect-46.c: New test.
3754         * gcc.dg/vect/vect-47.c: New test.
3755         * gcc.dg/vect/vect-48.c: New test.
3756         * gcc.dg/vect/vect-49.c: New test.
3757         * gcc.dg/vect/vect-50.c: New test.
3758         * gcc.dg/vect/vect-51.c: New test.
3759         * gcc.dg/vect/vect-52.c: New test.
3760         * gcc.dg/vect/vect-53.c: New test.
3761         * gcc.dg/vect/vect-54.c: New test.
3762         * gcc.dg/vect/vect-55.c: New test.
3763         * gcc.dg/vect/vect-56.c: New test.
3764         * gcc.dg/vect/vect-57.c: New test.
3765         * gcc.dg/vect/vect-58.c: New test.
3766         * gcc.dg/vect/vect-59.c: New test.
3767         * gcc.dg/vect/vect-60.c: New test.
3768         * gcc.dg/vect/vect-61.c: New test.
3769         * gcc.dg/vect/vect-all.c: New test.
3770         * gcc.dg/vect/vect-none.c: New test.
3771
3772 2004-08-17  Paul Brook  <paul@codesourcery.com>
3773
3774         PR fortran/13082
3775         * gfortran.dg/entry_1.f90: New test.
3776
3777 2004-08-17  Andrew Pinski  <apinski@apple.com>
3778
3779         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
3780
3781 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
3782
3783         * gcc.dg/pr17036-1.c: New test.
3784
3785 2004-08-16  Devang Patel  <dpatel@apple.com>
3786
3787         * gcc.dg/darwin-20040809-1.c: New test.
3788
3789 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
3790
3791         * gcc.dg/funcdef-attr-1.c: New test.
3792
3793 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
3794
3795         * gcc.dg/altivec-17.c: New test.
3796         * gcc.dg/altivec-18.c: New test.
3797
3798 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3799
3800         PR c++/6749
3801         * g++.dg/template/vtable2.C: New test.
3802
3803 2004-08-14  Richard Henderson  <rth@redhat.com>
3804
3805         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
3806         * gcc.dg/pack-test-4.c (main): Return 0.
3807         * gcc.dg/setjmp-1.c: Remove XFAIL.
3808         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
3809
3810 2004-08-14  Richard Henderson  <rth@redhat.com>
3811
3812         * gcc.dg/980217-1.c: Add prototype for printf.
3813
3814 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
3815
3816         * gfortran.dg/pr16935.f90: New test.
3817
3818 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
3819
3820         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
3821
3822 2004-08-13  Paul Brook  <paul@codesourcery.com>
3823
3824         * gfortran.dg/der_io_1.f90: Remove stray comma.
3825
3826 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
3827
3828         * gcc.dg/vmx/cw-bug-2.c: Remove.
3829         * gcc.dg/vmx/vprint-1.c: Remove.
3830         * gcc.dg/vmx/vscan-1.c: Remove.
3831
3832 2004-08-12  Devang patel  <dpatel@apple.com>
3833
3834         * gcc.dg/darwin-20040809-2.c: New test.
3835
3836 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
3837
3838         * g++.dg/ext/altivec-12.C: New test.
3839
3840         * g++.dg/ext/altivec-11.C: New test.
3841
3842 2004-08-12  Paul Brook  <paul@codesourcery.com>
3843
3844         * g++.dg/abi/arm_cxa_vec_1.C: New test.
3845
3846 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
3847
3848         * g++.dg/ext/altivec-2.C: Check for hardware support before
3849         executing any VMX instructions.
3850
3851         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
3852
3853 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
3854
3855         PR c++/16276
3856         * g++.old-deja/g++.other/comdat4.C: New test.
3857         * g++.old-deja/g++.other/comdat4-aux.cc: New.
3858
3859 2004-08-12  Ben Elliston  <bje@au.ibm.com>
3860
3861         PR target/16286
3862         * gcc.dg/pr16286.c: New test.
3863
3864 2004-08-12 Jan Beulich <jbeulich@novell.com>
3865
3866         * g++.dg/ext/asm5.C: New.
3867
3868 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3869
3870         PR c++/16698
3871         * g++.dg/eh/crash1.C: New test.
3872
3873         PR c++/16717
3874         * g++.dg/ext/construct1.C: New test.
3875
3876 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3877
3878         PR c++/16853
3879         * g++.dg/init/ptrmem1.C: New test.
3880
3881         PR c++/16618
3882         * g++.dg/parse/offsetof5.C: New test.
3883
3884         PR c++/16870
3885         * g++.dg/template/overload3.C: New test.
3886
3887 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3888
3889         PR c++/16964
3890         * g++.dg/parse/error16.C: New test.
3891
3892         PR c++/16904
3893         * g++.dg/template/error14.C: New test.
3894
3895         PR c++/16929
3896         * g++.dg/template/error15.C: New test.
3897
3898 2004-08-11  Devang Patel  <dpatel@apple.com>
3899
3900         * gcc.dg/darwin-ld-20040809-1.c: New test.
3901         * gcc.dg/darwin-ld-20040809-2.c: New test.
3902
3903 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
3904
3905         PR fortran/16917
3906         * gfortran.dg/dfloat_1.f90: New test.
3907
3908 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
3909
3910         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
3911         * gcc.dg/dll-2.c: Fix dg-require syntax.
3912         * gcc.misc-tests/arm-isr.c (abort): Declare.
3913         (exit): Likewise.
3914
3915 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
3916
3917         PR c++/16971
3918         * g++.dg/parse/crash16.C: New test.
3919
3920 2004-08-10  Roger Sayle  <roger@eyesopen.com>
3921
3922         * gcc.dg/mips-rsqrt-1.c: New test case.
3923         * gcc.dg/mips-rsqrt-2.c: New test case.
3924         * gcc.dg/mips-rsqrt-3.c: New test case.
3925
3926 2004-08-10  Paul Brook  <paul@codesourcery.com>
3927
3928         * gfortran.dg/der_io_1.f90: New test.
3929
3930 2004-08-10  Paul Brook  <paul@codesourcery.com>
3931
3932         PR fortran/16919
3933         * gfortran.dg/der_array_1.f90: New test.
3934
3935 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
3936
3937         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
3938
3939 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
3940
3941         * gcc.dg/wchar_t-2.c: Fix typo.
3942
3943 2004-08-09  Falk Hueffner  <falk@debian.org>
3944
3945         PR tree-optimization/12517
3946         * gcc.c-torture/compile/pr12517.c: New test.
3947
3948         PR tree-optimization/12578
3949         * gcc.c-torture/compile/pr12578.c: New test.
3950
3951         PR tree-optimization/12899
3952         * gcc.c-torture/compile/pr12899.c: New test.
3953
3954         PR rtl-optimization/14692
3955         * gcc.c-torture/compile/pr14692.c: New test.
3956
3957         PR tree-optimization/16461
3958         * gcc.c-torture/compile/pr16461.c: New test.
3959
3960 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
3961
3962         * gfortran.dg/getenv_1.f90: New test.
3963
3964 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3965
3966         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
3967         wchar_t.
3968         * gcc.dg/symbian5.c: Test -fno-short-wchar.
3969
3970 2004-08-06  Paul Brook  <paul@codesourcery.com>
3971
3972         * gfortran.dg/ret_array_1.f90: New test.
3973         * gfortran.dg/ret_pointer_1.f90: New test.
3974
3975 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
3976
3977         * gcc.dg/missing-field-init-[12].c: New tests.
3978         * g++.dg/warn/missing-field-init-[12].C: New tests.
3979
3980 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
3981
3982         * gcc.dg/enum2.c: New test.
3983         * gcc.dg/symbian3.c: Likewise.
3984         * gcc.dg/symbian4.c: Likewise.
3985         * gcc.dg/wchar_t-2.c: Likewise.
3986
3987 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3988
3989         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
3990         destructor tests.
3991
3992 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3993
3994         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
3995         dg-require-visiblity.
3996         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
3997         * g++.dg/ext/visibility/fvisibility.C: Likewise.
3998         * g++.dg/ext/visibility/memfuncts.C: Likewise.
3999         * g++.dg/ext/visibility/new1.C: Likewise.
4000         * g++.dg/ext/visibility/pragma.C: Likewise.
4001         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
4002         * g++.dg/ext/visibility/virtual.C: Likewise.
4003         * g++/dg/ext/visibility/visibility-1.C: Likewise.
4004         * g++/dg/ext/visibility/visibility-2.C: Likewise.
4005         * g++/dg/ext/visibility/visibility-3.C: Likewise.
4006         * g++/dg/ext/visibility/visibility-4.C: Likewise.
4007         * g++/dg/ext/visibility/visibility-5.C: Likewise.
4008         * g++/dg/ext/visibility/visibility-6.C: Likewise.
4009         * g++/dg/ext/visibility/visibility-7.C: Likewise.
4010         * g++/dg/ext/visibility/visibility-8.C: New test.
4011         * gcc.c-torture/compile/dll.x: Remove.
4012         * gcc.dg/dll-2.c: Use dg-require-dll
4013         * gcc.dg/visibility-10.c: New test.
4014         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
4015         supporting DLLs.
4016         * testsuite/lib/scanasm.exp (scan_hidden): New function.
4017         (scan_not_hidden): Likewise.
4018
4019 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
4020
4021         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
4022
4023 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
4024
4025         * gcc.c-torture/execute/20040805-1.c: New test.
4026
4027 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
4028
4029         * gcc.dg/20020118-1.c: Declare abort.
4030         * gcc.dg/altivec_check.h: Likewise.
4031         * gcc.dg/iftrap-2.c: Likewise.
4032         * gcc.dg/pragma-darwin.c: Likewise.
4033         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
4034
4035 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
4036
4037         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
4038
4039 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4040
4041         * gcc.c-torture/execute/builtins/abs-2.c,
4042         gcc.c-torture/execute/builtins/abs-3.c,
4043         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
4044         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
4045         intmax_t, uintmax_t and their limits.
4046         * gcc.dg/intmax_t-1.c: New test.
4047
4048 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4049
4050         * g++.dg/tc1/dr147.C: Add reference to PR.
4051
4052 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
4053
4054         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
4055         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
4056
4057 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
4058
4059         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
4060
4061 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4062
4063         * gcc.dg/redecl-5.c: New test.
4064         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
4065         of scanf.
4066
4067 2004-08-03  Roger Sayle  <roger@eyesopen.com>
4068
4069         PR middle-end/16790
4070         * gcc.c-torture/execute/pr16790-1.c: New test case.
4071
4072 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4073
4074         * g++.dg/ext/visibility/assign1.C: New test.
4075         * g++.dg/ext/visibility/new1.C: Likewise.
4076
4077         * gcc.dg/symbian1.c: New test.
4078         * gcc.dg/symbian2.c: Likewise.
4079
4080 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
4081
4082         PR target/16570
4083         * gcc.dg/i386-sse-9.c: New test.
4084
4085 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4086
4087         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
4088
4089 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4090
4091         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
4092         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
4093         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
4094         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
4095         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
4096         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
4097         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
4098         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
4099         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
4100         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
4101         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
4102         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
4103         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
4104         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
4105         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
4106         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
4107         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
4108         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
4109         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
4110         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
4111         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
4112         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
4113         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
4114         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
4115         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
4116         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
4117         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
4118         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
4119         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
4120         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
4121         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
4122         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
4123         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
4124         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
4125         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
4126         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
4127         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
4128         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
4129         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
4130         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
4131         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
4132         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
4133         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
4134         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
4135         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
4136         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
4137         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
4138         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
4139         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
4140         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
4141         gcc.misc-tests/i386-pf-3dnow-1.c,
4142         gcc.misc-tests/i386-pf-athlon-1.c,
4143         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
4144         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
4145         Declare built-in functions used.
4146         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
4147
4148 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
4149
4150         PR c++/16707
4151         * g++.dg/lookup/using12.C: New test.
4152
4153         * g++.dg/init/null1.C: Fix PR number.
4154         * g++.dg/parse/namespace10.C: Likewise.
4155
4156 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4157
4158         PR c++/16224
4159         * g++.dg/template/spec17.C: New test.
4160         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
4161         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
4162
4163 2004-08-02  David Billinghurst
4164
4165         PR fortran/16292
4166         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
4167
4168 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
4169
4170         * gcc.dg/ia64-got-1.c: New test case.
4171
4172 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4173
4174         PR c++/16489
4175         * g++.dg/init/null1.C: New test.
4176         * g++.dg/tc1/dr76.C: Adjust error marker.
4177
4178         PR c++/16529
4179         * g++.dg/parse/namespace10.C: New test.
4180
4181         PR c++/16810
4182         * g++.dg/inherit/ptrmem2.C: New test.
4183
4184 2004-08-02  Ben Elliston  <bje@au.ibm.com>
4185
4186         PR target/16155
4187         * gcc.dg/pr16155.c: New test.
4188
4189 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4190
4191         * gcc.dg/redecl-2.c: New test.
4192
4193 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
4194
4195         * gcc.dg/darwin-longdouble.c: New file.
4196
4197 2004-07-30  Richard Henderson  <rth@redhat.com>
4198
4199         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
4200         write to constant argument.
4201         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
4202
4203 2004-07-30  Richard Henderson  <rth@redhat.com>
4204
4205         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
4206         tests of nearest around zero.
4207
4208 2004-07-30  Andrew Pinski  <apinski@apple.com>
4209
4210         * gcc.c-torture/compile/20040730-1.c: New test.
4211
4212 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4213
4214         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
4215         powerpc-eabispe.
4216
4217 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4218
4219         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
4220
4221 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
4222
4223         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
4224         contains $ld_library_path.
4225         * lib/gfortran.exp (gfortran_link_flags): Likewise.
4226
4227 2004-07-29  Richard Henderson  <rth@redhat.com>
4228
4229         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
4230
4231         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
4232         (alt2, which): New.
4233         (Check): Accept either alternative.
4234
4235 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
4236
4237         * g++.dg/abi/inline1.C: New test.
4238         * g++.dg/abi/local1-a.cc: Likewise.
4239         * g++.dg/abi/local1.C: Likewise.
4240         * g++.dg/abi/mangle11.C: Tweak location of warnings.
4241         * g++.dg/abi/mangle12.C: Likewise.
4242         * g++.dg/abi/mangle17.C: Likewise.
4243         * g++.dg/abi/mangle20-2.C: Likewise.
4244         * g++.dg/opt/interface1.C: Likewise.
4245         * g++.dg/opt/interface1.h: Likewise.
4246         * g++.dg/opt/interface1-a.cc: New test.
4247         * g++.dg/parse/repo1.C: New test.
4248         * g++.dg/template/repo1.C: Likewise.
4249         * g++.dg/warn/Winline-1.C: Likewise.
4250         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
4251
4252 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
4253
4254         * gcc.dg/tree-ssa/20040729-1.c: New test.
4255
4256 2004-07-27  Matt Austern <austern@apple.com>
4257
4258         * gcc.dg/darwin-bool-1.c: New test.
4259         * gcc.dg/darwin-bool-2.c: New test.
4260
4261 2004-07-28  Richard Henderson  <rth@redhat.com>
4262
4263         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
4264         arguments in the correct type.  Don't write to constant arguments.
4265
4266 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4267
4268         PR tree-optimization/16688
4269         PR tree-optimization/16689
4270         * g++.dg/tree-ssa/pr16688.C: New test.
4271
4272 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4273
4274         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4275         loads.  Not only in the comment, this time.
4276
4277 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
4278
4279         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
4280         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
4281         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
4282         * gcc.dg/sh4a-bitmovua.c: New.
4283         * gcc.dg/sh4a-cos.c: New.
4284         * gcc.dg/sh4a-cosf.c: New.
4285         * gcc.dg/sh4a-fprun.c: New.
4286         * gcc.dg/sh4a-fsrra.c: New.
4287         * gcc.dg/sh4a-memmovua.c: New.
4288         * gcc.dg/sh4a-sin.c: New.
4289         * gcc.dg/sh4a-sincos.c: New.
4290         * gcc.dg/sh4a-sincosf.c: New.
4291         * gcc.dg/sh4a-sinf.c: New.
4292
4293 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4294
4295         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
4296         conditionals.
4297         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4298         loads.
4299         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
4300         DOM1.
4301
4302 2004-07-27  Andrew Pinski  <apinski@apple.com>
4303
4304         * g++.dg/rtti/tinfo1.C: Correct the xfail.
4305
4306 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
4307
4308         * gcc.dg/pragma-isr.c: New test.
4309
4310 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4311
4312         PR c++/14429
4313         * g++.dg/template/ttp11.C: New test.
4314
4315 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
4316
4317         * gcc.c-torture/compile/20040727-1.c: New test.
4318
4319 2004-07-26  Eric Christopher  <echristo@redhat.com>
4320
4321         * gcc.c-torture/compile/20040726-2.c: New test.
4322
4323 2004-07-26  Andrew Pinski  <apinski@apple.com>
4324
4325         * g++.dg/rtti/tinfo1.C: Xfail.
4326
4327 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
4328
4329         * gcc.c-torture/compile/20040726-1.c: New test.
4330
4331 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
4332             Brian Ryner  <bryner@brianryner.com>
4333
4334         PR c++/9283
4335         PR c++/15000
4336         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
4337         * g++.dg/ext/visibility/: New directory.
4338         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
4339         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
4340         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
4341         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
4342         * g++.dg/ext/visibility/fvisibility.C,
4343         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
4344         g++.dg/ext/visibility/fvisibility-override1.C
4345         g++.dg/ext/visibility/fvisibility-override2.C
4346         g++.dg/ext/visibility/memfuncts.C
4347         g++.dg/ext/visibility/noPLT.C
4348         g++.dg/ext/visibility/pragma.C
4349         g++.dg/ext/visibility/pragma-override1.C
4350         g++.dg/ext/visibility/pragma-override2.C
4351         g++.dg/ext/visibility/staticmemfuncts.C
4352         g++.dg/ext/visibility/virtual.C: New tests.
4353
4354 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4355
4356         PR c/15360
4357         * gcc.dg/pr15360-1.c: New test.
4358
4359 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
4360
4361         * gcc.dg/pragma-align-2.c: New test.
4362         * gcc.dg/pragma-init-fini.c: New test.
4363         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
4364         targets.
4365
4366 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4367
4368         * gcc.dg/init-string-2.c: New test.
4369
4370 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
4371
4372         PR 16684
4373         * gcc.dg/Wredundant-decls-1.c: New test case.
4374
4375 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
4376
4377         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
4378         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
4379         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
4380         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
4381         * gcc.dg/compat/generate-random.c: New file.
4382         * gcc.dg/compat/generate-random.h: Likewise.
4383         * gcc.dg/compat/generate-random_r.c: Likewise.
4384         * gcc.dg/compat/struct-layout-1.h: Likewise.
4385         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
4386         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
4387         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
4388         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
4389         * gcc.dg/compat/struct-layout-1_main.c: New test.
4390         * gcc.dg/compat/struct-layout-1_x.c: New file.
4391         * gcc.dg/compat/struct-layout-1_y.c: New file.
4392         * gcc.dg/compat/struct-layout-1_test.h: New file.
4393
4394 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
4395
4396         * gcc.dg/comp-return-1.c: New test
4397
4398 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
4399
4400         * gcc.dg/vmx/8-02a.c: Fix typo.
4401
4402         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
4403         * gcc.dg/darwin-abi-3.c: New test.
4404
4405         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
4406         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
4407
4408         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
4409         * gcc.dg/vmx/ops-long-1.c: New test.
4410         * gcc.dg/vmx/ops-long-2.c: New test.
4411
4412 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
4413
4414         * g++.dg/lookup/conv-[1234].C: New.
4415
4416 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
4417
4418         * g++.dg/parse/attr2.C: Simplify.
4419
4420 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4421
4422         PR c/7284
4423         * gcc.c-torture/execute/pr7284-1.c: New test.
4424
4425 2004-07-22  Brian Booth  <bbooth@redhat.com>
4426
4427         * gcc.dg/tree-ssa/20040721-1.c: New test.
4428
4429 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
4430
4431         * g++.dg/template/crash20.c: New.
4432
4433 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
4434
4435         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
4436         Add dg-run directive.  Declare variables as required.
4437         * gfortran.dg/g77/README: Update
4438
4439 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
4440
4441         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
4442         gcc.dg/cris-peep2-andu2.c: New tests.
4443
4444 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4445
4446         PR c/15052
4447         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
4448         on return type.
4449         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
4450         messages.
4451         * gcc.dg/qual-return-2.c: Update expected messages.
4452         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
4453
4454 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4455
4456         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
4457         * gcc.dg/noncompile/921102-1.c: Update expected error message.
4458
4459 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4460
4461         PR c/11250
4462         * gcc.dg/init-string-1.c: New test.
4463
4464 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
4465
4466         PR middle-end/15345
4467         PR c/16450
4468         * gcc.dg/torture/nested-fn-1.c: New test.
4469
4470 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
4471
4472         PR target/16559
4473         * gcc.dg/ia64-fptr-1.c: New file.
4474
4475 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4476
4477         PR c++/14497
4478         * g++.dg/template/spec16.C: New test.
4479         * g++.old-deja/g++.robertl/eb118.C: Remove.
4480
4481 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4482
4483         PR c++/509
4484         * g++.dg/template/spec15.C: New test.
4485
4486 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
4487
4488         Copy cases from g77.f-torture/execute and add dg-run
4489         directive.  Other changes as noted.
4490         * gfortran.dg/g77/13037.f
4491         * gfortran.dg/g77/1832.f
4492         * gfortran.dg/g77/19981119-0.f
4493         * gfortran.dg/g77/19990313-0.f
4494         * gfortran.dg/g77/19990313-1.f
4495         * gfortran.dg/g77/19990313-2.f
4496         * gfortran.dg/g77/19990313-3.f
4497         * gfortran.dg/g77/19990419-1.f
4498         * gfortran.dg/g77/19990826-0.f
4499         * gfortran.dg/g77/19990826-2.f
4500         * gfortran.dg/g77/20000503-1.f
4501         * gfortran.dg/g77/20001111.f
4502         * gfortran.dg/g77/20010116.f
4503         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
4504         * gfortran.dg/g77/20010430.f
4505         * gfortran.dg/g77/6177.f
4506         * gfortran.dg/g77/947.f
4507         * gfortran.dg/g77/970816-3.f
4508         * gfortran.dg/g77/971102-1.f
4509         * gfortran.dg/g77/980520-1.f
4510         * gfortran.dg/g77/980628-0.f
4511         * gfortran.dg/g77/980628-1.f
4512         * gfortran.dg/g77/980628-10.f
4513         * gfortran.dg/g77/980628-2.f
4514         * gfortran.dg/g77/980628-3.f
4515         * gfortran.dg/g77/980628-7.f
4516         * gfortran.dg/g77/980628-8.f
4517         * gfortran.dg/g77/980628-9.f
4518         * gfortran.dg/g77/980701-0.f
4519         * gfortran.dg/g77/980701-1.f
4520         * gfortran.dg/g77/cabs.f
4521         * gfortran.dg/g77/claus.f
4522         * gfortran.dg/g77/complex_1.f
4523         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
4524         * gfortran.dg/g77/dcomplex.f
4525         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
4526         * gfortran.dg/g77/f90-intrinsic-mathematical.f
4527         * gfortran.dg/g77/f90-intrinsic-numeric.f
4528         * gfortran.dg/g77/int8421.f
4529         * gfortran.dg/g77/labug1.f
4530         * gfortran.dg/g77/large_vec.f
4531         * gfortran.dg/g77/le.f
4532         * gfortran.dg/g77/short.f
4533         * gfortran.dg/g77/README: Update
4534
4535 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
4536
4537         PR c++/16637
4538         * g++.dg/parse/lookup4.C: New test.
4539
4540 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4541
4542         PR c++/16175
4543         * g++.dg/template/ttp10.C: New test.
4544
4545 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4546
4547         * gcc.dg/pr12625-1.c: New test.
4548
4549 2004-07-20  Steven Bosscher  <stevenb@suse.de>
4550
4551         * testsuite/gcc.dg/switch-warn-1.c: New test.
4552         * testsuite/gcc.dg/switch-warn-2.c: New test.
4553         * gcc.c-torture/compile/pr14730.c: Update.
4554
4555 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
4556
4557         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
4558         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
4559         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
4560         g++.dg/template/nontype3.C: Remove trailing CR from tests.
4561
4562 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
4563
4564         PR c++/16623
4565         * g++.dg/template/assign1.C: New test.
4566
4567 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4568
4569         PR c++/12170
4570         * g++.dg/template/ttp9.C: New test.
4571
4572 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
4573
4574         * gcc.dg/format/cmn-err-1.c: New test.
4575
4576 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4577
4578         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
4579         gcc.dg/Wparentheses-10.c: New tests.
4580         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
4581
4582 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4583
4584         PR fortran/16465
4585         * gfortran.dg/g77//ffixed-line-length-0.f,
4586         gfortran.dg/g77/ffixed-line-length-132.f,
4587         gfortran.dg/g77/ffixed-line-length-72.f,
4588         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
4589         gfortran.dg/g77/README: Update.
4590
4591 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4592
4593         PR c++/13092
4594         * g++.dg/template/non-dependent7.C: New test.
4595         * g++.dg/template/non-dependent8.C: Likewise.
4596         * g++.dg/template/non-dependent9.C: Likewise.
4597         * g++.dg/template/non-dependent10.C: Likewise.
4598
4599 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
4600
4601         PR c++/16337
4602         * g++.dg/parse/attr2.C: New test.
4603
4604 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
4605
4606         * g77.dg: Removed.
4607         * g77.f-torture: Ditto.
4608
4609 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
4610
4611         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
4612         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
4613         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
4614
4615 2004-07-16  Richard Henderson  <rth@redhat.com>
4616
4617         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
4618
4619 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4620
4621         * lib/fortran-torture.exp (fortran-torture): Don't test compile
4622         tests with full list of options.
4623         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
4624         of TORTURE_OPTIONS if test contains 'dg-do run'.
4625
4626         PR fortran/16404
4627         * gfortran.dg/do_iterator.f90: New test.
4628
4629 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4630
4631         PR rtl-optimization/16536
4632         * gcc.c-torture/execute/restrict-1.c: New test.
4633
4634 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4635
4636         PR fortran/15324
4637         * gfortran.dg/pr15324.f90: New test.
4638
4639         PR fortran/15129
4640         * gfortran.dg/pr15129.f90: New test.
4641
4642         PR fortran/15140
4643         * gfortran.dg/pr15140.f90: New test.
4644
4645         PR fortran/13792
4646         * gfortran.fortran-torture/execute/bounds.f90: Add check for
4647         compile-time simplification.
4648
4649 2004-07-14  Mike Stump  <mrs@apple.com>
4650
4651         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
4652
4653 2004-07-14  James E Wilson  <wilson@specifixinc.com>
4654
4655         PR target/16325
4656         * gcc.dg/profile-generate-1.c: New.
4657
4658 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
4659
4660         * gcc.c-torture/execute/20040709-1.c: New test.
4661         * gcc.c-torture/execute/20040709-2.c: New test.
4662
4663 2004-07-14  Mike Stump  <mrs@apple.com>
4664
4665         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
4666
4667 2004-07-14  Mike Stump  <mrs@apple.com>
4668
4669         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
4670
4671 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
4672
4673         PR c++/16518
4674         * g++.dg/parse/mutable1.C: New test.
4675
4676 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
4677
4678         PR tree-optimization/16443
4679         * gcc.dg/tree-ssa/20040713-1.c: New test.
4680
4681 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
4682
4683         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
4684         for operator new.
4685
4686 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4687
4688         * gfortran.dg/g77/README: New file
4689         * gfortran.dg/g77/19981216-0.f:  Copy from
4690         g77.f-torture/noncompile.  Add "dg-do compile" and
4691         dg-error as required.
4692         * gfortran.dg/g77/19990218-1.f: Likewise
4693         * gfortran.dg/g77/19990905-1.f: Likewise
4694         * gfortran.dg/g77/9263.f: Likewise
4695         * gfortran.dg/g77/980615-0.f: Likewise
4696         * gfortran.dg/g77/980616-0.f: Likewise
4697         * gfortran.dg/g77/check0.f: Likewise
4698         * gfortran.dg/g77/select_no_compile.f: Likewise
4699
4700 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4701
4702         Copy files from g77.f-torture/compile.
4703         Add "{ dg-do compile}".  Other changes as noted
4704         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
4705         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
4706         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
4707         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
4708         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
4709         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
4710         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
4711         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
4712         statement to conform to standard.  Append alpha1.x for reference.
4713         * gfortran.dg/g77/xformat.f: Add dg-warning
4714
4715 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4716
4717         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
4718         Add {dg-do compile} directive.
4719         * gfortran.dg/g77/cpp2.F: Likewise
4720
4721 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4722
4723         PR c++/5402
4724         * g++.dg/lookup/name-clash1.C: New test.
4725
4726         PR c++/9777
4727         * g++.dg/lookup/name-clash2.C: New test.
4728
4729         PR c++/12102
4730         * g++.dg/lookup/name-clash3.C: New test.
4731
4732 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4733
4734         * g++.dg/lookup/new2.C: New test.
4735         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
4736
4737 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
4738
4739         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
4740         Add {dg-do compile} directive.
4741         * gfortran.dg/g77/13060.f: Likewise
4742         * gfortran.dg/g77/19990218-0.f: Likewise
4743         * gfortran.dg/g77/19990305-0.f: Likewise
4744         * gfortran.dg/g77/19990419-0.f: Likewise
4745         * gfortran.dg/g77/19990502-0.f: Likewise
4746         * gfortran.dg/g77/19990502-1.f: Likewise
4747         * gfortran.dg/g77/19990525-0.f: Likewise
4748         * gfortran.dg/g77/19990826-1.f: Likewise
4749         * gfortran.dg/g77/19990826-3.f: Likewise
4750         * gfortran.dg/g77/19990905-2.f: Likewise
4751         * gfortran.dg/g77/20000412-1.f: Likewise
4752         * gfortran.dg/g77/20000511-1.f: Likewise
4753         * gfortran.dg/g77/20000511-2.f: Likewise
4754         * gfortran.dg/g77/20000518.f: Likewise
4755         * gfortran.dg/g77/20000601-1.f: Likewise
4756         * gfortran.dg/g77/20000601-2.f: Likewise
4757         * gfortran.dg/g77/20000629-1.f: Likewise
4758         * gfortran.dg/g77/20000630-2.f: Likewise
4759         * gfortran.dg/g77/20010115.f: Likewise
4760         * gfortran.dg/g77/20010321-1.f: Likewise
4761         * gfortran.dg/g77/20010426.f: Likewise
4762         * gfortran.dg/g77/20020307-1.f: Likewise
4763         * gfortran.dg/g77/8485.f: Likewise
4764         * gfortran.dg/g77/960317-1.f: Likewise
4765         * gfortran.dg/g77/970915-0.f: Likewise
4766         * gfortran.dg/g77/980310-1.f: Likewise
4767         * gfortran.dg/g77/980310-2.f: Likewise
4768         * gfortran.dg/g77/980310-3.f: Likewise
4769         * gfortran.dg/g77/980310-4.f: Likewise
4770         * gfortran.dg/g77/980310-6.f: Likewise
4771         * gfortran.dg/g77/980310-7.f: Likewise
4772         * gfortran.dg/g77/980310-8.f: Likewise
4773         * gfortran.dg/g77/980419-2.f: Likewise
4774         * gfortran.dg/g77/980424-0.f: Likewise
4775         * gfortran.dg/g77/980427-0.f: Likewise
4776         * gfortran.dg/g77/980729-0.f: Likewise
4777         * gfortran.dg/g77/981117-1.f: Likewise
4778         * gfortran.dg/g77/toon_1.f: Likewise
4779
4780 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4781
4782         PR c++/2204
4783         * g++.dg/other/abstract2.C: New test.
4784
4785 2004-07-12  Paul Brook  <paul@codesourcery.com>
4786
4787         * gfortran.dg/pointer_init_1.f90: New test.
4788
4789 2004-07-11  Paul Brook  <paul@codesourcery.com>
4790
4791         PR fortran/15986
4792         * gfortran.dg/contained_1.f90: New test.
4793
4794 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
4795
4796         * g++.dg/parse/defarg8.C: New test.
4797
4798 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4799
4800         PR fortran/16433
4801         * gfortran.dg/pr16433.f: New test.
4802
4803         PR fortran/17574
4804         * gfortran.dg/pr15754.f90: New test.
4805
4806 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
4807
4808         PR tree-optimization/16437
4809         * gcc.c-torture/execute/bitfld-4.c: New test.
4810
4811 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4812
4813         * gfortran.fortran-torture/execute/common_2.f90: Add check for
4814         access to common var from module.
4815
4816 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4817
4818         PR fortran/16336
4819         * gfortran.fortran-torture/execute/common_2.f90: New test.
4820
4821 2004-07-10  Paul Brook  <paul@codesourcery.com>
4822
4823         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
4824
4825 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4826
4827         PR fortran/15969
4828         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
4829
4830 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
4831
4832         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
4833         * gfortran.dg/g77/ffixed-form-2.f: Likewise
4834         * gfortran.dg/g77/ffree-form-1.f: Likewise
4835         * gfortran.dg/g77/ffree-form-2.f: Likewise
4836         * gfortran.dg/g77/ffree-form-3.f: Likewise
4837         * gfortran.dg/g77/fno-underscoring.f: Likewise
4838         * gfortran.dg/g77/funderscoring.f: Likewise
4839         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
4840
4841 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4842
4843         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
4844
4845 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4846         Paul Brook  <paul@codesourcery.com>
4847
4848         PR fortran/13415
4849         * gfortran.dg/common_pointer_1.f90: New test.
4850
4851 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4852
4853         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
4854
4855 2004-07-09  James E Wilson  <wilson@specifixinc.com>
4856
4857         PR target/16364
4858         * gcc.c-torture/compile/20040709-1.c: New.
4859
4860 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4861
4862         PR fortran/14077
4863         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
4864
4865 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4866
4867         PR fortran/13201
4868         * gfortran.dg/shape_1.f90: New test.
4869
4870 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
4871             Andrew Pinski  <apinski@apple.com>
4872
4873         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
4874
4875 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4876
4877         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
4878         comment.
4879
4880 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4881         Paul Brook  <paul@codesourcery.com>
4882
4883         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
4884         '.f95' and '.F95'.
4885
4886 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
4887
4888         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
4889
4890 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4891
4892         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
4893         testcases with capital suffix.
4894
4895 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4896
4897         PR fortran/15481
4898         PR fortran/13372
4899         PR fortran/13575
4900         PR fortran/15978
4901         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
4902
4903         * gfortran.dg/implicit_1.f90: New test.
4904
4905 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4906
4907         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
4908         expression to match gfortran warning/error messages
4909         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
4910         dg-error text.
4911
4912 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4913
4914         * lib/fortran-torture.exp: Rename proc search_for to
4915         search_for_re.
4916
4917 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4918
4919         * gcc.c-torture/execute/simd-5.x: New file.
4920         XFAIL on SPARC 64-bit at -O0.
4921
4922 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4923
4924         PR c++/8211
4925         PR c++/16165
4926         * g++.dg/warn/effc3.C: New test.
4927
4928 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4929
4930         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
4931         change X to 1X in format.
4932         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
4933         add data statements to conform to standard.
4934
4935 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4936
4937         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
4938         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
4939         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
4940
4941 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
4942
4943         * gfortran.dg/g77/7388.f: Copy from g77.dg
4944         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
4945         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
4946         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
4947         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
4948         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
4949         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
4950         * gfortran.dg/g77/strlen0.f: Likewise
4951
4952 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
4953
4954         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
4955         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
4956
4957 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4958
4959         * gcc.c-torture/execute/920428-2.x: Delete.
4960         * gcc.c-torture/execute/920501-7.x: Likewise.
4961
4962 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
4965         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
4966         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
4967         prescott and c3-2.
4968         (PREFETCH_3DNOW): Add -march=c3.
4969
4970 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
4971
4972         PR c/16437
4973         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
4974         * gcc.c-torture/execute/bf64-1.x: Likewise.
4975
4976 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4977
4978         * gcc.c-torture/compile/20040708-1.c: New test.
4979
4980 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4981
4982         PR c++/16169
4983         * g++.dg/warn/effc2.C: New test.
4984
4985 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
4986
4987         * gcc.c-torture/execute/bitfld-1.x: Remove.
4988         * gcc.c-torture/execute/bitfld-3.c: New test.
4989         * gcc.dg/bitfld-2.c: Remove XFAILs.
4990
4991 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
4992
4993         PR c++/16276
4994         * g++.dg/rtti/tinfo1.C: New file.
4995
4996 2004-07-07  Eric Christopher  <echristo@redhat.com>
4997
4998         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
4999
5000 2004-07-07  Andrew Pinski  <apinski@apple.com>
5001
5002         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
5003
5004 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
5005
5006         * g++.dg/init/call1.C: XFAIL.
5007
5008 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
5009
5010         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
5011         except for movstrict*, to movmem* and clrstr* to clrmem*.
5012
5013 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
5014
5015         * gcc.c-torture/execute/20040707-1.c: New test.
5016
5017 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
5018
5019         * gcc.c-torture/execute/20040706-1.c: New test.
5020
5021 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5022
5023         PR c++/3671
5024         * g++.dg/template/spec14.C: New test.
5025
5026 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
5027
5028         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
5029         nothing if not yet defined.  Use it in b, c and d type definitions.
5030         * gcc.c-torture/execute/20040705-1.c: New test.
5031         * gcc.c-torture/execute/20040705-2.c: New test.
5032
5033 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5034
5035         PR c++/2518
5036         * g++.dg/lookup/new1.C: New test.
5037
5038 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5039
5040         PR c++/11406
5041         * g++.dg/template/sizeof8.C: New test.
5042
5043 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
5044
5045         * gcc.c-torture/compile/20040705-1.c: New test.
5046
5047 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
5048
5049         * gfortran.fortran-torture/execute/seq_io.f90: New test.
5050
5051 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
5052
5053         * gcc.dg/cpp/if-mop.c: Two new testcases.
5054         * gcc.dg/cpp/trad/comment-3.c: New.
5055
5056 2004-07-04  Paul Brook  <paul@codesourcery.com>
5057
5058         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
5059
5060 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
5061
5062         PR c++/3761
5063         * g++.dg/lookup/crash4.C: New test.
5064
5065 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
5066
5067         * gcc.c-torture/execute/builtin-abs-1.c
5068         * gcc.c-torture/execute/builtin-abs-2.c
5069         * gcc.c-torture/execute/builtin-complex-1.c
5070         * gcc.c-torture/execute/builtins/string-1-lib.c
5071         * gcc.c-torture/execute/builtins/string-1.c
5072         * gcc.c-torture/execute/builtins/string-2-lib.c
5073         * gcc.c-torture/execute/builtins/string-2.c
5074         * gcc.c-torture/execute/builtins/string-3-lib.c
5075         * gcc.c-torture/execute/builtins/string-3.c
5076         * gcc.c-torture/execute/builtins/string-4-lib.c
5077         * gcc.c-torture/execute/builtins/string-4.c
5078         * gcc.c-torture/execute/builtins/string-5-lib.c
5079         * gcc.c-torture/execute/builtins/string-5.c
5080         * gcc.c-torture/execute/builtins/string-6-lib.c
5081         * gcc.c-torture/execute/builtins/string-6.c
5082         * gcc.c-torture/execute/builtins/string-7-lib.c
5083         * gcc.c-torture/execute/builtins/string-7.c
5084         * gcc.c-torture/execute/builtins/string-8-lib.c
5085         * gcc.c-torture/execute/builtins/string-8.c
5086         * gcc.c-torture/execute/builtins/string-9-lib.c
5087         * gcc.c-torture/execute/builtins/string-9.c
5088         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
5089         * gcc.c-torture/execute/builtins/string-asm-1.c
5090         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
5091         * gcc.c-torture/execute/builtins/string-asm-2.c
5092         * gcc.c-torture/execute/stdio-opt-1.c
5093         * gcc.c-torture/execute/stdio-opt-2.c
5094         * gcc.c-torture/execute/stdio-opt-3.c
5095         * gcc.c-torture/execute/string-opt-1.c
5096         * gcc.c-torture/execute/string-opt-10.c
5097         * gcc.c-torture/execute/string-opt-11.c
5098         * gcc.c-torture/execute/string-opt-12.c
5099         * gcc.c-torture/execute/string-opt-13.c
5100         * gcc.c-torture/execute/string-opt-14.c
5101         * gcc.c-torture/execute/string-opt-15.c
5102         * gcc.c-torture/execute/string-opt-16.c
5103         * gcc.c-torture/execute/string-opt-2.c
5104         * gcc.c-torture/execute/string-opt-6.c
5105         * gcc.c-torture/execute/string-opt-7.c
5106         * gcc.c-torture/execute/string-opt-8.c:
5107         Replace with ...
5108
5109         * gcc.c-torture/execute/builtins/abs-2.c
5110         * gcc.c-torture/execute/builtins/abs-3.c
5111         * gcc.c-torture/execute/builtins/complex-1.c
5112         * gcc.c-torture/execute/builtins/fprintf.c
5113         * gcc.c-torture/execute/builtins/fputs.c
5114         * gcc.c-torture/execute/builtins/memcmp.c
5115         * gcc.c-torture/execute/builtins/memmove.c
5116         * gcc.c-torture/execute/builtins/memops-asm.c
5117         * gcc.c-torture/execute/builtins/mempcpy-2.c
5118         * gcc.c-torture/execute/builtins/mempcpy.c
5119         * gcc.c-torture/execute/builtins/memset.c
5120         * gcc.c-torture/execute/builtins/printf.c
5121         * gcc.c-torture/execute/builtins/sprintf.c
5122         * gcc.c-torture/execute/builtins/strcat.c
5123         * gcc.c-torture/execute/builtins/strchr.c
5124         * gcc.c-torture/execute/builtins/strcmp.c
5125         * gcc.c-torture/execute/builtins/strcpy.c
5126         * gcc.c-torture/execute/builtins/strcspn.c
5127         * gcc.c-torture/execute/builtins/strlen-2.c
5128         * gcc.c-torture/execute/builtins/strlen.c
5129         * gcc.c-torture/execute/builtins/strncat.c
5130         * gcc.c-torture/execute/builtins/strncmp-2.c
5131         * gcc.c-torture/execute/builtins/strncmp.c
5132         * gcc.c-torture/execute/builtins/strncpy.c
5133         * gcc.c-torture/execute/builtins/strpbrk.c
5134         * gcc.c-torture/execute/builtins/strpcpy-2.c
5135         * gcc.c-torture/execute/builtins/strpcpy.c
5136         * gcc.c-torture/execute/builtins/strrchr.c
5137         * gcc.c-torture/execute/builtins/strspn.c
5138         * gcc.c-torture/execute/builtins/strstr-asm.c
5139         * gcc.c-torture/execute/builtins/strstr.c:
5140         ... these new files.
5141
5142         * gcc.c-torture/execute/builtins/abs-2-lib.c
5143         * gcc.c-torture/execute/builtins/abs-3-lib.c
5144         * gcc.c-torture/execute/builtins/complex-1-lib.c
5145         * gcc.c-torture/execute/builtins/fprintf-lib.c
5146         * gcc.c-torture/execute/builtins/fputs-lib.c
5147         * gcc.c-torture/execute/builtins/memcmp-lib.c
5148         * gcc.c-torture/execute/builtins/memmove-lib.c
5149         * gcc.c-torture/execute/builtins/memops-asm-lib.c
5150         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
5151         * gcc.c-torture/execute/builtins/mempcpy-lib.c
5152         * gcc.c-torture/execute/builtins/memset-lib.c
5153         * gcc.c-torture/execute/builtins/printf-lib.c
5154         * gcc.c-torture/execute/builtins/sprintf-lib.c
5155         * gcc.c-torture/execute/builtins/strcat-lib.c
5156         * gcc.c-torture/execute/builtins/strchr-lib.c
5157         * gcc.c-torture/execute/builtins/strcmp-lib.c
5158         * gcc.c-torture/execute/builtins/strcpy-lib.c
5159         * gcc.c-torture/execute/builtins/strcspn-lib.c
5160         * gcc.c-torture/execute/builtins/strlen-2-lib.c
5161         * gcc.c-torture/execute/builtins/strlen-lib.c
5162         * gcc.c-torture/execute/builtins/strncat-lib.c
5163         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
5164         * gcc.c-torture/execute/builtins/strncmp-lib.c
5165         * gcc.c-torture/execute/builtins/strncpy-lib.c
5166         * gcc.c-torture/execute/builtins/strpbrk-lib.c
5167         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
5168         * gcc.c-torture/execute/builtins/strpcpy-lib.c
5169         * gcc.c-torture/execute/builtins/strrchr-lib.c
5170         * gcc.c-torture/execute/builtins/strspn-lib.c
5171         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
5172         * gcc.c-torture/execute/builtins/strstr-lib.c
5173         * gcc.c-torture/execute/builtins/lib/abs.c
5174         * gcc.c-torture/execute/builtins/lib/fprintf.c
5175         * gcc.c-torture/execute/builtins/lib/memset.c
5176         * gcc.c-torture/execute/builtins/lib/printf.c
5177         * gcc.c-torture/execute/builtins/lib/sprintf.c
5178         * gcc.c-torture/execute/builtins/lib/strcpy.c
5179         * gcc.c-torture/execute/builtins/lib/strcspn.c
5180         * gcc.c-torture/execute/builtins/lib/strncat.c
5181         * gcc.c-torture/execute/builtins/lib/strncmp.c
5182         * gcc.c-torture/execute/builtins/lib/strncpy.c
5183         * gcc.c-torture/execute/builtins/lib/strpbrk.c
5184         * gcc.c-torture/execute/builtins/lib/strspn.c
5185         * gcc.c-torture/execute/builtins/lib/strstr.c:
5186         New files containing support routines.
5187
5188         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
5189         declaration.
5190         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
5191         when not optimizing.
5192
5193 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
5194
5195         PR c++/16240
5196         * g++.dg/abi/mangle22.C: New test.
5197         * g++.dg/abi/mangle23.C: Likewise.
5198
5199 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
5200
5201         PR fortran/16290
5202         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
5203         Allow for cases without denormalized floating point numbers.
5204
5205 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
5206
5207         PR c/1027
5208         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
5209         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
5210         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
5211         expected warning text.
5212         * gcc.dg/format/diag-2.c: New test.
5213
5214 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5215
5216         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
5217
5218 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5219
5220         * gcc.dg/builtins-43.c: New.
5221         * gcc.dg/builtins-44.c: New.
5222         * gcc.dg/builtins-45.c: New.
5223
5224 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
5225             Andreas Tobler  <a.tobler@schweiz.ch>
5226
5227         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
5228         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
5229         as SIGSEGV.
5230         * gcc.dg/cleanup-11.c: Likewise.
5231         * gcc.dg/cleanup-8.c: Likewise.
5232         * gcc.dg/cleanup-9.c: Likewise.
5233         * gcc.dg/cleanup-5.c: Run on all platforms.
5234
5235 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5236
5237         * g++.dg/warn/nonnull1.C: New test.
5238
5239 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5240
5241         * gcc.dg/compat/compat-common.h: Wrap up CINT in
5242         an #ifndef SKIP_COMPLEX_INT/#endif pair.
5243         Special-case the Sun compiler wrt to <complex.h>.
5244
5245 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
5246
5247         * gcc.dg/Wunreachable-8.C: New test.
5248
5249         * gcc.dg/h8300-ice2.c : New test.
5250
5251 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
5252
5253         PR fortran/16161
5254         * gfortran.fortran-torture/compile/implicit.f90: Add test
5255         for implicit character.
5256
5257 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
5258
5259         PR fortran/16289
5260         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
5261         Use tiny() intrinsic to find smallest non-negative real
5262
5263 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
5264
5265         * gcc.dg/compat/struct-by-value-22_main.c: New test.
5266         * gcc.dg/compat/struct-by-value-22_x.c: New.
5267         * gcc.dg/compat/struct-by-value-22_y.c: New.
5268
5269         * gcc.c-torture/execute/20040629-1.c: New test.
5270
5271 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
5272
5273         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
5274         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
5275
5276         PR target/16195
5277         * gcc.dg/20040625-1.c: New test.
5278
5279 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5280
5281         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
5282
5283 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5284
5285         PR fortran/15963
5286         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
5287
5288 2004-06-29  Richard Henderson  <rth@redhat.com>
5289
5290         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
5291
5292 2004-06-29  Paul Brook  <paul@codesourcery.com>
5293
5294         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
5295         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
5296
5297 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
5298
5299         PR c++/16260
5300         * g++.dg/parse/crash15.C: New.
5301
5302 2004-06-28  Andrew Pinski  <apinski@apple.com>
5303
5304         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
5305         by the error already.
5306
5307         * g++.dg/opt/ptrmem4.C: Change to compile only test.
5308
5309 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
5310
5311         PR target/14041
5312         * gcc.dg/h8300-bss-align-1.c : New.
5313
5314 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
5315
5316         * PR c++/16174
5317         * g++.dg/template/ctor4.C: New.
5318
5319 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5320
5321         PR c++/16205
5322         * g++.dg/warn/Wsequence-point-1.C: New test.
5323
5324 2004-06-27  Paul Brook  <paul@codesourcery.com>
5325
5326         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
5327
5328 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
5329
5330         * g++.old-deja/g++.mike/p7325.C: Remove.
5331
5332 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5333
5334         PR c/14963
5335         * gcc.dg/pr14963.c: New test.
5336
5337 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
5338
5339         PR c++/16193
5340         * g++.dg/parse/redef1.C: New test.
5341
5342 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
5343
5344         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
5345         20021110.c.
5346         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
5347         20021119-1.c.
5348         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
5349         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
5350         5-04.c.
5351         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
5352         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
5353         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
5354         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
5355         g++.brendan/enum14.C.
5356         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
5357         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
5358         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
5359         g++.mike/virt1.C.
5360         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
5361         memtemp24.C.
5362
5363 2004-06-27  Roger Sayle  <roger@eyesopen.com>
5364
5365         * gcc.dg/20040527-1.c: New test case.
5366
5367 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
5368
5369         PR gfortran/pr16196
5370         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
5371
5372 2004-06-25  Roger Sayle  <roger@eyesopen.com>
5373
5374         PR middle-end/15825
5375         * gcc.dg/pr15825-1.c: New test case.
5376
5377 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5378
5379         * gcc.c-torture/execute/20040625-1.c: New test.
5380
5381 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5382
5383         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
5384
5385 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5386
5387         * gcc.dg/torture/mips-div-1.c: New test.
5388
5389 2004-06-24  Jeff Law  <law@redhat.com>
5390
5391         * gcc.dg/tree-ssa/20040624-1.c: New test.
5392
5393 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
5394
5395         * gcc.c-torture/compile/20040624-1.c: New test.
5396
5397 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5398
5399         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
5400         this directory.
5401
5402 2004-06-23  Andrew Pinski  <apinski@apple.com>
5403
5404         PR middle-end/15988
5405         * g++.dg/opt/ptrmem4.C: New test.
5406
5407         * gcc.dg/c90-array-quals-2.c: New test.
5408
5409 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
5410
5411         * gcc.dg/kpice1.c: New test.
5412
5413 2006-06-23  Andrew Pinski  <apinski@apple.com>
5414
5415         * gcc.dg/c90-array-quals.c: New test.
5416
5417 2006-06-22  Richard Henderson  <rth@redhat.com>
5418
5419         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
5420
5421 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
5422
5423         * gcc.dg/builtins-config.h: Handle FreeBSD.
5424
5425 2006-06-22  Richard Henderson  <rth@redhat.com>
5426
5427         * g++.dg/opt/devirt1.C: New.
5428
5429 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
5430
5431         * g++.dg/opt/pr15551.C: New testcase.
5432
5433 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
5434
5435         PR target/14800
5436         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
5437         x86_64-*-linux* when compiling for 32bit.
5438
5439 2004-06-21  Andrew Pinski  <apinski@apple.com>
5440
5441         * gcc.dg/pch/struct-1.c: New.
5442         * gcc.dg/pch/struct-1.hs: New.
5443
5444 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
5445
5446         * gcc.dg/pch/save-temps-1.c: New file.
5447         * gcc.dg/pch/save-temps-1.hs: New file.
5448
5449 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
5450
5451         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
5452         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
5453
5454 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5455
5456         * gfortran.fortran-torture/execute/select_1.f90: Rename function
5457         to fix type error.
5458         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
5459         Remove trailing spaces.
5460
5461 2004-06-21  Richard Henderson  <rth@redhat.com>
5462
5463         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
5464         merging && to BIT_FIELD_REF.
5465
5466 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
5467
5468         * g++.dg/opt/placeholder1.C: New test.
5469
5470 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5471
5472         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
5473         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5474         * gcc.dg/compat/union-m128-1_x.c: Likewise.
5475         * gcc.dg/compat/union-m128-1_y.c: Likewise.
5476
5477 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
5478
5479         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
5480         extern "C".
5481         * g++.dg/other/pragma-re-1.C: Add comments.
5482
5483 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
5484
5485         PR gfortran/16080
5486         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
5487
5488 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
5489
5490         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
5491         instead of setting the type of size_t by
5492         hand.
5493
5494 2004-06-18  Roger Sayle  <roger@eyesopen.com>
5495
5496         * gcc.dg/unordered-2.c: New test case.
5497         * gcc.dg/unordered-3.c: New test case.
5498
5499 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
5500
5501         PR other/16043
5502         * lib/g++.exp (g++_version): Tweak regexp for version
5503         * lib/g77.exp (g77_version): Likewise
5504         * lib/gfortran.exp (gfortran_version): Likewise
5505         * lib/objc.exp (objc_version): Likewise
5506         * lib/treelang.exp (treelang_version): Likewise
5507
5508 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
5509
5510         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
5511         Use INT_MAX instead of __INT_MAX__.
5512         * gcc.dg/compat/struct-align-2_y.c: Likewise.
5513
5514         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
5515         * gcc.dg/compat/scalar-return-3_x.c: Use it.
5516         * gcc.dg/compat/scalar-return-3_y.c: Use it.
5517         * gcc.dg/compat/scalar-return-4_x.c: Use it.
5518         * gcc.dg/compat/scalar-return-4_y.c: Use it.
5519         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
5520         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
5521         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
5522         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
5523
5524         * gcc.dg/range-test-1.c: New test.
5525         * g++.dg/opt/range-test-1.C: New test.
5526
5527 2004-06-17  Richard Henderson  <rth@redhat.com>
5528
5529         * objc.dg/sync-1.m: New.
5530         * objc.dg/try-catch-1.m: Don't force next runtime.
5531         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
5532         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
5533         shadowed catch clause.
5534         * objc.dg/try-catch-5.m: New.
5535
5536 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
5537
5538         Bug 14610
5539         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
5540
5541 2004-06-15  Richard Henderson  <rth@redhat.com>
5542
5543         * gcc.dg/20001116-1.c: Move expected warning line.
5544
5545 2004-06-15  Richard Henderson  <rth@redhat.com>
5546
5547         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
5548         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
5549
5550 2004-06-15  Jeff Law  <law@redhat.com>
5551
5552         * gcc.dg/tree-ssa/20040615-1.c: New test.
5553         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
5554         be less sensitive to operand ordering.
5555         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
5556
5557 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5558
5559         * g++.dg/abi/bitfield3.C: Add comment..
5560
5561 2004-06-15  Richard Henderson  <rth@redhat.com>
5562
5563         * g++.dg/ext/stmtexpr1.C: XFAIL.
5564         * gcc.dg/20030612-1.c: XFAIL.
5565
5566 2004-06-15  Eric Christopher  <echristo@redhat.com>
5567
5568         * g++.dg/charset/asm5.c: New.
5569         * gcc.dg/charset/asm6.c: New.
5570
5571 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5572
5573         PR fortran/15962
5574         * gfortran.fortran-torture/execute/select_1.f90: New test.
5575
5576 2004-06-15  Paul Brook  <paul@codesourcery.com>
5577
5578         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
5579
5580 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5581
5582         PR c++/15967
5583         * g++.dg/lookup/crash3.C: New test.
5584
5585 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5586
5587         PR c++/15947
5588         * g++.dg/parse/dtor4.C: New test.
5589
5590 2004-06-14  Jeff Law  <law@redhat.com>
5591
5592         * gcc.c-torture/compile/20040614-1.c: New test.
5593
5594 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5595
5596         PR fortran/15211
5597         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
5598         LEN of a character array.
5599
5600 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
5601
5602         PR c++/15096
5603         * g++.dg/template/ptrmem10.C: New test.
5604
5605         PR c++/14930
5606         * g++.dg/template/friend30.C: New test.
5607
5608 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5609
5610         PR fortran/14928
5611         * gfortran.fortran-torture/compile/mloc.f90: New test.
5612
5613 2004-06-13  Paul Brook  <paul@codesourcery.com>
5614
5615         * gfortran.fortran-torture/execute/random_2.f90: New test.
5616
5617 2004-06-13  Eric Christopher  <echristo@redhat.com>
5618
5619         * gcc.dg/noncompile/redecl-1.c: Fix error message.
5620
5621 2004-06-12  Paul Brook  <paul@codesourcery.com>
5622
5623         * gfortran.fortran-torture/execute/contained_3.f90: New test.
5624
5625 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5626
5627         PR fortran/14923
5628         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
5629
5630 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5631
5632         PR fortran/14957
5633         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
5634         syntax errors in end statements of contained subroutines.
5635
5636 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5637
5638         PR fortran/12841
5639         * gfortran.fortran-torture/execute/null_arg.f90: New test.
5640
5641 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5642
5643         PR fortran/15665
5644         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
5645
5646 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5647
5648         PR gfortran/12839
5649         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
5650
5651 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
5652
5653         PR c++/15862
5654         * g++.dg/parse/enum1.C: New test.
5655
5656 2004-06-10  Jeff Law  <law@redhat.com>
5657
5658         * gcc.c-torture/compile/20040610-1.c: New test.
5659
5660 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5661
5662         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
5663         * g++.old-deja/g++.other/decl3.C: Likewise.
5664
5665 2004-06-10  Brian Booth  <bbooth@redhat.com>
5666
5667         * gcc.dg/tree-ssa/20031015-1.c: Scan for
5668         V_MAY_DEF instead of VDEF.
5669         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
5670
5671 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
5672
5673         PR c++/14211
5674         * g++.dg/conversion/const1.C: New test.
5675
5676         PR c++/15076
5677         * g++.dg/conversion/reinterpret1.C: New test.
5678
5679         PR c++/15877
5680         * g++.dg/template/enum2.C: New test.
5681
5682         PR c++/15227
5683         * g++.dg/template/error13.C: New test.
5684
5685 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5686
5687         PR fortran/14957
5688         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
5689         arguments to test_* REAL and of the right size.
5690
5691 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5692
5693         PR target/15569
5694         PR rtl-optimization/15681
5695         * gcc.dg/20040609-1.c: New test.
5696
5697 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5698
5699         PR c++/14791
5700         * g++.dg/opt/builtins1.C: New test.
5701
5702 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
5703
5704         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
5705         that use default windows32 struct layout.
5706         * gcc.dg/i386-bitfield2.c: Likewise.
5707
5708 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
5709
5710         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
5711         for mingw32 and cygwin targets.
5712
5713 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
5714
5715         * gcc.dg/pch/macro-4.c: New.
5716         * gcc.dg/pch/macro-4.hs: New.
5717
5718 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5719
5720         PR fortran/13249
5721         * gfortran.fortran-torture/compile/name_clash.f90: New test.
5722
5723 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5724
5725         PR fortran/13372
5726         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
5727
5728 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
5729
5730         PR gfortran/14897
5731         * gfortran.fortran-torture/execute/t_edit.f90: New test.
5732
5733 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
5734
5735         PR gfortran/15755
5736         * gfortran.fortran-torture/execute/backspace.c : New test.
5737
5738 2004-06-09  Paul Brook  <paul@codesourcery.com>
5739
5740         * gfortran.fortran-torture/execure/intrinsic_associated.f90
5741         (pointer_to_section): Rewrite to use smaller array.
5742
5743 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
5744
5745         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
5746         * gcc.dg/ext/altivec-10.c: Same.
5747         * gcc.dg/ext/altivec-11.c: Same.
5748         * gcc.dg/ext/altivec-12.c: Same.
5749         * gcc.dg/ext/altivec-13.c: Same.
5750         * gcc.dg/ext/altivec-14.c: Same.
5751         * gcc.dg/ext/altivec-15.c: Same.
5752         * gcc.dg/ext/altivec-16.c: Same.
5753         * gcc.dg/ext/altivec-3.c: Same.
5754         * gcc.dg/ext/altivec-4.c: Same.
5755         * gcc.dg/ext/altivec-6.c: Same.
5756         * gcc.dg/ext/altivec-7.c: Same.
5757         * gcc.dg/ext/altivec-8.c: Same.
5758         * gcc.dg/ext/altivec-varargs-1.c: Same.
5759
5760         * g++.dg/ext/altivec-1.C: Correct dg syntax.
5761         * g++.dg/ext/altivec-10.C: Same.
5762         * g++.dg/ext/altivec-2.C: Same.
5763         * g++.dg/ext/altivec-3.C: Same.
5764         * g++.dg/ext/altivec-4.C: Same.
5765         * g++.dg/ext/altivec-5.C: Same.
5766         * g++.dg/ext/altivec-6.C: Same.
5767         * g++.dg/ext/altivec-7.C: Same.
5768         * g++.dg/ext/altivec-8.C: Same.
5769         * g++.dg/ext/altivec-9.C: Same.
5770
5771 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5772
5773         PR c++/7841
5774         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
5775
5776 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
5777
5778         * gcc.dg/union-1.c: New test.
5779
5780 2004-06-07  Roger Sayle  <roger@eyesopen.com>
5781
5782         * gcc.dg/builtins-41.c: New test case.
5783         * gcc.dg/builtins-42.c: New test case.
5784
5785 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
5786
5787         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
5788         * g++.dg/ext/altivec-10.C: Same.
5789         * g++.dg/ext/altivec-2.C: Same.
5790         * g++.dg/ext/altivec-3.C: Same.
5791         * g++.dg/ext/altivec-4.C: Same.
5792         * g++.dg/ext/altivec-5.C: Same.
5793         * g++.dg/ext/altivec-6.C: Same.
5794         * g++.dg/ext/altivec-7.C: Same.
5795         * g++.dg/ext/altivec-8.C: Same.
5796         * g++.dg/ext/altivec-9.C: Same.
5797         * g++.old-deja/g++.abi/cxa_vec.C: Same.
5798         * g++.old-deja/g++.brendan/new3.C: Same.
5799         * gcc.c-torture/execute/eeprof-1.x: Same.
5800
5801 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
5802
5803         PR c/14765
5804         * gcc.dg/pr14765-1.c: New test.
5805
5806 2004-06-07  Roger Sayle  <roger@eyesopen.com>
5807
5808         PR c/14649
5809         * gcc.dg/pr14649-1.c: New test case.
5810
5811 2004-06-07  Richard Henderson  <rth@redhat.com>
5812
5813         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
5814         if temporaries.
5815
5816 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
5817
5818         * g++.dg/eh/elide1.C: Remove XFAIL.
5819
5820 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
5821
5822         PR c++/15337
5823         * g++.dg/expr/sizeof3.C: New test.
5824
5825         PR c++/14777
5826         * g++.dg/template/access14.C: New test.
5827
5828         PR c++/15554
5829         * g++.dg/template/enum1.C: New test.
5830
5831         PR c++/15057
5832         * g++.dg/eh/throw1.C: New test.
5833
5834 2004-06-07  David Ayers  <d.ayers@inode.at>
5835             Ziemowit Laski  <zlaski@apple.com>
5836
5837         * lib/objc.exp (objc_target_compile): Revert the '-framework
5838         Foundation' flag fix, since bare Darwin does not ship
5839         with the Foundation framework.
5840         * objc/execute/next_mapping.h: Provide a local NSConstantString
5841         @interface and @implementation.
5842         (objc_constant_string_init): A constructor function, used to
5843         initialize the NSConstantString meta-class object.
5844         * objc/execute/string1.m: Include "next_mapping.h" instead of
5845         <Foundation/NSString.h>.
5846         * objc/execute/string2.m: Likewise.
5847         * objc/execute/string3.m: Likewise.
5848         * objc/execute/string4.m: Likewise.
5849
5850 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
5851
5852         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
5853         to double. Replace double with FLOAT.
5854         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
5855
5856         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
5857         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
5858         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
5859         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
5860         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
5861         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
5862         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
5863         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
5864
5865 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
5866
5867         PR c/13519
5868         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
5869
5870 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5871
5872         PR c++/15503
5873         * g++.dg/template/meminit2.C: New test.
5874
5875 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
5876
5877         PR target/15822
5878         * gcc.c-torture/execute/compare-fp-1.c,
5879         gcc.c-torture/execute/compare-fp-2.c,
5880         gcc.c-torture/execute/compare-fp-3.c,
5881         gcc.c-torture/execute/compare-fp-4.c,
5882         gcc.c-torture/execute/compare-fp-3.x,
5883         gcc.c-torture/execute/compare-fp-4.x: Moved...
5884         * gcc.c-torture/execute/ieee/compare-fp-1.c,
5885         gcc.c-torture/execute/ieee/compare-fp-2.c,
5886         gcc.c-torture/execute/ieee/compare-fp-3.c,
5887         gcc.c-torture/execute/ieee/compare-fp-4.c,
5888         gcc.c-torture/execute/ieee/compare-fp-3.x,
5889         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
5890
5891 2004-06-04  David Ayers  <d.ayers@inode.at>
5892
5893         * objc/execute/protocol-isEqual-4.m: New testcase.
5894
5895 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
5896
5897         * objc/execute/protocol-isEqual-1.m: New testcase.
5898         * objc/execute/protocol-isEqual-2.m: New testcase.
5899         * objc/execute/protocol-isEqual-3.m: New testcase.
5900
5901 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5902
5903         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
5904
5905 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
5906
5907         * lib/objc.exp (objc_target_compile): When running tests on
5908         Darwin (Mac OS X), inform the linker about '-framework
5909         'Foundation'.
5910
5911 2004-06-02  Eric Christopher  <echristo@redhat.com>
5912
5913         * gcc.c-torture/compile/20040602-1.c: New.
5914
5915 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
5916
5917         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
5918         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
5919
5920         PR tree-optimization/14736
5921         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
5922
5923         PR tree-optimization/14042
5924         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
5925
5926         PR tree-optimization/14729
5927         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
5928
5929 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5930
5931         PR fortran/15557
5932         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
5933
5934 2004-06-01  Richard Hederson  <rth@redhat.com>
5935
5936         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
5937
5938 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5939
5940         PR c++/14932
5941         * g++.dg/parse/offsetof4.C: New test.
5942
5943 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
5944
5945         PR objc/7993
5946         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
5947
5948 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
5949
5950         PR c++/15701
5951         * g++.dg/template/friend29.C: New test.
5952
5953 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
5954
5955         PR c/15749
5956         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
5957
5958 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
5959
5960         * gcc.dg/sparc-trap-1.c: New test.
5961
5962 2004-05-31  Roger Sayle  <roger@eyesopen.com>
5963
5964         PR middle-end/15069
5965         * g++.dg/opt/fold3.C: New test case.
5966
5967 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
5968
5969         * lib/target-supports.exp (check_iconv_available): Fix fallout
5970         from 2004-05-28 patch.
5971
5972 2004-05-30  Paul Brook  <paul@codesourcery.com>
5973
5974         PR fortran/15620
5975         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
5976         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
5977
5978 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
5979
5980         * gfortran.fortran-torture/execute/random_1.f90: New test.
5981
5982 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5983
5984         * g++.dg/ext/altivec-10.C: New test.
5985
5986 2004-05-29  Paul Brook  <paul@codesourcery.com>
5987
5988         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
5989
5990 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
5991
5992         * gcc.dg/altivec-16.c: New test.
5993
5994 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
5995
5996         * lib/target-supports.exp (check_vmx_hw_available): New.
5997         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
5998
5999         * lib/target-supports.exp (check_alias_available,
6000         check_iconv_available, check_named_sections_available): Use
6001         unique names for temporary files.
6002
6003 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6004
6005         * gcc.dg/altivec-15.c: New test.
6006
6007 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6008
6009         PR c++/15083
6010         * g++.dg/warn/noeffect6.C: New test.
6011
6012         PR c++/15471
6013         * g++.dg/expr/ptrmem4.C: New test.
6014
6015         PR c++/15640
6016         * g++.dg/template/operator3.C: New test.
6017
6018 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6019
6020         PR c++/14668
6021         * g++.dg/lookup/redecl1.C: New test.
6022         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
6023
6024 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
6025
6026         * gcc.c-torture/execute/compare-fp-1.c,
6027         gcc.c-torture/execute/compare-fp-2.c,
6028         gcc.c-torture/execute/compare-fp-3.c,
6029         gcc.c-torture/execute/compare-fp-4.c,
6030         gcc.c-torture/execute/compare-fp-3.x,
6031         gcc.c-torture/execute/compare-fp-4.x,
6032         gcc.dg/pr15649-1.c: New.
6033
6034 2004-05-27  Adam Nemet  <anemet@lnxw.com>
6035
6036         PR c++/12883
6037         * g++.dg/init/array14.C: New test.
6038
6039 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
6040
6041         * lib/compat.exp (compat-get-options-main): New.
6042         (compat-get-options): Remove unneeded code, warn for ignored
6043         command.
6044         (compat-execute): Check flag set by dg-require-* commands.
6045
6046         * lib/compat.exp (compat-execute): Break up long lines.
6047
6048 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
6049
6050         * gcc.dg/altivec-7.c: Don't use 'vector long'.
6051         * gcc.dg/altivec-14.c: New test.
6052         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
6053
6054         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
6055         * gcc.dg/altivec-12.c: Ditto.
6056
6057         * gcc.dg/altivec-3.c: Move call to altivec_check.
6058
6059 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6060
6061         PR c++/15044
6062         * g++.dg/template/error12.C: New test.
6063
6064         PR c++/15317
6065         * g++.dg/ext/attrib15.C: New test.
6066
6067         PR c++/15329
6068         * g++.dg/template/ptrmem9.C: New test.
6069
6070 2004-05-25  Paul Brook  <paul@codesourcery.com>
6071
6072         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
6073
6074 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6075
6076         PR c++/15165
6077         * g++.dg/template/crash19.C: New test.
6078
6079 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6080
6081         PR c++/15025
6082         * g++.dg/template/redecl1.C: New test.
6083
6084 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6085
6086         PR c++/14821
6087         * g++.dg/other/ns1.C: New test.
6088
6089         PR c++/14883
6090         * g++.dg/template/invalid1.C: New test.
6091
6092 2004-05-23  Paul Brook  <paul@codesourcery.com>
6093         Victor Leikehman  <lei@haifasphere.co.il>
6094
6095         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
6096         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
6097
6098 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6099
6100         PR c++/15285
6101         PR c++/15299
6102         * g++.dg/template/non-dependent5.C: New test.
6103         * g++.dg/template/non-dependent6.C: New test.
6104
6105 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6106
6107         PR c++/15507
6108         * g++.dg/inherit/union1.C: New test.
6109
6110         PR c++/15542
6111         * g++.dg/template/addr1.C: New test.
6112
6113         PR c++/15427
6114         * g++.dg/template/array5.C: New test.
6115
6116         PR c++/15287
6117         * g++.dg/template/array6.C: New test.
6118
6119 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
6120             Roger Sayle  <roger@eyesopen.com>
6121
6122         * g++.dg/lookup/forscope2.C: New test case.
6123
6124 2004-05-22  Ben Elliston  <bje@au.ibm.com>
6125
6126         * gcc.dg/cpp/Wmissingdirs.c: New.
6127
6128 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6129
6130         PR target/15301
6131         * gcc.dg/compat/union-m128-1.h: New file.
6132         * gcc.dg/compat/union-m128-1_main.c: Likewise.
6133         * gcc.dg/compat/union-m128-1_x.c: Likewise.
6134         * gcc.dg/compat/union-m128-1_y.c: Likewise.
6135
6136 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6137
6138         PR target/15302
6139         * gcc.dg/compat/struct-complex-1.h: New file.
6140         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
6141         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
6142         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
6143
6144 2004-05-20  Roger Sayle  <roger@eyesopen.com>
6145
6146         PR middle-end/3074
6147         * gcc.dg/pr3074-1.c: New test case.
6148         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
6149
6150 2004-05-20  Falk Hueffner  <falk@debian.org>
6151
6152         PR other/15526
6153         * gcc.dg/ftrapv-1.c: New test case.
6154
6155 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
6156
6157         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
6158
6159 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
6160             Jeff Law  <law@redhat.com>
6161
6162         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
6163         * gcc.dg/tree-ssa/20040518-2.c: New test.
6164
6165         * gcc.dg/tree-ssa/20040518-1.c: New test.
6166
6167 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
6168
6169         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
6170
6171 2004-05-18  Paul Brook  <paul@codesourcery.com>
6172
6173         PR fortran/13930
6174         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
6175
6176 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6177
6178         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
6179         constant folding.
6180
6181 2004-05-17  Steven Bosscher  <stevenb@suse.de>
6182
6183         * gcc.dg/tree-ssa/20040517-1.c: New test.
6184
6185 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6186
6187         * gcc.dg/loop-4.c: New test.
6188
6189 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
6190
6191         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
6192
6193 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
6194
6195         PR fortran/15311
6196         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
6197
6198 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6199
6200         PR fortran/13826
6201         PR fortran/13940
6202         * gfortran.fortran-torture/compile/data_1.f90: New test.
6203
6204 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
6205
6206         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
6207         * gcc.dg/uninit-H.c: Define ASM for __s390__.
6208
6209 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6210
6211         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
6212
6213 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6214
6215         PR c/15444
6216         * gcc.dg/format/xopen-1.c: Adjust expected message.
6217         * gcc.dg/format/xopen-3.c: New test.
6218
6219 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
6220
6221         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
6222
6223 2004-05-14  Jeff Law  <law@redhat.com>
6224
6225         * gcc.dg/tree-ssa/20040514-2.c: New test.
6226
6227 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6228
6229         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
6230         this ...
6231         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
6232         this.
6233
6234 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
6235
6236         * gcc.dg/tree-ssa/20040514-1.c: New test.
6237
6238 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6239
6240         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
6241         test.
6242
6243 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6244
6245         PR fortran/14066
6246         * gfortran.fortran-torture/compile/do_1.f90: New test.
6247
6248 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6249
6250         PR fortran/15051
6251         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
6252         test.
6253
6254 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
6255
6256         PR fortran/15149
6257         * gfortran.fortran-torture/execute/random_init.f90: New test.
6258
6259 2004-05-13  Paul Brook  <paul@codesourcery.com>
6260
6261         PR fortran/15314
6262         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
6263
6264 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
6265
6266         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
6267         for the powerpc case.
6268
6269 2004-05-13  Jeff Law  <law@redhat.com>
6270
6271         * gcc.dg/tree-ssa/20040513-1.c: New test.
6272         * gcc.dg/tree-ssa/20040513-2.c: New test.
6273
6274 2004-05-13  Paul Brook  <paul@codesourcery.com>
6275
6276         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
6277         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
6278         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
6279
6280 2004-05-13  Andreas Schwab  <schwab@suse.de>
6281
6282         PR other/10819
6283         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
6284         characters.
6285
6286 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
6287
6288         PR fortran/15294
6289         * gfortran.fortran-torture/execute/adjustr.f90: New file.
6290
6291 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6292
6293         Merge from tree-ssa-20020619-branch.  See
6294         ChangeLog.tree-ssa for details.
6295
6296 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
6297
6298         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
6299         include <altivec.h> explicitly.
6300         * gcc.dg/altivec-13.c: Likewise.
6301
6302 2004-05-11  Paul Brook  <paul@codesourcery.com>
6303
6304         * gcc.c-torture/compile/20010518-1.c: Force enum size.
6305
6306 2004-05-10  Eric Christopher  <echristo@redhat.com>
6307
6308         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
6309         * gcc.dg/sibcall-4.c: Ditto.
6310
6311 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
6312
6313         * g++.dg/ext/altivec-8.C: New test case.
6314         * gcc.dg/altivec-13.c: New test case.
6315
6316 2004-05-08  Roger Sayle  <roger@eyesopen.com>
6317
6318         * gcc.c-torture/execute/divcmp-1.c: New test case.
6319         * gcc.c-torture/execute/divcmp-2.c: New test case.
6320         * gcc.c-torture/execute/divcmp-3.c: New test case.
6321
6322 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
6323
6324         * g++.dg/other/pragma-re-2.C: New test.
6325
6326 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6327
6328         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
6329         * gcc.dg/i386-387-2.c: Likewise.
6330
6331         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
6332         __builtin_drem.
6333         * gcc.dg/i386-387-6.c: Likewise.
6334
6335 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6336
6337         * gcc.dg/builtins-33.c:  Also check log1p*.
6338
6339 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
6340
6341         PR optimization/15296
6342         * gcc.c-torture/execute/pr15296.c: New test.
6343
6344 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
6345
6346         * gcc.dg/builtins-40.c: New test.
6347
6348 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
6349
6350         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
6351
6352 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
6353
6354         * g++.dg/ext/spe1.C: New testcase.
6355
6356 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
6357
6358         * objc.dg/image-info.m: Allow additional attributes
6359         for __image_info section.
6360
6361 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
6362
6363         * gcc.dg/torture/mips-hilo-2.c: New test.
6364
6365 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6366
6367         PR c++/14389
6368         * g++.dg/template/member5.C: New test.
6369
6370 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
6371
6372         * gcc.dg/builtins-34.c: Also check expm1*.
6373
6374 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6375
6376         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
6377         * gcc.dg/torture/builtin-convert-3.c: New test.
6378
6379 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
6380
6381         PR middle-end/15054
6382         * g++.dg/opt/pr15054.C: New test.
6383
6384 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6385
6386         * gcc.dg/torture/builtin-rounding-1.c: New test.
6387         * gcc.dg/builtins-25.c: Delete.
6388         * gcc.dg/builtins-29.c: Delete.
6389
6390 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
6391
6392         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
6393         * gcc.dg/sibcall-4.c: Likewise.
6394         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
6395
6396 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6397
6398         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
6399         bit-field on 16-bit targets.
6400
6401 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6402
6403         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
6404         16-bit targets.
6405
6406 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
6407
6408         * gcc.dg/rs6000-power2-1.c: Change to compile only.
6409         * gcc.dg/rs6000-power2-2.c: Likewise.
6410
6411 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
6412
6413         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
6414         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
6415         Change the asm registers to be in form of frN instead of fN.
6416
6417 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6418
6419         * gcc.dg/torture/builtin-convert-2.c: New test.
6420
6421 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
6422
6423         * gcc.dg/rs6000-power2-1.c: New test.
6424         * gcc.dg/rs6000-power2-2.c: New test.
6425
6426 2004-04-28  Jan Hubicka  <jh@suse.cz>
6427
6428         * gcc.dg/unused-6.c: New test.
6429
6430 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
6431             Ulrich Weigand  <uweigand@de.ibm.com>
6432
6433         * ada/acats/run_all.sh: Define $target variable.
6434
6435 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
6436
6437         PR c++/15119
6438         * g++.dg/other/vararg-1.C: New test.
6439
6440         PR c++/4794
6441         * g++.dg/eh/cleanup3.C: New test.
6442
6443 2004-04-24  Laurent GUERBY <laurent@guerby.net>
6444
6445         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
6446         and ad8011a (target_insn).
6447         * ada/acats/support/macro.dfs: Likewise.
6448         * ada/acats/support/impbit.adb: New file.
6449
6450 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
6451
6452         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
6453
6454 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6455
6456         * gcc.dg/loop-3.c: New test.
6457
6458 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
6459
6460         * gcc.c-torture/execute/simd-5.c: New test.
6461
6462 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6463
6464         PR c++/15064
6465         * g++.dg/template/crash18.C: New test.
6466
6467 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
6468
6469         * g++.dg/ext/complit3.C: New test.
6470
6471 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6472
6473         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
6474         * gcc.dg/altivec-3.c: Same.
6475         * gcc.dg/altivec-varargs-1.c: Same.
6476
6477 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6478
6479         * lib/target-supports.exp (check_profiling_available): Assume
6480         profiling is not available on powerpc-eabi targets.
6481
6482 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
6483
6484         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
6485         * gcc.dg/vmx/bug-1.c: Ditto.
6486
6487 2004-04-20  Eric Christopher  <echristo@redhat.com>
6488
6489         * gcc.dg/charset/extern.c: New test.
6490         * g++.dg/charset/extern3.cc: Ditto.
6491
6492 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
6493
6494         * gcc.dg/builtins-39.c: New test.
6495
6496 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
6497
6498         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
6499
6500 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
6501
6502         * gcc.dg/torture/mips-hilo-1.c: New test.
6503
6504 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
6505
6506         * gcc.c-torture/compile/20040419-1.c: New test.
6507
6508 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
6509
6510         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
6511
6512 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
6513             Aldy Hernandez  <aldyh@redhat.com>
6514
6515         * gcc.c-torture/execute/va-arg-24.c: New.
6516
6517 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
6518             Aldy Hernandez  <aldyh@redhat.com>
6519
6520         * gcc.dg/vmx/1b-01.c: New.
6521         * gcc.dg/vmx/1b-02.c: New.
6522         * gcc.dg/vmx/1b-03.c: New.
6523         * gcc.dg/vmx/1b-04.c: New.
6524         * gcc.dg/vmx/1b-05.c: New.
6525         * gcc.dg/vmx/1b-06.c: New.
6526         * gcc.dg/vmx/1b-07.c: New.
6527         * gcc.dg/vmx/1c-01.c: New.
6528         * gcc.dg/vmx/1c-02.c: New.
6529         * gcc.dg/vmx/3a-01a.c: New.
6530         * gcc.dg/vmx/3a-01.c: New.
6531         * gcc.dg/vmx/3a-01m.c: New.
6532         * gcc.dg/vmx/3a-03.c: New.
6533         * gcc.dg/vmx/3a-03m.c: New.
6534         * gcc.dg/vmx/3a-04.c: New.
6535         * gcc.dg/vmx/3a-04m.c: New.
6536         * gcc.dg/vmx/3a-05.c: New.
6537         * gcc.dg/vmx/3a-06.c: New.
6538         * gcc.dg/vmx/3a-06m.c: New.
6539         * gcc.dg/vmx/3a-07.c: New.
6540         * gcc.dg/vmx/3b-01.c: New.
6541         * gcc.dg/vmx/3b-02.c: New.
6542         * gcc.dg/vmx/3b-10.c: New.
6543         * gcc.dg/vmx/3b-13.c: New.
6544         * gcc.dg/vmx/3b-14.c: New.
6545         * gcc.dg/vmx/3b-15.c: New.
6546         * gcc.dg/vmx/3c-01a.c: New.
6547         * gcc.dg/vmx/3c-01.c: New.
6548         * gcc.dg/vmx/3c-02.c: New.
6549         * gcc.dg/vmx/3c-03.c: New.
6550         * gcc.dg/vmx/3d-01.c: New.
6551         * gcc.dg/vmx/4-01.c: New.
6552         * gcc.dg/vmx/4-03.c: New.
6553         * gcc.dg/vmx/5-01.c: New.
6554         * gcc.dg/vmx/5-02.c: New.
6555         * gcc.dg/vmx/5-03.c: New.
6556         * gcc.dg/vmx/5-04.c: New.
6557         * gcc.dg/vmx/5-05.c: New.
6558         * gcc.dg/vmx/5-06.c: New.
6559         * gcc.dg/vmx/5-07.c: New.
6560         * gcc.dg/vmx/5-07t.c: New.
6561         * gcc.dg/vmx/5-08.c: New.
6562         * gcc.dg/vmx/5-10.c: New.
6563         * gcc.dg/vmx/5-11.c: New.
6564         * gcc.dg/vmx/7-01a.c: New.
6565         * gcc.dg/vmx/7-01.c: New.
6566         * gcc.dg/vmx/7c-01.c: New.
6567         * gcc.dg/vmx/7d-01.c: New.
6568         * gcc.dg/vmx/7d-02.c: New.
6569         * gcc.dg/vmx/8-01.c: New.
6570         * gcc.dg/vmx/8-02a.c: New.
6571         * gcc.dg/vmx/8-02.c: New.
6572         * gcc.dg/vmx/brode-1.c: New.
6573         * gcc.dg/vmx/bug-1.c: New.
6574         * gcc.dg/vmx/bug-2.c: New.
6575         * gcc.dg/vmx/bug-3.c: New.
6576         * gcc.dg/vmx/cw-bug-1.c: New.
6577         * gcc.dg/vmx/cw-bug-2.c: New.
6578         * gcc.dg/vmx/cw-bug-3.c: New.
6579         * gcc.dg/vmx/dct.c: New.
6580         * gcc.dg/vmx/debug-1.c: New.
6581         * gcc.dg/vmx/debug-2.c: New.
6582         * gcc.dg/vmx/debug-3.c: New.
6583         * gcc.dg/vmx/debug-4.c: New.
6584         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
6585         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
6586         * gcc.dg/vmx/eg-5.c: New.
6587         * gcc.dg/vmx/fft.c: New.
6588         * gcc.dg/vmx/gcc-bug-1.c: New.
6589         * gcc.dg/vmx/gcc-bug-2.c: New.
6590         * gcc.dg/vmx/gcc-bug-3.c: New.
6591         * gcc.dg/vmx/gcc-bug-4.c: New.
6592         * gcc.dg/vmx/gcc-bug-5.c: New.
6593         * gcc.dg/vmx/gcc-bug-6.c: New.
6594         * gcc.dg/vmx/gcc-bug-7.c: New.
6595         * gcc.dg/vmx/gcc-bug-8.c: New.
6596         * gcc.dg/vmx/gcc-bug-9.c: New.
6597         * gcc.dg/vmx/gcc-bug-b.c: New.
6598         * gcc.dg/vmx/gcc-bug-c.c: New.
6599         * gcc.dg/vmx/gcc-bug-d.c: New.
6600         * gcc.dg/vmx/gcc-bug-e.c: New.
6601         * gcc.dg/vmx/gcc-bug-f.c: New.
6602         * gcc.dg/vmx/gcc-bug-g.c: New.
6603         * gcc.dg/vmx/gcc-bug-i.c: New.
6604         * gcc.dg/vmx/harness.h: New.
6605         * gcc.dg/vmx/ira1.c: New.
6606         * gcc.dg/vmx/ira2a.c: New.
6607         * gcc.dg/vmx/ira2b.c: New.
6608         * gcc.dg/vmx/ira2.c: New.
6609         * gcc.dg/vmx/ira2c.c: New.
6610         * gcc.dg/vmx/mem.c: New.
6611         * gcc.dg/vmx/newton-1.c: New.
6612         * gcc.dg/vmx/ops.c: New.
6613         * gcc.dg/vmx/sn7153.c: New.
6614         * gcc.dg/vmx/spill2.c: New.
6615         * gcc.dg/vmx/spill3.c: New.
6616         * gcc.dg/vmx/spill.c: New.
6617         * gcc.dg/vmx/t.c: New.
6618         * gcc.dg/vmx/varargs-1.c: New.
6619         * gcc.dg/vmx/varargs-2.c: New.
6620         * gcc.dg/vmx/varargs-3.c: New.
6621         * gcc.dg/vmx/varargs-4.c: New.
6622         * gcc.dg/vmx/varargs-5.c: New.
6623         * gcc.dg/vmx/varargs-6.c: New.
6624         * gcc.dg/vmx/varargs-7.c: New.
6625         * gcc.dg/vmx/vmx.exp: New.
6626         * gcc.dg/vmx/vprint-1.c: New.
6627         * gcc.dg/vmx/vscan-1.c: New.
6628         * gcc.dg/vmx/x-01.c: New.
6629         * gcc.dg/vmx/x-02.c: New.
6630         * gcc.dg/vmx/x-03.c: New.
6631         * gcc.dg/vmx/x-04.c: New.
6632         * gcc.dg/vmx/x-05.c: New.
6633         * gcc.dg/vmx/yousufi-1.c: New.
6634         * gcc.dg/vmx/zero-1.c: New.
6635         * gcc.dg/vmx/zero.c: New.
6636
6637 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
6638
6639         * g++.dg/lookup/java1.C: Update for chage of
6640         _Jv_AllocObject.
6641         * g++.dg/lookup/java2.C: Likewise.
6642
6643 2004-04-17  Laurent GUERBY <laurent@guerby.net>
6644
6645         * ada/acats/run_all.sh: use -O2 by default.
6646
6647 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
6648
6649         * gcc.dg/vr-mult-[12].c: New tests.
6650
6651 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6652
6653         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
6654
6655         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
6656
6657 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
6658
6659         * lib/target-supports.exp (check_profiling_available): Assume profiling
6660         isn't available for mips*-*-elf targets.
6661
6662 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
6663
6664         * gcc.dg/builtins-38.c: New test.
6665
6666 2004-04-14  Eric Christopher  <echristo@redhat.com>
6667
6668         * g++.dg/charset/charset.exp: Run .cc extension tests.
6669
6670 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
6671
6672         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
6673
6674 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6675
6676         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
6677
6678 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
6679
6680         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
6681         * gcc.dg/i386-387-2.c: Likewise.
6682
6683         * gcc.dg/i386-387-7.c: New test.
6684         * gcc.dg/i386-387-8.c: New test.
6685
6686         * gcc.dg/builtins-37.c: New test.
6687
6688 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
6689
6690         * g++.dg/pch/externc-1.C: Add missing semicolon.
6691
6692 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
6693
6694         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
6695
6696 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6697
6698         * gcc.c-torture/execute/20040411-1.c: New test.
6699
6700 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
6701
6702         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
6703
6704 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
6705
6706         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
6707
6708 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
6709
6710         * lib/target-supports.exp (check_named_sections_available): New.
6711         * lib/gcc-dg.exp (dg-require-named-sections): New.
6712         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
6713         old-deja.exp.  Also prune error-count message from HP linker.
6714         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
6715
6716         * g++.dg/init/init-ref4.C: Use dg-require-weak.
6717         * g++.old-deja/g++.pt/static3.C: Likewise.
6718         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
6719
6720 2004-04-09  Roger Sayle  <roger@eyesopen.com>
6721
6722         * gcc.c-torture/execute/20040409-1.c: New test case.
6723         * gcc.c-torture/execute/20040409-2.c: New test case.
6724         * gcc.c-torture/execute/20040409-3.c: New test case.
6725
6726 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
6727
6728         * gcc.dg/20040409-1.c: New test.
6729
6730 2004-04-08  Roger Sayle  <roger@eyesopen.com>
6731
6732         PR target/14888
6733         * g++.dg/opt/pr14888.C: New test case.
6734
6735 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
6736
6737         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
6738         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
6739         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
6740         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
6741         New tests.
6742
6743 2004-04-08  Paul Brook  <paul@codesourcery.com>
6744
6745         * gcc.dg/spill-1.c: New test.
6746
6747 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6748
6749         * gcc.dg/torture/builtin-ctype-2.c: New test.
6750
6751 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
6752
6753         * gcc.dg/pch/pch.exp: Add largefile test.
6754
6755 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
6756
6757         * g++.dg/pch/externc-1.Hs: New.
6758         * g++.dg/pch/externc-1.C: New.
6759
6760 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6761
6762         * gcc.dg/compat/struct-by-value-5a_main.c,
6763         gcc.dg/compat/struct-by-value-5b_main.c: New files.
6764         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
6765         * gcc.dg/compat/struct-by-value-5a_x.c,
6766         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
6767         gcc.dg/compat/struct-by-value-5_x.c.
6768         * gcc.dg/compat/struct-by-value-5a_y.c,
6769         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
6770         gcc.dg/compat/struct-by-value-5_y.c.
6771
6772         * gcc.dg/compat/struct-by-value-6a_main.c,
6773         gcc.dg/compat/struct-by-value-6b_main.c: New files.
6774         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
6775         * gcc.dg/compat/struct-by-value-6a_x.c,
6776         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
6777         gcc.dg/compat/struct-by-value-6_x.c.
6778         * gcc.dg/compat/struct-by-value-6a_y.c,
6779         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
6780         gcc.dg/compat/struct-by-value-6_y.c.
6781
6782         * gcc.dg/compat/struct-by-value-7a_main.c,
6783         gcc.dg/compat/struct-by-value-7b_main.c: New files.
6784         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
6785         * gcc.dg/compat/struct-by-value-7a_x.c,
6786         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
6787         gcc.dg/compat/struct-by-value-7_x.c.
6788         * gcc.dg/compat/struct-by-value-7a_y.c,
6789         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
6790         gcc.dg/compat/struct-by-value-7_y.c.
6791
6792 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
6793
6794         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
6795         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
6796         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
6797         options.
6798
6799 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
6800
6801         * gcc.dg/builtins-36.c: New test.
6802
6803 2004-04-06  Paul Brook  <paul@codesourcery.com>
6804
6805         * README.gcc: Remove obsolete contraint on testcases.
6806
6807 2004-04-05  Paul Brook  <paul@codesourcery.com>
6808
6809         PR2123
6810         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
6811         failure and exit(0) on success.
6812         * g++.dg/expr/anew2.C: Ditto.
6813         * g++.dg/expr/anew3.C: Ditto.
6814         * g++.dg/expr/anew4.C: Ditto.
6815
6816 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
6817
6818         PR c++/3518
6819         * g++.dg/template/unify7.C: New.
6820
6821 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
6822
6823         * g++.dg/README: Bring up to date with new subdirectories; remove
6824         duplicate subdirectory lines.
6825
6826 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
6827
6828         PR c++/14007
6829         * g++.dg/template/unify5.C: New.
6830         * g++.dg/template/unify6.C: New.
6831         * g++.dg/template/qualttp20.C: Adjust.
6832         * g++.old-deja/g++.jason/report.C: Adjust.
6833         * g++.old-deja/g++.other/qual1.C: Adjust.
6834
6835 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
6836
6837         PR c++/14803
6838         * g++.dg/inherit/ptrmem1.C: New test.
6839
6840 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
6841
6842         PR c++/14755
6843         * gcc.c-torture/execute/20040331-1.c: New test.
6844         * gcc.dg/20040331-1.c: New test.
6845
6846 2004-04-01  Paul Brook  <paul@codesourcery.com>
6847
6848         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
6849
6850 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
6851
6852         PR c++/14724
6853         * g++.dg/init/goto1.C: New test.
6854
6855         PR c++/14763
6856         * g++.dg/template/defarg4.C: New test.
6857
6858 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
6859
6860         * gcc.dg/altivec-11.c: Extend test for more valid cases.
6861
6862 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
6863
6864         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
6865
6866 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
6867
6868         * gcc.dg/noncompile/undeclared-2.c: New test.
6869
6870 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
6871
6872         * gcc.dg/940409-1.c: Remove XFAIL.
6873         * gcc.dg/reg-vol-struct-1.c: New test.
6874
6875 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6876
6877         * gcc.dg/torture/builtin-wctype-1.c: New test.
6878
6879 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
6880
6881         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
6882         * gcc.dg/20001101-1.c: Likewise.
6883         * gcc.dg/20001102-1.c: Likewise.
6884
6885 2004-03-25  Roger Sayle  <roger@eyesopen.com>
6886
6887         * gcc.dg/compare8.c: Add an additional test for XOR.
6888
6889 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6890
6891         * gcc.dg/torture/builtin-ctype-1.c: New test.
6892
6893 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6894
6895         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
6896         * gcc.dg/torture/builtin-math-1.c: Likewise.
6897         * gcc.dg/torture/builtin-power-1.c: New test.
6898
6899 2004-03-24  Andreas Schwab  <schwab@suse.de>
6900
6901         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
6902         IA64 assembler.
6903
6904 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
6905             Roger Sayle  <roger@eyesopen.com>
6906
6907         * gcc.dg/compare8.c: New test case.
6908
6909 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
6910
6911         * g++.dg/ext/altivec-7.C: New test.
6912
6913 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
6914
6915         PR 12267, 12391, 12560, 13129, 14114, 14133
6916         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
6917         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
6918         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
6919         Adjust error regexps.
6920         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
6921         * gcc.dg/noncompile/undeclared-1.c: New test cases.
6922         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
6923         * gcc.dg/local1.c: Add explanatory comment.
6924
6925 2004-03-23  Roger Sayle  <roger@eyesopen.com>
6926
6927         PR optimization/14669
6928         * g++.dg/opt/fold2.C: New test case.
6929
6930 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
6931
6932         PR c/14069
6933         * gcc.dg/20040322-1.c: New test.
6934
6935 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6936
6937         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
6938         * gcc.dg/ultrasp4.c: Likewise.
6939         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
6940
6941 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
6942
6943         * gcc.dg/i386-sse-8.c: Reset default options.
6944
6945 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
6946
6947         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
6948         in the error message text.
6949
6950 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6951
6952         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
6953
6954 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
6955
6956         PR c++/14616
6957         * g++.dg/init/array13.C: New test.
6958
6959 2004-03-20  Roger Sayle  <roger@eyesopen.com>
6960
6961         PR target/13889
6962         * gcc.c-torture/compile/pr13889.c: New test case.
6963
6964 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
6965
6966         PR c/14635
6967         * builtins-1.c (nan, nans): Don't test.
6968         * builtins-30.c: Don't use nan, nanf, nanl.
6969         * builtins-35.c: New test.
6970
6971 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
6972
6973         * g++.dg/ext/altivec-6.C: New test.
6974
6975 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
6976
6977         * g++.dg/init/placement3.C: New test.
6978
6979         * g++.dg/template/spec13.C: New test.
6980
6981         * g++.dg/lookup/using11.C: New test.
6982
6983         * g++.dg/lookup/koenig3.C: New test.
6984
6985         * g++.dg/template/operator2.C: New test.
6986
6987         * g++.dg/expr/dtor3.C: New test.
6988         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
6989         marker.
6990         * g++.old-deja/g++.law/visibility28.C: Likewise.
6991
6992 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
6993
6994         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
6995         * gcc.dg/ppc64-abi-3.c: Likewise.
6996
6997 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6998
6999         PR c++/14545
7000         * g++.dg/parse/template15.C: New test.
7001
7002 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7003
7004         * g++.dg/expr/dtor2.C: New test.
7005
7006         * g++.dg/lookup/anon4.C: New test.
7007
7008         * g++.dg/overload/using1.C: New test.
7009
7010         * g++.dg/template/lookup7.C: New test.
7011
7012         * g++.dg/template/typename6.C: New test.
7013
7014         * g++.dg/expr/cond6.C: New test.
7015
7016 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7017
7018         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
7019
7020 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7021
7022         * g++.dg/expr/cond5.C: New test.
7023         * g++.dg/expr/constcast1.C: Likewise.
7024         * g++.dg/expr/ptrmem2.C: Likewise.
7025         * g++.dg/expr/ptrmem3.C: Likewise.
7026         * g++.dg/lookup/main1.C: Likewise.
7027         * g++.dg/template/lookup6.C: Likewise.
7028
7029 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7030
7031         * gcc.dg/local1.c: New test.
7032
7033         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
7034
7035 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7036
7037         * gcc.dg/torture/builtin-convert-1.c: New test.
7038
7039 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7040
7041         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
7042
7043 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7044
7045         PR c++/14481
7046         * g++.dg/warn/Wunused-7.C: New test.
7047
7048 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7049
7050         * gcc.dg/torture/builtin-integral-1.c: New test.
7051
7052 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7053
7054         PR c++/14586
7055         * g++.dg/parse/non-dependent3.C: New test.
7056
7057 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
7058
7059         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
7060         * g++.dg/eh/simd-2.C: Likewise.
7061         * g++.dg/init/array10.C: Likewise.
7062         * gcc.c-torture/compile/simd-1.c: Likewise.
7063         * gcc.c-torture/compile/simd-2.c: Likewise.
7064         * gcc.c-torture/compile/simd-3.c: Likewise.
7065         * gcc.c-torture/compile/simd-4.c: Likewise.
7066         * gcc.c-torture/compile/simd-6.c: Likewise.
7067         * gcc.c-torture/execute/simd-1.c: Likewise.
7068         * gcc.c-torture/execute/simd-2.c: Likewise.
7069         * gcc.dg/compat/vector-defs.h: Likewise.
7070         * gcc.dg/20020531-1.c: Likewise.
7071         * gcc.dg/altivec-3.c: Likewise.
7072         * gcc.dg/altivec-4.c: Likewise.
7073         * gcc.dg/altivec-varargs-1.c: Likewise.
7074         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
7075         * gcc.dg/i386-mmx-3.c: Likewise.
7076         * gcc.dg/i386-sse-4.c: Likewise.
7077         * gcc.dg/i386-sse-5.c: Likewise.
7078         * gcc.dg/i386-sse-8.c: Likewise.
7079         * gcc.dg/simd-1.c: Likewise.
7080         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
7081         __ev64_opaque__ since the machine description provides it.
7082
7083 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7084
7085         * lib/compat.exp (skip_list): New global variable.
7086         Use it to hold the user defined COMPAT_SKIPS list if any.
7087         (compat-obj): Add the members of skip_list to optall.
7088
7089 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7090
7091         * gcc.dg/compat/union-by-value-1_main.c,
7092         union-by-value-1_x.c, union-by-value-1_y.c,
7093         union-check.h, union-defs.h,
7094         union-init.h, union-return-1_main.c,
7095         union-return-1_x.c, union-return-1_y.c: New files.
7096
7097 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7098
7099         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
7100         mixed-struct-init.h: Add 4 mixed structure types.
7101         struct-by-value-21_main.c, struct-by-value-21_x.c,
7102         struct-by-value-21_y.c, struct-return-21_main.c,
7103         struct-return-21_x.c, struct-return-21_y.c: New files.
7104
7105 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
7106
7107         PR c++/14550
7108         * g++.dg/parse/template14.C: New test.
7109
7110 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7111
7112         * gcc.c-torture/execute/20040313-1.c: New test.
7113
7114 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
7115
7116         PR target/14533
7117         * gcc.dg/20040311-2.c: New test.
7118
7119 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
7120
7121         PR other/14544
7122         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
7123         bit-field.
7124
7125 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
7126
7127         * gcc.dg/20040305-2.c: Add missing return statement.
7128
7129 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7130
7131         * gcc.dg/builtins-34.c: Also check pow10*.
7132
7133 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7134
7135         PR target/14262
7136         * gcc.dg/20040305-2.c: New test.
7137
7138 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7139
7140         * gcc.dg/20040310-1.c: New test.
7141
7142 2004-03-11  Roger Sayle  <roger@eyesopen.com>
7143
7144         * gcc.c-torture/execute/20040311-1.c: New test case.
7145
7146 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
7147
7148         PR c++/14476
7149         * g++.dg/lookup/enum1.C: New test.
7150
7151 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
7152
7153         PR c++/14510
7154         * g++.dg/lookup/struct2.C: New test.
7155
7156 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
7157
7158         * gcc.dg/builtins-34.c: New test.
7159
7160 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7161
7162         * gcc.dg/torture/builtin-nonneg-1.c: New test.
7163
7164 2004-03-09  James E Wilson  <wilson@specifixinc.com>
7165
7166         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
7167         * gcc.dg/alias-2.c: New testcase.
7168
7169 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
7170
7171         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
7172
7173 2004-03-09  Roger Sayle  <roger@eyesopen.com>
7174
7175         * gcc.c-torture/execute/20040309-1.c: New test case.
7176
7177 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
7178
7179         PR c++/14397
7180         * g++.dg/overload/ref1.C: New.
7181
7182 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7183
7184         PR c++/14409
7185         * g++.dg/template/spec12.C: New test.
7186
7187         PR c++/14448
7188         * g++.dg/parse/crash14.C: New test.
7189
7190 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7191
7192         PR c++/14230
7193         * g++.dg/init/ref11.C: New test.
7194
7195 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7196
7197         PR c++/14432
7198         * g++.dg/parse/builtin2.C: New test.
7199
7200 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7201
7202         PR c++/14401
7203         * g++.dg/init/ctor3.C: New test.
7204         * g++.dg/init/union1.C: New test.
7205         * g++.dg/ext/anon-struct4.C: New test.
7206
7207 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7208
7209         * g++.dg/lookup/koenig1.C: Tweak error messages.
7210         * g++.dg/lookup/used-before-declaration.C: Likewise.
7211         * g++.dg/other/do1.C: Likewise.
7212         * g++.dg/overload/koenig1.C: Likewise.
7213         * g++.dg/parse/crash13.C: Likewise.
7214         * g++.dg/template/instantiate3.C: Likewise.
7215
7216 2004-03-08  Eric Christopher  <echristo@redhat.com>
7217
7218         * * lib/target-supports.exp: Enable libiconv in test
7219         compilation.  Fix up error checking.
7220
7221 2004-03-08  Roger Sayle  <roger@eyesopen.com>
7222
7223         PR middle-end/14289
7224         * gcc.dg/pr14289-1.c: New test case.
7225         * gcc.dg/pr14289-2.c: Likewise.
7226         * gcc.dg/pr14289-3.c: Likewise.
7227
7228 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
7229
7230         * gcc.c-torture/execute/20040308-1.c: New test.
7231
7232 2004-03-07  Roger Sayle  <roger@eyesopen.com>
7233
7234         * gcc.c-torture/execute/20040307-1.c: New test case.
7235
7236 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
7237
7238         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
7239
7240 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
7241
7242         * gcc.dg/20040306-1.c: New test.
7243
7244 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
7245
7246         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
7247         them static.
7248         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
7249
7250 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7251
7252         PR c/14465
7253         * gcc.dg/decl-6.c: New test.
7254
7255 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7256
7257         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
7258         Rename LOGPOW -> LOG_POW.
7259         (SQRT_EXP, POW_EXP): New.
7260
7261 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7262
7263         * gcc.dg/i386-sse-8.c: New test.
7264
7265 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7266
7267         PR c/14114
7268         * gcc.dg/decl-5.c: New test.
7269
7270 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
7271
7272         * gcc.dg/20040305-1.c: New test.
7273
7274 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
7275
7276         PR other/14354
7277         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
7278
7279 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
7280
7281         PR c++/14425, c++/14426
7282         * g++.dg/ext/altivec-4.C: New test.
7283         * g++.dg/ext/altivec-5.C: New test.
7284
7285 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
7286
7287         * g++.old-deja/g++.other/linkage1.C: Expect errors about
7288         global variables of a type with no linkage.
7289         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
7290         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
7291         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
7292         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
7293         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
7294         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
7295         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
7296         * g++.dg/warn/deprecated.C: Name enum Color.
7297         * g++.dg/overload/VLA.C: Name structure for 'b'.
7298         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
7299
7300 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7301
7302         * gcc.c-torture/compile/20040304-1.c: New test.
7303
7304 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
7305
7306         PR 13728
7307         * gcc.dg/decl-4.c: New testcase.
7308
7309 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
7310
7311         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
7312         as PRECF if sizeof (float) > sizeof (double).
7313         (PRECL): Make it the same as PRECF if
7314         sizeof (float) > sizeof (long double).
7315
7316 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7317
7318         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
7319         system type.  Add check for irix6 which doesn't have c99 runtime.
7320
7321 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
7322
7323         * gcc.dg/const-elim-1.c: xfail for xtensa.
7324
7325 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7326
7327         PR c++/14369
7328         * g++.dg/template/cond4.C: New test.
7329
7330 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7331
7332         PR c++/14360
7333         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
7334
7335         PR c++/14361
7336         * g++.dg/parse/defarg7.C: New test.
7337
7338         PR c++/14359
7339         * g++.dg/template/friend26.C: New test.
7340
7341 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7342
7343         PR c++/14324
7344         * g++.dg/abi/mangle21.C: New test.
7345
7346         PR c++/14260
7347         * g++.dg/parse/constructor2.C: New test.
7348
7349         PR c++/14337
7350         * g++.dg/template/sfinae1.C: New test.
7351
7352 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7353
7354         PR c++/14267
7355         * g++.dg/expr/crash2.C: New test.
7356
7357         PR middle-end/13448
7358         * gcc.dg/inline-5.c: New test.
7359         * gcc.dg/always-inline.c: Split out tests into ...
7360         * gcc.dg/always-inline2.c: ... this and ...
7361         * gcc.dg/always-inline3.c: ... this.
7362
7363 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7364
7365         PR debug/12103
7366         * g++.dg/debug/crash1.C: New test.
7367
7368 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
7369
7370         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
7371         function with __attribute__((noinline)).
7372         (recurser_void2): Likewise.
7373         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
7374         (recurser_void2): Likewise.
7375
7376 2004-02-29  Roger Sayle  <roger@eyesopen.com>
7377
7378         PR middle-end/14203
7379         * g++.dg/warn/Wunused-6.C: New test case.
7380
7381 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
7382
7383         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
7384         not defined.
7385
7386 2004-02-27  Eric Christopher  <echristo@redhat.com>
7387
7388         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
7389         * g++.dg/charset/asm2.c: Run only x86.
7390         * gcc.dg/charset/asm3.c: Ditto.
7391
7392 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
7393
7394         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
7395         ld_library_path.
7396
7397 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
7398
7399         * g++.dg/ext/altivec-3.C: New.
7400
7401 2004-02-26  Richard Henderson  <rth@redhat.com>
7402
7403         * g++.dg/ext/attrib10.C: Mark for warning.
7404         * gcc.dg/attr-alias-1.c: New.
7405
7406 2004-02-26  Richard Henderson  <rth@redhat.com>
7407
7408         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
7409         * gcc.c-torture/execute/20040208-2.c: ... it back.
7410
7411 2004-02-26  Eric Christopher  <echristo@redhat.com>
7412
7413         * lib/target-supports.exp (check-iconv-available): New function.
7414         * lib/gcc-dg.exp (dg-require-iconv): New function.
7415         Use above.
7416         * gcc.dg/charset: New directory.
7417         * gcc.dg/charset/charset.exp: New file.
7418         * gcc.dg/charset/asm1.c: Ditto.
7419         * gcc.dg/charset/asm2.c: Ditto.
7420         * gcc.dg/charset/asm3.c: Ditto.
7421         * gcc.dg/charset/asm4.c: Ditto.
7422         * gcc.dg/charset/asm5.c: Ditto.
7423         * gcc.dg/charset/attribute1.c: Ditto.
7424         * gcc.dg/charset/attribute2.c: Ditto.
7425         * gcc.dg/charset/string1.c: Ditto.
7426         * g++.dg/charset: New directory.
7427         * g++.dg/dg.exp: Add here. Special options.
7428         * g++.dg/charset/charset.exp: New file.
7429         * g++.dg/charset/asm1.c: Ditto.
7430         * g++.dg/charset/asm2.c: Ditto.
7431         * g++.dg/charset/asm3.c: Ditto.
7432         * g++.dg/charset/asm4.c: Ditto.
7433         * g++.dg/charset/attribute1.c: Ditto.
7434         * g++.dg/charset/attribute2.c: Ditto.
7435         * g++.dg/charset/extern1.cc: Ditto.
7436         * g++.dg/charset/extern2.cc: Ditto.
7437         * g++.dg/charset/string1.c: Ditto.
7438
7439 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
7440
7441         PR c++/14278
7442         * g++.dg/parse/comma1.C: New test.
7443
7444 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7445
7446         PR c++/14284
7447         * g++.dg/template/ttp8.C: New test.
7448
7449 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
7450
7451         * gcc.dg/fixuns-trunc-1.c: New test.
7452
7453 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7454
7455         * gcc.dg/builtins-config.h: Use #elif.
7456
7457 2004-02-26  Michael Matz  <matz@suse.de>
7458
7459         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
7460         * gcc.dg/991214-1.c: Likewise.
7461         * gcc.dg/i386-asm-1.c: Likewise.
7462
7463 2004-02-25  Richard Henderson  <rth@redhat.com>
7464
7465         * gcc.c-torture/execute/20040208-2.c: Move ...
7466         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
7467
7468 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7469
7470         PR c++/14246
7471         * g++.dg/other/crash-3.C: New test.
7472
7473 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7474
7475         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
7476         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
7477
7478         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
7479         HP-UX.
7480
7481 2004-02-24  Michael Matz  <matz@suse.de>
7482
7483         * gcc.dg/i386-regparm.c: New.
7484
7485 2004-02-23  James E Wilson  <wilson@specifixinc.com>
7486
7487         * gcc.c-torture/execute/20040223-1.c: New.
7488
7489 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
7490             Kazu Hirata  <kazu@cs.umass.edu>
7491
7492         * gcc.dg/fwritable-strings-1.c: Remove.
7493
7494 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
7495
7496         PR c/14156
7497         * gcc.dg/20040223-1.c: New test.
7498
7499 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7500
7501         PR c++/14106
7502         * g++.dg/ext/typeof9.C: New test.
7503
7504 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7505
7506         PR c++/14250
7507         * g++.dg/other/switch1.C: New test.
7508
7509 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7510
7511         * gcc.dg/cast-function-1.c: Adjust for new informative message.
7512         * gcc.dg/va-arg-1.c: Likewise.
7513
7514 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7515
7516         PR c++/14143
7517         * g++.dg/template/koenig5.C: New test.
7518
7519 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
7520
7521         * g++.dg/ext/altivec-1.C: Generalize target triple.
7522         * g++.dg/ext/altivec-2.C: New test case.
7523         * g++.dg/ext/altivec_check.h: New file.
7524         * gcc.dg/altivec-1.c: Generalize target triple;
7525         include altivec_check.h and call altivec_check().
7526         * gcc.dg/altivec-[2-5].c: Generalize target triple.
7527         * gcc.dg/altivec-6.c: New test case.
7528         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
7529         type casts as needed.
7530         * gcc.dg/altivec-10.c: Include altivec_check.h and call
7531         altivec_check().
7532         * gcc.dg/altivec-12.c: New test case.
7533         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
7534         include altivec_check.h and call altivec_check().
7535         * gcc.dg/altivec_check.h: New file.
7536
7537 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7538
7539         * lib/target-supports.exp (check_alias_available): Don't mangle
7540         function `g' in test program.
7541
7542 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7543
7544         * lib/target-supports.exp (check_profiling_available): Check
7545         argument to determine whether we support a profiling type.
7546         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
7547         check_profiling_available.
7548         * g++.dg/bprob/bprob.exp: Likewise
7549         * g77.dg/bprob/bprob.exp: Likewise.
7550         * gcc.misc-tests/bprob.exp: Likewise.
7551         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
7552         dg-require-profiling and delete expected error handling.
7553         * gcc.dg/20021014-1.c: Likewise.
7554         * gcc.dg/nest.c: Likewise.
7555
7556 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7557
7558         PR c++/12007
7559         * g++.dg/other/vthunk1.C: New test.
7560
7561 2004-02-20  Falk Hueffner  <falk@debian.org>
7562
7563         PR target/14201
7564         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
7565
7566 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
7567
7568         PR c++/13927
7569         * g++.dg/other/error8.C: Remove XFAIL markers.
7570
7571         PR c++/14173
7572         * g++.dg/ext/packed5.C: New test.
7573
7574         PR c++/14199
7575         * g++.dg/warn/Wunused-5.C: New test.
7576
7577         PR c++/14186
7578         * g++.dg/lookup/member1.C: New test.
7579
7580 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
7581
7582         * gcc.c-torture/compile/20040130-1.c: Enable only when
7583         __INT_MAX__ >= 2147483647L.
7584         * gcc.c-torture/compile/961203-1.c: Likewise.
7585
7586 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
7587
7588         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
7589         * g++.dg/opt/template1.C: Robustify assembler regexp
7590
7591 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7592
7593         * gcc.c-torture/execute/simd-4.x: Remove.
7594         * gcc.c-torture/execute/va-arg-25.x: Likewise.
7595         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
7596         Guard with #ifndef SKIP_ATTRIBUTE.
7597         * gcc.dg/compat/vector-1_y.c: Likewise.
7598         * gcc.dg/compat/vector-2_x.c: Likewise.
7599         * gcc.dg/compat/vector-2_y.c: Likewise.
7600         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
7601         * g++.dg/eh/simd-2.C: Likewise.
7602
7603 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
7604
7605         * gcc.c-torture/compile/complex-1.c: New.
7606
7607 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
7608
7609         PR target/14209
7610         * gcc.c-torture/execute/20040218-1.c: New test.
7611
7612 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7613
7614         PR c++/14181
7615         * g++.dg/parse/new2.C: New test.
7616
7617 2004-02-18  Paul Brook  <paul@codesourcery.com>
7618
7619         * gcc.c-torture/compile/libcall-1.c: New test.
7620
7621 2004-02-18  Paul Brook  <paul@codesourcery.com>
7622
7623         PR debug/12934
7624         * gcc.dg/debug/debug-7.c: New test.
7625
7626 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
7627
7628         * gcc.dg/20040217-1.c: New test.
7629
7630 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
7631
7632         * gcc.c-torture/execute/990208-1.x: Delete.
7633
7634 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
7635
7636         * gcc.c-torture/execute/20040208-2.x: New file.
7637
7638 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
7639
7640         PR c++/11326
7641         * g++.dg/abi/structret1.C: New test.
7642
7643 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
7644
7645         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
7646         (i386_cpuid): No need to test if cpuid is available on AMD64.
7647         Fix assembly, so that it works onboth i386 and AMD64.
7648         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
7649         (vecInLong): Fix s[] member type to unsigned int.
7650         (vecInWord): Remove type.
7651         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
7652         (a64, b64, c64, d64, e64): Remove.
7653         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
7654         Remove unused variable.  Remove initialization of removed variables.
7655         Don't call mmx_tests nor sse_tests.
7656         (reference_mmx, reference_sse): Remove.
7657         (check): Add return stmt.
7658         * gcc.dg/i386-sse-7.c: New test.
7659         * gcc.dg/i386-mmx-4.c: New test.
7660
7661 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7662
7663         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
7664         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7665         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7666         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
7667         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
7668         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
7669         g++.dg/tc1/dr94.C: Fix line terminator.
7670
7671 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
7672
7673         * gcc.c-torture/compile/20040216-1.c: New.
7674
7675 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7676
7677         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7678         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7679         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
7680         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
7681         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
7682         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
7683
7684 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7685
7686         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
7687
7688 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
7689
7690         PR c++/13971
7691         * g++.dg/expr/cond4.C: New test.
7692
7693         PR c++/14086
7694         * g++.dg/lookup/crash2.C: New test.
7695
7696 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
7697
7698         * gcc.c-torture/compile/20040214-2.c: New test.
7699
7700 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
7701
7702         PR c++/14116
7703         * g++.dg/ext/typeof8.C: New test.
7704
7705 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
7706
7707         * gcc.c-torture/compile/20040214-1.c: New test.
7708
7709 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7710
7711         PR c++/13635
7712         * g++.dg/template/spec11.C: New test.
7713
7714 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7715
7716         PR c++/13927
7717         * g++.dg/other/error8.C: New test.
7718
7719 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
7720
7721         PR c++/14122
7722         * g++.dg/template/array4.C: New test.
7723
7724         PR c++/14108
7725         * g++.dg/inherit/thunk2.C: New test.
7726
7727         PR c++/14083
7728         * g++.dg/eh/cond2.C: New test.
7729
7730 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
7731
7732         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
7733
7734 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
7735
7736         * lib/scanasm.exp (dg-scan): Quote pattern before display.
7737
7738 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
7739
7740         * g++.dg/simd-2.C: xfail on ppc64-linux.
7741
7742 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
7743
7744         PR c/456
7745         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
7746         tests.
7747
7748 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
7749
7750         * gcc.dg/builtins-33.c: New test.
7751
7752 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
7753
7754         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
7755
7756 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
7757
7758         * g++.dg/simd-2.C: Set -maltivec for ppc64.
7759
7760 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
7761
7762         * gcc.dg/ppc64-abi-3.c: New test.
7763
7764 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
7765
7766         PR c/14092
7767
7768         * gcc.dg/pr14092-1.c: New testcase.
7769
7770 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
7771
7772         * gcc.dg/cpp/assert4.c: Fix typo last change.
7773
7774         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
7775         * gcc.dg/cpp/assert4.c: Handle powerpc64.
7776
7777         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
7778
7779 2004-02-09  Roger Sayle  <roger@eyesopen.com>
7780
7781         * gcc.c-torture/compile/20040209-1.c: New test case.
7782
7783 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
7784
7785         * gcc.dg/c90-init-1.c: Adjust expected error messages.
7786
7787 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
7788
7789         * gcc.c-torture/execute/20040208-[12].c: New tests.
7790
7791 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7792
7793         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
7794
7795 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7796
7797         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
7798
7799 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
7800
7801         Bug 13856
7802         * gcc.dg/visibility-8.c: New testcase.
7803
7804 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
7805
7806         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
7807         arguments.
7808         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
7809
7810 2004-02-07  Roger Sayle  <roger@eyesopen.com>
7811
7812         PR middle-end/13696
7813         * g++.dg/opt/fold1.C: New test case.
7814
7815 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7816
7817         PR c++/14033
7818         * g++.dg/other/crash-2.C: New test.
7819
7820 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7821
7822         PR c++/14028
7823         * g++.dg/parse/angle-bracket2.C: New test.
7824
7825 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7826
7827         PR middle-end/13750
7828         Revert:
7829         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
7830         PR pch/13361
7831         * testsuite/g++.dg/pch/wchar-1.C: New.
7832         * testsuite/g++.dg/pch/wchar-1.Hs: New.
7833
7834 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7835
7836         PR c++/14008
7837         * g++.dg/parse/error15.C: New test.
7838         * g++.dg/parse/crash11.C: Update dg-error mark.
7839
7840 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7841
7842         PR c++/13932
7843         * g++.dg/warn/conv2.C: New test.
7844
7845 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7846
7847         PR c++/13086
7848         * g++.dg/warn/incomplete1.C: Remove xfail.
7849
7850 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7851
7852         * lib/file-format.exp (gcc_target_object_format): Use
7853         ${tool}_target_compile, not gcc_target_compile.
7854         * lib/target-supports.exp (check_alias_available): Likewise.
7855         (check_gc_sections_available): Likewise.
7856         * g++.dg/ext/attrib10.C: Use dg-require-alias.
7857         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
7858         dg-require-alias.
7859
7860 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
7861
7862         PR c++/13969
7863         * g++.dg/template/static6.C: New test.
7864
7865 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
7866
7867         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
7868
7869 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7870
7871         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
7872         tests for systems where `char' is unsigned by default.
7873
7874 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7875
7876         PR c++/13997
7877         * g++.dg/template/partial3.C: New test.
7878
7879 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7880
7881         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
7882         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
7883         Remove mentions of obsolete ports.
7884
7885 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
7886
7887         * gcc.dg/noncompile/20001228-1.c: Fix for new
7888         error message.
7889
7890 2004-02-03  Roger Sayle  <roger@eyesopen.com>
7891
7892         PR target/9348
7893         * gcc.c-torture/execute/multdi-1.c: New test case.
7894
7895 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
7896
7897         PR c++/13925
7898         * g++.dg/template/lookup5.C: New test.
7899
7900 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
7901
7902         PR c++/13950
7903         * g++.dg/template/lookup4.C: New test.
7904
7905         PR c++/13970
7906         * g++.dg/parse/error14.C: New test.
7907
7908         PR c++/14002
7909         * g++.dg/parse/template13.C: New test.
7910
7911 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
7912
7913         PR c++/13978
7914         * g++.dg/template/koenig4.C: New test.
7915
7916         PR c++/13968
7917         * g++.dg/template/crash17.C: New test.
7918
7919         PR c++/13975
7920         * g++.dg/parse/error13.C: New test.
7921         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
7922
7923 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
7924
7925         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
7926
7927 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
7928
7929         PR c/11658
7930         PR c/13994
7931         * gcc.dg/noncompile/20040203-1.c: New test.
7932         * gcc.dg/noncompile/20040203-2.c: Likewise.
7933         * gcc.dg/noncompile/20040203-3.c: Likewise.
7934         * gcc.dg/20040203-1.c: Likewise.
7935
7936 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
7937
7938         PR c++/10858
7939         * g++.dg/template/sizeof7.C: New test.
7940
7941 2004-02-02  Eric Christopher  <echristo@redhat.com>
7942             Zack Weinberg  <zack@codesourcery.com>
7943
7944         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
7945
7946 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
7947
7948         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
7949         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
7950         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
7951         * gcc.dg/cleanup-5.c: Run only on Linux targets.
7952
7953 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
7954
7955         PR c++/13113
7956         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
7957
7958         PR c++/13854
7959         * g++.dg/ext/attrib13.C: New test.
7960
7961         PR c++/13907
7962         * g++.dg/conversion/op2.C: New test.
7963
7964 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7965
7966         * gcc.dg/titype-1.c: Fix pasto.
7967
7968 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
7969
7970         * gcc.dg/titype-1.c: New test.
7971
7972 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7973
7974         PR c++/13957
7975         * g++.dg/template/non-type-template-argument-1.C,
7976         g++.dg/template/qualified-id1.C: Update dg-error marks.
7977         * g++.dg/template/nontype6.C: New test.
7978
7979 2004-02-01  Roger Sayle  <roger@eyesopen.com>
7980
7981         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
7982         * gcc.dg/builtins-31.c: New testcase.
7983         * gcc.dg/builtins-32.c: New testcase.
7984
7985 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
7986
7987         * objc.dg/call-super-2.m: Update line numbers
7988         for the including of stddef.h.
7989
7990 2004-01-30  Michael Matz  <matz@suse.de>
7991
7992         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
7993         g++.dg/ext/case-range3.C: New tests.
7994
7995 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7996
7997         DR206
7998         PR c++/13813
7999         * g++.dg/template/member4.C: New test.
8000
8001 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8002
8003         PR c++/13683
8004         * g++.dg/template/sizeof6.C: New test.
8005
8006 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8007
8008         * gcc.dg/fwritable-strings-1.c: New test.
8009
8010 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8011
8012         * gcc.c-torture/compile/20040130-1.c: New test.
8013
8014 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
8015
8016         * objc.dg/call-super-2.m: Include stddef.h for size_t.
8017
8018 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
8019
8020         PR c++/13883
8021         * g++.dg/template/ctor3.C: New test.
8022
8023 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8024
8025         * g++.dg/tc1: New directory.
8026         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
8027         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
8028         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
8029         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
8030         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
8031
8032 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8033
8034         * g++.dg/parse/error11.C: New test.
8035         * g++.dg/parse/error12.C: Likewise.
8036
8037 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
8038
8039         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
8040         (scan_initial, main): Use aligned_sizeof instead of sizeof.
8041
8042 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
8043
8044         PR c++/13791
8045         * g++.dg/ext/attrib12.C: New test.
8046
8047         PR c++/13736
8048         * g++.dg/parse/cast2.C: New test.
8049
8050 2004-01-27  James E Wilson  <wilson@specifixinc.com>
8051
8052         * objc.dg/encode-2.m (main): New local string.  Set depending on
8053         sizeof long.  Use in sscanf call.
8054         * objc.dg/encode-3.m (main): New local string.  Set depending on
8055         sizeof long.  Use in scan_initial call.
8056
8057 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8058
8059         * objc.dg/call-super-2.m: Make LP64-safe.
8060         * objc.dg/desig-init-1.m: Likewise.
8061
8062 2004-01-27  Devang Patel <dpatel@apple.com>
8063
8064         * g++.dg/debug/namespace1.C: New test.
8065
8066 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
8067
8068         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
8069         xscale-*-*.
8070
8071         * gcc.dg/arm-mmx-1.c: New test.
8072
8073 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8074
8075         * gcc.dg/20040127-1.c: New test.
8076         * gcc.dg/20040127-2.c: New test.
8077
8078 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8079
8080         * objc.dg/stret-1.m (glob): Renamed to globa.
8081
8082 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
8083
8084         PR c++/13663
8085         * g++.dg/expr/for1.C: New test.
8086
8087 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
8088
8089         PR middle-end/13779
8090         * gcc.dg/darwin-longlong.c: New test.
8091
8092 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
8093
8094         * gcc.dg/20040124-1.c: Moved test from here...
8095         * gcc.c-torture/compile/20040124-1.c: ...to here.
8096
8097 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8098
8099         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
8100         the assembly output if -m64 is passed.
8101
8102 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
8103
8104         PR c++/13833
8105         * g++.dg/template/cond3.C: New test.
8106
8107 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8108
8109         PR c++/13810
8110         * g++.dg/template/ttp7.C: New test.
8111
8112 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8113
8114         PR c++/13797
8115         * g++.dg/template/nontype4.C: New test.
8116         * g++.dg/template/nontype5.C: Likewise.
8117
8118 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8119
8120         * gcc.dg/torture/mips-clobber-at.c: New test.
8121
8122 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
8123
8124         * gcc.dg/20040124-1.c: New test.
8125
8126 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
8127
8128         * gcc.dg/20040123-1.c: New test.
8129
8130 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8131
8132         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
8133
8134 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8135
8136         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
8137
8138 2004-01-23  Andrew Pinski  <apinski@apple.com>
8139
8140         * gcc.dg/20030121-1.c: Move to ..
8141         * gcc.dg/20040121-1.c: here.
8142
8143 2004-01-23  Roger Sayle  <roger@eyesopen.com>
8144
8145         * gcc.dg/builtins-29.c: New test case.
8146
8147 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8148
8149         PR 18314
8150         * gcc.dg/builtins-30.c: New testcase.
8151
8152 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
8153
8154         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
8155         * lib/g77.exp: Likewise.
8156         * lib/objc.exp: Likewise.
8157         * lib/g++.exp: Likewise.
8158
8159 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8160
8161         * gcc.dg/struct-by-value-2.c: New test.
8162
8163 2004-01-21  Andrew Pinski  <apinski@apple.com>
8164
8165         PR target/13785
8166         * gcc.dg/20030121-1.c: New test.
8167
8168 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8169
8170         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
8171         clobber frame pointer register in asm statement.
8172
8173 2004-01-21  Falk Hueffner  <falk@debian.org>
8174
8175         * gcc.c-torture/compile/20040121-1.c: New test.
8176
8177 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
8178
8179         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
8180
8181 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
8182
8183         * gcc.dg/ppc64-abi-2.c: New test.
8184
8185 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8186
8187         * lib/treelang.exp: Fill out this file.
8188         * lib/treelang-dg.exp: New File.
8189
8190 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8191
8192         * gcc.c-torture/compile/981022-1.c: Remove.
8193         * gcc.dg/array-5.c: Remove XFAIL.
8194         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
8195         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
8196         gcc.dg/cond-lvalue-1.c: Update.
8197         * gcc.dg/cast-lvalue-2.c: New test.
8198
8199 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
8200
8201         PR c++/13592
8202         * g++.dg/other/error1.C (class foo): Tweak error message.
8203
8204         PR c++/13592
8205         * g++.dg/template/call2.C: New test.
8206
8207 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8208
8209         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
8210         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
8211         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
8212         scalar-return-1_x.c, scalar-return-2_y.c,
8213         scalar-return-3_x.c, scalar-return-3_y.c,
8214         scalar-return-4_x.c, scalar-return-4_y.c,
8215         struct-align-1.h, struct-align-1_x.c,
8216         struct-align-1_y.c, struct-align-2.h,
8217         struct-align-2_x.c, struct-align-2_y.c,
8218         struct-by-value-10_y.c, struct-by-value-11_x.c,
8219         struct-by-value-11_y.c, struct-by-value-12_x.c,
8220         struct-by-value-12_y.c, struct-by-value-13_x.c,
8221         struct-by-value-13_y.c, struct-by-value-14_x.c,
8222         struct-by-value-14_y.c, struct-by-value-15_x.c,
8223         struct-by-value-15_y.c, struct-by-value-16_y.c,
8224         struct-by-value-17_y.c, struct-by-value-18_y.c,
8225         struct-by-value-19_y.c, struct-by-value-1_x.c,
8226         struct-by-value-1_y.c, struct-by-value-20_y.c,
8227         struct-by-value-2_x.c, struct-by-value-2_y.c,
8228         struct-by-value-3_y.c, struct-by-value-4_x.c,
8229         struct-by-value-4_y.c, struct-by-value-5_y.c,
8230         struct-by-value-6_y.c, struct-by-value-7_y.c
8231         struct-by-value-8_x.c, struct-by-value-8_y.c
8232         struct-by-value-9_x.c, struct-by-value-9_y.c
8233         struct-return-10_x.c, struct-return-10_y.c,
8234         struct-return-19_x.c, struct-return-20_x.c
8235         struct-return-2_x.c, struct-return-2_y.c
8236         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
8237         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
8238
8239 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8240
8241         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
8242         attribute on sparc*-sun-solaris2.*.
8243
8244 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
8245
8246         PR c++/13710
8247         * g++.dg/ext/typeof7.C: New test.
8248
8249 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
8250
8251         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
8252         * gcc.dg/const-elim-1.c: Same.
8253
8254 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
8255
8256         * objc.dg/stret-1.m: New.
8257         * objc.dg/stret-2.m: New.
8258
8259 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
8260
8261         PR c++/11895
8262         * g++.dg/ext/vector1.C: New test.
8263
8264 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
8265
8266         * gcc.dg/pch/import-1.c: New.
8267         * gcc.dg/pch/import-1.hs: New.
8268         * gcc.dg/pch/import-1a.h: New.
8269         * gcc.dg/pch/import-1b.h: New.
8270         * gcc.dg/pch/import-1c.h: New.
8271
8272 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8273
8274         PR c++/13574
8275         * g++.dg/ext/array1.C: New test.
8276
8277         PR c++/13178
8278         * g++.dg/conversion/op1.C: New test.
8279
8280 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
8281
8282         PR 11864
8283         From Kazumoto Kojima / Dan Kegel:
8284         * gcc.dg/pr11864-1.c: New test.
8285
8286         PR 10392
8287         From Marcus Comstedt / Dan Kegel:
8288         * gcc.dg/pr10392-1.c: New test.
8289
8290 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8291
8292         PR c++/13478
8293         * g++.dg/init/ref10.C: New test.
8294
8295 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8296
8297         PR c++/13407
8298         * g++.dg/parse/typename6.C: New test.
8299
8300 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
8301
8302         PR pch/13361
8303         * testsuite/g++.dg/pch/wchar-1.C: New.
8304         * testsuite/g++.dg/pch/wchar-1.Hs: New.
8305
8306 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8307
8308         PR c++/9259
8309         * g++.dg/expr/sizeof2.C: New test.
8310
8311 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
8312
8313         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
8314
8315 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8316
8317         PR c++/13659
8318         * g++.dg/lookup/strong-using-3.C: New.
8319         * g++.dg/lookup/using-10.C: New.
8320
8321 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8322
8323         PR c++/13594
8324         * g++.dg/lookup/strong-using-2.C: New.
8325
8326 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
8327             Dan Kegel <dank@kegel.com>
8328             J"orn Rennecke <joern.rennecke@superh.com>
8329
8330         PR target/9365
8331         * gcc.dg/pr9365-1.c: New test.
8332
8333 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8334
8335         PR c++/8856
8336         * g++.dg/parse/casting-operator2.C: New test.
8337         * g++.old-deja/g++.pt/explicit83.C: Remove.
8338
8339 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
8340
8341         * gcc.dg/label-compound-stmt-1.c: New test.
8342         * gcc.c-torture/compile/950922-1.c,
8343         gcc.c-torture/compile/20000211-3.c,
8344         gcc.c-torture/compile/20000518-1.c,
8345         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
8346         compound statements.
8347
8348 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
8349
8350         * gcc.dg/ppc64-abi-1.c: New test.
8351
8352 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
8353
8354          * g++.dg/ext/attrib9.C: Add dg-warnings.
8355
8356 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8357
8358         PR c++/12335
8359         * g++.dg/parse/dtor3.C: New test.
8360
8361 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
8362
8363         PR c++/12709
8364         * g++.dg/parse/try-catch-1.C: New test.
8365
8366 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
8367
8368         * ada/acats/run_all.sh: Add more verbose output in acats.log
8369         when compiling tests.
8370
8371 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8372
8373         PR 13656
8374         * gcc.dg/typedef-redecl.c: New test case.
8375         * gcc.dg/typedef-redecl.h: New support file.
8376
8377 2004-01-13  Jan Hubicka  <jh@suse.cz>
8378
8379         * gcc.dg/always_inline.c: New test.
8380         * gcc.dg/debug/20031231-1.c: Fix.
8381
8382 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8383
8384         PR c++/13474
8385         * g++.dg/template/array3.C: New test.
8386
8387 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8388
8389         * g++.dg/ext/lvalue1.C: No longer expected to fail.
8390         * g++.dg/warn/Wunused-2.C: Likewise.
8391
8392 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8393
8394         PR c++/13289
8395         * g++.dg/template/instantiate6.C: New test.
8396
8397 2004-01-12  Roger Sayle  <roger@eyesopen.com>
8398
8399         PR middle-end/11397
8400         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
8401
8402 2004-01-12  Jan Hubicka  <jh@suse.cz>
8403
8404         PR opt/12826
8405         * gcc.dg/20040112-1.c: New.
8406
8407         * gcc.dg/dwarf-die[1-7].c: Move to...
8408         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
8409         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
8410
8411 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8412
8413         PR c++/4100
8414         * g++.dg/parse/friend4.C: New test.
8415
8416 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
8417
8418         PR c++/4100
8419         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
8420         definition is called a friend.
8421
8422 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
8423
8424         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
8425
8426 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
8427
8428         PR c++/3478
8429         * g++.dg/parse/error10.C: New test.
8430         * g++.dg/template/arg2.C: Accept "invalid type" error.
8431
8432 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
8433
8434         PR middle-end/13392
8435         * g++.dg/opt/expect2.C: New test.
8436
8437 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8438
8439         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
8440         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
8441         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
8442         Update dg-error regexps.
8443
8444 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8445
8446         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
8447         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
8448
8449 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8450
8451         * gcc.dg/pragma-re-1.c: Use right pointer type.
8452
8453 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8454
8455         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
8456
8457 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
8458
8459         * gcc.dg/rs6000-ldouble-1.c: New.
8460
8461 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8462
8463         DR 337
8464         PR c++/9256
8465         * g++.dg/other/abstract1.C: New test.
8466
8467 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
8468
8469         * g++.dg/lookup/strong-using-1.C: New.
8470
8471 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
8472
8473         PR c/11234
8474         * gcc.dg/func-ptr-conv-1.c: New test.
8475         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
8476
8477 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8478
8479         PR target/13380.
8480         * gcc.c-torture/compile/20040109-1.c: New.
8481
8482 2004-01-08  Stuart Hastings  <stuart@apple.com>
8483
8484         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
8485         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
8486         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
8487
8488 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
8489
8490         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
8491
8492 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8493
8494         * ada/acats/run_acats: Treat 'gnatchop' the same way
8495         as 'gnatmake'.  Export GCC_DRIVER.
8496         * ada/acats/run_all.sh: Add target_gnatchop.  Use
8497         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
8498
8499 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8500
8501         PR c++/12573
8502         * g++.dg/template/dependent-expr4.C: New test.
8503
8504 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
8505
8506         * gcc.dg/altivec-11.c: New test.
8507
8508 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
8509
8510         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
8511
8512 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8513
8514         PR c/6024
8515         * gcc.dg/enum-compat-1.c: New test.
8516         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
8517
8518 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8519
8520         PR c/12165
8521         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
8522         gcc.dg/c99-idem-qual-3.c: New tests.
8523
8524 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
8525
8526         * gcc.dg/winline-7.c: Don't cast void * to int.
8527
8528 2004-01-06  Jan Hubicka  <jh@suse.cz>
8529
8530         * gcc.dg/i386-sse-5.c: New test
8531         * g++.dg/eh/simd-1.c: Add -w argument for i386.
8532
8533 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8534
8535         PR c++/12815
8536         * g++.dg/rtti/typeid4.C: New test.
8537
8538 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8539
8540         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
8541
8542 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8543
8544         PR c++/12132
8545         * g++.dg/template/error11.C: New test.
8546
8547         PR c++/13451
8548         * g++.dg/template/class2.C: New test.
8549
8550 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8551         Richard Sandiford <rsandifo@redhat.com>
8552
8553         PR c++/13387
8554         * g++.dg/opt/alias3.C: New test.
8555
8556 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
8557
8558         PR c++/13157
8559         * g++.dg/template/koenig3.C: New test.
8560
8561         PR c++/13529
8562         * g++.dg/parse/offsetof3.C: New test.
8563
8564         * g++.dg/init/copy7.C: Add missing dg-error markers.
8565
8566         PR c++/12226
8567         * g++.dg/init/copy7.c: New test.
8568
8569         PR c++/13536
8570         * g++.dg/parse/cast1.C: New test.
8571
8572 2004-01-04  Jan Hubicka  <jh@suse.cz>
8573
8574         * gcc.dg/winline[1-7].c: New tests.
8575
8576 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8577
8578         PR c++/13520
8579         * g++.dg/template/qualttp22.C: New test.
8580
8581 2004-01-01  Jan Hubicka  <jh@suse.cz>
8582
8583         * gcc.dg/debug/20031231-1.c: New.
8584         * gcc.c-torture/compile/20040101-1.c: New.
8585         * gcc.dg/dwarf-die-[1-7].c: New.
8586
8587 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
8588
8589         PR optimization/13521
8590         * gcc.c-torture/compile/20031231-1.c: New test.
8591
8592 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8593
8594         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
8595
8596 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8597
8598         PR c++/10079
8599         * g++.dg/template/crash16.C: New test.
8600
8601 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
8602
8603         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
8604
8605 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8606
8607         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
8608         ports.
8609         * g++.old-deja/g++.jason/thunk3.C: Likewise.
8610         * g++.old-deja/g++.law/profile1.C: Likewise.
8611         * gcc.c-torture/compile/981006-1.c: Likewise.
8612         * gcc.c-torture/execute/loop-2e.x: Likewise.
8613         * gcc.c-torture/execute/loop-2f.x: Remove.
8614         * gcc.c-torture/execute/loop-2g.x: Likewise.
8615         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
8616         * gcc.dg/20020312-2.c: Remove traces of dead ports.
8617
8618 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
8619
8620         PR c++/13507
8621         * g++.dg/ext/attrib11.C: New test.
8622
8623         PR c++/13494
8624         * g++.dg/template/array2-1.C: New test.
8625         * g++.dg/template/array2-2.C: New test.
8626
8627 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
8628
8629         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
8630
8631 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8632
8633         PR c++/12774
8634         * g++.dg/template/array1-1.C: New test.
8635         * g++.dg/template/array1-2.C: New test.
8636
8637 2003-12-29  Roger Sayle  <roger@eyesopen.com>
8638
8639         PR fortran/12632
8640         * g77.dg/12632.f: New test case.
8641
8642 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8643
8644         PR c++/13289
8645         * g++.dg/parse/nontype1.C: New test.
8646
8647 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8648
8649         PR c++/12403
8650         * g++.dg/parse/explicit1.C: New test.
8651         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
8652
8653 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8654
8655         PR c++/13081
8656         * g++.dg/opt/inline6.C: New test.
8657
8658         PR c++/12613
8659         * g++.dg/parse/error9.C: New test.
8660
8661         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
8662
8663 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8664
8665         PR c++/13009
8666         * g++.dg/init/assign1.C: New test.
8667
8668 2003-12-28  Roger Sayle  <roger@eyesopen.com>
8669
8670         PR c++/13070
8671         * g++.dg/warn/format3.C: New test case.
8672
8673 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8674
8675         * gcc.c-torture/compile/20031227-1.c: New test.
8676
8677 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8678
8679         * g++.dg/bprob/bprob.exp: Load target-supports.exp
8680         * g77.dg/bprob/bprob.exp: Likewise.
8681         * gcc.misc-tests/bprob.exp: Likewise.
8682         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
8683         variants on systems where the library does not provide that
8684         functionality.
8685         * gcc.dg/builtins-20.c: Use builtins-config.h.
8686         * gcc.dg/builtins-config.h: New file.
8687
8688 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8689
8690         * lib/gcc-dg.exp (dg-require-profiling): New function.
8691         * lib/target-supports.exp (check_profiling_available): Likewise.
8692         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
8693         * g77.dg/bprob/bprob.exp: Likewise.
8694         * gcc.misc-tests/bprob.exp: Likewise.
8695         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
8696         * gcc.dg/20021014-1.c: Likewise.
8697         * gcc.dg/nest.c: Likewise.
8698
8699 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8700
8701         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
8702         compiling.
8703         * g++.dg/lookup/java2.C: Likewise.
8704         * gcc.dg/cpp/lexident.c: Likewise.
8705
8706 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
8707
8708         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
8709         given.
8710         * gcc.c-torture/compile/961203-1.c: Likewise.
8711         * gcc.c-torture/compile/980506-1.c: Likewise.
8712
8713 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
8714
8715         * lib/gcc-dg.exp (dg-prune-output): New annotation.
8716         (additional_prunes): New global.
8717         (gcc-dg-prune): Handle additional per-test pruning.
8718         (dg-test): Clear additional_prunes between tests.
8719
8720         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
8721         dg-prune-output to avoid spurious failures from assembler
8722         complaining about nonexistent WAW violations.
8723         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
8724         Use dg-prune-output to avoid spurious failures from assembler
8725         warning about Itanium B-step errata.
8726
8727 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8728
8729         * g++.dg/abi/macro0.C: New test.
8730         * g++.dg/abi/macro1.C: Likewise.
8731         * g++.dg/abi/macro2.C: Likewise.
8732
8733         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
8734         * g++.dg/abi/bitfield7.C: Likewise.
8735         * g++.dg/abi/dtor2.C: Likewise.
8736         * g++.dg/abi/mangle11.C: Likewise.
8737         * g++.dg/abi/mangle12.C: Likewise.
8738         * g++.dg/abi/mangle14.C: Likewise.
8739         * g++.dg/abi/mangle17.C: Likewise.
8740         * g++.dg/abi/vbase10.C: Likewise.
8741         * g++.dg/abi/vbase14.C: Likewise.
8742         * g++.dg/template/qualttp17.C: Likewise.
8743
8744 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
8745
8746         PR c/11995
8747         * gcc.dg/20031223-1.c: New test.
8748
8749 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8750
8751         * gcc.dg/noreturn-7.c: New test.
8752
8753 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
8754
8755         * gcc.dg/null-pointer-1.c: New test.
8756
8757 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
8758
8759         * g++.old-deja/g++.jason/template18.C: Remove.
8760         * g++.old-deja/g++.jason/template37.C: Likewise.
8761
8762         PR c++/12862
8763         * g++.dg/lookup/ns1.C: New test.
8764
8765         PR c++/12397
8766         * g++.dg/template/lookup3.C: New test.
8767
8768 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
8769
8770         * g++.dg/template/recurse1.C: New test
8771
8772 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
8773
8774         PR c++/12479
8775         * g++.dg/parse/semicolon1.C: New test.
8776         * g++.dg/parse/semicolon1.h: Likewise.
8777
8778 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
8779
8780         * gcc.dg/darwin-misaligned.c: New test.
8781
8782 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
8783
8784         PR c/9163
8785         * gcc.dg/20031222-1.c: New test.
8786
8787 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
8788
8789         PR c++/13438
8790         * g++.dg/parse/error8.C: New test.
8791
8792         PR c++/11554
8793         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
8794
8795 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
8796
8797         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
8798         too small.
8799         * gcc.c-torture/compile/930217-1.c: Likewise.
8800         * gcc.c-torture/compile/930513-1.c: Likewise.
8801         * gcc.c-torture/execute/920908-2.c: Likewise.
8802         * gcc.c-torture/execute/921204-1.c: Likewise.
8803         * gcc.c-torture/execute/930621-1.c: Likewise.
8804         * gcc.c-torture/execute/930630-1.c: Likewise.
8805         * gcc.c-torture/execute/931031-1.c: Likewise.
8806         * gcc.c-torture/execute/980602-2.c: Likewise.
8807         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8808         * gcc.c-torture/execute/compndlit-1.c: Likewise.
8809         * gcc.c-torture/execute/extzvsi.c: Likewise.
8810         * gcc.c-torture/unsorted/ext.c: Likewise.
8811
8812 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
8813
8814         PR target/12749
8815         * gcc.c-torture/compile/20031220-2.c: New test case.
8816
8817 2003-12-20  Roger Sayle  <roger@eyesopen.com>
8818
8819         PR optimization/13031
8820         * gcc.c-torture/compile/20031220-1.c: New test case.
8821
8822 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
8823
8824         * gcc.dg/cast-function-1.c: New test.
8825
8826 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
8827
8828         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
8829         formats.
8830
8831 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
8832
8833         PR c++/12795
8834         * g++.dg/ext/attrib10.C: New test.
8835
8836 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
8837
8838         * gcc.dg/cleanup-10.c: New test.
8839         * gcc.dg/cleanup-11.c: New test.
8840
8841 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
8842
8843         PR c++/13239
8844         * g++.dg/opt/expect1.C: New test.
8845
8846 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
8847
8848         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
8849
8850 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
8851
8852         PR debug/12923
8853         * gcc.dg/20031218-1.c: New test.
8854
8855         PR debug/12389
8856         * gcc.dg/20031218-2.c: New test.
8857         * gcc.dg/20031218-3.c: New test.
8858
8859         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
8860         of label name and allow for USER_LABEL_PREFIX == "_" names.
8861         * g++.dg/abi/mangle18-2.C: Likewise.
8862         * g++.dg/abi/mangle19-1.C: Likewise.
8863         * g++.dg/abi/mangle19-2.C: Likewise.
8864         * g++.dg/abi/mangle20-1.C: Likewise.
8865         * g++.dg/abi/mangle20-2.C: Likewise.
8866
8867 2003-12-18  Richard Henderson  <rth@redhat.com>
8868
8869         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
8870
8871 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
8872             Dan Kegel <dank@kegel.com>
8873
8874         PR other/12009
8875         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
8876         testing a cross compiler, it causes spurious compile failures.
8877         * lib/g++.exp: Likewise.
8878
8879 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8880
8881         PR c++/13262
8882         * g++.dg/template/access13.C: New test.
8883
8884 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
8885
8886         * gcc.dg/20031216-1.c: New test.
8887
8888 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8889
8890         PR c++/9154
8891         * g++.dg/template/error10.C: New test.
8892
8893 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
8894
8895         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
8896         * g++.dg/eh/simd-2.C: Likewise.
8897
8898 2003-12-17  James E Wilson  <wilson@specifixinc.com>
8899             Roger Sayle  <roger@eyesopen.com>
8900
8901         * gcc.c-torture/execute/ieee/mzero5.c: New.
8902
8903 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
8904
8905         PR c++/10603
8906         * g++.dg/parse/error6.C: New test.
8907
8908         PR c++/12827
8909         * g++.dg/parse/error7.C: New test.
8910
8911 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
8912
8913         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
8914         at -O with stabs debugging formats.
8915         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
8916         * gcc.dg/debug/debug-2.c: Likewise.
8917
8918 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
8919
8920         PR c++/12696
8921         * g++.dg/init/error1.C: New test.
8922
8923         PR c++/12218
8924         * g++.dg/init/pm3.C: New test.
8925
8926 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
8927
8928         PR c/3347
8929         * gcc.dg/bitfld-8.c: New test.
8930
8931 2003-12-16  James Lemke  <jim@wasabisystems.com>
8932
8933         * gcc.dg/arm-scd42-[123].c: New tests.
8934
8935 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8936
8937         PR c++/9043
8938         * g++.dg/abi/mangle20-1.C: New test.
8939         * g++.dg/abi/mangle20-2.C: New test.
8940
8941 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
8942
8943         PR c++/13275
8944         * g++.dg/other/offsetof2.C: Remove XFAIL.
8945         * g++.dg/parse/offsetof1.C: New test.
8946         * g++.gd/parse/offsetof2.C: Likewise.
8947
8948 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8949
8950         * g++.dg/template/nontype3.C: New test.
8951         * g++.dg/template/static2.C: Tweaked the dg-error clause.
8952
8953 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8954
8955         * g++.dg/warn/noreturn-3.C: Also test instantiation.
8956
8957 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8958
8959         PR c++/13387
8960         * g++.dg/expr/assign1.C: New test.
8961
8962         PR c++/13242
8963         * g++.dg/abi/mangle19-1.C: New test.
8964         * g++.dg/abi/mangle19-2.C: New test.
8965
8966 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
8967
8968         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
8969
8970 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
8971
8972         * gcc.c-torture/execute/20031216-1.c: New test.
8973
8974 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8975
8976         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
8977         an ICE regression.
8978
8979 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8980
8981         PR c++/10926
8982         * g++.dg/template/error9.C: New test.
8983
8984         PR c++/11116
8985         * g++.dg/template/error8.C: New test.
8986
8987 2003-12-15  Roger Sayle  <roger@eyesopen.com>
8988
8989         PR middle-end/13400
8990         * gcc.c-torture/execute/20031215-1.c: New test case.
8991
8992 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
8993
8994         PR c++/13269
8995         * g++.dg/parse/error5.C: New test.
8996
8997         PR c++/12989
8998         * g++.dg/expr/sizeof1.C: New test.
8999
9000         PR c++/13310
9001         * g++.dg/template/crash15.C: New test.
9002
9003 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
9004
9005         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
9006         a non-POD type as the last named parameter of a varargs function.
9007
9008 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9009
9010         PR c++/13243
9011         PR c++/12573
9012         * g++.dg/template/crash14.C: New test.
9013         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
9014
9015 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
9016
9017         * g++.dg/other/java1.C: New test.
9018
9019         PR c++/13241
9020         * g++.dg/abi/mangle18-1.C: New test.
9021         * g++.dg/abi/mangle18-2.C: New test.
9022
9023 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9024
9025         PR optimization/10312
9026         * gcc.c-torture/execute/20031214-1.c: New.
9027
9028 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
9029
9030         PR c++/10779
9031         PR c++/12160
9032         * g++.dg/parse/error3.C: New test.
9033         * g++.dg/parse/error4.C: Likewise.
9034         * g++.dg/abi/mangle4.C: Tweak error messages.
9035         * g++.dg/lookup/using5.C: Likewise.
9036         * g++.dg/other/error2.C: Likewise.
9037         * g++.dg/parse/typename5.C: Likewise.
9038         * g++.dg/parse/undefined1.C: Likewise.
9039         * g++.dg/template/arg2.C: Likewise.
9040         * g++.dg/template/ttp3.C: Likewise.
9041         * g++.dg/template/type1.C: Likewise.
9042         * g++.old-deja/g++.other/crash32.C: Likewise.
9043         * g++.old-djea/g++.pt/defarg8.C: Likewise.
9044
9045 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9046
9047         PR c++/13106
9048         * g++.dg/warn/noreturn-3.C: New test.
9049
9050 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9051
9052         PR c++/13118
9053         * g++.dg/abi/covariant3.C: New.
9054
9055 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
9056
9057         * g++.dg/eh/ia64-1.C: New test.
9058
9059 2003-12-12  Roger Sayle  <roger@eyesopen.com>
9060
9061         PR optimization/13037
9062         * g77.f-torture/execute/13037.f: New test case.
9063
9064 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9065
9066         PR c++/12881
9067         * g++.dg/abi/covariant2.C: New.
9068
9069 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
9070
9071         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
9072
9073 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
9074
9075         * gcc.c-torture/execute/wchar_t-1.x: Delete.
9076
9077 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
9078
9079         PR other/10819
9080         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
9081         to fix Bug 10819.
9082         * lib/g++.exp (g++_version): Likewise.
9083         * lib/g77.exp (g77_version): Likewise.
9084         * lib/objc.exp (default_objc_version): Likewise.
9085
9086 2003-12-10  Richard Henderson  <rth@redhat.com>
9087
9088         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
9089
9090         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
9091
9092 2003-12-08  Matt Austern  <austern@apple.com>
9093
9094         PR c/13134
9095         * lib/gcc-dg.exp (dg-require-visibility): Define.
9096         * lib/target-supports (check_visibility_available): Define.
9097         * gcc.dg/visibility-1.c: New test.
9098         * gcc.dg/visibility-2.c: Likewise.
9099         * gcc.dg/visibility-3.c: Likewise.
9100         * gcc.dg/visibility-4.c: Likewise.
9101         * gcc.dg/visibility-5.c: Likewise.
9102         * gcc.dg/visibility-6.c: Likewise.
9103         * g++.dg/ext/visibility-1.C: Likewise.
9104         * g++.dg/ext/visibility-2.C: Likewise.
9105         * g++.dg/ext/visibility-3.C: Likewise.
9106         * g++.dg/ext/visibility-4.C: Likewise.
9107         * g++.dg/ext/visibility-5.C: Likewise.
9108         * g++.dg/ext/visibility-6.C: Likewise.
9109
9110 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9111
9112         * g++.dg/lookup/java1.C: New test.
9113         * g++.dg/lookup/java2.C: New test.
9114
9115 2003-12-07  Falk Hueffner  <falk@debian.org>
9116
9117         * g++.dg/opt/noreturn-1.C: New test.
9118
9119 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
9120
9121         * gcc.dg/overflow-1.c: New test.
9122
9123 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9124
9125         * g77.f-torture/compile/13060.f: New test.
9126
9127 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
9128
9129         PR c++/13323
9130         * g++.dg/inherit/operator2.C: New test.
9131
9132 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9133
9134         PR c++/13305
9135         * g++.dg/ext/attrib9.C: New test.
9136
9137 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9138
9139         PR c++/13314
9140         * g++.dg/template/error7.C: New test.
9141
9142 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
9143             J"orn Rennecke <joern.rennecke@superh.com>
9144
9145         PR target/13302
9146         * g++.dg/other/struct-va_list.C: New test.
9147
9148 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9149
9150         PR c++/13166
9151         * g++.dg/parse/defarg6.C: New test.
9152
9153 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
9154
9155         PR target/13256
9156         * gcc.c-torture/execute/20031201-1.c: New test.
9157
9158 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
9159
9160         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
9161
9162 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9163
9164         * gcc.dg/builtin-return-1.c: New test.
9165
9166 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
9167             J"orn Rennecke <joern.rennecke@superh.com>
9168
9169         PR optimization/13260
9170         * gcc.c-torture/execute/20031204-1.c: New test.
9171
9172 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9173
9174         PR c++/9127
9175         * g++.dg/template/error6.C: New test.
9176
9177 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
9178
9179         * gcc.dg/20031202-1.c: New test.
9180
9181 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9182
9183         PR c++/13179
9184         * g++.dg/template/eh1.C: New test.
9185
9186         PR c++/10771
9187         * g++.dg/template/error5.C: New test.
9188
9189 2003-12-02  David Ung  <davidu@mips.com>
9190
9191         * gcc.dg/compat/vector-check.h: Corrected type for var
9192         g_##TMODE
9193
9194 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9195
9196         PR c++/10126
9197         * g++.dg/template/ptrmem8.C: New test.
9198
9199 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9200
9201         PR c++/12573
9202         * g++.dg/template/dependent-expr3.C: New test.
9203
9204 2003-12-01  James Lemke  <jim@wasabisystems.com>
9205
9206         * gcc.dg/arm-g2.c: New test.
9207
9208 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9209
9210         PR optimization/11634
9211         * gcc.dg/20031201-2.c: New test case.
9212
9213 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
9214
9215         PR 11433
9216         * objc.dg/proto-lossage-3.m: New test.
9217
9218 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9219
9220         PR optimization/12628
9221         * gcc.dg/20031201-1.c: New test case.
9222
9223 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
9224
9225         * gcc.dg/unaligned-1.c: New test.
9226
9227 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
9228
9229         PR c++/9849
9230         * g++.dg/template/error4.C: New test.
9231         * g++.dg/template/nested3.C: Adjust error markers.
9232
9233 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9234
9235         * gcc.dg/cpp/assert4.c: Check more #system assertions.
9236
9237 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
9238
9239         PR c/10333
9240         * gcc.dg/bitfld-7.c: New test.
9241
9242 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
9243
9244         * gcc.dg/tls/asm-1.C: New test.
9245
9246 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9247
9248         * gcc.dg/cpp/assert4.c: Update.
9249
9250 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9251
9252         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
9253         * gcc.dg/builtin-apply3.c: New test.
9254
9255 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9256
9257         * lib/compat.exp (compat-obj): New xfaildata parameter.
9258         Use it to set compiler_conditional_xfail_data before compiling.
9259         (compat-get-options): Handle dg-xfail-if.
9260         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
9261         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
9262         * gcc.dg/compat/vector-1_y.c: Likewise.
9263         * gcc.dg/compat/vector-2_x.c: Likewise.
9264         * gcc.dg/compat/vector-2_y.c: Likewise.
9265
9266 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9267
9268         * g++.dg/opt/reg-stack4.C: New test.
9269
9270 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9271
9272         * gcc.dg/builtin-apply2.c: New test.
9273
9274 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
9275
9276         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
9277
9278 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9279
9280         PR c++/12924
9281         * g++.dg/template/template-id-2.C: New test.
9282
9283 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9284
9285         PR c++/5369
9286         * g++.dg/template/memfriend1.C: New test.
9287         * g++.dg/template/memfriend2.C: Likewise.
9288         * g++.dg/template/memfriend3.C: Likewise.
9289         * g++.dg/template/memfriend4.C: Likewise.
9290         * g++.dg/template/memfriend5.C: Likewise.
9291         * g++.dg/template/memfriend6.C: Likewise.
9292         * g++.dg/template/memfriend7.C: Likewise.
9293         * g++.dg/template/memfriend8.C: Likewise.
9294         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
9295
9296 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
9297
9298         PR c++/12515
9299         * g++.dg/ext/cond1.C: New test.
9300
9301 2003-11-20  Richard Henderson  <rth@redhat.com>
9302
9303         * gcc.dg/20020201-2.c: Remove.
9304         * gcc.dg/20020201-4.c: Remove.
9305         * gcc.dg/20020304-1.c: Remove.
9306
9307 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9308
9309         * gcc.dg/cpp/trad/xwin1.c: New test case.
9310
9311 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9312
9313         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
9314         * lib/g77.exp: Likewise.
9315         * lib/objc.exp: Likewise.
9316         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
9317         for darwin.
9318
9319 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9320
9321         PR c++/12932
9322         * g++.dg/template/static5.C: New test.
9323
9324 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9325
9326         * gcc.dg/nested-func-1.c: New test.
9327
9328 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9329
9330         * gcc.dg/cpp/assert4.c: New test.
9331
9332 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9333
9334         PR c++/2294
9335         * g++.dg/lookup/using9.c: New test.
9336
9337 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
9338
9339         PR c++/12762
9340         * g++.dg/template/error3.C: New test.
9341
9342 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9343
9344         PR ada/13035
9345         * ada/acats/run_acats, run_all.sh: Fix syntax error.
9346         No longer use a wrapper for gcc, since this does not work under
9347         Windows.
9348
9349 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9350
9351         PR c++/2094
9352         * g++.dg/template/ptrmem7.C: New test.
9353
9354 2003-11-13  Andrew Pinski <apinski@apple.com>
9355
9356         * gcc.c-torture/compile/20031113-1.c: New test.
9357
9358 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
9359             Kean Johnston <jkj@sco.com>
9360
9361         PR c/13029
9362         * gcc.dg/unused-4.c: Update.
9363
9364 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9365
9366         * g++.dg/opt/const3.C: New test.
9367
9368 2003-11-13  Jan Hubicka  <jh@suse.cz>
9369
9370         * gcc.c-torture/compile/20031112-1.c: New test.
9371
9372 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
9373
9374         * g++.dg/parse/crash10.C: Remove bogus error marker.
9375
9376 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9377
9378         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
9379         (host_gcc): Likewise.
9380         (ROOT): Honor $PWDCMD.
9381         (BASE): Likewise.
9382         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
9383
9384 2003-11-12  Catherine Moore  <clm@redhat.com>
9385
9386         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
9387
9388 2003-11-12  Andreas Jaeger  <aj@suse.de>
9389             Jakub Jelinek  <jakub@redhat.com>
9390             Andrew Pinski  <pinskia@physics.uc.edu>
9391             Richard Henderson  <rth@redhat.com>
9392
9393         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
9394         systems.
9395         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
9396
9397         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
9398         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
9399
9400 2003-11-11  Andreas Jaeger  <aj@suse.de>
9401
9402         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
9403
9404         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
9405
9406 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
9407
9408         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
9409         Clean ups.
9410
9411 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
9412
9413         * gcc.dg/trampoline-1.c: New test.
9414
9415 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
9416
9417         * gcc.c-torture/compile/200031109-1.c: New test.
9418
9419 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9420
9421         PR c/3190
9422         PR c/8714
9423         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
9424         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
9425         gcc.dg/format/no-y2k-1.c: Update.
9426
9427 2003-11-08  Roger Sayle  <roger@eyesopen.com>
9428
9429         PR optimization/10467
9430         * gcc.dg/20031108-1.c: New test case.
9431
9432 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
9433
9434         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
9435
9436 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9437
9438         * gcc.dg/compound-lvalue-1.c: New test.
9439         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
9440         some XFAILs.
9441
9442 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
9443
9444         * gcc.dg/altivec-varargs-1.c: New test.
9445
9446 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9447
9448         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
9449         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
9450         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
9451         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
9452         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
9453
9454 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
9455
9456         * gcc.dg/cond-lvalue-1.c: New test.
9457
9458 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
9459
9460         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
9461
9462 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9463
9464         PR c++/11616
9465         * g++.dg/template/instantiate5.C: New test.
9466
9467 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9468
9469         PR c++/12726
9470         * g++.dg/ext/complit2.C: Replace test with self-contained version.
9471         * ChangeLog: Add missing first entry for above test.
9472
9473 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9474
9475         PR c++/9810
9476         * g++.dg/template/using8.C: New test.
9477         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
9478
9479 2003-11-02  Roger Sayle  <roger@eyesopen.com>
9480
9481         PR optimization/10817
9482         * gcc.c-torture/compile/20031102-1.c: New test case.
9483
9484 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
9485
9486         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
9487         2147483647.
9488
9489 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9490
9491         * gcc.dg/20031102-1.c: New test.
9492
9493 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9494
9495         * gcc.dg/complex-1.c: New test.
9496
9497 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9498
9499         PR c++/12796
9500         * g++.dg/template/crash13.C: Adjust expected error location.
9501         * g++.old-deja/g++.brendan/ns1.C: Likewise.
9502
9503 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9504
9505         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9506
9507 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9508
9509         PR/10239
9510         * gcc.c-torture/compile/20031031-2.c: New test.
9511
9512 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9513
9514         PR/11640
9515         * gcc.c-torture/compile/20031031-1.c: New test.
9516
9517 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9518
9519         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9520         * gcc.misc-tests/bprob.exp: Likewise.
9521         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
9522         the execution test on arm-elf configs.
9523         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
9524         configs that don't support scratch files.
9525         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
9526
9527 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
9528
9529         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
9530         done by dejagnu.
9531
9532 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
9533
9534         * ada/acats/run_all.sh: Redirect mv output to /dev/null
9535         Avoid non pure sh syntax. Add more logging.
9536
9537         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
9538         fail.
9539
9540 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9541
9542         PR libgcj/10610
9543         * gcc.dg/ppc-stackalign-1.c: New test.
9544
9545 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
9546
9547         * ada/acats/run_all.sh: Change output to be more compliant with
9548         dejagnu framework.
9549         Create acats.sum and acats.log files under testsuite/ada/acats
9550         Only run [a-z]* directories, to filter out e.g. CVS.
9551         Redirect build output to log file.
9552
9553 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9554
9555         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
9556
9557 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9558
9559         PR ada/5909:
9560         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
9561
9562 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
9563
9564         * gcc.c-torture/compile/20031023-1.c: New test.
9565         * gcc.c-torture/compile/20031023-2.c: New test.
9566         * gcc.c-torture/compile/20031023-3.c: New test.
9567         * gcc.c-torture/compile/20031023-4.c: New test.
9568
9569 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9570
9571         PR c++/10371
9572         * g++.dg/lookup/scoped8.C: New test.
9573
9574 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
9575
9576         * g++.dg/opt/reg-stack3.C: New test.
9577
9578 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9579
9580         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
9581
9582 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9583
9584         PR c++/11076
9585         * g++.dg/template/crash13.C: New test.
9586
9587 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9588
9589         * gcc.dg/c99-restrict-2.c: New test.
9590
9591 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
9592
9593         PR c++/12698, c++/12699, c++/12700, c++/12566
9594         * g++.dg/inherit/covariant9.C: New test.
9595         * g++.dg/inherit/covariant10.C: New test.
9596         * g++.dg/inherit/covariant11.C: New test.
9597
9598 2003-10-23  Jason Merrill  <jason@redhat.com>
9599
9600         PR c++/12726
9601         * g++.dg/ext/complit2.C: New test.
9602
9603 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9604
9605         PR target/12654
9606         * gcc.c-torture/execute/20031020-1.c: New test.
9607
9608 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9609
9610         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
9611         following the jump_insn.
9612
9613 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
9614
9615         * gcc.dg/cast-lvalue-1.c: New test.
9616
9617 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
9618
9619         PR c++/11962
9620         * g++.dg/template/cond2.C: New test.
9621
9622 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9623
9624         * gcc.dg/builtins-28.c: New test.
9625
9626 2003-10-20  Jan Hubicka  <jh@suse.cz>
9627
9628         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
9629         parameter.
9630         * testsuite/gcc.dg/inline-2.c: Likewise.
9631
9632 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9633
9634         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
9635         * gcc.dg/nest.c:  Likewise.
9636
9637 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9638
9639         PR c++/9781, c++/10583, c++/11862
9640         * g++.dg/parse/crash13.C: New test.
9641
9642 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9643
9644         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
9645
9646 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9647
9648         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
9649         Define HAVE_C99_RUNTIME except on Solaris.
9650         * gcc.dg/builtins-20.c: Likewise.
9651
9652 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9653
9654         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
9655
9656 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9657
9658         PR c++/12495
9659         * g++.dg/template/crash21.C: New test.
9660
9661 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9662
9663         PR c++/2513
9664         * g++.dg/template/typename5.C: New test.
9665
9666 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9667
9668         PR c++/12369
9669         * g++.dg/template/friend25.C: New test.
9670
9671 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
9672
9673         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
9674         versions.
9675
9676 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
9677
9678         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
9679         == 2147483647.
9680
9681 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
9682
9683         * gcc.c-torture/execute/960416-1.x: Remove.
9684         * gcc.c-torture/execute/divconst-3.x: Likewise.
9685
9686 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
9687
9688         PR target/12598
9689         * gcc.dg/torture/cris-volatile-1.c: New test.
9690
9691 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9692
9693         PR optimization/9325
9694         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
9695         for overflowing floating point to integer conversion during RTL
9696         simplification.
9697
9698 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
9699
9700         * objc/execute/_cmd.m: Fix typo.
9701         * objc.dg/image-info.m, objc.dg/symtab-1.m:
9702         Relax 'scan-assembler' regexp.
9703         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
9704         objc.dg/try-catch-4.m: Run on non-Darwin targets.
9705         * objc.dg/zero-link-2.m: Remove blank line.
9706         * objc.dg/zero-link-3.m: New test case.
9707
9708 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
9709
9710         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
9711
9712         * gcc.dg/asm-names.c: Use scan-assembler-not rather
9713         than linker trickery.
9714
9715 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9716
9717         PR c++/12370
9718         * g++.dg/other/friend2.C: New test.
9719
9720 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
9721
9722         * gcc.dg/20031012-1.c: New test.
9723
9724 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
9725
9726         * gcc.dg/weak/weak-3.c: Fix for new warning.
9727
9728 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9729
9730         PR optimization/8750
9731         * gcc.c-torture/execute/20031012-1.c: New test case.
9732
9733 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9734
9735         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
9736         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
9737
9738 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9739
9740         PR optimization/12260
9741         * gcc.c-torture/compile/20031011-2.c: New test case.
9742
9743 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9744
9745         * gcc.c-torture/execute/20031011-1.c: New testcase.
9746
9747 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
9748
9749         * gcc.c-torture/compile/20031011-1.c: New test.
9750
9751 2003-10-11  Jan Hubicka  <jh@suse.cz>
9752
9753         * g++.dg/other/first-global.C: New test.
9754
9755 2003-10-11  Roger Sayle  <roger@eyesopen.com>
9756
9757         * gcc.c-torture/execute/string-opt-18.c: New testcase.
9758
9759 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
9760
9761         * gcc.c-torture/compile/20031010-1.c: New test.
9762
9763 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
9764
9765         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
9766         * gcc.c-torture/execute/va-arg-25.c: ... here.
9767
9768 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
9769
9770         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
9771
9772 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
9773
9774         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
9775
9776 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
9777
9778         * g++.dg/parse/error2.C: New test.
9779
9780 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
9781
9782         PR c++/11097
9783         * g++.dg/other/error5.C: Modify the error message.
9784         * g++.dg/lookup/using8.C: New test.
9785
9786 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
9787
9788         * gcc.dg/darwin-abi-2.c: New file.
9789         * gcc.c-torture/execute/va-arg-24.c: New file.
9790
9791 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
9792
9793         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
9794         indentation.
9795
9796 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
9797
9798         PR c++/10147
9799         * g++.dg/other/error4.C: Update error messages.
9800         * g++.dg/template/ptrmem4.C: Likewise.
9801
9802         PR c++/12337
9803         * g++.dg/init/new9.C: New test.
9804
9805         PR c++/12334, c++/12236, c++/8656
9806         * g++.dg/ext/attrib8.C: New test.
9807
9808 2003-10-06  Devang Patel  <dpatel@apple.com>
9809
9810         * gcc.dg/debug/dwarf2-3.h: New test.
9811         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
9812
9813 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
9814
9815         * g++.dg/opt/cfg2.C: New test.
9816
9817 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9818
9819         * g++.dg/opt/float1.C: New test.
9820
9821 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9822
9823         * gcc.dg/c90-array-lval-6.c: New test.
9824         * gcc.dg/c99-array-lval-6.c: New test.
9825
9826 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
9827             Ziemowit Laski  <zlaski@apple.com>
9828
9829         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
9830         'Derived', so that it is never considered a class method; add
9831         new warning for '+port' method ambiguity.
9832         * objc.dg/method-12.m: Include <objc/objc.h> instead of
9833         <objc/objc-api.h> (needed on Mac OS X).
9834         * objc.dg/method-13.m: New test.
9835
9836 2003-10-03  Roger Sayle  <roger@eyesopen.com>
9837
9838         PR optimization/9325, PR java/6391
9839         * gcc.c-torture/execute/20031003-1.c: New test case.
9840
9841 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
9842
9843         PR optimization/12180
9844         * gcc.dg/20031002-1.c: New test.
9845
9846         PR c++/12486
9847         * g++.dg/inherit/error1.C: New test.
9848
9849 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
9850
9851         * lib/f-torture.exp (search_for): Rename to...
9852         (search_for_re): This.  Also, clean up comments and the
9853         "regexp" invocation.
9854
9855 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
9856
9857         * gcc.c-torture/compile/20031002-1.c: New test.
9858
9859 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
9860
9861         * g++.dg/opt/cond1.C: New test.
9862
9863 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
9864
9865         * gcc.dg/Wold-style-definition-2.c: New testcase.
9866         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
9867
9868 2003-09-29  Richard Henderson  <rth@redhat.com>
9869
9870         * g++.dg/init/array10.C: Add dg-options.
9871
9872 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
9873
9874         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
9875
9876 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9877
9878         * g++.dg/template/friend19.C: Fix typo.
9879         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
9880
9881 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
9882
9883         * gcc.c-torture/execute/20030928-1.c: New test.
9884         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
9885
9886 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9887
9888         * g++.dg/opt/unroll1.C: New test.
9889
9890 2003-09-26  Roger Sayle  <roger@eyesopen.com>
9891
9892         PR optimization/11741
9893         * gcc.dg/20030926-1.c: New test case.
9894
9895 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9896
9897         PR c++/5655
9898         * g++.dg/parse/access7.C: New test.
9899         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
9900
9901 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
9902
9903         MERGE OF objc-improvements-branch into MAINLINE:
9904         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
9905         if libobjc has not been built.
9906         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
9907         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
9908         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
9909         objc/execute/nested-3.m, objc/execute/np-2.m,
9910         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
9911         objc/execute/redefining_self.m, objc/execute/root_methods.m,
9912         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
9913         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
9914         objc.dg/special/unclaimed-category-1.h,
9915         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
9916         well as GNU runtime.
9917         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
9918         * execute/cascading-1.m, execute/function-message-1.m,
9919         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
9920         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
9921         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
9922         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
9923         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
9924         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
9925         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
9926         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
9927         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
9928         * objc.dg/bitfield-2.m: Run only on Darwin.
9929         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
9930         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
9931         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
9932         * objc.dg/const-str-1.m: Fix constant string layout.
9933
9934 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
9935
9936         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
9937
9938 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
9939
9940         * gcc.dg/darwin-abi-1.c: New file.
9941
9942 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
9943
9944         PR target/12281
9945         * gcc.c-torture/compile/20030921-1.c: New test.
9946
9947 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
9948
9949         * g++.dg/opt/reg-stack2.C: New test.
9950
9951 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
9952
9953         * g++.dg/eh/delayslot1.C: New test.
9954
9955 2003-09-20  Richard Henderson  <rth@redhat.com>
9956
9957         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
9958
9959 2003-09-20  Roger Sayle  <roger@eyesopen.com>
9960
9961         * gcc.c-torture/execute/20030920-1.c: New test case.
9962
9963 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9964
9965         * g++.dg/rtti/typeid3.C: Correct expected error message.
9966
9967 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9968
9969         PR c++/157
9970         * g++.dg/parse/crash12.C: New test.
9971
9972 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
9973
9974         * gcc.dg/compat/mixed-struct-check.h: New.
9975         * gcc.dg/compat/mixed-struct-defs.h: New.
9976         * gcc.dg/compat/mixed-struct-init.h: New.
9977         * gcc.dg/compat/struct-by-value-19_main.c: New.
9978         * gcc.dg/compat/struct-by-value-19_x.c: New.
9979         * gcc.dg/compat/struct-by-value-19_y.c: New.
9980         * gcc.dg/compat/struct-by-value-20_main.c: New.
9981         * gcc.dg/compat/struct-by-value-20_x.c: New.
9982         * gcc.dg/compat/struct-by-value-20_y.c: New.
9983         * gcc.dg/compat/struct-return-19_main.c: New.
9984         * gcc.dg/compat/struct-return-19_x.c: New.
9985         * gcc.dg/compat/struct-return-19_y.c: New.
9986         * gcc.dg/compat/struct-return-20_main.c: New.
9987         * gcc.dg/compat/struct-return-20_x.c: New.
9988         * gcc.dg/compat/struct-return-20_y.c: New.
9989
9990 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
9991         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
9992         so that it will not complain on LP64 targets.
9993
9994 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9995
9996         PR c++/495
9997         * g++.dg/template/friend24.C: New test.
9998
9999 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
10000
10001         PR c++/12332
10002         * g++.dg/template/memtmpl2.C: New test.
10003
10004 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
10005
10006         PR target/11184
10007         * gcc.dg/builtin-apply1.c: New test.
10008
10009 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
10010
10011         PR c++/9848
10012         * g++.dg/warn/Wunused-4.C: New test.
10013
10014 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10015
10016         PR c++/12316
10017         * g++.dg/other/gc2.C: New test.
10018
10019 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
10020
10021         PR c++/11991
10022         * g++.dg/rtti/typeid3.C: New test.
10023
10024         PR c++/12266
10025         * g++.dg/overload/template1.C: New test.
10026
10027 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
10028
10029         * g++.dg/opt/cfg3.C: New test.
10030
10031 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10032
10033         PR c++/7939
10034         * g++.dg/template/crash11.C: New test.
10035
10036 2003-09-16  Jason Merrill  <jason@redhat.com>
10037             Jakub Jelinek  <jakub@redhat.com>
10038
10039         * gcc.dg/attr-warn-unused-result.c: New test.
10040
10041 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
10042
10043         PR c++/12184
10044         * g++.dg/expr/call2.C: New test.
10045
10046 2003-09-15  Andreas Jaeger  <aj@suse.de>
10047
10048         * gcc.dg/Wold-style-definition-1.c: New test.
10049
10050 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
10051
10052         PR c++/3907
10053         * g++.dg/parse/template12.C: New test.
10054
10055         * g++.dg/abi/bitfield11.C: New test.
10056         * g++.dg/abi/bitfield12.C: Likewise.
10057
10058 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
10059
10060         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
10061         non-expansion of functional macro name without arguments at EOL.
10062         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
10063
10064 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
10065
10066         * gcc.c-torture/execute/20030914-[12].c: New tests.
10067
10068 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10069
10070         PR c++/11788
10071         * g++.dg/overload/addr1.C: New test.
10072
10073 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
10074
10075         * gcc.dg/20030909-1.c: New test.
10076
10077 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
10078
10079         * gcc.dg/ultrasp10.c: New test.
10080
10081 2003-09-09  Devang Patel  <dpatel@apple.com>
10082
10083         * gcc.dg/darwin-ld-6.c: New test.
10084
10085 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10086
10087         * gcc.dg/torture/builtin-explog-1.c: New testcase.
10088
10089 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10090
10091         * gcc.dg/ia64-types1.c: New test.
10092         * gcc.dg/ia64-types2.c: Likewise.
10093
10094 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10095
10096         * gcc.dg/builtins-1.c: Add more _Complex tests.
10097         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10098
10099         * gcc.dg/builtins-1.c: Test existing _Complex functions.
10100         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10101
10102 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10103
10104         PR c++/11786
10105         * g++.dg/lookup/koenig2.C: New test.
10106
10107         PR c++/5296
10108         * g++.dg/rtti/typeid2.C: New test.
10109
10110 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
10111
10112         * gcc.c-torture/compile/20030904-1.c: New test.
10113
10114 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10115
10116         * g++.dg/opt/longbranch2.C: New test.
10117
10118 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10119
10120         * g++.dg/template/crash10.C: Only compile it.
10121
10122 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10123
10124         PR middle-end/11665
10125         * gcc.c-torture/compile/20030907-1.c: New test.
10126         * g++.dg/init/array11.C: New test.
10127
10128 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10129
10130         PR c++/11852
10131         * g++.dg/init/struct1.C: New test.
10132
10133 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10134
10135         PR c++/12181
10136         * g++.dg/expr/comma1.C: New test.
10137
10138 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
10139
10140         PR c++/11867
10141         * g++.dg/expr/static_cast5.C: New test.
10142
10143 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
10144
10145         PR c++/11507
10146         * g++.dg/lookup/scoped7.C: New test.
10147
10148         PR c++/9574
10149         * g++.dg/other/static1.C: New test.
10150
10151         PR c++/11490
10152         * g++.dg/warn/template-1.C: New test.
10153
10154         PR c++/11432
10155         * g++.dg/template/crash10.C: New test.
10156
10157         PR c++/2478
10158         * g++.dg/overload/VLA.C: New test.
10159
10160         PR c++/10804
10161         * g++.dg/template/call1.C: New test.
10162
10163 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10164
10165         PR c++/11794
10166         * g++.dg/parse/using3.C: New test.
10167
10168 2003-09-06  Roger Sayle  <roger@eyesopen.com>
10169
10170         PR c++/11409
10171         * g++.dg/overload/builtin3.C: New test case.
10172
10173 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
10174
10175         PR c/9862
10176         * gcc.dg/20030906-1.c: New test.
10177         * gcc.dg/20030906-2.c: Likewise.
10178
10179 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10180
10181         PR c++/12167
10182         * g++.dg/parse/defarg5.C: New test.
10183
10184         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
10185
10186 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
10187
10188         PR c++/12163
10189         * g++.dg/expr/static_cast4.C: New test.
10190
10191         PR c++/12146
10192         * g++.dg/template/crash9.C: New test.
10193
10194 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
10195
10196         * g++.old-deja/g++.ext/pretty2.C: Update for change
10197         in __FUNCTION__.
10198         * g++.old-deja/g++.ext/pretty3.C: Likewise.
10199
10200 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
10201
10202         PR c++/11922
10203         * g++/dg/template/qualified-id1.C: New test.
10204
10205         PR c++/12037
10206         * g++.dg/warn/noeffect4.C: New test.
10207
10208 2003-09-04  Matt Austern  <austern@apple.com>
10209
10210         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
10211         * g++.dg/ext/fnname2.C: Likewise.
10212         * g++.dg/ext/fnname3.C: Likewise.
10213
10214 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
10215
10216         * g++.dg/expr/lval1.C: New test.
10217         * g++.dg/ext/lvcast.C: Remove.
10218
10219 2003-09-03  Roger Sayle  <roger@eyesopen.com>
10220
10221         PR optimization/11700.
10222         * gcc.c-torture/compile/20030903-1.c: New test case.
10223
10224 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
10225
10226         PR c++/12053
10227         * g++.dg/abi/layout4.C: New test.
10228
10229 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
10230
10231         PR c++/11553
10232         * g++.dg/parse/friend3.C: New test.
10233
10234 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
10235
10236         PR c++/11847
10237         * g++.dg/template/class1.C: New test.
10238
10239         PR c++/11808
10240         * g++.dg/expr/call1.C: New test.
10241
10242 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
10243
10244         PR c++/12114
10245         * g++.dg/init/ref9.C: New test.
10246
10247         PR c++/11972
10248         * g++.dg/template/nested4.C: New test.
10249
10250 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10251
10252         PR c++/12093
10253         * g++.dg/template/non-dependent4.C: New test.
10254
10255         PR c++/11928
10256         * g++.dg/inherit/conv1.C: New test.
10257
10258 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10259
10260         PR c++/6196
10261         * g++.dg/ext/label1.C: New test.
10262         * g++.dg/ext/label2.C: Likewise.
10263
10264 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10265
10266         * g++.dg/expr/cond3.C: New test.
10267
10268 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10269
10270         * gcc.dg/builtins-1.c: Add new builtin cases.
10271
10272 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10273
10274         * gcc.dg/builtins-1.c: Add new cases.
10275         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10276
10277 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10278
10279         * gcc.dg/builtins-1.c: Add more math builtin tests.
10280         * gcc.dg/torture/builtin-attr-1.c: New test.
10281
10282 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10283
10284         PR optimization/5079
10285         * g++.dg/opt/static3.C: New test.
10286
10287 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10288
10289         * gcc.misc-tests/gcov-10b.c: New test.
10290
10291 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
10292
10293         * g++.dg/opt/ptrmem3.C: New test.
10294
10295         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
10296
10297 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
10298
10299         * gcc.dg/20030826-2.c: New test.
10300
10301 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10302
10303         PR middle-end/12002
10304         * g77.f-torture/compile/12002.f: New test case.
10305
10306 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10307
10308         * gcc.dg/20030826-1.c: New test case.
10309
10310 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
10311
10312         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
10313
10314 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
10315
10316         PR c++/11871
10317         * c++.dg/lookup/crash1.C: New test.
10318
10319         * c++.dg/warn/noeffect3.C: New test.
10320
10321 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
10322
10323         * gcc.dg/compat/vector-1_x.c: Compile with -w.
10324         * gcc.dg/compat/vector-1_y.c: Ditto.
10325         * gcc.dg/compat/vector-2_x.c: Ditto.
10326         * gcc.dg/compat/vector-2_y.c: Ditto.
10327
10328 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
10329
10330         * gcc.dg/20030702-1.c: New test.
10331
10332 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
10333
10334         PR c++/8795
10335         * g++.dg/ext/altivec-1.C: New test.
10336
10337 2003-08-24  Richard Henderson  <rth@redhat.com>
10338
10339         * g++.dg/eh/simd-2.C: Add -w for x86.
10340
10341 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
10342
10343         * gcc.dg/20030815-1.c: New test.
10344
10345 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10346
10347         PR c++/3765
10348         * g++.dg/parse/access6.C: New test.
10349
10350 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10351
10352         PR c++/641, c++/11876
10353         * g++.dg/template/friend22.C: New test.
10354         * g++.dg/template/friend23.C: Likewise.
10355
10356 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10357
10358         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
10359         identically.
10360
10361 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10362
10363         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
10364
10365 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10366
10367         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
10368
10369 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10370
10371         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
10372
10373 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10374
10375         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
10376
10377 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
10378
10379         PR c++/11919
10380         * g++.dg/overload/prom1.C: New test.
10381
10382         PR c++/11551
10383         * g++.dg/parse/dtor2.C: New test.
10384
10385         PR c++/10762
10386         * g++.dg/parse/using2.C: New test.
10387
10388 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
10389
10390         PR target/11805
10391         * gcc.c-torture/compile/20030821-1.c: New.
10392
10393 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
10394
10395         PR c++/11834
10396         * g++.dg/template/deduce2.C: New test.
10397
10398 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
10399
10400         * gcc.c-torture/execute/20030821-1.c: New test.
10401
10402 2003-08-20  Roger Sayle  <roger@eyesopen.com>
10403
10404         PR middle-end/11984
10405         * gcc.dg/20030820-1.c: New test case.
10406
10407 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
10408
10409         PR c++/11945
10410         * g++.dg/warn/noeffect2.C: New test.
10411
10412 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
10413
10414         PR c++/10926
10415         * g++.dg/template/dtor2.C: New test.
10416
10417         PR c++/11684
10418         * g++.dg/template/operator1.C: New test.
10419         * g++.dg/parse/operator4.C: New test.
10420
10421         PR c++/11946.C
10422         * g++.dg/expr/enum1.C: New test.
10423         * gcc.dg/c99-bool-1.c: Remove bogus warning.
10424
10425         PR c++/11036.C
10426         * g++.dg/parse/elab2.C: New test.
10427         * g++.dg/parse/typedef4.C: Change error message.
10428         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
10429         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
10430         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
10431
10432 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10433
10434         * gcc.dg/pch/warn-1.c: New.
10435         * gcc.dg/pch/warn-1.hs: New.
10436
10437         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
10438         not-tested file.
10439
10440 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10441
10442         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
10443
10444 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10445
10446         * gcc.dg/uninit-D.c: New Test.
10447         * gcc.dg/uninit-E.c: New Test.
10448         * gcc.dg/uninit-F.c: New Test.
10449         * gcc.dg/uninit-G.c: New Test.
10450
10451 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
10452
10453         * g++.dg/README: Describe the pch directory.
10454
10455 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10456
10457         PR c++/11174
10458         * g++.dg/parse/access4.C: New test.
10459         * g++.dg/parse/access5.C: Likewise.
10460         * g++.old-deja/g++.jason/access17.C: Adjust error message.
10461
10462 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
10463
10464         * gcc.dg/noncompile/20030818-1.c: New.
10465
10466 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10467
10468         PR c++/11957
10469         * g++.dg/warn/noeffect1.C: New test.
10470
10471         * g++.dg/template/scope2.C: New test.
10472         * g++.dg/template/error2.C: Correct dg-error
10473
10474 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10475
10476         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
10477
10478 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
10479
10480         PR C++/11512
10481         * g++.dg/template/warn1.C: New.
10482
10483 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
10484
10485         * g++.dg/template/error2.C: New test.
10486         * g++.dg/lookup/using7.C: Adjust errors
10487         * g++.old-deja/g++.pt/crash36.C: Likewise.
10488         * g++.old-deja/g++.pt/derived3.C: Likewise.
10489
10490 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10491
10492         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
10493         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
10494         * gcc.c-torture/execute/builtins/string-9.c: New, from
10495         string-opt-9.c.  Adjust for execute/builtins framework.
10496         * gcc.c-torture/execute/string-opt-9.c: Delete.
10497
10498 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
10499
10500         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
10501
10502         * g++.dg/parse/ret-type2.C: New test.
10503
10504         PR c++/11703
10505         * g++.dg/init/new8.C: New test.
10506
10507         PR c++/10923
10508         * g++.dg/parse/typedef5.C: New test.
10509
10510         PR c++/9512
10511         * g++.dg/parse/qualified2.C: New test.
10512         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
10513         invalid code.
10514
10515 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
10516
10517         * g++.dg/conversion/ptrmem1.C: New test.
10518
10519 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
10520
10521         PR target/11693
10522         * gcc.dg/20030811-1.c: New test.
10523
10524         PR target/11535
10525         * gcc.c-torture/execute/20030811-1.c: New test.
10526
10527 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10528
10529         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
10530
10531 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
10532
10533         PR c++/11789.C
10534         * g++.dg/inherit/multiple1.C: New test.
10535
10536 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10537
10538         * gcc.dg/spe1.c: New test.
10539
10540         PR c++/11670
10541         * g++.dg/expr/cast2.C: New test.
10542
10543         PR c++/10530
10544         * g++.dg/template/dependent-name2.C: New test.
10545
10546 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
10547
10548         * g++.dg/parse/crash11.C: Put the dg options in comments.
10549
10550 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
10551
10552         * lib/gcc-dg.exp: Update for diagnostic change.
10553
10554 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10555
10556         PR c++/5767
10557         * g++.dg/parse/crash11.C: New test.
10558
10559 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
10560
10561         * gcc.dg/cpp/spacing1.c: Update.
10562
10563 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
10564
10565         PR target/11739
10566         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
10567         a value for -mtune.
10568
10569 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10570
10571         PR middle-end/11771
10572         * gcc.c-torture/compile/20030804-1.c: New test case.
10573
10574 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10575
10576         * gcc.dg/20030804-1.c: New test case.
10577
10578 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
10579
10580         * gcc.dg/cpp/separate-1.c: New test.
10581
10582 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
10583
10584         PR c++/11704
10585         * g++.dg/template/dependent-expr2.C: New test.
10586
10587         PR c++/11766
10588         * g++.dg/expr/ptrmem1.C: New test.
10589
10590 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10591
10592         PR c++/9453
10593         * g++.dg/template/friend15.C: New test.
10594
10595 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
10596
10597         * lib/dg-pch.exp: Work round PCH bug.
10598
10599 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10600
10601         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
10602         builtins.  Move cases from builtins-4.c here.
10603
10604         * gcc.dg/torture/builtin-math-1.c: New test taken from
10605         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
10606         additional cases.
10607
10608         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
10609         Delete.
10610
10611 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
10612
10613         PR c++/9447
10614         * g++.dg/template/using7.C: New test.
10615
10616 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
10617
10618         * import1.c, import2.c: New tests.
10619
10620 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
10621
10622         * g++.dg/eh/crossjump1.C: New test.
10623
10624 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
10625
10626         PR c++/11697
10627         * g++.dg/template/using6.C: New test.
10628
10629         PR c++/11744
10630         * g++.dg/template/koenig2.C: New test.
10631
10632 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10633
10634         PR c++/7983
10635         * g++.dg/parse/typedef4.C: New test.
10636
10637 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10638
10639         PR c++/8442, c++/8806
10640         * g++.dg/template/elab1.C: New test.
10641         * g++.dg/template/type2.C: Likewise.
10642         * g++.dg/template/ttp3.C: Adjust expected error message.
10643         * g++.old-deja/g++.law/visibility13.C: Likewise.
10644         * g++.old-deja/g++.niklas/t135.C: Likewise.
10645         * g++.old-deja/g++.pt/ttp41.C: Likewise.
10646         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
10647         template argument.
10648         * g++.old-deja/g++.pt/ttp44.C: Likewise.
10649
10650 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
10651
10652         PR c++/11295
10653         * g++.dg/ext/stmtexpr1.C: New test.
10654
10655         * g++.dg/opt/tmp1.C: New test.
10656
10657         PR c++/11525
10658         * g++.dg/parse/constant4.C: New test.
10659
10660         PR c++/9447
10661         * g++.dg/template/using5.C: New test.
10662
10663 2003-07-31  Roger Sayle  <roger@eyesopen.com>
10664
10665         * gcc.dg/builtins-27.c: New test case.
10666
10667 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
10668
10669         * gcc.dg/tls/opt-7.c: New test.
10670
10671 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
10672
10673         * g++.old-deja/g++.other/crash18.C: Remove.
10674
10675 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
10676
10677         * g++.dg/template/explicit3.C: New.
10678         * g++.dg/template/explicit4.C: New.
10679         * g++.dg/template/explicit5.C: New.
10680
10681         PR c++/11347
10682         * g++.dg/template/memtmpl1.C: New.
10683
10684 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
10685
10686         PR target/11565
10687         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
10688         * gcc.dg/i386-387-5.c (dg-options): Likewise.
10689
10690 2003-07-30  Jan Hubicka  <jh@suse.cz>
10691
10692         * vtgc1.c: Kill.
10693
10694 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
10695
10696         * gcc.dg/struct-in-proto-1.c: New test.
10697
10698 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
10699
10700         * gcc.dg/cpp/include2.c: Only expect one message.
10701
10702 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
10703
10704         PR c++/9447
10705         * g++.dg/template/using1.C: New test.
10706         * g++.dg/template/using2.C: New test.
10707         * g++.dg/template/using3.C: New test.
10708         * g++.dg/template/using4.C: New test.
10709
10710 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
10711
10712         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
10713         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10714
10715 2003-07-28  Jan Hubicka  <jh@suse.cz>
10716
10717         PR c++/11530
10718         * g++.dg/opt/call1.C: New test.
10719
10720 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
10721
10722         PR c++/11667
10723         * g++.dg/init/enum2.C: New test.
10724         * g++.dg/template/overload1.C: Add "-w" option.
10725
10726 2003-07-28    <hp@bitrange.com>
10727
10728         * gcc.dg/Wdeclaration-after-statement-1.c,
10729         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
10730
10731 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
10732
10733         * gcc.c-torture/compile/20030725-1.c: New test.
10734
10735 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
10736
10737         * gcc.dg/20030505.c: Only run for SPE.
10738         Remove definition of opaque type.
10739
10740 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
10741
10742         * g++.dg/template/ptrmem6.C: New test.
10743
10744 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
10745
10746         * gcc.c-torture/compile/zero-strct-2.c: New test.
10747
10748 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
10749
10750         * gcc.dg/intermod-1.c: New test.
10751
10752 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10753
10754         PR c++/11617
10755         * g++.dg/template/lookup2.C: New test.
10756         * g++.dg/template/memclass1.C: Remove instantiated from error.
10757         * g++.dg/other/error2.C: Tweak expected errors.
10758
10759         PR c++/11596
10760         * g++.dg/template/defarg3.C: New test.
10761
10762         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
10763
10764 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
10765
10766         * g++.dg/inherit/access5.C: New test.
10767
10768 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10769
10770         PR c++/11513
10771         * g++.dg/template/crash8.C: New test.
10772
10773 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
10774
10775         PR c/10602
10776         * gcc.dg/noncompile/incomplete-2.c: New test.
10777
10778 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
10779
10780         PR c++/11645
10781         * g++.dg/inherit/access4.C: New test.
10782
10783         PR c++/11517
10784         * g++.dg/expr/cond2.C: New test.
10785
10786         PR optimization/10679
10787         * g++.dg/opt/inline4.C: New test.
10788
10789 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
10790
10791         * g++.dg/parse/crash10: New test.
10792
10793 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
10794
10795         * g++.dg/ext/flexary1.C: New test.
10796
10797 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10798
10799         PR c++/10793
10800         * g++.dg/template/crash9.C: New test.
10801
10802 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10803
10804         PR c++/3004
10805         * g++.dg/parse/typedef3.C: New test.
10806
10807         PR c++/7906
10808         * g++.dg/parse/operator2.C: New test.
10809
10810         PR c++/8895
10811         * g++.dg/parse/def-tmpl-arg1.C: New test.
10812
10813         PR c++/9282
10814         * g++.dg/parse/funptr1.C: New test.
10815
10816         PR c++/9452
10817         * g++.dg/parse/ambig3.C: New test.
10818
10819         PR c++/9454
10820         * g++.dg/parse/operator3.C: New test.
10821
10822         PR c++/9486
10823         * g++.dg/parse/template10.C: New test.
10824
10825         PR c++/9488
10826         * g++.dg/parse/template11.C: New test.
10827
10828         PR c++/10150
10829         * g++.dg/parse/invalid-op1.C: New test.
10830
10831         PR c++/10247
10832         * g++.dg/parse/condexpr1.C: New test.
10833
10834 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
10835
10836         * g++.dg/ext/packed3.C: New test.
10837         * g++.dg/ext/packed4.C: New test.
10838
10839         * gcc.dg/pack-test-3.c: New test.
10840
10841 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
10842
10843         * lib/compat.exp: Handle dg-options per source file.
10844         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
10845         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
10846         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
10847         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
10848         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
10849         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
10850         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
10851         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
10852         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
10853         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
10854         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
10855         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
10856         * g++.dg/compat/break/bitfield7_x.C: Ditto.
10857         * g++.dg/compat/break/bitfield7_y.C: Ditto.
10858
10859 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
10860
10861         PR c/10320
10862         * gcc.c-torture/execute/20030718-1.c: New test.
10863
10864 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
10865
10866         PR optimization/11536
10867         * gcc.dg/20030721-1.c: New test.
10868
10869 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
10870
10871         PR c++/11546
10872         * g++.dg/template/lookup1.C: New test.
10873
10874 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
10875
10876         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
10877         diagnostics of ill-formed constructs involving labels.
10878         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
10879         the new 'previously defined here' message.
10880
10881 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
10882
10883         * g++.dg/parse/non-dependent2.C: New test.
10884
10885 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
10886
10887         * g++.dg/init/init-ref4.C: xfail on targets without
10888         weak symbols.
10889
10890 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
10891
10892         PR target/11087
10893         * gcc.c-torture/execute/20030717-1.c: New test.
10894
10895 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
10896
10897         * g++.dg/opt/cfg1.C: New test.
10898
10899 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
10900
10901         PR optimization/11557
10902         * gcc.dg/20030717-1.c: New test.
10903
10904 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
10905
10906         PR c++/10476
10907         * g++.dg/expr/crash-1.C: New test.
10908
10909         PR c++/11027
10910         * g++.dg/template/init3.C: New test.
10911
10912         PR c++/8222
10913         * g++.dg/template/non-dependent1.C: New test.
10914
10915         PR c++/11070
10916         * g++.dg/template/non-dependent2.C: New test.
10917
10918         PR c++/11071
10919         * g++.dg/template/non-dependent3.C: New test.
10920
10921         PR c++/9907
10922         * g++.dg/template/sizeof5.C: New test.
10923
10924 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
10925
10926         PR 11498
10927         * gcc.c-torture/compile/mangle-1.c: New file.
10928
10929 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10930
10931         PR c++/7809
10932         * g++.dg/parse/access3.C: New test.
10933
10934 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
10935
10936         PR c++/11384
10937         * g++.dg/init/init-ref4.C: New test.
10938
10939 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
10940
10941         PR c++/11547
10942         * g++.dg/parse/constant3.C: New test.
10943         * g++.dg/parse/crash7.C: Likewise.
10944
10945 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
10946
10947         PR target/11008
10948         * gcc.dg/i386-pentium4-not-mull.c: New.
10949
10950 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
10951
10952         * gcc.dg/asm-names.c (ymain): Make it weak.
10953
10954 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10955
10956         PR c++/5421
10957         * g++.dg/template/friend21.C: New test.
10958
10959 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
10960
10961         * gcc.dg/cleanup-8.c: New test.
10962         * gcc.dg/cleanup-9.c: New test.
10963
10964 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
10965
10966         * g++.dg/ext/dll-MI1.h: New file.
10967         * g++.dg/ext/dllexport-MI1.C: New file.
10968         * g++.dg/ext/dllimport-MI1.C: New file.
10969
10970 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
10971
10972         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
10973         it does not have cmpstrsi patterns (just cmpmemsi).
10974
10975 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
10976
10977         PR debug/11473
10978         * g++.dg/debug/debug8.C: New test.
10979
10980 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10981
10982         PR c++/10108
10983         * g++.dg/template/crash7.C: New test.
10984
10985 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
10986
10987         PR target/10795
10988         * gcc.c-torture/compile/20030708-1.c: New.
10989
10990 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10991
10992         * gcc.c-torture/execute/20030715-1.c: New test.
10993
10994 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
10995
10996         * gcc.dg/pch/inline-3.c: New file.
10997         * gcc.dg/pch/inline-3.hs: New file.
10998         * gcc.dg/pch/inline-4.c: New file.
10999         * gcc.dg/pch/inline-4.hs: New file.
11000
11001 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
11002
11003         PR c++/11509
11004         * g++.dg/template/crash6.C: New test.
11005
11006         PR c++/7053
11007         * g++.dg/template/friend20.C: New test.
11008
11009         PR c++/7019
11010         * g++.dg/template/overload2.C: New test.
11011
11012 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11013
11014         PR optimization/11440
11015         * gcc.c-torture/execute/20030714-1.c: New test.
11016
11017 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11018
11019         PR c++/11154
11020         * g++.dg/template/partial2.C: New test.
11021
11022 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
11023
11024         PR c++/11503
11025         * g++.dg/template/anon1.C: New test.
11026
11027         PR c++/11493
11028         PR c++/11495
11029         * g++.dg/parse/template9.C: Likewise.
11030         * g++.dg/template/crash4.C: New test.
11031         * g++.dg/template/koenig1.C: Likewise.
11032         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
11033         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
11034         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
11035         functions.
11036         * g++.old-deja/g++.jason/template36.C: Likewise.
11037         * g++.old-deja/g++.mike/p1989.C: Likewise.
11038         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
11039         * g++.old-deja/g++.pt/ttp20.C: Use this->.
11040         * g++.old-deja/g++.pt/ttp21.C: Use this->.
11041         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
11042         compiling.
11043         * g++.old-deja/g++.pt/union2.C: Use this->.
11044
11045 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
11046
11047         * gcc.dg/20030711-1.c: New test.
11048
11049 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
11050
11051         PR c++/11050
11052         * g++.dg/parse/args1.C: New test.
11053         * g++.pt/defarg8.C: Change expected errors.
11054
11055 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
11056
11057         PR c++/8164
11058         * g++.dg/template/nontype2.C: New test.
11059
11060         PR c++/10558
11061         * g++.dg/parse/template8.C: New test.
11062
11063         PR c++/8327
11064         * g++.dg/template/scope1.C: New test.
11065
11066         * g++.dg/warn/Wsign-compare-1.C: New test.
11067
11068 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11069
11070         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
11071
11072 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
11073
11074         PR c++/9411
11075         * g++.dg/template/explicit2.C: New test.
11076
11077         PR c++/10032
11078         * g++.dg/warn/pedantic1.C: New test.
11079
11080 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
11081
11082         PR c++ 9483
11083         * g++.dg/other/field1.C: New test.
11084
11085 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11086
11087         PR c/11449
11088         * gcc.c-torture/compile/20030707-1.c: New.
11089
11090 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11091
11092         PR c++/10849
11093         * g++.dg/template/access12.C: New test.
11094
11095 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
11096
11097         * g++.dg/bprob/bprob.exp (prof_ext): Update.
11098         * g77.dg/bprob/bprob.exp (prof_ext): Update.
11099         * gcc.misc-tests/bprob.exp (prof_ext): Update.
11100         * gcc.misc-tests/gcov.exp: Update
11101         * g++.dg/gcov/gcov.exp: Update
11102         * lib/gcov.exp: Update.
11103
11104 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
11105
11106         * g++.dg/abi/mangle17.C: Make sure template expressions are
11107         dependent.
11108         * g++.dg/abi/mangle4.C: Mark erroneous casts.
11109         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
11110         * g++.dg/opt/stack1.C: Remove erroneous code.
11111         * g++.dg/parse/template7.C: New test.
11112         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
11113         * g++.old-deja/g++.pt/crash4.C: Likewise.
11114
11115 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11116
11117         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
11118         with zero or one occurence of `$' after the initial `L'.
11119
11120 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
11121
11122         * gcc.c-torture/compile/20030704-1.c: Add a comment.
11123
11124 2003-07-08  Roger Sayle  <roger@eyesopen.com>
11125
11126         PR c/11370
11127         * gcc.dg/Wunreachable-6.c: New testcase.
11128         * gcc.dg/Wunreachable-7.c: New testcase.
11129
11130 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11131
11132         PR c/11420
11133         * gcc.dg/20030708-1.c: New test.
11134
11135 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
11136
11137         * gcc.dg/compat/sdata-section.h: New file.
11138         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
11139         * gcc.dg/torture/mips-sdata-1.c: New test.
11140
11141 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11142
11143         PR c++/11030
11144         * g++.dg/template/friend19.C: New test.
11145
11146 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11147
11148         * g++.dg/opt/strength-reduce.C: New test.
11149
11150 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11151
11152         PR target/10979
11153         * gcc.dg/20030707-1.c: New testcase.
11154
11155 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11156
11157         PR optimization/11059
11158         * g++.dg/opt/emptyunion.C: New testcase.
11159
11160 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11161             Eric Botcazou  <ebotcazou@libertysurf.fr>
11162
11163         * g++.dg/opt/stack1.C: New test.
11164
11165 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
11166
11167         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
11168         run test.
11169
11170         PR c++/11431
11171         * g++.dg/expr/static_cast3.C: New test.
11172
11173 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11174
11175         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
11176         everywhere.
11177         * gcc.dg/concat.c: Concatenation of string constants with
11178         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
11179         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
11180         * gcc.dg/cpp/escape-2.c: Use wide character constants where
11181         necessary to avoid multi-character character constant warning.
11182         * gcc.dg/cpp/escape.c: Likewise.
11183         * gcc.dg/cpp/ucs.c: Likewise.
11184         Remove backslashes from dg-bogus comments, as they confuse Tcl.
11185         Fix a typo.
11186
11187 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11188
11189         PR c/11428
11190         * gcc.c-torture/compile/20030704-1.c: New.
11191
11192 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11193
11194         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
11195
11196 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
11197
11198         PR c++/5287, PR c++/7910,  PR c++/11021
11199         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
11200         tests for warnings.
11201         * g++.dg/ext/dllimport2.C: Add tests for warnings.
11202         * g++.dg/ext/dllimport3.C: Likewise.
11203         * g++.dg/ext/dllimport4.C: New file.
11204         * g++.dg/ext/dllimport5.C: New file.
11205         * g++.dg/ext/dllimport6.C: New file.
11206         * g++.dg/ext/dllimport7.C: New file.
11207         * g++.dg/ext/dllimport8.C: New file.
11208         * g++.dg/ext/dllimport9.C: New file.
11209         * g++.dg/ext/dllimport10.C: New file.
11210         * g++.dg/ext/dllexport1.C: New file.
11211
11212 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11213
11214         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
11215         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
11216
11217 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11218
11219         * gcc.dg/builtins-25.c: New testcase.
11220         * gcc.dg/builtins-26.c: New testcase.
11221
11222 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
11223
11224         * gcc.dg/compat/vector-defs.h: New file.
11225         * gcc.dg/compat/vector-setup.h: New file.
11226         * gcc.dg/compat/vector-check.h: New file.
11227         * gcc.dg/compat/vector-1_main.c: New file.
11228         * gcc.dg/compat/vector-1_x.c: New file.
11229         * gcc.dg/compat/vector-1_y.c: New file.
11230         * gcc.dg/compat/vector-2_main.c: New file.
11231         * gcc.dg/compat/vector-2_x.c: New file.
11232         * gcc.dg/compat/vector-2_y.c: New file.
11233
11234         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
11235         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
11236         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
11237         * gcc.dg/compat/struct-align-1.h: New file.
11238         * gcc.dg/compat/struct-align-1_main.c: New file.
11239         * gcc.dg/compat/struct-align-1_x.c: New file.
11240         * gcc.dg/compat/struct-align-1_y.c: New file.
11241         * gcc.dg/compat/struct-align-2.h: New file.
11242         * gcc.dg/compat/struct-align-2_main.c: New file.
11243         * gcc.dg/compat/struct-align-2_x.c: New file.
11244         * gcc.dg/compat/struct-align-2_y.c: New file.
11245
11246         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
11247         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11248         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11249         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11250         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11251         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11252         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11253         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11254         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11255         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11256         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11257         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11258         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11259         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11260         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11261         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11262         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11263         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11264         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11265         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11266         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11267         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11268         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11269         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11270         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11271         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11272         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11273         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11274         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11275
11276 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11277
11278         * gcc.dg/i386-call-1.c: New test.
11279
11280 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
11281
11282         PR c++/9162
11283         * g++.dg/parse/defarg4.C: New.
11284
11285 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11286
11287         PR target/10700
11288         * gcc.c-torture/compile/20030703-1.c: New test case.
11289
11290 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11291
11292         * g++.dg/template/local3.C: Remove extra semicolon.
11293
11294 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11295
11296         * gcc.dg/i386-volatile-1.c: New test.
11297
11298 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11299
11300         PR c++/11072
11301         * g++.dg/other/offsetof2.C: XFAIL.
11302         * g++.dg/other/offsetof5.C: New.
11303
11304         PR c++/10219
11305         * g++.dg/template/error1.C: New.
11306
11307         PR c++/9779
11308         * g++.dg/template/dependent-expr1.C: New.
11309
11310 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11311
11312         PR c++/6949
11313         * g++.dg/template/local3.C: New test.
11314
11315         PR c++/11149
11316         * g++.dg/lookup/scoped6.C: New test.
11317
11318 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
11319
11320         PR c++/8046
11321         * g++.dg/other/error7.C: New test.
11322
11323 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11324
11325         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
11326         * g++.old-deja/g++.abi/vtable3.h: Likewise.
11327         * g++.old-deja/g++.law/code-gen5.C: Likewise.
11328         * g++.old-deja/g++.other/union2.C: Likewise.
11329         * gcc.dg/c90-const-expr-2.c: Likewise.
11330         * gcc.dg/c90-const-expr-3.c: Likewise.
11331         * gcc.dg/c99-const-expr-2.c: Likewise.
11332         * gcc.dg/c99-const-expr-3.c: Likewise.
11333         * gcc.dg/concat.c: Likewise.
11334
11335 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11336
11337         PR c++/9559
11338         * g++.dg/init/static1.C: New test.
11339
11340 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11341
11342         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
11343         * g++.old-deja/g++.other/access2.C: Likewise.
11344         * g++.old-deja/g++.other/decl2.C: Likewise.
11345         * gcc.c-torture/execute/20020615-1.c: Likewise.
11346
11347 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11348
11349         PR c++/4933
11350         * g++.dg/template/sizeof4.C: New test.
11351
11352 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11353
11354         * g++.dg/other/error6.C: New test.
11355
11356 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11357
11358         PR c++/10750
11359         * g++.dg/parse/constant2.C: New test.
11360
11361 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
11362
11363         PR c++/11106
11364         * g++.dg/other/error5.C: New test.
11365
11366 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11367
11368         * gcc.dg/format/gcc_diag-1.c: New test.
11369
11370 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
11371
11372         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
11373
11374 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
11375
11376         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
11377         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
11378         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
11379
11380 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
11381
11382         * gcc.c-torture/execute/builtins/string-8.c: New test.
11383         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
11384         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
11385         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
11386
11387 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11388
11389         PR c++/10468
11390         * g++.dg/ext/typeof6.C: New test.
11391
11392 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11393
11394         PR c++/10796
11395         * g++.dg/init/enum1.C: New test.
11396
11397 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
11398
11399         * gcc.dg/20030627-1.c: New test.
11400
11401 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
11402
11403         PR c++/11332
11404         * g++.dg/expr/static_cast2.C: New test.
11405
11406 2003-06-26  Roger Sayle  <roger@eyesopen.com>
11407             Jakub Jelinek  <jakub@redhat.com>
11408
11409         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
11410         sprintf(dst,"%s",src) optimization.
11411         * gcc.c-torture/execute/20030626-1.c: New test case.
11412         * gcc.c-torture/execute/20030626-2.c: New test case.
11413
11414 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
11415
11416         * gcc.c-torture/execute/multi-ix.c: New test.
11417
11418         * gcc.c-torture/execute/simd-4.c (main):
11419         Added missing semicolon at end of union.
11420
11421 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
11422
11423         PR c++/8266
11424         * g++.dg/template/explicit-instantiation3.C: New test.
11425
11426 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11427
11428         * gcc.dg/20030626-1.c: Use signed char.
11429
11430 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11431
11432         * gcc.dg/20030626-1.c: New test.
11433
11434 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
11435
11436         * const-str-2.m: Update.
11437
11438 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
11439
11440         PR c++/10990
11441         * g++.dg/rtti/dyncast1.C: New test.
11442         * g++.dg/abi/mangle4.C: Correct base-specifier access.
11443         * g++.dg/lookup/scoped1.C: Remove XFAIL.
11444         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
11445
11446         PR c++/10931
11447         * g++.dg/expr/static_cast1.C: New test.
11448
11449 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
11450
11451         * gcc.dg/20030625-1.c: New test.
11452
11453 2003-06-24  Roger Sayle  <roger@eyesopen.com>
11454
11455         * gcc.c-torture/compile/20030624-1.c: New test case.
11456
11457 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
11458
11459         * gcc.c-torture/execute/string-opt-17.c: New test.
11460
11461 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
11462
11463         PR c++/5754
11464         * g++.dg/parse/crash6.C: New test.
11465
11466 2003-06-23  Roger Sayle  <roger@eyesopen.com>
11467
11468         * gcc.dg/builtins-24.c: New test case.
11469
11470 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
11471
11472         * g++.dg/opt/operator1.C: New test.
11473
11474 2003-06-22  Roger Sayle  <roger@eyesopen.com>
11475
11476         * gcc.c-torture/execute/string-opt-16.c: New test case.
11477
11478 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11479
11480         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
11481         * g++.old-deja/g++.other/conv7.C: Likewise
11482         * g++.old-deja/g++.other/overcnv2.C: Likewise.
11483         * g++.old-deja/g++.other/overload14.C: Likewise.
11484
11485 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11486
11487         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
11488         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
11489
11490 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11491
11492         PR c++/10888
11493         * g++.dg/warn/Winline-3.C: New test.
11494
11495 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11496
11497         * lib/target-supports.exp (check_alias_available): Make the test
11498         program acceptable to the Solaris assembler.
11499
11500         PR c++/10749
11501         * g++.dg/template/memclass2.C: New test.
11502
11503 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11504             Eric Botcazou  <ebotcazou@libertysurf.fr>
11505
11506         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
11507         data for non-matching targets.
11508         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
11509
11510 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11511
11512         PR c++/10845
11513         * g++.dg/template/member3.C: New test.
11514
11515 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
11516
11517         PR c++/10939
11518         * g++.dg/template/func1.C: New test.
11519
11520         PR c++/9649
11521         * g++.dg/template/static4.C: New test.
11522         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
11523
11524         PR c++/11041
11525         * g++.dg/init/ref7.C: New test.
11526
11527 2003-06-19  Matt Austern  <austern@apple.com>
11528
11529         PR c++/11228
11530         * g++.dg/anew1.C: New test.
11531         * g++.dg/anew2.C: New test.
11532         * g++.dg/anew3.C: New test.
11533         * g++.dg/anew4.C: New test.
11534
11535 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
11536
11537         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
11538
11539 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
11540
11541         * gcc.c-torture/execute/simd-4.c (main): Make expected value
11542         endian-dependent.
11543
11544 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11545
11546         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
11547         Remove cruft.
11548
11549 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11550
11551         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
11552         * gcc.c-torture/compile/961203-1.c: Likewise.
11553         * gcc.c-torture/compile/980506-1.c: Likewise.
11554
11555 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11556
11557         PR c++/10712
11558         * g++.dg/lookup/using7.C: New test.
11559
11560 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11561
11562         PR c++/11105
11563         * g++.dg/abi/conv1.C: Remove it.
11564         * g++.dg/template/conv7.C: New test.
11565         * g++.dg/template/conv8.C: Likewise.
11566         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
11567         conversion operator.
11568
11569 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
11570
11571         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
11572         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11573         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11574         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11575         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11576         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11577         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11578         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11579         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11580         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11581         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11582         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11583         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11584         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11585         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11586         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11587         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11588         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11589         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11590         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11591         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11592         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11593         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11594         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11595         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11596         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11597         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11598         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11599         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11600
11601 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
11602
11603         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
11604         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
11605         indications.
11606
11607 2003-06-16  Roger Sayle  <roger@eyesopen.com>
11608
11609         * gcc.dg/i386-387-5.c: New test case.
11610         * gcc.dg/i386-387-6.c: New test case.
11611         * gcc.dg/builtins-23.c: New test case.
11612
11613 2003-06-15  Roger Sayle  <roger@eyesopen.com>
11614
11615         * gcc.dg/builtins-22.c: New test case.
11616         * gcc.dg/i386-387-1.c: Update to test exp.
11617         * gcc.dg/i386-387-2.c: Likewise.
11618
11619 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11620
11621         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
11622
11623 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
11624
11625         * lib/gcc-dg.exp (dg-require-dll): New function.
11626         (dg-xfail-if): Likewise.
11627         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
11628         driver.
11629
11630         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
11631         * gcc.c-torture/compile/20001205-1.c: Likewise.
11632         * gcc.c-torture/compile/20001226-1.c: Likewise.
11633         * gcc.c-torture/compile/20010518-2.c: Likewise.
11634         * gcc.c-torture/compile/20020312-1.c: Likewise.
11635         * gcc.c-torture/compile/20020604-1.c: Likewise.
11636         * gcc.c-torture/compile/920501-12.c: Likewise.
11637         * gcc.c-torture/compile/920501-4.c: Likewise.
11638         * gcc.c-torture/compile/920520-1.c: Likewise.
11639         * gcc.c-torture/compile/920521-1.c: Likewise.
11640         * gcc.c-torture/compile/920625-1.c: Likewise.
11641         * gcc.c-torture/compile/961203-1.c: Likewise.
11642         * gcc.c-torture/compile/980506-1.c: Likewise.
11643         * gcc.c-torture/compile/981006-1.c: Likewise.
11644         * gcc.c-torture/compile/981022-1.c: Likewise.
11645         * gcc.c-torture/compile/981223-1.c: Likewise.
11646         * gcc.c-torture/compile/990617-1.c: Likewise.
11647         * gcc.c-torture/compile/dll.c: Likewise.
11648         * gcc.c-torture/compile/labels-3.c: Likewise.
11649         * gcc.c-torture/compile/mipscop-1.c: Likewise.
11650         * gcc.c-torture/compile/mipscop-2.c: Likewise.
11651         * gcc.c-torture/compile/mipscop-3.c: Likewise.
11652         * gcc.c-torture/compile/mipscop-4.c: Likewise.
11653         * gcc.c-torture/compile/simd-5.c: Likewise.
11654         * gcc.c-torture/compile/20000804-1.x: Remove.
11655         * gcc.c-torture/compile/20001205-1.x: Likewise.
11656         * gcc.c-torture/compile/20001226-1.x: Likewise.
11657         * gcc.c-torture/compile/20010518-2.x: Likewise.
11658         * gcc.c-torture/compile/20020312-1.x: Likewise.
11659         * gcc.c-torture/compile/20020604-1.x: Likewise.
11660         * gcc.c-torture/compile/920501-12.x: Likewise.
11661         * gcc.c-torture/compile/920501-4.x: Likewise.
11662         * gcc.c-torture/compile/920520-1.x: Likewise.
11663         * gcc.c-torture/compile/920521-1.x: Likewise.
11664         * gcc.c-torture/compile/920625-1.x: Likewise.
11665         * gcc.c-torture/compile/961203-1.x: Likewise.
11666         * gcc.c-torture/compile/980506-1.x: Likewise.
11667         * gcc.c-torture/compile/981006-1.x: Likewise.
11668         * gcc.c-torture/compile/981022-1.x: Likewise.
11669         * gcc.c-torture/compile/981223-1.x: Likewise.
11670         * gcc.c-torture/compile/990617-1.x: Likewise.
11671         * gcc.c-torture/compile/mipscop-1.x: Likewise.
11672         * gcc.c-torture/compile/mipscop-2.x: Likewise.
11673         * gcc.c-torture/compile/mipscop-3.x: Likewise.
11674         * gcc.c-torture/compile/mipscop-4.x: Likewise.
11675         * gcc.c-torture/compile/simd-5.x: Likewise.
11676
11677         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
11678
11679 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
11680
11681         * gcc.c-torture/execute/20030611-1.c: New test.
11682
11683 2003-06-12  Roger Sayle  <roger@eyesopen.com>
11684
11685         PR middle-end/168
11686         * gcc.dg/20030612-1.c: New test case.
11687
11688 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
11689
11690         PR c++/10635
11691         * g++.dg/expr/cast1.C: New test.
11692
11693 2003-06-12  Roger Sayle  <roger@eyesopen.com>
11694
11695         * gcc.dg/builtins-21.c: New test case.
11696
11697 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
11698
11699         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
11700         options instead of at the end.
11701         * lib/objc.exp (objc_target_compile): Likewise.
11702
11703 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
11704
11705         PR c++/10432
11706         * g++.dg/parse/error1.C: New test.
11707
11708 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
11709
11710         * gcc.dg/compat/struct-by-value-11_main.c: New file.
11711         * gcc.dg/compat/struct-by-value-11_x.c: New file.
11712         * gcc.dg/compat/struct-by-value-11_y.c: New file.
11713         * gcc.dg/compat/struct-by-value-12_main.c: New file.
11714         * gcc.dg/compat/struct-by-value-12_x.c: New file.
11715         * gcc.dg/compat/struct-by-value-12_y.c: New file.
11716         * gcc.dg/compat/struct-by-value-13_main.c: New file.
11717         * gcc.dg/compat/struct-by-value-13_x.c: New file.
11718         * gcc.dg/compat/struct-by-value-13_y.c: New file.
11719         * gcc.dg/compat/struct-by-value-14_main.c: New file.
11720         * gcc.dg/compat/struct-by-value-14_x.c: New file.
11721         * gcc.dg/compat/struct-by-value-14_y.c: New file.
11722         * gcc.dg/compat/struct-by-value-15_main.c: New file.
11723         * gcc.dg/compat/struct-by-value-15_x.c: New file.
11724         * gcc.dg/compat/struct-by-value-15_y.c: New file.
11725         * gcc.dg/compat/struct-by-value-16_main.c: New file.
11726         * gcc.dg/compat/struct-by-value-16_x.c: New file.
11727         * gcc.dg/compat/struct-by-value-16_y.c: New file.
11728         * gcc.dg/compat/struct-by-value-17_main.c: New file.
11729         * gcc.dg/compat/struct-by-value-17_x.c: New file.
11730         * gcc.dg/compat/struct-by-value-17_y.c: New file.
11731         * gcc.dg/compat/struct-by-value-18_main.c: New file.
11732         * gcc.dg/compat/struct-by-value-18_x.c: New file.
11733         * gcc.dg/compat/struct-by-value-18_y.c: New file.
11734
11735         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
11736         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
11737         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
11738         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
11739         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
11740         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
11741         * gcc.dg/compat/scalar-return-3_main.c: New file.
11742         * gcc.dg/compat/scalar-return-3_x.c: New file.
11743         * gcc.dg/compat/scalar-return-3_y.c: New file.
11744         * gcc.dg/compat/scalar-return-4_main.c: New file.
11745         * gcc.dg/compat/scalar-return-4_x.c: New file.
11746         * gcc.dg/compat/scalar-return-4_y.c: New file.
11747
11748 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
11749
11750         * gcc.dg/compat/fp2-struct-check.h: New file.
11751         * gcc.dg/compat/fp2-struct-defs.h: New file.
11752         * gcc.dg/compat/fp2-struct-init.h: New file.
11753         * gcc.dg/compat/struct-by-value-10_main.c: New file.
11754         * gcc.dg/compat/struct-by-value-10_x.c: New file.
11755         * gcc.dg/compat/struct-by-value-10_y.c: New file.
11756         * gcc.dg/compat/struct-return-10_main.c: New file.
11757         * gcc.dg/compat/struct-return-10_x.c: New file.
11758         * gcc.dg/compat/struct-return-10_y.c: New file.
11759
11760         * gcc.dg/compat/compat-common.h: New file.
11761         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
11762         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
11763         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
11764         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
11765         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
11766         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
11767         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
11768         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11769         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
11770         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
11771         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11772         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
11773         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
11774         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11775         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
11776         * gcc.dg/compat/small-struct-check.h: Ditto.
11777         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
11778         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11779         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
11780         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
11781         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11782         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
11783         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
11784         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11785         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
11786         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
11787         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11788         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
11789         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
11790         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11791         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
11792         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
11793         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11794         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
11795         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
11796         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11797         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
11798         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
11799         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11800         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
11801         * gcc.dg/compat/struct-return-2_main.c: Ditto.
11802         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11803         * gcc.dg/compat/struct-return-2_y.c: Ditto.
11804         * gcc.dg/compat/struct-return-3_main.c: Ditto.
11805         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11806         * gcc.dg/compat/struct-return-3_y.c: Ditto.
11807
11808 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
11809
11810         * g++.dg/pch/static-1.C: New file.
11811         * g++.dg/pch/static-1.Hs: New file.
11812
11813 2003-06-10  Richard Henderson  <rth@redhat.com>
11814
11815         * gcc.dg/asm-7.c: Adjust expected warning text.
11816
11817 2003-06-10  Roger Sayle  <roger@eyesopen.com>
11818
11819         * gcc.dg/builtins-20.c: New test case.
11820
11821 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
11822
11823         PR c++/11131
11824         * g++.dg/opt/template1.C: New test.
11825
11826 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11827
11828         * lib/gcc-dg.exp (dg-test): Clear additional_files and
11829         additional_sources.
11830
11831 2003-05-21  David Taylor  <dtaylor@emc.com>
11832
11833         * gcc.dg/Wpadded.c: New file.
11834
11835 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11836
11837         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
11838         * gcc.dg/special/weak-2.c: Add dg-require-weak.
11839         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
11840         dg-require-weak.
11841
11842 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
11843
11844         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
11845
11846 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
11847
11848         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
11849         (dg-require-alias): Likewise.
11850         (dg-require-gc-sections): Likewise.
11851         * lib/target-supports.exp (check_gc_sections_available): Likewise.
11852
11853 2003-06-08  Richard Henderson  <rth@redhat.com>
11854
11855         * gcc.dg/20011029-2.c: Fix the array reference.
11856         * gcc.dg/asm-7.c: New.
11857
11858 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
11859
11860         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
11861
11862 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
11863
11864         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
11865         (dg-require-gc-sections): Likewise.
11866
11867 2003-06-08  Jan Hubicka  <jh@suse.cz>
11868
11869         * i386-cmov1.c: Fix regular expression.
11870         * i386-cvt-1.c: Likewise.
11871         * i386-local.c: Likewise.
11872         * i386-local2.c: Likewise.
11873         * i386-mul.c: Likewise.
11874         * i386-ssetype-1.c: Likewise.
11875         * i386-ssetype-3.c: Likewise.
11876         * i386-ssetype-5.c: Likewise.
11877
11878 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11879
11880         PR c++/11039
11881         * g++.dg/warn/implicit-typename2.C: New test.
11882         * g++.dg/warn/implicit-typename3.C: New test.
11883
11884 2003-06-07  Richard Henderson  <rth@redhat.com>
11885
11886         * g++.dg/other/offsetof3.C: Use size_t.
11887         * g++.dg/other/offsetof4.C: Likewise.
11888
11889 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
11890
11891         * lib/copy-file.exp: New. Implement gcc_copy_files.
11892
11893         * lib/dg-pch.exp: Load copy-file.exp
11894         (dg-pch): Use gcc_copy_files instead of "file copy".
11895
11896 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
11897
11898         * gcc.dg/weak/weak.exp: Simplify.
11899         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
11900         * gcc.dg/weak/weak-1.c: Likewise.
11901         * gcc.dg/weak/weak-2.c: Likewise.
11902         * gcc.dg/weak/weak-3.c: Likewise.
11903         * gcc.dg/weak/weak-4.c: Likewise.
11904         * gcc.dg/weak/weak-5.c: Likewise.
11905         * gcc.dg/weak/weak-6.c: Likewise.
11906         * gcc.dg/weak/weak-7.c: Likewise.
11907         * gcc.dg/weak/weak-8.c: Likewise.
11908         * gcc.dg/weak/weak-9.c: Likewise.
11909
11910 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
11911
11912         gcc.c-torture/execute/20030606-1.c: New.
11913
11914 2003-06-06  Roger Sayle  <roger@eyesopen.com>
11915
11916         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
11917         * gcc.dg/builtins-19.c: Likewise.
11918
11919 2003-06-06  Roger Sayle  <roger@eyesopen.com>
11920
11921         * gcc.dg/builtins-2.c: Add some more tests.
11922         * gcc.dg/builtins-18.c: New test case.
11923         * gcc.dg/builtins-19.c: New test case.
11924
11925 2003-06-06  Roger Sayle  <roger@eyesopen.com>
11926             Jim Wilson  <wilson@tuliptree.org>
11927
11928         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
11929
11930 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
11931
11932         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
11933         mempcpy/stpcpy calls not to be optimized into something else.
11934         * gcc.c-torture/execute/string-opt-3.c: Moved to...
11935         * gcc.c-torture/execute/builtins/string-7.c: ...here.
11936         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
11937
11938 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11939
11940         * gcc.dg/format/asm_fprintf-1.c: New test.
11941
11942 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
11943
11944         * lib/gcc-defs.exp (additional_sources): New variable.
11945         (dg-additional-sources): New function.
11946         (additional_files): New variable.
11947         (dg-additional-files): New function.
11948         (dg-additional-files-options): Likewise.
11949         * lib/gcc-dg.exp (dg-require-weak): New function.
11950         (dg-require-alias): Likewise.
11951         (dg-require-gc-sections): Likewise.
11952         * lib/target-supports.exp (check_alias_available): Remove testfile
11953         parameter.
11954         (check_gc_sections_available): New function.
11955         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
11956         (dg-gpp-additional-files): Likewise.
11957         * lib/g++.exp (additional_sources): Remove.
11958         (additional_files): Likewise.
11959         (g++_target_compile): Use dg-additional-files-options.
11960
11961         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
11962         Tcl logic.
11963         * gcc.dg/special/ecos.exp: Remove.
11964         * gcc.dg/special/20000419-2.c: Use dg-require-*.
11965         * gcc.dg/special/alias-1.c: Likewise.
11966         * gcc.dg/special/alias-2.c: Likewise.
11967         * gcc.dg/special/gcsec-1.c: Likewise.
11968         * gcc.dg/special/weak-1.c: Likewise.
11969         * gcc.dg/special/weak-2.c: Likewise.
11970         * gcc.dg/special/wkali-1.c: Likewise.
11971         * gcc.dg/special/wkali-2.c: Likewise.
11972
11973         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
11974         dg-gpp-additional-*.
11975         * g++.dg/special/conpr-3.C: Likewise.
11976         * g++.dg/special/conpr-4.C: Likewise.
11977         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
11978         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
11979         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
11980         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
11981         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
11982         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
11983         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
11984         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
11985         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
11986         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
11987         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
11988         * g++.old-deja/g++.other/comdat1.C: Likewise.
11989         * g++.old-deja/g++.other/comdat2.C: Likewise.
11990         * g++.old-deja/g++.other/comdat3.C: Likewise.
11991         * g++.old-deja/g++.other/ctor1.C: Likewise.
11992         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
11993
11994 2003-06-05  Richard Henderson  <rth@redhat.com>
11995
11996         * gcc.dg/debug/20030605-1.c: New.
11997
11998 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
11999
12000         * README.QMTEST: Update.
12001
12002 2003-06-04  Richard Henderson  <rth@redhat.com>
12003
12004         * gcc.dg/cleanup-1.c: New.
12005         * gcc.dg/cleanup-2.c: New.
12006         * gcc.dg/cleanup-3.c: New.
12007         * gcc.dg/cleanup-4.c: New.
12008         * gcc.dg/cleanup-5.c: New.
12009         * gcc.dg/cleanup-6.c: New.
12010         * gcc.dg/cleanup-7.c: New.
12011
12012 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
12013
12014         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
12015
12016         * lib/dg-pch.exp: New file.
12017         * g++.dg/pch/pch.exp: Use dg-pch.exp.
12018         * gcc.dg/pch/pch.exp: Likewise.
12019
12020 2003-06-04  Roger Sayle  <roger@eyesopen.com>
12021
12022         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
12023         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
12024         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
12025         * gcc.dg/builtins-17.c: New test case.
12026         * gcc.dg/i386-387-4.c: New test case.
12027         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
12028
12029 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12030
12031         * gcc.dg/ultrasp9.c: New test.
12032
12033 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12034
12035         * gcc.c-torture/compile/20030604-1.c: New test.
12036         * gcc.dg/sparc-constant-1.c: New test.
12037
12038 2003-06-03  Glen Nakamura  <glen@imodulo.com>
12039
12040         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
12041
12042 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
12043
12044         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
12045
12046         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
12047         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
12048
12049 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
12050
12051         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
12052
12053 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12054
12055         PR c++/10940
12056         * g++.dg/template/spec10.C: New test.
12057
12058 2003-06-03  Roger Sayle  <roger@eyesopen.com>
12059
12060         * gcc.dg/builtins-16.c: New test case.
12061
12062 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
12063
12064         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
12065         mempcpy test with post-increments.
12066         * gcc.c-torture/execute/string-opt-3.c: New test.
12067         * gcc.dg/string-opt-1.c: New test.
12068
12069 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
12070
12071         PR fortran/10965
12072         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
12073
12074 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
12075
12076         * lib/scanasm.exp (dg-scan): New function, factored out of ...
12077         (scan-assembler): ... here.  Use dg-scan.
12078         (scan-assembler-not): Likewise.
12079         (scan-file): New function.
12080         (scan-file-not): Likewise.
12081         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
12082         * gcc.dg/cpp/_Pragma4.c: Likewise.
12083         * gcc.dg/cpp/_Pragma5.c: Likewise.
12084         * gcc.dg/cpp/avoidpaste1.c: Likewise.
12085         * gcc.dg/cpp/avoidpaste2.c: Likewise.
12086         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
12087         * gcc.dg/cpp/cmdlne-P.c: Likewise.
12088         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
12089         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
12090         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
12091         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
12092         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
12093         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
12094         * gcc.dg/cpp/cxxcom1.c: Likewise.
12095         * gcc.dg/cpp/line1.c: Likewise.
12096         * gcc.dg/cpp/maccom1.c: Likewise.
12097         * gcc.dg/cpp/maccom2.c: Likewise.
12098         * gcc.dg/cpp/maccom3.c: Likewise.
12099         * gcc.dg/cpp/maccom4.c: Likewise.
12100         * gcc.dg/cpp/maccom5.c: Likewise.
12101         * gcc.dg/cpp/maccom6.c: Likewise.
12102         * gcc.dg/cpp/multiline.c: Likewise.
12103         * gcc.dg/cpp/spacing1.c: Likewise.
12104         * gcc.dg/cpp/spacing2.c: Likewise.
12105         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
12106         * gcc.dg/cpp/trad/maccom1.c: Likewise.
12107         * gcc.dg/cpp/trad/maccom2.c: Likewise.
12108         * gcc.dg/cpp/trad/maccom3.c: Likewise.
12109         * gcc.dg/cpp/trad/maccom4.c: Likewise.
12110         * gcc.dg/cpp/trad/maccom6.c: Likewise.
12111         * gcc.dg/cpp/cxxcom2.c: Likewise.
12112         * gcc.dg/cpp/cxxcom2.h: New file.
12113
12114         * gcc.dg/cpp/truefalse.cpp: Move it to ...
12115         * g++.dg/cpp/truefalse.C: Here.
12116         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
12117
12118 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
12119
12120         * gcc.dg/cpp/redef3.c: New file.
12121
12122 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
12123
12124         * gcc.dg/i386-loop-3.c: New test.
12125
12126 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
12127
12128         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
12129
12130 2003-05-31  Roger Sayle  <roger@eyesopen.com>
12131
12132         * gcc.dg/fwrapv-1.c: New test case.
12133         * gcc.dg/fwrapv-2.c: New test case.
12134
12135 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12136
12137         PR c++/10956
12138         * g++.dg/template/spec9.C: New test.
12139
12140 2003-05-29  Roger Sayle  <roger@eyesopen.com>
12141
12142         * gcc.dg/duff-4.c: New test case.
12143
12144 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
12145
12146         PR fortran/10843
12147         * g77.dg/ffixed-form-1.f: New test
12148         * g77.dg/ffixed-form-2.f: New test
12149         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
12150         * g77.dg/ffree-form-3.f: New test
12151
12152 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
12153
12154         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
12155         * gcc.dg/wint_t-1.c: Likewise.
12156
12157 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12158
12159         * g++.dg/template/access11.C: New test.
12160
12161 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12162
12163         PR c++/10849
12164         * g++.dg/template/access10.C: New test.
12165
12166 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12167             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12168
12169         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
12170
12171 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12172
12173         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
12174         suppress for powerpc-*-darwin*.
12175         * gcc.dg/torture/builtin-noret-2.c: Likewise.
12176
12177 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12178
12179         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
12180         suppress option for powerpc-*-darwin*.
12181
12182 2003-05-23  Roger Sayle  <roger@eyesopen.com>
12183
12184         * gcc.dg/builtins-1.c: Add tests for tan and atan.
12185         * gcc.dg/builtins-4.c: Add test for fmod.
12186
12187 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12188
12189         PR c++/10682
12190         * g++.dg/template/instantiate4.C: New test.
12191
12192 2003-05-22  Roger Sayle  <roger@eyesopen.com>
12193
12194         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
12195
12196 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
12197
12198         * gcc.dg/compat/scalar-return-1_main.c: New file.
12199         * gcc.dg/compat/scalar-return-1_x.c: New file.
12200         * gcc.dg/compat/scalar-return-1_y.c: New file.
12201         * gcc.dg/compat/scalar-return-2_main.c: New file.
12202         * gcc.dg/compat/scalar-return-2_x.c: New file.
12203         * gcc.dg/compat/scalar-return-2_y.c: New file.
12204         * gcc.dg/compat/struct-return-3_main.c: New file.
12205         * gcc.dg/compat/struct-return-3_y.c: New file.
12206         * gcc.dg/compat/struct-return-3_x.c: New file.
12207         * gcc.dg/compat/struct-return-2_main.c: New file.
12208         * gcc.dg/compat/struct-return-2_x.c: New file.
12209         * gcc.dg/compat/struct-return-2_y.c: New file.
12210
12211 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12212
12213         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
12214         for hppa*-hp-hpux*.
12215         * gcc.dg/20021014-1.c (dg-options): Likewise.
12216         * gcc.dg/nest.c (dg-options): Likewise.
12217
12218 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
12219
12220         PR c++/9738
12221         * g++.dg/ext/dllimport2.C: New file.
12222         * g++.dg/ext/dllimport3.C: New file.
12223
12224 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
12225
12226         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
12227         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
12228         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
12229         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
12230         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
12231         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
12232         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
12233         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
12234         * gcc.dg/compat/small-struct-defs.h: New file.
12235         * gcc.dg/compat/small-struct-init.h: New file.
12236         * gcc.dg/compat/small-struct-check.h: New file.
12237         * gcc.dg/compat/fp-struct-defs.h: New file.
12238         * gcc.dg/compat/fp-struct-check.h: New file.
12239         * gcc.dg/compat/fp-struct-init.h: New file.
12240         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
12241         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
12242
12243 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
12244
12245         * gcc.dg/20030225-2.c: New test.
12246
12247 2003-05-18  Roger Sayle  <roger@eyesopen.com>
12248             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12249
12250         * gcc.c-torture/compile/20030518-1.c: New test case.
12251
12252 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
12253
12254         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
12255         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
12256         gcc-dg-debug-runtest.
12257         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
12258         gcc-dg-debug-runtest.
12259
12260 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12261
12262         PR c++/9022
12263         * g++.dg/lookup/using6.C: New test.
12264
12265 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12266
12267         * g++.dg/parse/access2.C: New test.
12268
12269 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
12270
12271         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
12272         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
12273         * gcc.dg/debug/debug.exp: Likewise.
12274
12275 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
12276
12277         * gcc.dg/dollar.c: New test.
12278
12279 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
12280
12281         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
12282         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
12283         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
12284         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
12285         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
12286         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
12287         * gcc.dg/compat/struct-by-value-6_main.c: New file.
12288         * gcc.dg/compat/struct-by-value-6_x.c: New file.
12289         * gcc.dg/compat/struct-by-value-6_y.c: New file.
12290         * gcc.dg/compat/struct-by-value-7_main.c: New file.
12291         * gcc.dg/compat/struct-by-value-7_x.c: New file.
12292         * gcc.dg/compat/struct-by-value-7_y.c: New file.
12293         * gcc.dg/compat/struct-by-value-8_main.c: New file.
12294         * gcc.dg/compat/struct-by-value-8_x.c: New file.
12295         * gcc.dg/compat/struct-by-value-8_y.c: New file.
12296         * gcc.dg/compat/struct-by-value-9_main.c: New file.
12297         * gcc.dg/compat/struct-by-value-9_x.c: New file.
12298         * gcc.dg/compat/struct-by-value-9_y.c: New file.
12299
12300 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
12301
12302         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
12303         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
12304         support for "repo" mode.
12305         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
12306         * lib/g77-dg.exp: Likewise.
12307         * lib/obj-dg.exp: Likewise.
12308
12309 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
12310
12311         Merge from gcc-3_2-rhl8-branch:
12312         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
12313
12314         * gcc.dg/tls/opt-6.c: New test.
12315
12316         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
12317
12318         * gcc.dg/20030405-1.c: New test.
12319
12320         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
12321
12322         * gcc.dg/20030309-1.c: New test.
12323
12324         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12325
12326         * gcc.c-torture/execute/20030307-1.c: New test.
12327
12328         2003-02-20  Randolph Chung  <tausq@debian.org>
12329
12330         * gcc.c-torture/compile/20030220-1.c: New test.
12331
12332         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
12333
12334         * gcc.dg/20030217-1.c: New test.
12335
12336         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
12337
12338         * gcc.c-torture/compile/20020129-1.c: New test.
12339
12340         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
12341
12342         * gcc.dg/unroll-1.c: New test.
12343
12344         2002-11-16  Jan Hubicka  <jh@suse.cz>
12345
12346         * gcc.c-torture/execute/20020920-1.c: New test.
12347
12348         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
12349
12350         PR target/7434
12351         * gcc.c-torture/compile/20021008-1.c: New test.
12352
12353         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
12354
12355         PR target/7559
12356         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
12357
12358         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
12359
12360         * gcc.c-torture/compile/20020807-1.c: New test.
12361
12362         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
12363
12364         * gcc.dg/tls/opt-1.c: New test.
12365
12366         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
12367
12368         * gcc.dg/20020729-1.c: New test.
12369
12370         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
12371
12372         * g++.dg/opt/life1.C: New test.
12373
12374         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
12375
12376         * gcc.dg/20020525-1.c: New test.
12377
12378         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
12379
12380         PR c++/6794
12381         * g++.dg/ext/pretty1.C: New test.
12382         * g++.dg/ext/pretty2.C: New test.
12383
12384 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
12385
12386         PR c++/8385
12387         * g++.dg/ext/typeof5.C: New test.
12388
12389 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
12390
12391         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
12392         __USER_LABEL_PREFIX__ into account.
12393         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
12394
12395 2003-05-14  Roger Sayle  <roger@eyesopen.com>
12396
12397         * gcc.dg/builtins-15.c: New test case.
12398
12399 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
12400
12401         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
12402
12403 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
12404
12405         * lib/g++.exp: Tweak handling of additional source files.
12406         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
12407         * g++.dg/special/conpr-2a.C: Rename to ...
12408         * g++.dg/special/conpr-2a.cc: ... this.
12409         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
12410         * g++.dg/special/conpr-3a.C: Rename to ...
12411         * g++.dg/special/conpr-3a.cc: This.
12412         * g++.dg/special/conpr-3b.C: Rename to ...
12413         * g++.dg/special/conpr-3b.cc: This.
12414         * g++.dg/special/conpr-4.C: New test.
12415         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
12416
12417 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
12418
12419         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
12420
12421 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12422
12423         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
12424         * g++.old-deja/g++.robertl/eb71.C: Likewise.
12425         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
12426         * g++.old-deja/g++.other/warn3.C: Likewise.
12427
12428 2003-05-11  Roger Sayle  <roger@eyesopen.com>
12429
12430         * gcc.dg/i386-387-1.c: Update to also test log.
12431         * gcc.dg/i386-387-2.c: Likewise.
12432
12433 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12434
12435         * g77.f-torture/execute/int8421.f: New test.
12436
12437 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12438
12439         PR c++/10230, c++/10481
12440         * g++.dg/lookup/scoped5.C: New test.
12441
12442 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12443
12444         PR c++/10552
12445         * g++.dg/template/ttp6.C: New test.
12446
12447 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
12448
12449         * gcc.c-torture/execute/builtins: New directory.
12450         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
12451         gcc.c-torture/execute/builtins.
12452         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
12453         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
12454         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
12455         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
12456
12457 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12458
12459         PR c++/9252
12460         * g++.dg/template/access8.C: New test.
12461         * g++.dg/template/access9.C: New test.
12462
12463 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12464
12465         PR c++/9554
12466         * g++.dg/parse/access1.C: New test.
12467
12468 2003-05-09  DJ Delorie  <dj@redhat.com>
12469
12470         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
12471         long, and not an int.
12472
12473 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12474
12475         PR c++/10555, c++/10576
12476         * g++.dg/template/memclass1.C: New test.
12477
12478 2003-05-08  DJ Delorie  <dj@redhat.com>
12479
12480         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
12481         targets.
12482         * gcc.c-torture/execute/20021024-1.x: Likewise.
12483         * gcc.c-torture/execute/shiftdi.x: Likewise.
12484         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
12485         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
12486         * gcc.dg/20021018-1.c: Likewise.
12487
12488 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12489
12490         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
12491
12492         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
12493         (bcopy): Call memmove.
12494
12495 2003-05-08  Roger Sayle  <roger@eyesopen.com>
12496
12497         * g77.f-torture/compile/8485.f: New test case.
12498
12499 2003-05-07  Richard Henderson  <rth@redhat.com>
12500
12501         PR c++/10570
12502         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
12503         Verify exception_cleanup not called for rethrows.
12504         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
12505         when exiting catch block without rethrowing.
12506         * g++.dg/eh/forced3.C: New.
12507         * g++.dg/eh/forced4.C: New.
12508
12509 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
12510
12511         * gcc.dg/20030505.c: Fix triplet.
12512
12513 2003-05-06  DJ Delorie  <dj@redhat.com>
12514
12515         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
12516         * gcc.dg/nest.c: Likewise.
12517
12518 2003-05-05  Roger Sayle  <roger@eyesopen.com>
12519
12520         * gcc.dg/builtins-14.c: New test case.
12521
12522 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
12523
12524         * lib/compat.exp (compat-execute): New argument.
12525         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
12526         * gcc.dg/compat: New test directory.
12527         * gcc.dg/compat/compat.exp: New expect script.
12528         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
12529         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
12530         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
12531         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
12532         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
12533         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
12534
12535         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
12536         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
12537         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
12538         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
12539         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
12540         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
12541         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
12542         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
12543         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
12544         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
12545         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
12546         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
12547         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
12548         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
12549         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
12550
12551 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
12552
12553         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
12554
12555 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
12556
12557         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
12558
12559 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
12560
12561         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
12562         * gcc.dg/ppc-fsel-2.c: New test.
12563
12564         * gcc.dg/unused-5.c: New test.
12565
12566 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12567
12568         PR c++/10496
12569         * g++.dg/warn/pmf1.C: New test.
12570
12571 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12572
12573         PR c++/4494
12574         * g++.dg/warn/main.C: New test.
12575
12576 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12577
12578         * gcc.dg/nonnull-3.c: New test.
12579
12580 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
12581
12582         * gcc.dg/cpp/Wtrigraphs.c: Update.
12583         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
12584
12585 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
12586
12587         * gcc.dg/ppc-fsel-1.c: New test.
12588
12589 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
12590
12591         PR c/10604
12592         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
12593
12594 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
12595
12596         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
12597
12598 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12599
12600         PR c++/9364, c++/10553, c++/10586
12601         * g++.dg/parse/typename4.C: New test.
12602         * g++.dg/parse/typename5.C: Likewise.
12603
12604 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
12605
12606         * gcc.c-torture/compile/20030503-1.c: New test.
12607
12608 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12609
12610         * g++.dg/lookup/using5.C: Fix testcase error.
12611
12612 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
12613
12614         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
12615         since MEABI is no longer supported.  Remove all vestiges
12616         of MEABI from the test.
12617
12618 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12619
12620         PR c++/10554
12621         * g++.dg/lookup/using5.C: New test.
12622
12623 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12624
12625         PR c++/8772
12626         * g++.dg/template/ttp5.C: New test.
12627
12628 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
12629
12630         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
12631         (dg-gpp-additional-sources): New function.
12632         (dg-gpp-additional-files): Likewise.
12633         * lib/g++.exp (additional_sources): New variable.
12634         (additional_files): Likewise.
12635         (g++_target_compile): Deal with them.
12636         * lib/old-dejagnu.exp: Remove.
12637         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
12638         * g++.old-deja: Revise all tests to use dg commands.
12639
12640 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12641
12642         PR c++/9432, c++/9528
12643         * g++.dg/lookup/using4.C: New test.
12644
12645 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
12646
12647         * gcc.dg/noreturn-5.c: New file.
12648         * gcc.dg/noreturn-6.c: New file.
12649
12650         * gcc.c-torture/compile/inline-1.c: New file.
12651
12652 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12653
12654         PR c++/10551
12655         * g++.dg/template/explicit1.C: New test.
12656
12657 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12658
12659         PR c++/10549
12660         * g++.dg/other/bitfield1.C: New test.
12661
12662         PR c++/10527
12663         * g++.dg/init/new7.C: New test.
12664
12665 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12666
12667         * g++.dg/ext/desig1.C: New test.
12668         * g++.dg/ext/init1.C: Update.
12669
12670         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
12671
12672 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
12673
12674         PR c++/10180
12675         * g++.dg/warn/Winline-1.C: New test.
12676
12677 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
12678
12679         * gcc.c-torture/execute/string-opt-19.c: New test.
12680
12681         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
12682         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
12683
12684 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
12685
12686         PR c++/10506
12687         * g++.dg/init/new6.C: New test.
12688
12689         PR c++/10503
12690         * g++.dg/init/ref6.C: New test.
12691
12692 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
12693
12694         * g++.dg/warn/weak1.C: XFAIL on AIX4.
12695
12696 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12697
12698         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
12699         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
12700
12701 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
12702
12703         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
12704         initialized static data members.
12705
12706 2003-04-25  H.J. Lu <hjl@gnu.org>
12707
12708         * gcc.dg/ia64-sync-4.c: New test.
12709
12710 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12711
12712         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
12713         date.
12714
12715 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
12716
12717         PR c++/10337
12718         * g++.dg/warn/conv1.C: New test.
12719         * g++.old-deja/g++.other/conv7.C: Adjust.
12720         * g++.old-deja/g++.other/overload14.C: Adjust.
12721
12722 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12723
12724         PR c++/10471
12725         * g++.dg/template/defarg2.C: New test.
12726
12727 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
12728
12729         * gcc.dg/cpp/include2.c: Update.
12730         * gcc.dg/cpp/multiline-2.c: New.
12731         * gcc.dg/cpp/multiline.c: Update.
12732         * gcc.dg/cpp/strify2.c: Update.
12733         * gcc.dg/cpp/trad/literals-2.c: Update.
12734
12735 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12736
12737         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
12738
12739 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12740
12741         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
12742
12743 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
12744
12745         PR c++/10451
12746         * g++.dg/parse/crash4.C: New test.
12747
12748         PR c++/9847
12749         * g++.dg/parse/crash5.C: New test.
12750
12751 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
12752
12753         PR c++/10446
12754         * g++.dg/parse/crash3.C: New test.
12755
12756         PR c++/10428
12757         * g++.dg/parse/elab1.C: New test.
12758
12759 2003-04-22  Devang Patel  <dpatel@apple.com>
12760
12761         * gcc.dg/cpp/trad/funlike-5.c: New test.
12762
12763 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
12764
12765         * g++.dg/other/packed1.C: Fix dg options.
12766
12767 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
12768
12769         * g++.dg/other/offsetof2.C: New test.
12770
12771 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
12772
12773         * g++.dg/template/recurse.C: Adjust location of error messages.
12774
12775 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
12776
12777         PR c++/9881
12778         * g++.dg/init/addr-const1.C: New test.
12779         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
12780
12781 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12782
12783         PR c++/10405
12784         * g++.dg/lookup/struct-hack1.C: New test.
12785
12786 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
12787
12788         * ucs.c: Update diagnostic messages.
12789
12790 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12791
12792         * gcc.dg/cpp/truefalse.cpp: New test.
12793         * gcc.dg/cpp/cpp.exp: Update.
12794         * g++.dg/other/stdbool-if.C: Remove.
12795
12796 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
12797
12798         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
12799         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
12800
12801 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
12802
12803         * gcc.c-torture/compile/20030418-1.c: New test.
12804
12805 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
12806
12807         * README.compat: Remove; content moved to doc/sourcebuild.texi.
12808
12809 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12810
12811         PR c++/10347
12812         g++.dg/template/dependent-name1.C: New test.
12813
12814 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
12815
12816         * gcc.dg/warn-1.c (tourist_guide): New array,
12817         contains a pointer to bar.
12818
12819 2003-04-16  Roger Sayle  <roger@eyesopen.com>
12820
12821         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
12822         * gcc.c-torture/execute/medce-1.c: New test case.
12823         * gcc.c-torture/execute/medce-2.c: New test case.
12824
12825 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
12826
12827         * lib/prune.exp: Ignore more messages.
12828
12829         PR c++/10381
12830         * g++.dg/parse/lookup3.C: New test.
12831
12832 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
12833
12834         * gcc.c-torture/compile/20030415-1.c : New test.
12835
12836 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
12837
12838         * gcc.c-torture/execute/scope-2.c: Move to ...
12839         * gcc.dg/noncompile/scope.c: .... here.
12840
12841 2003-04-14  Roger Sayle  <roger@eyesopen.com>
12842
12843         * gcc.dg/20030414-2.c: New test case.
12844
12845 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
12846
12847         PR target/10377
12848         * gcc.dg/20030414-1.c: New test.
12849
12850 2003-04-13  Roger Sayle  <roger@eyesopen.com>
12851
12852         * gcc.dg/builtins-12.c: New test case.
12853         * gcc.dg/builtins-13.c: New test case.
12854
12855 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12856
12857         * gcc.c-torture/execute/string-opt-18.c: New test.
12858
12859 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
12860
12861         PR c++/10300
12862         * g++.dg/init/new5.C: New test.
12863
12864 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
12865
12866         PR c++/7910
12867         * g++.dg/ext/dllimport1.C: New test.
12868
12869 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
12870
12871         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
12872
12873 2003-04-11  Bud Davis <bdavis9659@comcast.net>
12874
12875         PR Fortran/9263
12876         * g77.f-torture/noncompile/9263.f: New test
12877         PR Fortran/1832
12878         * g77.f-torture/execute/1832.f: New test
12879
12880 2003-04-11  David Chad  <davidc@freebsd.org>
12881             Loren J. Rittle  <ljrittle@acm.org>
12882
12883         libobjc/8562
12884         * objc.dg/headers.m: New test.
12885
12886 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
12887
12888         * gcc.c-torture/execute/builtin-noret-2.c: New.
12889         * gcc.c-torture/execute/builtin-noret-2.x: New.
12890         XFAIL builtin-noret-2.c at -O1 and above.
12891         * gcc.dg/redecl.c: New.
12892         * gcc.dg/Wshadow-1.c: Update error regexps.
12893
12894 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
12895
12896         * g++.dg/abi/bitfield10.C: New test.
12897
12898 2003-04-09  Mike Stump  <mrs@apple.com>
12899
12900         * gcc.dg/pch/pch.exp: Make testcase names longer.
12901         * g++.dg/pch/pch.exp: Make testcase names longer.
12902
12903 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12904
12905         * gcc.dg/builtins-11.c: New test case.
12906
12907 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12908
12909         * gcc.dg/builtins-9.c: New test case.
12910         * gcc.dg/builtins-10.c: New test case.
12911
12912 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
12913
12914         * gcc.dg/noncompile/init-4.c.c: New test.
12915
12916 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
12917
12918         * gcc.misc-test/gcov-9.c: New test.
12919         * gcc.misc-test/gcov-10.c: New test
12920         * gcc.misc-test/gcov-11.c: New test.
12921
12922 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
12923
12924         PR optimization/10024
12925         * gcc.c-torture/compile/20030405-1.c: New test.
12926
12927 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
12928
12929         * gcc.dg/pch/static-3.c: New.
12930         * gcc.dg/pch/static-3.hs: New.
12931         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
12932
12933 2003-04-04  Richard Henderson  <rth@redhat.com>
12934
12935         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
12936         * g++.dg/eh/forced2.C: Likewise.
12937
12938 2003-04-03  Mike Stump  <mrs@apple.com>
12939
12940         * lib/scanasm.exp (scan-assembler): Add xfail processing for
12941         target arg.
12942         (scan-assembler-times, scan-assembler-not): Likewise.
12943         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
12944
12945 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
12946
12947         * gcc.dg/sparc-loop-1.c: New test.
12948
12949 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
12950
12951         PR other/9274
12952         * g++.dg/pch/system-2.C: New.
12953         * g++.dg/pch/system-2.Hs: New.
12954
12955 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
12956
12957         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
12958
12959         * g++.dg/eh/simd-1.C (vecfunc): Same.
12960
12961 2003-04-01  Roger Sayle  <roger@eyesopen.com>
12962
12963         * gcc.c-torture/execute/20030401-1.c: New test case.
12964
12965 2003-04-01  Ziemowit Laski <zlaski@apple.com>
12966
12967         * objc.dg/defs.m: New.
12968
12969 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
12970
12971         * g++.dg/eh/simd-1.C: New.
12972         * g++.dg/eh/simd-2.C: New.
12973
12974 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
12975
12976         * gcc.c-torture/execute/simd-3.c: New.
12977
12978 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12979
12980         PR c/9936
12981         * gcc.dg/20030331-2.c: New test.
12982
12983 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12984
12985         PR c++/10278
12986         * g++.dg/parse/crash2.C: New test.
12987
12988 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12989
12990         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
12991         * gcc.c-torture/execute/20030331-1.c: ...here.
12992
12993 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
12994
12995         * gcc.c-torture/execute/20030331-1.c: New test.
12996
12997 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
12998
12999         * lib/gcov.exp: Adjust call return testing strings.
13000         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
13001
13002 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13003
13004         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
13005         * gcc.dg/builtins-7.c: New test case.
13006         * gcc.dg/builtins-8.c: New test case.
13007
13008 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13009
13010         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
13011
13012 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
13013
13014         PR c++/7647
13015         * g++.dg/lookup-class-member-2.C: New test.
13016
13017 2003-03-30  Glen Nakamura  <glen@imodulo.com>
13018
13019         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
13020
13021 2003-03-28  Roger Sayle  <roger@eyesopen.com>
13022
13023         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
13024
13025 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
13026
13027         * g++.dg/init/attrib1.C: New test.
13028
13029 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13030
13031         * gcc.dg/ultrasp8.c: New test.
13032
13033 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13034
13035         * gcc.dg/ultrasp7.c: New test.
13036
13037 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
13038
13039         PR c++/10047
13040         * g++.dg/template/inline1.C: New test.
13041
13042 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13043
13044         * gcc.dg/sparc-dwarf2.c: New test.
13045
13046 2003-03-27  Roger Sayle  <roger@eyesopen.com>
13047
13048         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
13049         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
13050
13051 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
13052
13053         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
13054         than reading .x files.
13055         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
13056         * g77.dg/gcov/gcov-1.f: Likewise.
13057         * gcc.misc-tests/gcov-4b.c: Likewise.
13058         * gcc.misc-tests/gcov-5b.c: Likewise.
13059         * gcc.misc-tests/gcov-6.c: Likewise.
13060         * gcc.misc-tests/gcov-7.c: Likewise.
13061         * gcc.misc-tests/gcov-8.c: Likewise.
13062         * g++.dg/gcov/gcov-1.x: Remove.
13063         * g77.dg/gcov/gcov-1.x: Likewise.
13064         * gcc.misc-tests/gcov-4b.x: Likewise.
13065         * gcc.misc-tests/gcov-5b.x: Likewise.
13066         * gcc.misc-tests/gcov-6.x: Likewise.
13067         * gcc.misc-tests/gcov-7.x: Likewise.
13068         * gcc.misc-tests/gcov-8.x: Likewise.
13069
13070 2003-03-27  Glen Nakamura  <glen@imodulo.com>
13071
13072         PR opt/10087
13073         * gcc.dg/20030324-1.c: New test.
13074
13075 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
13076
13077         PR c++/10224
13078         * g++.dg/template/arg3.C: New test.
13079
13080         PR c++/10158
13081         * g++.dg/template/friend18.C: New test.
13082
13083 2003-03-26  Roger Sayle  <roger@eyesopen.com>
13084
13085         * g77.f-torture/compile/20030326-1.f: New test case.
13086
13087 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
13088
13089         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
13090
13091         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
13092
13093 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
13094
13095         * gcc.dg/ia64-sync-3.c: New test.
13096
13097 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
13098
13099         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
13100
13101 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
13102
13103         * gcc.dg/ultrasp6.c: New test.
13104
13105 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13106
13107         * gcc.dg/i386-signbit-1.c: New test.
13108         * gcc.dg/i386-signbit-2.c: New test.
13109         * gcc.dg/i386-signbit-3.c: New test.
13110
13111 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13112
13113         * gcc.dg/ultrasp5.c: Fix options.
13114
13115 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13116
13117         * gcc.dg/ultrasp5.c: Fix comment.
13118
13119 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
13120
13121         PR fortran/10197
13122         * g77.f-torture/execute/10197.f: New test.
13123
13124 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
13125
13126         PR c++/9898, c++/383
13127         * g++.dg/template/conv6.C: New test.
13128
13129         PR c++/10119
13130         * g++.dg/template/ptrmem5.C: New test.
13131
13132         PR c++/10026
13133         * g++.dg/lookup/koenig1.C: New test.
13134
13135         PR C++/10199
13136         * g++.dg/lookup/template2.C: New test.
13137
13138 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
13139
13140         * g++.dg/opt/rtti1.C: New test.
13141
13142 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13143
13144         * gcc.dg/ultrasp5.c: New test.
13145
13146 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
13147
13148         PR middle-end/9967
13149         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
13150         builtin fputs.
13151
13152 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
13153
13154         PR c/8224
13155         * gcc.dg/20030323-1.c: New test.
13156
13157 2003-03-23  Roger Sayle  <roger@eyesopen.com>
13158
13159         * gcc.c-torture/compile/20030323-1.c: New test case.
13160
13161 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
13162
13163         * gcc.dg/20030321-1.c: New test.
13164
13165 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
13166
13167         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
13168
13169 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
13170
13171         PR c++/9978, c++/9708
13172         * g++.dg/ext/vlm1.C: Adjust expected error.
13173         * g++.dg/ext/vla2.C: New test.
13174         * g++.dg/template/arg1.C: New test.
13175         * g++.dg/template/arg2.C: New test.
13176
13177 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
13178
13179         * g77.f-torture/execute/select.f: New test.
13180         * g77.f-torture/noncompile/select_no_compile.f: New test.
13181
13182 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13183
13184         PR c++/9898
13185         * g++.dg/other/error4.C: New test.
13186
13187 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
13188
13189         * g++.dg/template/friend17.C: New test.
13190
13191 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
13192
13193         * gcc.c-torture/compile/20030320-1.c: New.
13194
13195 2003-03-20  Roger Sayle  <roger@eyesopen.com>
13196
13197         * gcc.dg/builtins-6.c: New test case.
13198
13199 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
13200
13201         PR target/10073
13202         * gcc.c-torture/compile/20030319-1.c: New.
13203
13204 2003-03-18  Jan Hubicka  <jh@suse.cz>
13205
13206         * gcc.dg/i386-cvt-1.c: New test.
13207
13208 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
13209
13210         * objc.dg/naming-1.m: Use "(parse|syntax) error".
13211         * objc.dg/naming-2.m: Likewise.
13212
13213 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
13214
13215         PR c++/9639
13216         * g++.dg/parse/crash1.C: New test.
13217
13218 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
13219
13220         PR c++/8805
13221         * g++.dg/eh/cleanup1.C: New test.
13222
13223 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13224
13225         * gcc.c-torture/execute/20030316-1.c: New test case.
13226
13227 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
13228
13229         PR c++/9629
13230         * g++.dg/init/ctor2.C: New test.
13231
13232 2003-03-15  Roger Sayle  <roger@eyesopen.com>
13233
13234         * g77.f-torture/compile/xformat.f: New test case.
13235
13236 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13237
13238         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
13239         * g++.old-deja/g++.mike/eh50.C: Likewise.
13240
13241 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13242
13243         PR c++/6440
13244         * g++.dg/template/spec7.C: New test.
13245         * g++.dg/template/spec8.C: Likewise.
13246
13247 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
13248
13249         * gcc.c-torture/execute/20030313-1.c: New test.
13250
13251 2003-03-14  Richard Henderson  <rth@redhat.com>
13252
13253         * gcc.dg/inline-2.c: Adjust alpha test for external call.
13254
13255 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
13256
13257         * gcc.c-torture/compile/20030314-1.c: New test.
13258
13259 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
13260
13261         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
13262         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
13263         thumb target,
13264         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
13265         to accept newer _imp__  prefix and additional
13266         newline in .drectve section.
13267         * gcc.dg/dll-4.c: Likewise.
13268         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
13269         switch.
13270
13271 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
13272
13273         * g++.dg/parse/namespace9.C: New test.
13274
13275         * g++.dg/init/ref5.C: New test.
13276         * g++.dg/parse/ptrmem1.C: Likewise.
13277
13278 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13279
13280         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
13281         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
13282         regular expression.
13283         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
13284         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
13285
13286 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
13287
13288         * gcc.c-torture/execute/20030224-2.c: New test.
13289
13290 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13291
13292         * gcc.dg/decl-3.c: New test.
13293
13294 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13295
13296         * gcc.dg/i386-loop-2.c: New test.
13297
13298 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
13299
13300         PR c++/9474
13301         * g++.dg/parse/namespace8.C: New test.
13302
13303         PR c++/9924
13304         * g++.dg/overload/builtin2.C: New test.
13305
13306 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13307
13308         * gcc.dg/return-type-3.c: New test.
13309
13310 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
13311
13312         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
13313         profiling options are not supported.
13314
13315 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
13316
13317         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
13318         * g++.old-deja/g++.warn/impint2.C: Likewise.
13319
13320 2003-03-10  Devang Patel  <dpatel@apple.com>
13321
13322         * g++.dg/cpp/c++_cmd_1.C: New test.
13323         * g++.dg/cpp/c++_cmd_1.h: New file.
13324
13325 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
13326
13327         * gcc.dg/altivec-9.c: New file.
13328
13329 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13330
13331         * gcc.dg/ppc-sdata-1.c: New test.
13332         * gcc.dg/ppc-sdata-2.c: New test.
13333
13334 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
13335
13336         PR c++/9373
13337         * g++.dg/opt/ptrmem2.C: New test.
13338
13339         PR c++/8534
13340         * g++.dg/opt/ptrmem1.C: New test.
13341
13342 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13343
13344         * gcc.dg/i386-loop-1.c: New test.
13345
13346 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13347
13348         PR c++/9970
13349         * g++.dg/lookup/friend1.C: New test.
13350
13351 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13352
13353         PR c++/9823
13354         * g++.dg/parser/constructor1.C: New test.
13355
13356 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
13357
13358         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
13359
13360         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
13361
13362 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
13363
13364         * gcc.dg/cpp/Wunused.c: Update test.
13365
13366 2003-03-08  Jan Hubicka  <jh@suse.cz>
13367
13368         * gcc.dg/inline-3.c: New test.
13369
13370 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13371
13372         PR c++/9809
13373         * g++.dg/parse/builtin1.C: New test.
13374
13375         PR c++/9982
13376         * g++.dg/abi/cookie1.C: New test.
13377         * g++.dg/abi/cookie2.C: Likewise.
13378
13379         PR c++/9524
13380         * g++.dg/template/field1.C: New test.
13381
13382         PR c++/9912
13383         * g++.dg/parse/class1.C: New test.
13384         * g++.dg/parse/namespace7.C: Likewise.
13385         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
13386
13387 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
13388
13389         * g++.dg/init/ref4.C: New test.
13390
13391 2003-03-07  Jan Hubicka  <jh@suse.cz>
13392
13393         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
13394         * gcc.dg/inline-3.c:  New test.
13395
13396 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
13397
13398         * g++.dg/init/ref3.C: New test.
13399
13400         PR c++/9965
13401         * g++.dg/init/ref2.C: New test.
13402
13403         PR c++/9400
13404         * g++.dg/warn/Wshadow-2.C: New test.
13405
13406         PR c++/9791
13407         * g++.dg/warn/Woverloaded-1.C: New test.
13408
13409 2003-03-05  Jan Hubicka  <jh@suse.cz>
13410
13411         * gcc.dg/i386-local2.c: New.
13412         * gcc.dg/i386-local.c: Fix typo.
13413
13414 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
13415
13416         * g++.dg/abi/layout3.C: New test.
13417
13418 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
13419
13420         * gcc.c-torture/compile/20030305-1.c
13421
13422 2003-03-05  Jan Hubicka  <jh@suse.cz>
13423
13424         * gcc.dg/i386-local.c: New.
13425
13426 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
13427
13428         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
13429
13430 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13431
13432         * gcc.dg/switch-2.c: New test.
13433         * gcc.dg/switch-3.c: New test.
13434         * gcc.dg/Wswitch.c: Adjust line numbers.
13435         * gcc.dg/Wswitch-default.c: Likewise.
13436         * gcc.dg/Wswitch-enum.c: Likewise.
13437
13438 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
13439
13440         * gcc.c-torture/execute/20030222-1.c: New test.
13441
13442 2003-03-03  James E Wilson  <wilson@tuliptree.org>
13443
13444         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
13445
13446 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
13447
13448         PR c++/9878
13449         * g++.dg/init/ref1.C: New test.
13450
13451 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
13452
13453         * gcc.dg/sh-relax.c: New SH-only test.
13454
13455 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
13456
13457         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
13458         comment explaining purpose of testcase.
13459
13460 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13461
13462         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
13463         for HC11/HC12 (asm needs two int registers).
13464         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
13465         HC11/HC12 because the test uses an asm which needs two 32-bit
13466         registers.
13467
13468 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13469
13470         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
13471         for HC11/HC12 (array is too large otherwise).
13472         * gcc.c-torture/compile/920501-4.x: New file, likewise.
13473         * gcc.c-torture/compile/20010518-2.x: Likewise.
13474         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
13475         HC11/HC12 (array is too large).
13476
13477 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
13478
13479         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
13480         * lib/g++-dg.exp (g++-dg-test): Likewise.
13481
13482 2003-03-01  Roger Sayle  <roger@eyesopen.com>
13483
13484         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
13485         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
13486
13487 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13488
13489         * g++.dg/warn/implicit-typename1.C: Remove warning.
13490
13491 2003-02-28  Richard Henderson  <rth@redhat.com>
13492
13493         * gcc.dg/noreturn-1.c: Move noreturn warning line.
13494         * gcc.dg/return-type-1.c: Move control reaches end warning line.
13495
13496 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
13497
13498         * gcc.dg/pch/pch.exp: Change .pch to .gch.
13499         * g++.dg/pch/pch.exp: Likewise.
13500
13501 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
13502
13503         PR c++/9879
13504         * testsuite/g++.dg/init/new4.C: New test.
13505
13506 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
13507
13508         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
13509
13510 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
13511
13512         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
13513         unsigned long.
13514
13515         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
13516         wider than float.
13517
13518 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13519
13520         * lib/scanasm.exp: Add support for counting numbers of
13521         occurences.
13522         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
13523         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
13524
13525 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
13526
13527         PR c++/9683
13528         * g++.dg/template/static3.C: New test.
13529
13530         PR c++/9829
13531         * g++.dg/parse/namespace6.C: New test.
13532
13533 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13534
13535         PR target/9732
13536         * gcc.dg/20030225-1.c: New test.
13537
13538 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
13539
13540         * README: Remove out-of-date information.
13541
13542         PR c++/9836
13543         * g++.dg/template/spec6.C: New test.
13544
13545 2003-02-24  Jeff Law  <law@redhat.com>
13546
13547         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
13548
13549 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13550
13551         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
13552         * gcc.dg/pragma-ep-1.c: Likewise.
13553
13554 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13555
13556         PR c++/9602
13557         * g++.dg/template/friend16.C: New test.
13558
13559 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
13560
13561         PR c++/5333
13562         * g++.dg/parse/fused-params1.C: Adjust error messages.
13563         * g++.dg/template/nested3.C: New test.
13564
13565 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
13566
13567         * g++.dg/abi/param1.C: New test.
13568
13569 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13570
13571         PR c++/7982
13572         * g++.dg/warn/implicit-typename1.C: New test.
13573
13574 2003-02-22  Kelley Cook <kelleycook@comcast.net>
13575
13576         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
13577         with "mtune".
13578         * g++.old-deja/g++.other/store-expr2.C: Likewise.
13579         * gcc.c-torture/execute/20010129-1.x: Likewise.
13580         * gcc.dg/20011107-1.c: Likewise.
13581         * gcc.dg/20020108-1.c: Likewise.
13582         * gcc.dg/20020122-3.c: Likewise.
13583         * gcc.dg/20020206-1.c: Likewise.
13584         * gcc.dg/20020310-1.c: Likewise.
13585         * gcc.dg/20020426-2.c: Likewise.
13586         * gcc.dg/20020517-1.c: Likewise.
13587         * gcc.dg/991230-1.c: Likewise.
13588         * gcc.dg/i386-unroll-1.c: Likewise.
13589         * gcc.misc-tests/i386-prefetch.exp: Likewise.
13590
13591 2003-02-22  Jan Hubicka  <jh@suse.cz>
13592
13593         * gcc.dg/i386-mul.c: New test.
13594
13595 2003-02-21  Roger Sayle  <roger@eyesopen.com>
13596
13597         * gcc.dg/builtins-5.c: New test case.
13598
13599 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
13600
13601         * gcc.dg/asmreg-1.c: New test.
13602
13603 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13604
13605         PR c++/9749
13606         * g++.dg/parse/varmod1.C: New test.
13607
13608 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13609
13610         PR c++/9727
13611         * g++.dg/template/op1.C: New test.
13612
13613 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13614
13615         PR c++/8906
13616         * g++.dg/template/nested2.C: New test.
13617
13618 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13619
13620         PR c++/8724
13621         * g++.dg/expr/dtor1.C: New test.
13622
13623 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
13624
13625         * gcc.dg/cpp/include3.c: New test.
13626         * gcc.dg/cpp/inc/foo.h: New file.
13627
13628 2003-02-21  Glen Nakamura  <glen@imodulo.com>
13629
13630         * gcc.c-torture/execute/20030221-1.c: New test.
13631
13632 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
13633
13634         PR c++/9729
13635         * g++.dg/abi/conv1.C: New test.
13636
13637 2003-02-20  Jan Hubicka  <jh@suse.cz>
13638
13639         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
13640
13641 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
13642
13643         * gcc.c-torture/compile/20030219-1.c: New test.
13644
13645 2003-02-18  Jan Hubicka  <jh@suse.cz>
13646
13647         * gcc.dg/funcorder.c: New test.
13648
13649 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13650
13651         * gcc.c-torture/execute/20030218-1.c: New.
13652
13653 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
13654
13655         * gcc.dg/20030218-1.c: New.
13656
13657 2003-02-18  Richard Henderson  <rth@redhat.com>
13658
13659         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
13660         * gcc.dg/attr-used-2.c: New.
13661
13662 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
13663
13664         PR c++/9704
13665         * g++.dg/init/copy5.C: New test.
13666
13667 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
13668
13669         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
13670         * g++.dg/pch/pch.exp: Likewise.
13671
13672 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13673
13674         * gcc.c-torture/execute/20030209-1.c: Enable the test if
13675         STACK_SIZE is not defined.
13676
13677 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13678
13679         PR c++/9457
13680         * g++.dg/template/init1.C: New test.
13681
13682 2003-02-16  Jan HUbicka  <jh@suse.cz>
13683
13684         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
13685         (foo): Add few extra tests
13686         * gcc.dg/c99-const-expr-3.c: Likewise.
13687         * gcc.c-torture/execute/20030216-1.c: New.
13688
13689 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13690
13691         PR c++/9459
13692         * g++.dg/ext/typeof4.C: New test.
13693
13694 2003-02-15  Roger Sayle  <roger@eyesopen.com>
13695
13696         * gcc.dg/i386-387-3.c: New test case.
13697
13698 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
13699
13700         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
13701         cris-*-elf* cris-*-aout* and mmix-*-*.
13702
13703 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
13704
13705         * gcc.dg/20030213-1.c: New test.
13706
13707 2003-02-12  Roger Sayle  <roger@eyesopen.com>
13708
13709         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
13710         * gcc.dg/i386-387-2.c: Likewise.
13711
13712 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
13713
13714         * gcc.dg/ppc-spe.c: Fix formatting.
13715         Enable tests that were previously unsupported by gas.
13716         Delete tests for instructions that no longer exist.
13717         Switch arguments on evsubifw builtin.
13718
13719 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
13720
13721         * gcc.c-torture/execute/20030209-1.c: Disable the test if
13722         STACK_SIZE is too small.
13723
13724 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
13725             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
13726
13727         * gcc.dg/decl-2.c: New test.
13728
13729 2003-02-10  Jan Hubicka  <jh@suse.cz>
13730
13731         * gcc.dg/i386-fpcvt-1.c:  New test.
13732
13733 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
13734
13735         * gcc.c-torture/execute/20030209-1.c: New test.
13736
13737 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
13738
13739         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
13740         int-wide bitops, use the constants of the same width.
13741         Likewise, if long long is 32-bit wide, test bitops using
13742         32-bit constants.
13743
13744 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
13745
13746         * gcc.dg/20021014-1.c: Annotate with expected notice text.
13747
13748 2003-02-07  Roger Sayle  <roger@eyesopen.com>
13749
13750         * testsuite/gcc.dg/builtins-4.c: New test case.
13751
13752 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13753
13754         * gcc.dg/20020430-1.c: Fix dg command typos.
13755         * gcc.dg/20020503-1.c: Likewise.
13756
13757 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13758
13759         PR c++/8785
13760         * g++.dg/parse/fused-params1.C: New test.
13761
13762         PR c++/8857
13763         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
13764
13765         PR c++/8921
13766         * g++.dg/parse/non-dependent1.C: New test.
13767
13768         PR c++/8928
13769         * g++.dg/parse/dupl-tmpl-args1.C: New test.
13770
13771         PR c++/9228
13772         * g++.dg/parse/undefined7.C: New test.
13773         * g++.dg/parse/non-templ1.C: New test.
13774
13775         PR c++/9229
13776         * g++.dg/parse/too-many-tmpl-args1.C: New test.
13777
13778 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
13779
13780         * gcc.c-torture/compile/20030206-1.c: New test.
13781
13782 2003-02-05  Roger Sayle  <roger@eyesopen.com>
13783
13784         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
13785         "pow" to "foo" to avoid potential confusion with a math built-in.
13786
13787 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13788
13789         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
13790         conditions for SPARC targets.
13791
13792 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
13793
13794         * gcc.dg/20030204-1.c: New test.
13795
13796 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13797
13798         PR c++/38
13799         * g++.dg/parse/array-size1.C: New test.
13800
13801         PR c++/5657
13802         * g++.dg/parse/undefined3.C: New test.
13803
13804         PR c++/5665
13805         * g++.dg/parse/undefined4.C: New test.
13806
13807         PR c++/5975
13808         * g++.dg/parse/undefined5.C: New test.
13809
13810         PR c++/7259
13811         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
13812
13813         PR c++/8578
13814         * g++.dg/parse/casting-operator1.C: New test.
13815
13816         PR c++/8596
13817         * g++.dg/parse/undefined6.C: New test.
13818
13819         PR c++/8736
13820         * g++.dg/parse/missing-template1.C: New test.
13821
13822 2003-02-04  Jan Hubicka  <jh@suse.cz>
13823
13824         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
13825         * gcc.dg/i386-cmov?.c:  Likewise.
13826         * gcc.dg/i386-fpcvt-?.c:  Likewise.
13827         * gcc.dg/i386-ssefp-1.c:  Likewise.
13828         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
13829         conventions.
13830
13831 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
13832
13833         PR c++/7129
13834         * testsuite/g++.dg/ext/max.C: New test.
13835
13836 2003-02-03  Jan Hubicka  <jh@suse.cz>
13837
13838         * gcc.c-torture/execute/20030203-1.c: New test.
13839
13840 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
13841
13842         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
13843         'natural-endian'.
13844
13845 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
13846
13847         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
13848         * g++.dg/init/new2.C: Likewise.
13849         * g++.dg/other/new1.C: Likewise.
13850
13851 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
13852
13853         * gcc.dg/struct-ret-libc.c: New test.
13854
13855 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
13856
13857         * gcc.dg/20030129-1.c: New test.
13858
13859 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13860
13861         PR c++/8849
13862         * g++.dg/template/ptrmem4.C: New test.
13863
13864 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
13865
13866         * g++.dg/parser/constant1.C: New test.
13867
13868 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13869
13870         PR c++/8591
13871         * g++.dg/parse/friend2.C: New test.
13872
13873 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
13874
13875         PR c++/9437
13876         * g++.dg/template/unify4.C: New test.
13877
13878 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
13879
13880         * gcc.c-torture/execute/20030128-1.c: New test.
13881
13882 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
13883
13884         * g++.dg/lookup/nested1.C: Test moved from ...
13885         * g++.old-deja/g++.other/lookup24.C: ... here.
13886
13887 2003-01-28  Jan Hubicka  <jh@suse.cz>
13888
13889         * gcc.dg/i386-cmov5.c:  New test.
13890
13891 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
13892
13893         * gcc.c-torture/execute/20010925-1.c: Changed the
13894         memcpy declaration.
13895
13896 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
13897
13898         PR c++/3902
13899         * g++.dg/parse/template5.C: New test.
13900
13901 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
13902
13903         PR fortran/9258
13904         * g77.dg/pr9258: New test.
13905
13906 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13907
13908         * README: Move relevant parts from README.g++.
13909
13910         * README.g++: Remove this file.
13911
13912 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
13913
13914         * g++.dg/abi/dcast1.C: New test.
13915
13916 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13917
13918         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
13919
13920 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
13921
13922         PR c++/47
13923         * g++.old-deja/g++.other/lookup24.C: New test.
13924
13925 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13926
13927         PR middle-end/7227
13928         * gcc.dg/uninit-C.c: New test.
13929
13930 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
13931
13932         * g++.dg/abi/covariant1.C: New test.
13933
13934 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
13935
13936         * gcc.dg/20030123-1.c: New test.
13937
13938 2003-01-25  Jan Hubicka  <jh@suse.cz>
13939
13940         PR opt/8492
13941         * gcc.c-torture/compile/20030125-1.c
13942
13943 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
13944
13945         PR c++/9403
13946         * g++.dg/parse/template3.C: New test.
13947         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
13948
13949         PR c++/795
13950         * g++.dg/parse/template4.C: New test.
13951
13952         PR c++/9415
13953         * g++.dg/template/qual2.C: New test.
13954
13955         PR c++/8545
13956         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
13957
13958         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
13959
13960 2003-01-25  Roger Sayle  <roger@eyesopen.com>
13961
13962         * gcc.c-torture/execute/switch-1.c: New test case.
13963
13964 2003-01-25  Jan Hubicka  <jh@suse.cz>
13965
13966         * gcc.c-torture/execute/20030125-1.[cx]: New test.
13967
13968 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
13969
13970         Tweaks for Bison-1.875. From the NEWS file:
13971         "- `parse error' -> `syntax error'
13972         Bison now uniformly uses the term `syntax error'"
13973         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
13974         * gcc.dg/cpp/digraph2.c: Likewise.
13975         * gcc.dg/cpp/direct2.c: Likewise.
13976         * gcc.dg/cpp/paste4.c: Likewise.
13977         * gcc.dg/c90-restrict-1.c: Likewise.
13978         * gcc.dg/c99-func-2.c: Likewise.
13979         * gcc.dg/noncompile/920721-2.c: Likewise.
13980         * gcc.dg/noncompile/930622-2.c: Likewise.
13981         * gcc.dg/noncompile/940112-1.c: Likewise.
13982         * gcc.dg/noncompile/950921-1.c: Likewise.
13983         * gcc.dg/noncompile/951123-1.c: Likewise.
13984         * gcc.dg/noncompile/971104-1.c: Likewise.
13985         * gcc.dg/noncompile/990416-1.c: Likewise.
13986
13987 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
13988
13989         * g++.dg/parse/undefined1.C: Add error message.
13990
13991 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
13992
13993         PR c++/9354
13994         * g++.dg/parse/new1.C: New test.
13995
13996         PR c++/9216
13997         * g++.dg/parse/template2.C: New test.
13998
13999         PR c++/9354
14000         * g++.dg/parse/typedef2.C: New test.
14001
14002         PR c++/9328
14003         * g++.dg/ext/typeof3.C: New test.
14004
14005 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14006
14007         PR c++/2738
14008         * g++.dg/parse/ret-type1.C: New test.
14009
14010         PR c++/3792
14011         * g++.dg/parse/tmpl-outside1.C: New test.
14012
14013         PR c++/4207
14014         * g++.dg/parse/int-as-enum1.C: New test.
14015
14016         PR c++/4903
14017         * g++.dg/parse/no-typename1.C: New test.
14018
14019         PR c++/5533
14020         * g++.dg/parse/no-value1.C: New test.
14021
14022         PR c++/5921
14023         * g++.dg/parse/wrong-inline1.C: New test.
14024
14025         PR c++/6402
14026         * g++.dg/parse/ref1.C: New test.
14027
14028         PR c++/6992
14029         * g++.dg/parse/attr-ctor1.C: New test.
14030
14031         PR c++/7229
14032         * g++.dg/parse/namespace5.C: New test.
14033
14034         PR c++/7917
14035         * g++.dg/parse/func-def1.C: New test.
14036
14037         PR c++/8143
14038         * g++.dg/parse/undefined1.C: New test.
14039
14040         PR c++/5723, PR c++/8522
14041         * g++.dg/parse/specialization1.C: New test.
14042
14043         PR c++/163, PR c++/8595
14044         * g++.dg/parse/struct-as-enum1.C: New test.
14045
14046         PR c++/9173
14047         * g++.dg/parse/undefined2.C: New test.
14048
14049 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
14050
14051         PR c++/9298
14052         * g++.dg/parse/template1.C: New test.
14053
14054         PR c++/9384
14055         * g++.dg/parse/using1.C: New test.
14056
14057         PR c++/9285
14058         PR c++/9294
14059         * g++.dg/parse/expr2.C: New test.
14060
14061         PR c++/9388
14062         * g++.dg/parse/lookup2.C: Likewise.
14063
14064 2003-01-21  Jan Hubicka  <jh@suse.cz>
14065
14066         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
14067         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
14068         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
14069         * gcc.c-torture/execute/string-opt-*.c: Likewise.
14070
14071 2003-01-20  Nick Clifton  <nickc@redhat.com>
14072
14073         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
14074         problem with ARM sibcall code generation.
14075
14076 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14077
14078         * gcc.c-torture/execute/20030120-1.c: New.
14079
14080 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
14081
14082         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
14083
14084 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
14085
14086         PR c++/9272
14087         * g++.dg/parse/ctor1.C: New test.
14088
14089         PR c++/9294:
14090         * g++.dg/parse/qualified1.C: New test.
14091
14092         * g++.dg/parse/typename3.C: New test.
14093
14094 2003-01-16  Richard Henderson  <rth@redhat.com>
14095
14096         * g++.dg/tls/init-2.C: Fix error matches for real this time.
14097
14098 2003-01-16  Richard Henderson  <rth@redhat.com>
14099
14100         * g++.dg/pch/pch.exp: Copy test header to the working directory
14101         before using it either for precompilation or direct use.
14102         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
14103         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
14104
14105 2003-01-16  Richard Henderson  <rth@redhat.com>
14106
14107         * gcc.dg/pch/pch.exp: Copy test header to the working directory
14108         before using it either for precompilation or direct use.
14109         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
14110         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
14111
14112 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
14113
14114         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
14115         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
14116         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
14117         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
14118         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
14119         typename warning into error.
14120         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
14121         error messages.
14122         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
14123         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
14124         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
14125         messages.
14126         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
14127         make declaration visible in template.
14128         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
14129         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
14130         messages.
14131         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
14132         message.
14133         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
14134         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
14135         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
14136         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
14137         typename warning with error message.
14138         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
14139         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
14140         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
14141
14142 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
14143
14144         * g++.dg/parse/ambig2.C: New test.
14145
14146 2003-01-15  Richard Henderson  <rth@redhat.com>
14147
14148         * g++.dg/tls/init-2.C: Update error message string.
14149
14150 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14151
14152         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
14153
14154 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
14155
14156         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
14157         all for HC11/HC12.
14158         * gcc.c-torture/compile/20001205-1.x: Likewise.
14159         * gcc.c-torture/compile/20001226-1.x: Likewise.
14160         * gcc.c-torture/compile/920520-1.x: Likewise.
14161         * gcc.c-torture/compile/961203-1.x: Likewise.
14162         * gcc.c-torture/compile/20020604-1.x: Likewise.
14163
14164 2003-01-15  Jan Hubicka  <jh@suse.cz>
14165
14166         * gcc.c-torture/compile/20030115-1.c: New test.
14167
14168         * gcc.dg/i386-fpcvt-1.c: New test.
14169         * gcc.dg/i386-fpcvt-2.c: New test.
14170
14171 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
14172
14173         Further conform g++'s __vmi_class_type_info to the C++ ABI
14174         specification.
14175         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
14176         the specification.
14177
14178 2003-01-14  Jan Hubicka  <jh@suse.cz>
14179
14180         * gcc.dg/i386-fpcvt-1.c: New test.
14181         * gcc.dg/i386-fpcvt-2.c: New test.
14182
14183 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
14184
14185         * gcc.dg/i386-mmx-3.c: New test.
14186
14187 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
14188
14189         PR c++/9264
14190         * g++.dg/parse/octal1.C: New file.
14191
14192         PR c++/9172
14193         * g++.dg/parse/typename1.C: New file.
14194
14195 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
14196
14197         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
14198         * gcc.dg/bf-no-ms-layout.c: Likewise.
14199         * gcc.dg/bf-ms-attrib.c: Likewise.
14200
14201 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
14202
14203         PR c++/9099
14204         * g++.dg/parse/dtor1.C: New file.
14205
14206         PR c++/9128
14207         * g++.dg/rtti/typeid1.C: New file.
14208
14209         PR c++/9153
14210         * g++.dg/parse/lookup1.C: New file.
14211
14212         PR c++/9171
14213         * g++.dg/templ/spec5.C: New file.
14214
14215 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
14216
14217         * gcc.c-torture/compile/20030110-1.c: New test.
14218
14219 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
14220
14221         Merge from pch-branch:
14222
14223         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
14224
14225         * gcc.dg/pch/cpp-1.h: New.
14226         * gcc.dg/pch/cpp-1.c: New.
14227         * gcc.dg/pch/cpp-2.h: New.
14228         * gcc.dg/pch/cpp-2.c: New.
14229
14230         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
14231
14232         * gcc.dg/pch/except-1.h: New.
14233         * gcc.dg/pch/except-1.c: New.
14234
14235         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
14236
14237         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
14238         running test.
14239         * gcc.dg/pch: Include *.hp not *.h.
14240         * gcc.dg/pch/system-1.h: New.
14241         * gcc.dg/pch/system-1.c: New.
14242
14243         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
14244
14245         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
14246         rather than trying to build and run a program using PCH.
14247         * gcc.dg/pch: Remove dg-do commands from test files.
14248
14249         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
14250
14251         * gcc.dg/pch/macro-3.c: New.
14252         * gcc.dg/pch/macro-3.h: New.
14253
14254         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
14255
14256         * gcc.dg/pch/common-1.c: New.
14257         * gcc.dg/pch/common-1.h: New.
14258         * gcc.dg/pch/decl-1.c: New.
14259         * gcc.dg/pch/decl-1.h: New.
14260         * gcc.dg/pch/decl-2.c: New.
14261         * gcc.dg/pch/decl-2.h: New.
14262         * gcc.dg/pch/decl-3.c: New.
14263         * gcc.dg/pch/decl-3.h: New.
14264         * gcc.dg/pch/decl-4.c: New.
14265         * gcc.dg/pch/decl-4.h: New.
14266         * gcc.dg/pch/decl-5.c: New.
14267         * gcc.dg/pch/decl-5.h: New.
14268         * gcc.dg/pch/global-1.c: New.
14269         * gcc.dg/pch/global-1.h: New.
14270         * gcc.dg/pch/inline-1.c: New.
14271         * gcc.dg/pch/inline-1.h: New.
14272         * gcc.dg/pch/inline-2.c: New.
14273         * gcc.dg/pch/inline-2.h: New.
14274         * gcc.dg/pch/static-1.c: New.
14275         * gcc.dg/pch/static-1.h: New.
14276         * gcc.dg/pch/static-2.c: New.
14277         * gcc.dg/pch/static-2.h: New.
14278
14279         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
14280
14281         * g++.dg/pch/pch.exp: Better handle failing testcases.
14282         * gcc.dg/pch/pch.exp: Likewise.
14283         * gcc.dg/pch/macro-1.c: New.
14284         * gcc.dg/pch/macro-1.h: New.
14285         * gcc.dg/pch/macro-2.c: New.
14286         * gcc.dg/pch/macro-2.h: New.
14287
14288         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
14289
14290         * g++.dg/dg.exp: Treat files in pch/ specially.
14291         * g++.dg/pch/pch.exp: New file.
14292         * g++.dg/pch/empty.H: New file.
14293         * g++.dg/pch/empty.C: New file.
14294         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
14295         "precompile".
14296
14297         * gcc.dg/pch/pch.exp: New file.
14298         * gcc.dg/pch/empty.h: New file.
14299         * gcc.dg/pch/empty.c: New file.
14300         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
14301         "precompile".
14302
14303 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14304
14305         * g++.dg/template/friend14.C: New test.
14306
14307 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14308
14309         * gcc.dg/old-style-asm-1.c: New test.
14310
14311 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
14312
14313         * gcc.c-torture/compile/20030109-1.c: New test.
14314
14315 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14316
14317         * gcc.c-torture/execute/20030109-1.c: New test.
14318
14319 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
14320
14321         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
14322         * g++.old-deja/g++.mike/dyncast2.C: Likewise
14323         * g++.old-deja/g++.mike/dyncast3.C: Likewise
14324         * g++.old-deja/g++.mike/eh2.C: Likewise
14325         * g++.old-deja/g++.mike/eh3.C: Likewise
14326         * g++.old-deja/g++.mike/eh5.C: Likewise
14327         * g++.old-deja/g++.mike/eh6.C: Likewise
14328         * g++.old-deja/g++.mike/eh7.C: Likewise
14329         * g++.old-deja/g++.mike/eh8.C: Likewise
14330         * g++.old-deja/g++.mike/eh9.C: Likewise
14331         * g++.old-deja/g++.mike/eh10.C: Likewise
14332         * g++.old-deja/g++.mike/eh12.C: Likewise
14333         * g++.old-deja/g++.mike/eh13.C: Likewise
14334         * g++.old-deja/g++.mike/eh14.C: Likewise
14335         * g++.old-deja/g++.mike/eh16.C: Likewise
14336         * g++.old-deja/g++.mike/eh17.C: Likewise
14337         * g++.old-deja/g++.mike/eh18.C: Likewise
14338         * g++.old-deja/g++.mike/eh21.C: Likewise
14339         * g++.old-deja/g++.mike/eh23.C: Likewise
14340         * g++.old-deja/g++.mike/eh24.C: Likewise
14341         * g++.old-deja/g++.mike/eh25.C: Likewise
14342         * g++.old-deja/g++.mike/eh26.C: Likewise
14343         * g++.old-deja/g++.mike/eh27.C: Likewise
14344         * g++.old-deja/g++.mike/eh28.C: Likewise
14345         * g++.old-deja/g++.mike/eh29.C: Likewise
14346         * g++.old-deja/g++.mike/eh31.C: Likewise
14347         * g++.old-deja/g++.mike/eh33.C: Likewise
14348         * g++.old-deja/g++.mike/eh34.C: Likewise
14349         * g++.old-deja/g++.mike/eh35.C: Likewise
14350         * g++.old-deja/g++.mike/eh36.C: Likewise
14351         * g++.old-deja/g++.mike/eh37.C: Likewise
14352         * g++.old-deja/g++.mike/eh38.C: Likewise
14353         * g++.old-deja/g++.mike/eh39.C: Likewise
14354         * g++.old-deja/g++.mike/eh40.C: Likewise
14355         * g++.old-deja/g++.mike/eh41.C: Likewise
14356         * g++.old-deja/g++.mike/eh42.C: Likewise
14357         * g++.old-deja/g++.mike/eh44.C: Likewise
14358         * g++.old-deja/g++.mike/eh46.C: Likewise
14359         * g++.old-deja/g++.mike/eh47.C: Likewise
14360         * g++.old-deja/g++.mike/eh48.C: Likewise
14361         * g++.old-deja/g++.mike/eh49.C: Likewise
14362         * g++.old-deja/g++.mike/eh50.C: Likewise
14363         * g++.old-deja/g++.mike/eh51.C: Likewise
14364         * g++.old-deja/g++.mike/eh53.C: Likewise
14365         * g++.old-deja/g++.mike/eh55.C: Likewise
14366         * g++.old-deja/g++.mike/p7912.C: Likewise
14367         * g++.old-deja/g++.mike/p9706.C: Likewise
14368         * g++.old-deja/g++.mike/p10416.C: Likewise
14369         * g++.old-deja/g++.mike/p11667.C: Likewise
14370         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
14371         Remove redundant reference to Iris.
14372         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
14373         Elxsi, i860, Pico Java, and WE32K.
14374
14375 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
14376
14377         * g++.dg/ext/asm4.C: New test.
14378
14379 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14380
14381         PR c++/9030
14382         * g++.dg/template/friend12.C: New test.
14383         * g++.dg/template/friend13.C: Likewise.
14384         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
14385
14386 2003-01-08  Jan Hubicka  <jh@suse.cz>
14387
14388         * gcc.dg/i386-cadd.c: New test.
14389         * gcc.dg/i386-cmov4.c: Likewise.
14390
14391 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
14392
14393         PR c++/9165
14394         * g++.dg/warn/Wunused-3.C: New test.
14395
14396         * g++.dg/abi/bitfield9.C: New test.
14397
14398         PR c++/9189
14399         * g++.dg/parse/defarg3.C: New test.
14400
14401 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
14402
14403         * g++.dg/parse/ambig1.C: New test.
14404         * g++.dg/parse/defarg2.C: New test.
14405
14406 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
14407
14408         * g++.dg/template/defarg-1.C: New test.
14409         * g++.dg/template/local2.C: Likewise.
14410
14411 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
14412
14413         * gcc.c-torture/execute/20030105-1.c: New test.
14414
14415 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14416
14417         * g++.dg/parse/namespace3.C: Remove extra semicolons.
14418         * g++.dg/parse/namespace4.C: Likewise.
14419
14420 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14421
14422         * g++.dg/template/ntp2.C: New test.
14423
14424 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
14425
14426         * g++.dg/parse/extern-C-1.C: New test.
14427
14428         * g++.dg/parse/namespace4.C: New test.
14429
14430         * g++.dg/template/nested1.C: New test.
14431
14432         * g++.dg/parse/namespace3.C: New test.
14433
14434 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
14435
14436         * g++.dg/lookup/two-stage1.C: New test.
14437
14438 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14439
14440         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
14441         * g++.old-deja/g++.jason/access8.C: Likewise.
14442         * g++.old-deja/g++.other/decl5.C: Likewise.
14443
14444 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14445
14446         * g++.dg/parse/parse7.C: New test.
14447
14448 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
14449
14450         PR c++/2843
14451         * g++.dg/ext/attrib7.C: New test.
14452
14453 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14454
14455         * g++.dg/parse/parse6.C: New test.
14456
14457 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
14458
14459         * gcc.dg/h8300-stack-1.c: New.
14460
14461 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14462
14463         g++.dg/lookup/exception1.C: New test.
14464
14465         g++.dg/lookup/template1.C: New test.
14466
14467         g++.dg/parse/namespace2.C: New test.
14468
14469         g++.dg/parse/parens2.C: New test.
14470
14471 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14472
14473         * g++.dg/parse/parse5.C: New test.
14474         * g++.dg/lookup/scoped4.C: New test.
14475
14476 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14477
14478         * g++.dg/parse/parens1.C: New test.
14479
14480         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
14481         angle-bracket1.C.
14482         * g++.dg/parse/parens2.C: New test.
14483
14484         * g++.dg/lookup/scope-operator1.C: New test.
14485
14486         * g++.dg/parse/operator1.C: New test.
14487
14488 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14489
14490         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
14491         * g++.old-deja/g++.other/access6.C: Likewise.
14492         * g++.old-deja/g++.other/decl1.C: Likewise.
14493         * g++.old-deja/g++.pt/typename12.C: Likewise.
14494
14495 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14496
14497         * g++.dg/parse/namespace1.C: New test.
14498
14499 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14500
14501         * g++.dg/parse/parse4.C: New test.
14502
14503 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14504
14505         * g++.dg/parse/parse3.C: New test.
14506
14507 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14508
14509         * g++.dg/parse/parse2.C: New test.
14510
14511 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14512
14513         * g++.dg/template/friend11.C: New test.
14514
14515 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14516
14517         * g++.dg/parse/parse1.C: New test.
14518
14519 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
14520
14521         * lib/profopt.exp: Change the name of a global variable to avoid
14522         possible clashes with other test suites.
14523
14524 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
14525
14526         * g++.dg/inherit/covariant8.C: New test.
14527
14528 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14529
14530         * g++.dg/init/array9.C: New test.
14531
14532         PR c++/9112
14533         * g++.dg/parse/expr1.C: New test.
14534
14535 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
14536
14537         * gcc.c-torture/compile/20021230-1.c: New test.
14538
14539 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
14540
14541         * g++.dg/inherit/covariant5.C: New test.
14542         * g++.dg/inherit/covariant6.C: New test.
14543         * g++.dg/inherit/covariant7.C: New test.
14544
14545 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14546
14547         PR c++/2739
14548         * g++.dg/other/access2.C: New test.
14549
14550 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14551
14552         * g++.dg/other/anon-struct.C: No longer fails
14553         * g++.old-deja/g++.brendan/parse4.C: Likewise.
14554         * g++.old-deja/g++.brendan/parse5.C: Likewise.
14555         * g++.old-deja/g++.brendan/parse6.C: Likewise.
14556
14557 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14558
14559         * g++.dg/parse/angle-bracket.C (main): No longer fails.
14560
14561 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
14562
14563         * g++.dg/eh/spec4.C: Remove stray semicolon.
14564         * g++.dg/expr/pmf-1.C: Change error message.
14565         * g++.dg/ext/asm1.C: Remove stray semicolon.
14566         * g++.dg/ext/typename1.C: Add missing typenames.
14567         * g++.dg/inherit/template-as-base.C: Change error message.
14568         * g++.dg/lookup/scoped1.C: Likewise.
14569         * g++.dg/lookup/scoped2.C: Likewise.
14570         * g++.dg/lookup/using2.C: Likewise.
14571         * g++.dg/other/component1.C: Remove stray semicolon.
14572         * g++.dg/other/do1.C: Change error message.
14573         * g++.dg/other/error2.C: Likewise.
14574         * g++.dg/other/init1.C: Likewise.
14575         * g++.dg/other/packed1.C: Remove stray semicolon.
14576         * g++.dg/other/ptrmem2.C: Change error message.
14577         * g++.dg/parse/parameter-declaration-1.C: Remove line number
14578         marker.
14579         * g++.dg/special/initp1.C: Remove invalid attribute usage.
14580         * g++.dg/template/access3.C: Add typename keyword.
14581         * g++.dg/template/access5.C: Remove stray semicolon.
14582         * g++.dg/template/access6.C: Likewise.
14583         * g++.dg/template/complit1.C: Likewise.
14584         * g++.dg/template/crash1.C: Change error message.
14585         * g++.dg/template/inherit2.C: Remove stray semicolon.
14586         * g++.dg/template/instantiate2.C: Likewise.
14587         * g++.dg/template/instantiate3.C: Change error message.
14588         * g++.dg/template/qual1.C: Remove stray semicolon.
14589         * g++.dg/template/qualttp18.C: Change error message.
14590         * g++.dg/template/ref1.C: Remove stray semicolon.
14591         * g++.dg/template/sizeof1.C (A::value): Declare it.
14592         * g++.dg/template/spec4.C: Change error message.
14593         * g++.dg/template/static1.C: Likewise.
14594         * g++.dg/template/type1.C: Likewise.
14595         * g++.dg/template/typename3.C: Likewise.
14596         * g++.old-deja/g++.benjamin/13478.C: Change error message.
14597         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
14598         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
14599         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
14600         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
14601         named return value extension.
14602         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
14603         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
14604         * g++.old-deja/g++.bob/extern_C.C: Likewise.
14605         * g++.old-deja/g++.bob/inherit2.C: Likewise.
14606         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14607         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14608         * g++.old-deja/g++.brendan/crash13.C: Likewise.
14609         * g++.old-deja/g++.brendan/crash15.C: Likewise.
14610         * g++.old-deja/g++.brendan/crash18.C: Change error message.
14611         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
14612         * g++.old-deja/g++.brendan/crash38.C: Likewise.
14613         * g++.old-deja/g++.brendan/crash50.C: Likewise.
14614         * g++.old-deja/g++.brendan/crash56.C: Likewise.
14615         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
14616         syntax.
14617         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
14618         * g++.old-deja/g++.brendan/crash8.C: Change error message.
14619         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
14620         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14621         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
14622         * g++.old-deja/g++.brendan/template11.C: Likewise.
14623         * g++.old-deja/g++.brendan/template26.C: Likewise.
14624         * g++.old-deja/g++.brendan/template27.C: Use explicit
14625         specialization syntax.
14626         * g++.old-deja/g++.brendan/template30.C: Likewise.
14627         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
14628         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
14629         non-dependent names.
14630         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
14631         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
14632         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
14633         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
14634         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
14635         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
14636         named return value extension.
14637         * g++.old-deja/g++.ext/namedret2.C: Likewise.
14638         * g++.old-deja/g++.ext/namedret3.C: Likewise.
14639         * g++.old-deja/g++.ext/return1.C: Likewise.
14640         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
14641         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
14642         * g++.old-deja/g++.jason/access8.C: Likewise.
14643         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
14644         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
14645         pseudo-destructor names.
14646         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
14647         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
14648         pseudo-destructor names.
14649         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
14650         * g++.old-deja/g++.jason/overload19.C: Likewise.
14651         * g++.old-deja/g++.jason/overload32.C: Likewise.
14652         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
14653         stray semicolons.
14654         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
14655         * g++.old-deja/g++.jason/return.C: Likewise.
14656         * g++.old-deja/g++.jason/return2.C: Likewise.
14657         * g++.old-deja/g++.jason/shadow1.C: Likewise.
14658         * g++.old-deja/g++.jason/special.C: Use explicit specialization
14659         syntax.
14660         * g++.old-deja/g++.jason/template10.C: Account for use of
14661         non-dependent names.
14662         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
14663         syntax.
14664         * g++.old-deja/g++.jason/template37.C: Likewise.
14665         * g++.old-deja/g++.law/access4.C: Change error messages.
14666         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
14667         pseudo-destructor names.
14668         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
14669         * g++.old-deja/g++.law/ctors9.C: Likewise.
14670         * g++.old-deja/g++.law/cvt22.C: Likewise.
14671         * g++.old-deja/g++.law/dtors5.C: Likewise.
14672         * g++.old-deja/g++.law/global-init1.C: Likewise.
14673         * g++.old-deja/g++.law/missed-error3.C: Likewise.
14674         * g++.old-deja/g++.law/operators28.C: Likewise.
14675         * g++.old-deja/g++.law/visibility28.C: Likewise.
14676         * g++.old-deja/g++.martin/eval1.C: Likewise.
14677         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
14678         name.
14679         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
14680         * g++.old-deja/g++.mike/net34.C: Likewise.
14681         * g++.old-deja/g++.mike/net36.C: Likewise.
14682         * g++.old-deja/g++.mike/ns2.C: Likewise.
14683         * g++.old-deja/g++.mike/p12306.C: Likewise.
14684         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
14685         value extension.
14686         * g++.old-deja/g++.mike/p700.C: Likewise.
14687         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
14688         * g++.old-deja/g++.mike/p710.C: Likewise.
14689         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
14690         value extension.
14691         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
14692         * g++.old-deja/g++.mike/pmf9.C: Likewise.
14693         * g++.old-deja/g++.ns/crash2.C: Likewise.
14694         * g++.old-deja/g++.ns/crash3.C: Likewise.
14695         * g++.old-deja/g++.ns/invalid1.C: Likewise.
14696         * g++.old-deja/g++.ns/ns17.C: Likewise.
14697         * g++.old-deja/g++.ns/template16.C: Likewise.
14698         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
14699         keyword.
14700         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
14701         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
14702         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
14703         named return value extension.
14704         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
14705         * g++.old-deja/g++.other/access4.C: Issue additional error
14706         messages.
14707         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
14708         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
14709         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
14710         * g++.old-deja/g++.other/crash25.C: Change error message.
14711         * g++.old-deja/g++.other/crash4.C: Change error message.
14712         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
14713         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
14714         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
14715         checks.
14716         * g++.old-deja/g++.other/defarg8.C: Likewise.
14717         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
14718         * g++.old-deja/g++.other/dtor10.C: Likewise.
14719         * g++.old-deja/g++.other/incomplete.C: Likewise.
14720         * g++.old-deja/g++.other/linkage7.C: Likewise.
14721         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
14722         lookup algorithm.
14723         * g++.old-deja/g++.other/mangle2.C: Likewise.
14724         * g++.old-deja/g++.other/refinit2.C: Likewise.
14725         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
14726         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
14727         * g++.old-deja/g++.pt/crash28.C: Likewise.
14728         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
14729         syntax.
14730         * g++.old-deja/g++.pt/crash32.C: Change error message.
14731         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
14732         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
14733         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
14734         error message position.
14735         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
14736         * g++.old-deja/g++.pt/defarg8.C: Change error message.
14737         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
14738         syntax.
14739         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
14740         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
14741         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
14742         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
14743         keyword.
14744         * g++.old-deja/g++.pt/explicit31.C: Likewise.
14745         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
14746         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
14747         keyword.
14748         * g++.old-deja/g++.pt/explicit71.C: Change error message.
14749         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
14750         syntax.
14751         * g++.old-deja/g++.pt/friend28.C: Account for use of
14752         non-dependent names.
14753         * g++.old-deja/g++.pt/friend29.C: Likewise.
14754         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
14755         rules.
14756         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
14757         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
14758         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
14759         lookup rules.
14760         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
14761         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
14762         keyword.
14763         * g++.old-deja/g++.pt/memclass20.C: Likewise.
14764         * g++.old-deja/g++.pt/memclass5.C: Likewise.
14765         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
14766         keyword.
14767         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
14768         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
14769         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
14770         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
14771         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
14772         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
14773         keyword.
14774         * g++.old-deja/g++.pt/spec10.C: Likewise.
14775         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
14776         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
14777         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
14778         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
14779         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
14780         * g++.old-deja/g++.pt/ttp62.C: Likewise.
14781         * g++.old-deja/g++.pt/ttp64.C: Likewise.
14782         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
14783         * g++.old-deja/g++.pt/typename15.C: Likewise.
14784         * g++.old-deja/g++.pt/typename22.C: Likewise.
14785         * g++.old-deja/g++.pt/typename6.C: Change error messages.
14786         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
14787         * g++.old-deja/g++.pt/virtual2.C: Likewise.
14788         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
14789         syntax.
14790         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
14791         return value extension.
14792         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
14793         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
14794         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
14795         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
14796
14797 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
14798
14799         * g++.dg/warn/inline1.C: New test.
14800         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
14801         * g++.old-deja/g++.jason/synth10.C: Likewise.
14802         * g++.old-deja/g++.mike/net31.C: Likewise.
14803         * g++.old-deja/g++.mike/p8786.C: Likewise.
14804
14805         * g++.dg/template/friend10.C: New test.
14806         * g++.dg/template/conv5.C: New test.
14807
14808 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
14809
14810         * g++.dg/lookup/scoped3.C: New test.
14811
14812         * g++.dg/lookup/decl1.C: New test.
14813         * g++.dg/lookup/decl2.C: New test.
14814
14815 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
14816
14817         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
14818         gcc.c-torture/compile/20021015-1.c,
14819         gcc.c-torture/compile/20021015-2.c,
14820         gcc.c-torture/compile/20021123-1.c,
14821         gcc.c-torture/compile/20021123-2.c,
14822         gcc.c-torture/compile/20021123-3.c,
14823         gcc.c-torture/compile/20021123-4.c,
14824         gcc.c-torture/execute/20021024-1.c: Add tests previously added
14825         only to 3.1 or 3.2 branch.
14826
14827 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
14828
14829         * gcc.dg/i386-bitfield3.c: New test.
14830
14831         * gcc.dg/i386-bitfield2.c: New test.
14832
14833 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
14834
14835         * g++.dg/parse/conv_op1.C: New test.
14836
14837 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
14838
14839         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
14840         approved.
14841
14842 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
14843
14844         * gcc.c-torture/compile/20021220-1.c: New test.
14845
14846 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
14847
14848         * gcc.dg/i386-fastcall-1.c: New.
14849
14850 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14851
14852         * gcc.c-torture/execute/20021219-1.c: New test.
14853
14854 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
14855
14856         * gcc.dg/i386-pic-1.c: New test.
14857
14858 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14859
14860         PR c++/8099
14861         * g++.dg/template/friend9.C: New test.
14862
14863 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14864
14865         PR c++/3663
14866         * g++.dg/template/access7.C: New test.
14867
14868 2002-12-18  Nick Clifton  <nickc@redhat.com>
14869
14870         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
14871         the libstdc++-v3 directory has been found.
14872
14873 2002-12-12  Devang Patel <dpatel@apple.com>
14874         * gcc.dg/darwin-ld-1.c: New test.
14875         * gcc.dg/darwin-ld-2.c: New test.
14876         * gcc.dg/darwin-ld-3.c: New test.
14877         * gcc.dg/darwin-ld-4.c: New test.
14878         * gcc.dg/darwin-ld-5.c: New test.
14879
14880 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14881
14882         * gcc.c-torture/compile/20021212-1.c: New test.
14883
14884 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
14885
14886         * gcc.dg/fshort-wchar: New test.
14887
14888 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
14889
14890         PR c++/8372
14891         * g++.dg/template/dtor1.C: New test.
14892
14893         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
14894         markers.
14895
14896 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
14897
14898         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
14899
14900 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
14901
14902         * g++.dg/template/static1.C: New test.
14903         * g++.dg/template/static2.C: New test.
14904         * g++.old-deja/g++.ext/memconst.C: New test.
14905
14906 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14907
14908         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
14909         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
14910         * g++.dg/special/initp1.C: Likewise.
14911
14912 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
14913
14914         * gcc.c-torture/execute/20021204-1.c: New test.
14915
14916 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
14917
14918         * gcc.dg/ppc-fmadd-1.c: New file.
14919         * gcc.dg/ppc-fmadd-2.c: New file.
14920         * gcc.dg/ppc-fmadd-3.c: New file.
14921
14922 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
14923
14924         * gcc.c-torture/compile/20021204-1.c: New test.
14925
14926 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
14927
14928         * g++.dg/inherit/covariant2.C: New test.
14929         * g++.dg/inherit/covariant3.C: New test.
14930         * g++.dg/inherit/covariant4.C: New test.
14931         * g++.dg/inherit/covariant1.C: Remove XFAIL.
14932         * g++.old-deja/g++.robertl/eb17.C: Likewise.
14933
14934 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
14935
14936         PR c++/8688
14937         * g++.dg/init/brace3.C: New test.
14938
14939 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
14940
14941         * gcc.dg/20020210-1.c: Fix a comment typo.
14942
14943 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
14944
14945         PR c++/8720
14946         * g++.dg/parse/defarg1.C: New test.
14947
14948         PR c++/8615
14949         * g++.dg/template/char1.C: New test.
14950
14951         * g++.dg/template/varmod1.C: Fix typo.
14952
14953 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14954
14955         DR 180
14956         * g++.old-deja/g++.pt/crash32.C: Expect error.
14957
14958 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
14959
14960         PR c++/5919
14961         * g++.dg/template/varmod1.C: New test.
14962
14963         PR c++/8727
14964         * g++.dg/inherit/typeinfo1.C: New test.
14965
14966         PR c++/8663
14967         * g++.dg/inherit/typedef1.C: New test.
14968
14969 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
14970
14971         PR c++/8332
14972         PR c++/8493
14973         * g++.dg/template/strlen1.C: New test.
14974
14975         PR c++/8227
14976         * g++.dg/template/ctor2.C: New test.
14977
14978         PR c++/8214
14979         * g++.dg/init/string1.C: New test.
14980
14981         PR c++/8511
14982         * g++.dg/template/friend8.C: New test.
14983
14984 2002-11-29  Joe Buck <jbuck@synopsys.com>
14985
14986         * g++.dg/lookup/anon2.C: New test.
14987
14988 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
14989
14990         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
14991         h8300 port.
14992
14993 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
14994
14995         * gcc.dg/bitfld-6.c: New test.
14996
14997 2002-11-27  Jan Hubicka  <jh@suse.cz>
14998
14999         * gcc.c-torture/execute/20021127.[cx]: New test.
15000
15001 2002-11-26  Jan Hubicka  <jh@suse.cz>
15002
15003         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
15004         quality.
15005
15006 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
15007
15008         * g++.dg/init/brace2.C: New test.
15009         * g++.old-deja/g++.mike/p9129.C: Correct.
15010
15011 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
15012
15013         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
15014
15015 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
15016
15017         * gcc.dg/sibcall-6: New test for indirect sibcalls.
15018
15019 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
15020
15021         * testsuite/g++.dg/abi/empty11.C: New test.
15022         * testsuite/g++.dg/rtti/cv1.C: New test.
15023
15024 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
15025
15026         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
15027
15028 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
15029
15030         * g++.dg/abi/empty10.C: New test.
15031
15032 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
15033
15034         * gcc.c-torture/compile/20021124-1.c: New test.
15035
15036 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
15037
15038         * g++.dg/abi/rtti2.C: New test.
15039
15040 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
15041
15042         * gcc.dg/i386-unroll-1.c: New test.
15043
15044 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
15045
15046         * gcc.c-torture/compile/20021120-1.c: New test.
15047         * gcc.c-torture/compile/20021120-2.c: New test.
15048
15049 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15050
15051         * gcc.dg/bitfld-5.c: New test.
15052
15053 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15054
15055         * gcc.c-torture/execute/20021120-3.c: New test.
15056
15057 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15058
15059         * gcc.c-torture/execute/20021120-2.c: New test.
15060
15061 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15062
15063         * gcc.c-torture/execute/20021120-1.c: New test.
15064
15065 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
15066
15067         * gcc.c-torture/execute/20021118-3.c: New test.
15068
15069 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
15070
15071         * gcc.c-torture/compile/20021119-1.c: New test.
15072
15073 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
15074
15075         * gcc.dg/duff-1.c: New test.
15076         * gcc.dg/duff-2.c: New test.
15077         * gcc.dg/duff-3.c: New test.
15078
15079 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
15080
15081         * gcc.dg/cpp/_Pragma5.c: New test.
15082
15083 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15084
15085         * gcc.c-torture/execute/20021118-2.c: New test.
15086
15087 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15088
15089         * gcc.c-torture/execute/20021118-1.c: New test.
15090
15091 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
15092
15093         * gcc.dg/20021116-1.c: New test.
15094
15095 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
15096
15097         * g++.dg/abi/vcall1.C: New test.
15098
15099 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
15100
15101         * gcc.dg/20021029-1.c: New test.
15102         * gcc.dg/20021029-2.c: New test.
15103
15104 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15105
15106         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
15107
15108 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15109
15110         PR c/8439
15111         * gcc.dg/20021110.c: Move to ...
15112         * gcc.c-torture/compile/20021110.c: .... here.
15113
15114 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15115
15116         PR c/8467
15117         * gcc.c-torture/execute/20021111-1.c
15118
15119 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15120
15121         PR c/8439
15122         * gcc.dg/20021110.c: New test.
15123
15124 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
15125
15126         * g++.dg/abi/vthunk3.C: Run only on x86.
15127
15128 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
15129
15130         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
15131
15132 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
15133
15134         * lib/compat.exp (compat-execute): Fix logic error in last
15135         change.
15136
15137 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
15138
15139         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
15140
15141 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15142
15143         PR c++/8389
15144         * g++.dg/template/access6.C: New test.
15145
15146 2002-11-08  Jan Hubicka  <jh@suse.cz>
15147
15148         * gcc.dg/i386-ssefp-1.c: New test.
15149         * gcc.dg/i386-ssefp-1.c: New test.
15150
15151 2002-11-08  Jan Hubicka  <jh@suse.cz>
15152
15153         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
15154
15155 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15156
15157         * g++.dg/abi/vthunk3.C: New test.
15158
15159         PR c++/8338
15160         * g++.dg/template/crash2.C: New test.
15161
15162 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15163
15164         * testsuite/g++.dg/abi/dtor1.C: New test.
15165         * testsuite/g++.dg/abi/dtor2.C: Likewise.
15166
15167 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
15168
15169         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
15170         Darwin.
15171
15172 2002-11-04  Adam Nemet  <anemet@lnxw.com>
15173
15174         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
15175         -mthumb.  Only xfail with -O0.
15176
15177 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
15178
15179         * g++.dg/abi/thunk1.C: New test.
15180         * g++.dg/abi/thunk2.C: Likewise.
15181         * g++.dg/abi/vtt1.C: Likewise.
15182
15183 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
15184
15185         PR optimization/8423
15186         * gcc.c-torture/execute/builtin-constant.c: New test.
15187
15188 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
15189
15190         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
15191         Add some more cases.
15192
15193 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
15194
15195         PR c++/8391
15196         * g++.dg/opt/local1.C: New test.
15197
15198 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
15199
15200         PR c++/8160
15201         * g++.dg/template/complit1.C: New test.
15202
15203         PR c++/8149
15204         * g++.dg/template/typename4.C: Likewise.
15205
15206 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15207
15208         Core issue 287, PR c++/7639
15209         * g++.dg/template/instantiate1.C: Adjust error location.
15210         * g++.dg/template/instantiate3.C: New test.
15211         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
15212         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
15213         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
15214
15215 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
15216
15217         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
15218
15219 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
15220
15221         PR c++/8287
15222         * g++.dg/init/dtor2.C: New test.
15223
15224 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15225
15226         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
15227         * gcc.dg/nest.c: Bypass errors on irix6.
15228
15229 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
15230
15231         * gcc.dg/nest.c: Expect error for mmix-*-*.
15232         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
15233
15234 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
15235
15236         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
15237         markers.
15238
15239         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
15240
15241 2002-10-25  Mike Stump  <mrs@apple.com>
15242
15243         * gcc.dg/warn-1.c: New test.
15244
15245 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15246
15247         * g++.dg/template/typename3.C: New test.
15248
15249 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
15250
15251         * g++.dg/lookup/ptrmem1.C: New test.
15252
15253         * g++.dg/abi/vthunk2.C: New test.
15254
15255 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15256
15257         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
15258
15259 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
15260
15261         * g++.dg/abi/empty9.C: New test.
15262
15263 2002-10-24  Richard Henderson  <rth@redhat.com>
15264
15265         * g++.dg/inherit/thunk1.C: Enable for ia64.
15266
15267 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15268
15269         PR c++/8067
15270         * g++.dg/lookup/pretty1.C: New test.
15271
15272 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
15273
15274         * gcc.dg/20021023-1.c: New test.
15275
15276 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15277
15278         PR c++/7679
15279         * g++.dg/parse/inline1.C: New test.
15280
15281 2002-10-23  Richard Henderson  <rth@redhat.com>
15282
15283         * g++.dg/inherit/thunk1.C: Enable for x86_64.
15284
15285         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
15286
15287 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
15288
15289         PR c++/6579
15290         * g++.dg/parse/stmtexpr3.C: New test.
15291
15292 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
15293
15294         * g++.dg/expr/cond1.C: New test.
15295
15296 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15297
15298         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
15299
15300 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15301
15302         * g++.dg/abi/vbase13.C: New test.
15303         * g++.dg/abi/vbase14.C: Likewise.
15304
15305 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
15306
15307         * gcc.dg/tls/pic-1.c: New test.
15308         * gcc.dg/tls/nonpic-1.c: New test.
15309         * gcc.dg/20021018-1.c: New test.
15310
15311 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15312
15313         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
15314         Remove only files with the same base name as the test case.
15315         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
15316         (profopt-execute): Likewise.  Also, remove old profiling
15317         and performance data files before running the tests.
15318
15319         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
15320         * g++.dg/bprob/bprob.exp: Likewise.
15321         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
15322         to allow more general test case names.
15323
15324         * g++.dg/bprob/bprob-1.C: Rename to ...
15325         * g++.dg/bprob/g++-bprob-1.C: ... this.
15326
15327         * g77.dg/bprob/bprob-1.f: Rename to ...
15328         * g77.dg/bprob/g77-bprob-1.f: ... this.
15329
15330 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15331
15332         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
15333         bison 1.50 or later.
15334
15335 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
15336
15337         * g++.dg/README: Describe more test directories.
15338
15339 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15340
15341         * g++.dg/init/array6.C: Add additional tests.
15342
15343 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15344
15345         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
15346         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
15347
15348 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
15349
15350         * gcc.c-torture/compile/20020604-1.x: New.
15351         * gcc.c-torture/compile/simd-5.x: Likewise.
15352         * gcc.c-torture/execute/920710-1.x: Likewise.
15353         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
15354
15355 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15356
15357         * g++.dg/inherit/override1.C: Add dg-options clause.
15358
15359 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15360
15361         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
15362         _mm_slli_si128.
15363
15364 2002-10-19  Andreas Schwab  <schwab@suse.de>
15365
15366         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
15367         directory component.
15368
15369 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
15370
15371         * g++.dg/inherit/thunk1.C: New test.
15372
15373         * g++.dg/inherit/override1.C: New test.
15374
15375         * g++.dg/abi/mangle11.C: New test.
15376         * g++.dg/abi/mangle14.C: New test.
15377         * g++.dg/abi/mangle17.C: New test.
15378
15379 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
15380
15381         * g++.dg/overload/member2.C: New test.
15382
15383 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
15384
15385         * g++.dg/README: Describe new compat directory.
15386         * g++.dg/dg.exp: Skip tests in compat directory.
15387         * README.compat: New file.
15388         * lib/compat.exp: New expect script.
15389         * g++.dg/compat: New test directory.
15390         * g++.dg/compat/compat.exp: New expect script.
15391         * g++.dg/compat/abi: New test directory.
15392         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
15393         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
15394         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
15395         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
15396         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
15397         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
15398         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
15399         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
15400         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
15401         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
15402         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
15403         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
15404         * g++.dg/compat/break: New test directory.
15405         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
15406         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
15407         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
15408         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
15409         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
15410         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
15411         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
15412         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
15413         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
15414         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
15415         g++.dg/compat/break/README: New files.
15416         * g++.dg/compat/eh: New test directory.
15417         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
15418         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
15419         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
15420         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
15421         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
15422         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
15423         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
15424         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
15425         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
15426         g++.dg/compat/eh/filter2_y.C,
15427         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
15428         g++.dg/compat/eh/new1_y.C,
15429         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
15430         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
15431         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
15432         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
15433         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
15434         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
15435         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
15436         g++.dg/compat/eh/unexpected1_y.C: New files.
15437         * g++.dg/compat/init: New test directory.
15438         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
15439         g++.dg/compat/init/array5_y.C,
15440         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
15441         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
15442         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
15443         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
15444         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
15445         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
15446         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
15447         g++.dg/compat/init/init-ref2_y.C: New files.
15448
15449 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15450
15451         PR c++/7584
15452         * g++.dg/inherit/using3.C: New test.
15453
15454 2002-10-17  Jan Hubicka  <jh@suse.cz>
15455
15456         * gcc.dg/20021017-2.c: New test.
15457
15458 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15459
15460         * g++.dg/abi/mangle16.C: Adjust.
15461
15462         * g++.dg/init/array8.C: New test.
15463
15464 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
15465
15466         * gcc.dg/special/mips-abi.exp: New test.
15467         * gcc.dg/special/mips-abi.s: Empty file used by the above.
15468
15469 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15470
15471         * g++.dg/abi/mangle16.C: New test.
15472         * g++.dg/abi/mangle17.C: Likewise.
15473
15474         PR c++/7478
15475         * g++.dg/template/ref1.C: New test.
15476
15477 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15478
15479         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
15480
15481 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
15482
15483         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
15484
15485 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15486
15487         PR c++/7524
15488         * g++.dg/init/array7.C: New test.
15489
15490 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
15491
15492         * g++.dg/init/array6.C: New test.
15493
15494         * g++.dg/abi/mangle13.C: Likewise.
15495         * g++.dg/abi/mangle14.C: Likewise.
15496         * g++.dg/abi/mangle15.C: Likewise.
15497
15498 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15499
15500         * g++.dg/abi/empty8.C: New test.
15501
15502 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
15503
15504         * g++.dg/init/ctor1.C: New test.
15505
15506 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
15507
15508         * gcc.c-torture/execute/20021015-1.c: New test.
15509
15510 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
15511
15512         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
15513
15514 2002-10-14  Jan Hubicka  <jh@suse.cz>
15515
15516         * gcc.dg/i386-ssetype-[1-5].c: New tests.
15517
15518 2002-10-14  Richard Henderson  <rth@redhat.com>
15519
15520         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
15521
15522 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15523
15524         PR optimization/6631
15525         * g++.dg/opt/const2.C: New test.
15526
15527 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15528
15529         PR c++/7176
15530         * g++.dg/parse/friend1.C: New test.
15531         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
15532
15533 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
15534
15535         * gcc.dg/20021014-1.c: New test.
15536
15537 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
15538
15539         PR c++/5661
15540         * g++.dg/ext/vlm1.C: New test.
15541         * g++.dg/ext/vlm2.C: Likewise.
15542
15543         * g++.dg/init/array1.C: Remove invalid braces.
15544         * g++.dg/init/brace1.C: New test.
15545         * g++.dg/init/copy2.C: Likewise.
15546         * g++.dg/init/copy3.C: Likewise.
15547         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
15548         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
15549         braces.
15550
15551 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
15552
15553         * gcc.dg/cpp/assembler.S: Don't use -ansi.
15554
15555 2002-10-11  Richard Shann  <richard.shann@superh.com>
15556
15557         * gcc.c-torture/compile/simd-5.c: New test.
15558
15559 2002-10-10  Roger Sayle  <roger@eyesopen.com>
15560
15561         * gcc.c-torture/execute/shiftopt-1.c: New test case.
15562
15563 2002-10-10  Jim Wilson  <wilson@redhat.com>
15564
15565         * gcc.c-torture/execute/20021010-1.c: New test.
15566
15567 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
15568
15569         PR c/7353
15570         * g++.dg/ext/typedef-init.C: New test.
15571         * gcc.dg/typedef-init.c: New test.
15572
15573 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
15574
15575         * gcc.dg/cpp/paste13.c: New test.
15576
15577 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15578
15579         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
15580         remaining platforms, XFAIL during compile, not execute.  Don't
15581         XFAIL at -O0.
15582
15583 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
15584
15585         * gcc.dg/alias-1.c: Tweak expected warning.
15586
15587 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
15588
15589         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
15590
15591 2002-10-06  Andreas Jaeger  <aj@suse.de>
15592
15593         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
15594         * gcc.dg/cpp/c++98.C: Likewise.
15595
15596         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
15597         * g++.dg/cpp/c++98.C: Likewise.
15598
15599         * g++.dg/README (Subdirectories): Mention cpp directory.
15600
15601         PR target/7559
15602         * gcc.dg/20021006-1.c: New test.
15603
15604 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15605
15606         PR c++/7804
15607         * g++.dg/other/warning1.C: New test.
15608
15609 2002-10-04  Roger Sayle  <roger@eyesopen.com>
15610
15611         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
15612         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
15613         and sparc-*-* with -m64 as expected failures.  See PR 8087.
15614
15615 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15616
15617         PR c++/7931
15618         * g++.dg/template/ptrmem3.C: New test.
15619
15620         PR c++/7754
15621         * g++.dg/template/union1.C: New test.
15622
15623 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15624
15625         PR c++/8006
15626         * g++.dg/abi/mangle9.C: New test.
15627         * g++.dg/abi/mangle10.C: New test.
15628         * g++.dg/abi/mangle11.C: New test.
15629         * g++.dg/abi/mangle12.C: New test.
15630
15631 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
15632
15633         PR c++/7188.
15634         * g++.dg/template/meminit1.C: New test.
15635         * g++.dg/warn/Wreorder-1.C: Likewise.
15636         * g++.old-deja/g++.mike/warn3.C: Tweak.
15637         * lib/prune.exp: Ingore "in copy constructor".
15638
15639 2002-10-02  Andreas Jaeger  <aj@suse.de>
15640
15641         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
15642         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
15643         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
15644         on x86-64.
15645
15646 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15647
15648         * gcc.dg/empty1.C: Fix typo.
15649
15650 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
15651
15652         * gcc.dg/alias-1.c: New test.
15653
15654 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15655
15656         * gcc.dg/empty1.C: New test.
15657
15658         * g++.dg/tls/init-2.C: Tweak error messages.
15659
15660 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
15661
15662         * gcc.c-torture/compile/20020923-1.c: New test.
15663
15664 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
15665
15666         * gcc.c-torture/execute/ffs-1.c: New test.
15667         * gcc.c-torture/execute/ffs-2.c: Ditto.
15668
15669 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
15670
15671         * g++.dg/overload/member1.C: New test.
15672
15673 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
15674
15675         * g++.dg/abi/empty7.C: New test.
15676         * g++.dg/init/pm2.C: Likewise.
15677
15678 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
15679
15680         * g++.dg/rtti/crash1.C: New test.
15681
15682 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
15683
15684         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
15685         gcc.dg/sibcall-4.c: New tests.
15686
15687 2002-09-28  Roger Sayle  <roger@eyesopen.com>
15688
15689         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
15690         powerpc and MMIX targets.
15691
15692 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
15693
15694         * gcc.dg/cpp/20020927-1.c: New.
15695
15696 2002-09-26  David S. Miller  <davem@redhat.com>
15697
15698         * gcc.c-torture/compile/trunctfdf.c: New.
15699
15700 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15701
15702         * lib/target-supports.exp (check_weak_available): Handle solaris2.
15703
15704 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
15705
15706         * gcc.c-torture/execute/loop-15.c: New.
15707
15708 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
15709
15710         * README.QMTEST: Fix typo.
15711
15712 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
15713
15714         * gcc.dg/20020926-1.c: New test.
15715
15716 2002-09-25  David S. Miller  <davem@redhat.com>
15717
15718         PR target/7842
15719         * gcc.c-torture/execute/shiftdi.c: New test.
15720
15721 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
15722
15723         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
15724         unique to the tool.
15725         * lib/g77.exp (g77_init): Likewise.
15726         * lib/g++.exp (g++_init): Likewise.
15727         * lib/objc.exp (objc_init): Likewise.
15728
15729 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
15730
15731         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
15732         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
15733         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
15734
15735 2002-09-25  Richard Henderson  <rth@redhat.com>
15736
15737         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
15738         too-small long double.
15739
15740 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
15741
15742         * gcc.dg/20020919-1.c: New test.
15743
15744 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
15745
15746         * g++.dg/abi/bitfield6.C: New test.
15747         * g++.dg/abi/bitfield7.C: New test.
15748         * g++.dg/abi/bitfield8.C: New test.
15749         * g++.dg/abi/vbase11.C: New test.
15750
15751 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15752
15753         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
15754         hppa*-*-hpux*.  Update test comment.
15755
15756 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
15757
15758         * gcc.dg/tls/struct-1.c: New test.
15759
15760 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
15761
15762         * gcc.dg/cpp/tr-warn2.c: Update.
15763
15764 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
15765
15766         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
15767
15768 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
15769
15770         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
15771         systems.
15772
15773 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
15774
15775         * gcc.c-torture/execute/ieee/mzero3.c: New test.
15776
15777         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
15778         Adjust for c++filt moved to binutils.  Remove spurious duplicate
15779         setting of cxxfilt.
15780
15781 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
15782
15783         * gcc.dg/20020312-2.c: Update for darwin.
15784
15785 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
15786
15787         * g++.old-deja/g++.other/crash32.C: Mark ICE.
15788
15789 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
15790
15791         * objc.dg/comp-types-1.m: New test.
15792         * objc.dg/comp-types-2.m: New test.
15793         * objc.dg/comp-types-3.m: New test.
15794         * objc.dg/comp-types-4.m: New test.
15795         * objc.dg/comp-types-5.m: New test.
15796         * objc.dg/comp-types-6.m: New test.
15797
15798 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15799
15800         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
15801
15802 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
15803
15804         * g++.dg/other/do1.C: New test.
15805
15806         * g++.dg/template/subst1.C: New test.
15807
15808 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
15809
15810         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
15811
15812 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
15813
15814         * g++.dg/template/qualttp20.C: Adjust expected errors.
15815         * g++.old-deja/g++.jason/report.C: Likewise.
15816         * g++.old-deja/g++.other/qual1.C: Likewise.
15817
15818         * g++.dg/lookup/scoped2.C: New test.
15819
15820         * g++.dg/ext/asm3.C: New test.
15821
15822 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
15823
15824         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
15825
15826 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
15827
15828         * ChangeLog: follow spelling conventions.
15829         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
15830         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
15831         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
15832         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
15833         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
15834         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
15835         * g++.old-deja/g++.law/global-init1.C: Likewise.
15836         * g++.old-deja/g++.other/delete4.C: Likewise.
15837         * g++.old-deja/g++.other/inline21.C: Likewise.
15838         * g++.old-deja/g++.other/singleton.C: Likewise.
15839         * g77.dg/strlen0.f: Likewise.
15840         * g77.f-torture/compile/20010519-1.f: Likewise.
15841         * g77.f-torture/compile/980310-4.f: Likewise.
15842         * gcc.c-torture/compile/20000605-1.c: Likewise.
15843         * gcc.c-torture/execute/20020225-1.c: Likewise.
15844         * gcc.dg/c90-hexfloat-2.c: Likewise.
15845         * gcc.dg/c99-bool-1.c: Likewise.
15846         * gcc.dg/c99-hexfloat-2.c: Likewise.
15847         * gcc.dg/dll-2.c: Likewise.
15848         * gcc.dg/wtr-union-init-1.c: Likewise.
15849         * gcc.dg/wtr-union-init-2.c: Likewise.
15850         * gcc.dg/wtr-union-init-3.c: Likewise.
15851         * gcc.dg/cpp/avoidpaste1.c: Likewise.
15852         * gcc.dg/cpp/defined.c: Likewise.
15853         * gcc.dg/cpp/macsyntx.c: Likewise.
15854         * gcc.dg/cpp/paste2.c: Likewise.
15855         * gcc.dg/cpp/trad/defined.c: Likewise.
15856         * gcc.dg/format/c90-printf-1.c: Likewise.
15857         * gcc.dg/format/c90-scanf-1.c: Likewise.
15858         * gcc.dg/format/c99-printf-1.c: Likewise.
15859         * gcc.dg/format/c99-scanf-1.c: Likewise.
15860         * gcc.misc-tests/gcov-8.c: Likewise.
15861         * lib/profopt.exp: Likewise.
15862
15863 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
15864
15865         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
15866
15867 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
15868
15869         * g++.dg/inherit/using2.C: New test.
15870
15871 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
15872
15873         * ChangeLog: Follow spelling conventions.
15874         * g++.dg/template/friend4.C: Likewise.
15875         * g++.old-deja/g++.pt/crash67.C: Likewise.
15876         * gcc.c-torture/execute/20000801-4.c: Likewise.
15877         * gcc.dg/c90-digraph-1.c: Likewise.
15878         * gcc.dg/c94-digraph-1.c: Likewise.
15879         * gcc.dg/c99-digraph-1.c: Likewise.
15880         * gcc.dg/cpp/line5.c: Likewise.
15881         * gcc.dg/cpp/multiline.c: Likewise.
15882         * gcc.dg/cpp/trad/literals-1.c: Likewise.
15883         * gcc.dg/format/attr-3.c: Likewise.
15884         * gcc.dg/format/c90-scanf-3.c: Likewise.
15885         * gcc.dg/format/ext-4.c: Likewise.
15886
15887 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
15888
15889         * g++.dg/template/pretty1.C: New test.
15890
15891 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
15892
15893         * gcc.c-torture/execute/struct-cpy-1.c: New test.
15894
15895 2002-09-13  Matt Austern  <austern@apple.com>
15896
15897         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
15898         passing a cast expression to a function by const reference.
15899
15900 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
15901
15902         * g++.dg/template/deduce1.C: New test.
15903
15904 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
15905
15906         * gcc.c-torture/execute/simd-1.c: Force all use of int to
15907         32-bit int.
15908
15909 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15910
15911         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
15912         usage.
15913
15914 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
15915
15916         * gcc.c-torture/compile/20020910-1.c: New test.
15917
15918 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
15919
15920         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
15921
15922 2002-09-10  Andreas Jaeger  <aj@suse.de>
15923
15924         * gcc.dg/20020312-2.c: Adjust for x86-64.
15925
15926 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
15927
15928         * g77.dg/7388.f: New test case for PR 7388.
15929
15930 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
15931
15932         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
15933
15934 2002-09-05  Ziemowit Laski <zlaski@apple.com>
15935
15936         * objc.dg/proto-lossage-1.m: New test.
15937
15938 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
15939
15940         * gcc.dg/cpp/_Pragma4.c: Fix typo.
15941
15942 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
15943
15944         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
15945         expected to pass.
15946
15947 2002-09-06  Stan Shebs  <shebs@apple.com>
15948             David Edelsohn  <edelsohn@gnu.org>
15949
15950         * gcc.dg/weak: New directory.
15951         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
15952         target-specific xfail bits.
15953         * gcc.dg/typeof-2.c: Move to new directory.
15954         * gcc.dg/weak.exp: New expect script.
15955
15956 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
15957
15958         * gcc.c-torture/execute/extzvsi.c: New test.
15959
15960 2002-09-05  Stan Shebs  <shebs@apple.com>
15961
15962         * gcc.dg/weak-1.c: xfail on Darwin.
15963         * gcc.dg/weak-2.c: Ditto.
15964         * gcc.dg/weak-3.c: Ditto.
15965         * gcc.dg/weak-4.c: Ditto.
15966         * gcc.dg/weak-5.c: Ditto.
15967         * gcc.dg/weak-6.c: Ditto.
15968         * gcc.dg/weak-7.c: Ditto.
15969         * gcc.dg/weak-8.c: Ditto.
15970         * gcc.dg/weak-9.c: Ditto.
15971
15972 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
15973
15974         * gcc.c-torture/execute/loop-14.c: New test.
15975
15976 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
15977
15978         * g++.dg/other/cxa-atexit1.C: New test.
15979
15980         * gcc.dg/typeof-2.c: New test.
15981
15982 2002-09-03  Roger Sayle  <roger@eyesopen.com>
15983
15984         * gcc.dg/builtins-2.c: New testcase.
15985         * gcc.dg/builtins-3.c: New testcase.
15986
15987 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
15988
15989         * gcc.dg/cpp/_Pragma4.c: New test.
15990
15991 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
15992
15993         * objc/execute/nil_method-1.m: New testcase.
15994
15995 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
15996
15997         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
15998         [Object class], not [Object initialize].
15999
16000 2002-08-31  Roger Sayle  <roger@eyesopen.com>
16001             Hans-Peter Nilsson  <hp@bitrange.com>
16002
16003         * gcc.c-torture/execute/20020720-1.x: Skip test on
16004         mmix-knuth-mmixware.  Correct comment.
16005
16006 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
16007
16008         * testsuite/g++.dg/abi/bitfield5.C: New test.
16009         * testsuite/g++.dg/abi/vbase10.C: Likewise.
16010
16011 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
16012
16013         * objc.dg/undeclared-selector.m: New test.
16014
16015 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
16016
16017         * g++.dg/other/offsetof1.C: Avoid cast warning.
16018
16019 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
16020
16021         * objc.dg/super-class-2.m: New test.
16022
16023 2002-08-24  Matt Austern  <austern@apple.com>
16024
16025         * g++.dg/ext/lvaddr.C: New test.
16026         * g++.dg/ext/lvcast.C: New test.
16027
16028 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
16029
16030         * testsuite/g++.dg/inherit/cond1.C: New test.
16031
16032 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
16033
16034         * gcc.dg/noncompile/incomplete-1.c: New test.
16035
16036 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
16037
16038         * gcc.dg/typespec-1.c: New test.
16039
16040 2002-08-20  Devang Patel  <dpatel@apple.com>
16041         * objc.dg/proto-hier-2.m: New test.
16042
16043 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
16044
16045         * objc.dg/bitfield-1.m: New test.
16046         * objc.dg/bitfield-2.m: New test.
16047
16048 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
16049
16050         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
16051         gcc.dg/c99-flex-array-4.c: New tests.
16052
16053 2002-08-16  Stan Shebs  <shebs@apple.com>
16054
16055         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
16056
16057 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
16058
16059         * gcc.dg/typeof-1.c: New test.
16060         * g++.dg/ext/typeof2.C: New test.
16061
16062 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
16063
16064         * g++.dg/other/offsetof1.C: New test.
16065
16066 2002-08-14  Richard Henderson  <rth@redhat.com>
16067
16068         * gcc.dg/tls/diag-3.c: Fix expected message strings.
16069
16070 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
16071
16072         * gcc.dg/cpp/_Pragma3.c: New test.
16073
16074 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
16075
16076         * g++.dg/template/inherit3: New test.
16077
16078 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
16079
16080         * gcc.dg/bitfld-4.c: Add blank options.
16081
16082 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
16083
16084         * g++.dg/template/crash1.C: New test.
16085
16086 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16087
16088         * gcc.dg/tls/opt-2.c: New test.
16089
16090 2002-08-08  Devang Patel  <dpatel@apple.com>
16091
16092         * objc.dg/selector-1.m : New test
16093
16094 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16095
16096         * g++.dg/abi/bitfield4.C: New test.
16097         * gcc.dg/bitfld-4.c: New test.
16098
16099 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16100
16101         * g++.dg/other/packed1.C: New test.
16102
16103 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
16104
16105         * g++.dg/abi/offsetof.C: Tweak error messages.
16106         * g++.old-deja/g++.mike/p10769a.C: Likewise.
16107
16108 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16109
16110         * gcc.dg/bitfld-3.c: New test.
16111
16112 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
16113             Richard Henderson  <rth@redhat.com>
16114
16115         * gcc.dg/i386-bitfield1.c: New test.
16116         * g++.dg/abi/bitfield3.C: Update.
16117
16118 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
16119
16120         * objc.dg/const-str-2.m: Update.
16121         * gcc.dg/cpp/c++98.c: Change to C extension.
16122         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
16123         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
16124
16125 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
16126
16127         * testsuite/gcc.dg/tls/diag-3.c: New.
16128
16129 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
16130
16131         * g++.dg/README (Subdirectories): Document new subdir expr.
16132         * g++.dg/expr/pmf-1.C: New test.
16133
16134 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16135
16136         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
16137
16138 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16139
16140         * g++.dg/abi/bitfield3.C: New test.
16141
16142 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
16143
16144         * lib/gcov.exp: Tweak expected line formats.
16145         * gcc.misc-tests/gcov8.c: New test.
16146         * gcc.misc-tests/gcov8.x: New flags.
16147
16148 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
16149
16150         * consistency.vlad/layout/endian.c: Include string.h.
16151
16152         * gcc.c-torture/execute/20020805-1.c: New test.
16153
16154 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
16155
16156         * g++.dg/other/conversion1.C: New test.
16157
16158 2002-08-03  Roger Sayle  <roger@eyesopen.com>
16159
16160         * gcc.dg/builtins-1.c: New testcase.
16161
16162 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
16163
16164         * g++.dg/inherit/access3.C: New test.
16165
16166 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
16167
16168         * gcc.dg/ia64-visibility-2.c: New test.
16169
16170 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
16171
16172         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
16173         __qualifier_flags to __flags.
16174
16175 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
16176
16177         * g++.dg/inherit/operator1.C: New test.
16178         * g++.dg/lookup/disamb1.C: Fix typo in comment.
16179         * g++.dg/other/error1.C: Change expected error message.
16180         * g++.dg/template/conv4.C: Likewise.
16181
16182 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
16183
16184         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
16185         for documented behavior.
16186
16187 2002-07-25  Roger Sayle  <roger@eyesopen.com>
16188
16189         * gcc.c-torture/execute/20020720-1.x: Skip this test on
16190         several targets known to fail.
16191
16192 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
16193
16194         * gcc.dg/mips-args-[123].c: New tests.
16195
16196 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
16197
16198         * gcc.dg/ppc-spe.c: New.
16199
16200 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
16201
16202         * g++.dg/other/ptrmem4.C: New testcase.
16203
16204 2002-07-24  Richard Henderson  <rth@redhat.com>
16205
16206         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
16207
16208 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
16209
16210         * g++.dg/ext/alignof1.C (main): Return 0 for success.
16211
16212 2002-07-24  Roger Sayle  <roger@eyesopen.com>
16213
16214         * gcc.c-torture/execute/memset-3.c: New testcase.
16215
16216 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
16217
16218         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
16219         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
16220
16221 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16222
16223         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
16224         Delete.
16225
16226 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
16227
16228         * gcc.c-torture/compile/simd-4.c: New test.
16229
16230 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16231
16232         PR c++/7347, c++/7348
16233         * g++.dg/template/access4.C: New test.
16234         * g++.dg/template/access5.C: New test.
16235         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
16236         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
16237         * g++.old-deja/g++.pt/ttp58.C: Likewise.
16238         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
16239
16240 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
16241
16242         * gcc.dg/gnu89-init-2.c: New test.
16243
16244 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
16245
16246         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
16247
16248 2002-07-20  Roger Sayle  <roger@eyesopen.com>
16249
16250         * gcc.c-torture/execute/20020720-1.c: New testcase.
16251
16252 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
16253
16254         * gcc.dg/cpp/Wsignprom.c: New tests.
16255
16256 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
16257
16258         * gcc.c-torture/execute/loop-13.c: New test.
16259
16260 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
16261
16262         * gcc.dg/cpp/expr.c: New tests.
16263
16264 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
16265
16266         * g++.dg/opt/pr6713.C: Add template instantiation.
16267
16268 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
16269
16270         * gcc.dg/nest.c: New test.
16271
16272 2002-07-17  Richard Henderson  <rth@redhat.com>
16273
16274         * g++.dg/opt/pr6713.C: New test.
16275
16276 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
16277
16278         * gcc.c-torture/execute/loop-2e.x: Let the testcase
16279         XFAIL for all x86 processors.
16280
16281 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16282
16283         * gcc.c-torture/execute/20010122-1.x: Do not test with
16284         -fomit-frame-pointer.
16285
16286 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16287
16288         * g++.dg/template/instantiate2.C: New test.
16289         * g++.dg/template/spec4.C: New test.
16290
16291 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16292
16293         * g++.dg/template/access2.C: New test.
16294         * g++.dg/template/access3.C: New test.
16295
16296 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
16297
16298         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
16299         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
16300         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
16301         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
16302         Convert to use <stdarg.h>.
16303         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
16304         Delete.
16305         * gcc.dg/va-arg-2.c: New.
16306         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
16307
16308 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
16309
16310         * gcc.c-torture/compile/20020710-1.c: New test.
16311
16312 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
16313                           Andrew Pinski  <pinskia@physics.uc.edu>
16314
16315         gcc.c-torture/compile/simd-2.c: New testcase.
16316         gcc.c-torture/compile/simd-3.c: Likewise.
16317
16318 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
16319
16320         PR c++/7224
16321         * g++.dg/overload/error1.C: New test.
16322
16323 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16324
16325         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
16326         configuration and IRIX 6 O32 ABI.
16327
16328 2002-07-11  Roger Sayle  <roger@eyesopen.com>
16329
16330         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
16331
16332 2002-07-10  Roger Sayle  <roger@eyesopen.com>
16333
16334         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
16335
16336 2002-07-10  Jeffrey A Law  <law@redhat.com>
16337
16338         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
16339
16340         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
16341
16342 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
16343
16344         * gcc.dg/20020312-2.c: Check for __PPC__.
16345
16346 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
16347
16348         * gcc.c-torture/compile/20020709-1.c: New test.
16349
16350 2002-07-07  Roger Sayle  <roger@eyesopen.com>
16351
16352         * g++.dg/template/qualttp21.C: New test case.
16353
16354 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
16355
16356         * gcc.c-torture/compile/20020706-1.c: New test.
16357         * gcc.c-torture/compile/20020706-2.c: New test.
16358
16359 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
16360             Alexandre Oliva  <aoliva@redhat.com>
16361
16362         * g++.dg/warn/incomplete1.C: New test.
16363
16364 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16365
16366         PR c++/7099
16367         * g++.dg/warn/noreturn1.C: New test.
16368
16369 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
16370
16371         PR c++/6706
16372         * g++.dg/debug/debug6.C: New test.
16373         * g++.dg/debug/debug7.C: New test.
16374
16375 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
16376
16377         * gcc.c-torture/compile/simd-3.c: New test.
16378
16379 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
16380
16381         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
16382         * gcc.dg/20020620-1.c: Likewise.
16383
16384 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16385
16386         PR c++/6944
16387         * g++.dg/init/array4.C: New test.
16388         * g++.dg/init/array5.C: New test.
16389
16390 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
16391
16392         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
16393         * gcc.c-torture/execute/simd-2.c (main): Likewise.
16394
16395 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16396
16397         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
16398         * gcc.dg/wtr-aggr-init-1.c: Likewise.
16399         * gcc.dg/wtr-conversion-1.c: Likewise.
16400         * gcc.dg/wtr-escape-1.c: Likewise.
16401         * gcc.dg/wtr-int-type-1.c: Likewise.
16402         * gcc.dg/wtr-label-1.c: Likewise.
16403         * gcc.dg/wtr-static-1.c: Likewise.
16404         * gcc.dg/wtr-strcat-1.c: Likewise.
16405         * gcc.dg/wtr-suffix-1.c: Likewise.
16406         * gcc.dg/wtr-switch-1.c: Likewise.
16407         * gcc.dg/wtr-unary-plus-1.c: Likewise.
16408         * gcc.dg/wtr-union-init-1.c: Likewise.
16409         * gcc.dg/wtr-union-init-2.c: Likewise.
16410         * gcc.dg/wtr-union-init-3.c: Likewise.
16411
16412         * gcc.dg/wtr-func-def-1.c: New test.
16413
16414 2002-07-02 Devang Patel <dpatel@apple.com>
16415
16416         * objc.dg/param-1.m: New test.
16417
16418 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
16419
16420         * gcc.dg/cpp/trad/directive.c: Add test.
16421         * gcc.dg/cpp/trad/macroargs.c: Add test.
16422         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
16423
16424 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
16425
16426         * gcc.dg/cpp/cmdlne-M.c: New test.
16427
16428 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
16429
16430         * objc.dg/desig-init-1.m: New test.
16431
16432 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16433
16434         PR c++/6716
16435         * g++.dg/template/instantiate1.C: New test.
16436
16437 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
16438
16439         PR c++/7112
16440         * g++.dg/template/sizeof2.C: New test.
16441
16442 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16443
16444         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
16445         gcc.dg/cpp/trad/include.c: New tests.
16446
16447 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
16448
16449         PR target/7177
16450         * gcc.c-torture/compile/20020701-1.c: New test.
16451
16452 2002-07-01  Stan Shebs  <shebs@apple.com>
16453
16454         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
16455         header here...
16456         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
16457         (objc-torture-execute): or here.
16458
16459 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
16460
16461         * gcc.c-torture/execute/arith-rand-ll.c: New test.
16462
16463 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16464
16465         * gcc.dg/cpp/trad/escaped-nl.c: New test.
16466
16467 2002-06-30  Devang Patel  <dpatel@apple.com>
16468
16469         * objc.dg/fsyntax-only.m: New test.
16470
16471 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
16472
16473         PR c++/6695
16474         * g++.dg/template/friend7.C: New file.
16475
16476 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
16477
16478         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
16479         return type.
16480
16481 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
16482
16483         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
16484         avoid division by zero.
16485
16486 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
16487
16488         * gcc.dg/Wunknownprag.c: New tests.
16489
16490 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
16491
16492         * gcc.c-torture/execute/simd-2.c: New test.
16493
16494 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
16495
16496         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
16497         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
16498         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
16499         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
16500         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
16501         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
16502         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
16503         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
16504         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
16505         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
16506         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
16507         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
16508         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
16509         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
16510         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
16511         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
16512         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
16513
16514 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
16515
16516         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
16517         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
16518         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
16519         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
16520         New tests.
16521         * gcc.dg/cpp/trad/directive.c: Update.
16522
16523 2002-06-23  Andreas Jaeger  <aj@suse.de>
16524
16525         * gcc.c-torture/execute/complex-6.c: New.
16526
16527 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
16528
16529         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
16530         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
16531         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
16532         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
16533
16534 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
16535
16536         * gcc.dg/cpp/trad: New directory with traditional tests copied
16537         from parent directory.
16538         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16539         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16540         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16541         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16542         Move to trad/ and rename.
16543         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
16544         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
16545         gcc.dg/cpp/trad/redef2.c: New tests.
16546         * gcc.dg/cpp/trad/trad.exp: New driver.
16547
16548 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
16549
16550         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16551         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16552         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16553         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16554         Remove.
16555
16556 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
16557
16558         * gcc.dg/20020620-1.c: New test.
16559
16560 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16561
16562         * g++.dg/template/ttp4.C: New test.
16563
16564 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
16565
16566         * g++.dg/opt/vt1.C: Fix regexp.
16567
16568 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16569
16570         * gcc.c-torture/execute/pure-1.c: Make functions static again.
16571         Don't use attribute `noinline'.
16572
16573 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16574
16575         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
16576
16577 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
16578
16579         * gcc.c-torture/execute/simd-1.c: New.
16580
16581         * gcc.dg/simd-1.c: New.
16582
16583 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16584
16585         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
16586
16587 2002-06-16  Richard Henderson  <rth@redhat.com>
16588
16589         * g++.dg/ext/anon-struct1.C: New.
16590         * g++.dg/ext/anon-struct2.C: New.
16591         * g++.dg/ext/anon-struct3.C: New.
16592         * gcc.dg/anon-struct-1.c: New.
16593         * gcc.dg/anon-struct-2.c: New.
16594         * gcc.dg/anon-struct-3.c: New.
16595         * gcc.dg/20011008-1.c: Adjust warning text.
16596         * gcc.dg/20020527-1.c: Add -fms-extensions.
16597
16598 2002-06-16  Richard Henderson  <rth@redhat.com>
16599
16600         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
16601
16602 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
16603
16604         * gcc.c-torture/execute/20020615-1.c: New test.
16605
16606 2002-06-15  Roger Sayle  <roger@eyesopen.com>
16607
16608         * gcc.c-tortuture/execute/compare-1.c: New test case.
16609         * gcc.c-tortuture/execute/compare-2.c: New test case.
16610         * gcc.c-tortuture/execute/compare-3.c: New test case.
16611
16612 2002-06-13  Richard Henderson  <rth@redhat.com>
16613
16614         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
16615         ia64 ilp32.
16616
16617 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16618
16619         * g++.dg/template/typename2.C: Update error message.
16620
16621 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
16622
16623         * gcc.c-torture/execute/20020611-1.c: New test.
16624
16625 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
16626
16627         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
16628         list of targets to skip.
16629
16630 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
16631
16632         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
16633         targets if not optimizing.
16634
16635 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
16636
16637         * gcc.c-torture/compile/20020605-1.c: New test.
16638
16639         * g++.dg/opt/vt1.C: New test.
16640
16641         * gcc.dg/20020531-1.c: New test.
16642
16643         * gcc.dg/20020530-1.c: New test.
16644
16645         * gcc.dg/20020527-1.c: New test.
16646
16647         * g++.dg/opt/cse1.C: New test.
16648
16649 2002-06-07  Roger Sayle  <roger@eyesopen.com>
16650
16651         * gcc.dg/20020607-2.c: New test case.
16652
16653 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
16654
16655         * gcc.c-torture/compile/20020604-1.c: New test.
16656
16657 2002-06-04  Richard Henderson  <rth@redhat.com>
16658
16659         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
16660         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
16661         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
16662
16663 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
16664
16665         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
16666
16667 2002-06-03  Richard Henderson  <rth@redhat.com>
16668
16669         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
16670         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
16671
16672 2002-06-02  Richard Henderson  <rth@redhat.com>
16673
16674         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
16675         test functions static.
16676
16677 2002-06-02  Andreas Jaeger  <aj@suse.de>
16678
16679         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
16680         now.
16681
16682 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16683
16684         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
16685         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
16686         Update for mofified diagnostics.
16687         * gcc.dg/c99-intconst-1.c: No longer fail.
16688
16689 2002-06-02  Richard Henderson  <rth@redhat.com>
16690
16691         * gcc.dg/uninit-A.c: Remove xfail markers.
16692
16693 2002-06-01  Roger Sayle  <roger@eyesopen.com>
16694
16695         * gcc.dg/fnegate-1.c: New test case.
16696
16697 2002-05-30  Osku Salerma  <osku@iki.fi>
16698
16699         * gcc.c-torture/execute/mayalias-1.c: New file.
16700
16701 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16702
16703         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
16704         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
16705         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
16706
16707 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
16708
16709         * gcc.c-torture/execute/20020529-1.c: New test.
16710
16711 2002-05-27  Richard Henderson  <rth@redhat.com>
16712
16713         * g++.dg/ext/attrib6.C: New test case.
16714
16715 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16716
16717         * gcc.c-torture/execute/pure-1.c: New test.
16718
16719 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16720
16721         * gcc.dg/cpp/arith-2.c: Remove.
16722
16723 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
16724
16725         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
16726         * gcc.dg/cpp/if-3.c: Remove.
16727
16728 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
16729
16730         * g++.dg/opt/cse2.C: New test.
16731
16732 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
16733
16734         * gcc.dg/cpp/arith-1.c: New semantic tests.
16735         * gcc.dg/cpp/if-1.c: Update.
16736
16737 2002-05-24  Ben Elliston  <bje@redhat.com>
16738
16739         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
16740
16741 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
16742
16743         * gcc.dg/verbose-asm.c: New test.
16744
16745 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
16746
16747         * gcc.dg/cpp/paste12.c: New test.
16748
16749 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16750
16751         * g++.dg/parse/named_ops.C: New test.
16752
16753 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
16754
16755         * gcc/testsuite/gcc.dg/weak-8.c: New test.
16756
16757 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
16758
16759         * gcc.dg/weak-2.c: Allow optional leading underscore
16760         in scan-assembler symbol name.
16761         * gcc.dg/weak-3.c: Likewise.
16762         * gcc.dg/weak-4.c: Likewise.
16763         * gcc.dg/weak-5.c: Likewise.
16764
16765 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
16766
16767         * gcc.dg/20020523-1.c: New test.
16768
16769 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
16770
16771         * objc.dg/const-str-2.m: Update now that we stop after
16772         a command line error.
16773
16774 2002-05-22  Richard Henderson  <rth@redhat.com>
16775
16776         * g++.dg/dg.exp: Fix typo in test pruneing.
16777
16778 2002-05-22  Richard Henderson  <rth@redhat.com>
16779
16780         * g++.dg/dg.exp: Prune the tls subdirectory.
16781         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
16782         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
16783         * g++.dg/tls/init-1.C: New.
16784
16785 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
16786
16787         * gcc.dg/20020517-1.c: New test.
16788
16789 2002-05-21  Richard Henderson  <rth@redhat.com>
16790
16791         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
16792         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
16793
16794 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
16795
16796         * g++.dg/other/copy2.C: New test.
16797
16798 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
16799
16800         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
16801         (MAX_COPY): Bump up to 10 times sizeof (long long).
16802         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
16803
16804         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
16805         sizeof (long long).
16806
16807         * gcc.c-torture/execute/strcpy-1.c: New test.
16808
16809 2002-05-19  Jason Merrill  <jason2redhat.com>
16810
16811         * g++.dg/ext/oper1.C: New test.
16812
16813 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
16814 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
16815
16816         * README.QMTEST: New file.
16817
16818         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
16819
16820 2002-05-19  Andreas Jaeger  <aj@suse.de>
16821
16822         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
16823         now.
16824         * gcc.c-torture/execute/loop-2d.x: Likewise.
16825
16826 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
16827
16828         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
16829         support weak symbols.
16830         * gcc.dg/weak-4.c: Likewise
16831         * gcc.dg/weak-6.c: Likewise
16832
16833 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
16834
16835         * gcc.dg/weak-3.c: Add dg-excess-error comment for
16836         cygwin, coff and h8300-*-hms targets
16837         * gcc.dg/weak-5.c: Likewise
16838         * gcc.dg/weak-7.c: Likewise
16839
16840 2002-05-16  Jason Merrill  <jason@redhat.com>
16841
16842         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
16843         (scan-assembler-not, scan-assembler-dem): Likewise.
16844         (scan-assembler-dem-not): Likewise.
16845
16846 2002-05-15  Richard Henderson  <rth@redhat.com>
16847
16848         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
16849
16850 2002-05-15  Richard Henderson  <rth@redhat.com>
16851
16852         * gcc.dg/weak-5.c (vfoo1c): No warning here.
16853         (vfoo1f): Warning here.
16854         (vfoo1l): Don't redefine the alias.
16855
16856 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
16857
16858         * g++.dg/init/pm1.C: New test.
16859
16860 2002-05-12  David S. Miller  <davem@redhat.com>
16861
16862         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
16863         types.
16864
16865 2002-05-10  Roger Sayle  <roger@eyesopen.com>
16866
16867         * gcc.c-torture/execute/20020510-1.c: New test case.
16868
16869 2002-05-10  David S. Miller  <davem@redhat.com>
16870
16871         * gcc.c-torture/execute/conversion.c: Test long double too.
16872
16873 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
16874
16875         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
16876         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
16877         * lib/g++.exp (g++_link_flags): Likewise.
16878         * lib/objc.exp (objc_target_compile): Likewise.
16879
16880 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
16881
16882         * gcc.dg/cpp/poison.c: Update.
16883         * gcc.dg/cpp/20000625-2.c: Remove.
16884         * gcc.dg/cpp/direct2s.c: Remove final test.
16885
16886 2002-05-08  Tom Rix  <trix@redhat.com>
16887
16888         * gcc.c-torture/execute/20020508-1.c: New test.
16889         * gcc.c-torture/execute/20020508-2.c: New test.
16890         * gcc.c-torture/execute/20020508-3.c: New test.
16891
16892 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
16893
16894         * gcc.dg/cpp/charconst-4.c: More tests.
16895
16896 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
16897
16898         PR c/6569
16899         * gcc.dg/weak-3.c: Update location of warning messages.
16900         * gcc.dg/weak-5.c: Likewise.
16901
16902 2002-05-06  Roger Sayle  <roger@eyesopen.com>
16903
16904         * gcc.c-torture/execute/20020506-1.c: New test case.
16905
16906 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
16907
16908         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
16909
16910 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
16911
16912         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
16913
16914 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
16915
16916         * gcc.dg/cpp/charconst-3.c: New test.
16917
16918 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
16919
16920         * gcc.dg/cpp/charconst.c: Update tests.
16921
16922 2002-05-05  Tim Josling  <tej@melbpc.org.au>
16923
16924         * treelang: Added directory for new sample language treelang. Also
16925         lib/treelang.exp: New file to signal treelang should be tested.
16926
16927 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
16928
16929         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
16930         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
16931         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
16932         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
16933         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
16934         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
16935         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
16936
16937 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16938
16939         * gcc.dg/format/xopen-2.c: New test.
16940
16941 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
16942
16943         * gcc.dg/20020503-1.c: New test.
16944
16945 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
16946
16947         * g++.dg/init/dtor1.C: Make it tougher.
16948
16949 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
16950
16951         * g++.dg/init/dtor1.C: New test.
16952
16953 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
16954
16955         * gcc.dg/altivec-8.c: New.
16956
16957 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
16958
16959         * gcc.dg/altivec-7.c: New.
16960
16961 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
16962
16963         * g++.dg/parse/typedef1.C: New test.
16964
16965 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
16966
16967         PR c++/6486
16968         * g++.dg/template/friend6.C: New test.
16969
16970         PR c++/6492
16971         * g++.dg/init/copy1.C: New test.
16972
16973 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
16974
16975         * g++.dg/warn/effc1.C: New test.
16976
16977 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
16978
16979         * gcc.dg/cpp/if-cexp.c: Add a test.
16980
16981 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
16982
16983         * gcc.dg/20020426-2.c: New test.
16984
16985 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
16986
16987         * gcc.dg/cpp/if-mop.c: Update.
16988         * gcc.dg/cpp/if-mpar.c: Add test.
16989         * gcc.dg/cpp/if-oppr.c: Update.
16990
16991 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16992
16993         PR c/6343
16994         * gcc.dg/weak-[2-7].c: New tests.
16995
16996 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
16997
16998         * gcc.dg/enum1.c: New test.
16999
17000 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17001
17002         PR c++/6497
17003         * g++.dg/inherit/access2.C: New test.
17004
17005 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17006
17007         PR bootstrap/6445
17008         * gcc.dg/20020426-1.c: New test.
17009
17010 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
17011
17012         * g++.dg/abi/enum1.C: New test.
17013
17014 2002-04-26  Richard Henderson  <rth@redhat.com>
17015
17016         * gcc.dg/c99-bool-1.c: Expect always true warning.
17017
17018 2002-04-25  Roger Sayle  <roger@eyesopen.com>
17019
17020         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
17021
17022 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17023
17024         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
17025         targets.
17026
17027 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
17028
17029         * g++.dg/abi/mange7.C: New test.
17030
17031         PR c++/6438.
17032         * g++.dg/parse/stmtexpr2.C: New test.
17033
17034 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
17035
17036         * gcc.dg/20020312-2.c: Add SH target.
17037
17038 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17039
17040         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
17041         compiler output on mips*-*-irix*.
17042
17043 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
17044
17045         * g++.dg/parse/attr1.C: New test.
17046
17047 2002-04-23  Roger Sayle  <roger@eyesopen.com>
17048
17049         * gcc.c-torture/execute/string-opt-17.c: New test case.
17050         * gcc.c-torture/execute/memset-2.c: New test case.
17051
17052 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
17053
17054         PR c++/6256:
17055         * g++.dg/template/friend5.C: New test.
17056
17057         PR c++/6331:
17058         * g++.dg/template/qual1.C: Likewise.
17059
17060 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
17061
17062         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
17063         Include stdlib.h, not stdio.h or ctype.h.
17064
17065 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
17066
17067         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
17068         cris-*-elf* and mmix-*-*.
17069         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
17070         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
17071         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
17072         Ditto.
17073         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
17074         * gcc.dg/wchar_t-1.c: Ditto.
17075
17076 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
17077
17078         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
17079         Clarify comment.
17080
17081 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
17082
17083         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
17084
17085 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17086
17087         * gcc.c-torture/execute/20000906-1.x: Delete.
17088
17089 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
17090
17091         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
17092
17093 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
17094
17095         * PR6367
17096         * g77.f-torture/execute/6367.f: New test.
17097         * g77.f-torture/execute/6367.x: Disable for MMIX.
17098
17099 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
17100
17101         * PR6352
17102         * g++.dg/opt/inline2.C: New test.
17103
17104 2002-04-18  Richard Henderson  <rth@redhat.com>
17105
17106         * gcc.dg/20000906-1.c: Enable for all targets.
17107         * gcc.c-torture/compile/iftrap-2.c: New.
17108
17109 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17110
17111         * gcc.dg/20020418-1.c: New test.
17112         * gcc.dg/20020418-2.c: New test.
17113
17114 2002-04-18  Richard Henderson  <rth@redhat.com>
17115
17116         * gcc.c-torture/compile/iftrap-1.c: New.
17117         * gcc.dg/iftrap-1.c: Adjust for ia64.
17118         * gcc.dg/iftrap-2.c: New.
17119
17120 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17121
17122         * gcc.c-torture/compile/20020418-1.c: New test.
17123
17124 2002-04-18  Roger Sayle  <roger@eyesopen.com>
17125
17126         * gcc.c-torture/compile/20020415-1.c: New.
17127
17128 2002-04-18  David S. Miller  <davem@redhat.com>
17129
17130         * gcc.c-torture/execute/20020418-1.c: New test.
17131
17132 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
17133
17134         * gcc.dg/20020416-1.c: New test.
17135
17136         * g++.dg/opt/inline1.C: New test.
17137
17138 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
17139
17140         * gcc.dg/altivec-5.c: New test.
17141
17142         * gcc.dg/20020415-1.c: New test.
17143
17144 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
17145
17146         * testsuite/lib/chill.exp: Remove.
17147
17148 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
17149
17150         * g++.dg/other/big-struct.C: New test.
17151
17152 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
17153
17154         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
17155         of scratch file.
17156
17157 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
17158
17159         PR c/6277
17160         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
17161         in scan-assembler function name
17162
17163 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
17164
17165         * g77.f-torture/execute/980628-4.x,
17166         g77.f-torture/execute/980628-5.x,
17167         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17168         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17169         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
17170         i[34567]86-*-*.
17171
17172 2002-04-13  David S. Miller  <davem@redhat.com>
17173
17174         * gcc.c-torture/execute/20020413-1.c: New test.
17175
17176 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
17177
17178         * gcc.dg/asm-6.c,
17179         * g++.dg/ext/asm1.C: New tests.
17180
17181 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
17182
17183         PR c++ 5373.
17184         * g++.dg/parse/stmtexpr1.C: New test.
17185
17186         PR c++/5189.
17187         * g++.dg/template/copy1.C: New test.
17188
17189 2002-04-12  Richard Henderson  <rth@redhat.com>
17190
17191         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
17192
17193 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
17194
17195         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
17196         gcc.c-torture/execute/20020307-2.c.
17197
17198 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
17199
17200         * g++.dg/ext/attrib5.C,
17201         * g++.dg/lookup/struct1.C: New tests.
17202
17203 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
17204
17205         * gcc.dg/20020411-1.c: New test.
17206
17207         * gcc.c-torture/execute/20020411-1.c: New test.
17208
17209 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
17210
17211         * g77.f-torture/execute/6177.f: New test.
17212
17213 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
17214
17215         PR middle-end/6247
17216         * g++.dg/opt/cleanup1.C: New test.
17217
17218         * g++.dg/opt/const1.C: New test.
17219
17220 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
17221
17222         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
17223
17224 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17225
17226         PR c++/5507
17227         * g++.dg/template/typename2.C: New test.
17228
17229 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
17230
17231         * gcc.c-torture/execute/loop-12.c: New.
17232
17233 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
17234
17235         * g77.f-torture/execute/980628-4.x,
17236         g77.f-torture/execute/980628-5.x,
17237         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17238         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17239         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
17240
17241 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17242
17243         PR optimization/6086
17244         * g++.dg/opt/preinc1.C: New test.
17245
17246 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17247
17248         PR c++/5571
17249         * g++.dg/opt/static2.C: New test.
17250
17251 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17252
17253         PR c/5120
17254         * gcc.dg/20020406-1.c: New test.
17255
17256 2002-04-04  David S. Miller  <davem@redhat.com>
17257
17258         * gcc.c-torture/execute/20020404-1.c: New test.
17259
17260 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
17261
17262         PR c/6123
17263         * gcc.dg/20020312-2.c: Do not declare global register variable
17264         if __PIC__ or __pic__ is defined.
17265
17266 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
17267
17268         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
17269         __asm__ so that it works correctly even if -ansi -pedantic-errors.
17270
17271 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17272
17273         * gcc.misc-tests/linkage.exp: Update last change to handle
17274         sparc*-, not just sparc-.
17275
17276 2002-04-03  Richard Henderson  <rth@redhat.com>
17277
17278         * gcc.dg/cpp/ucs.c: Improved long UCS test.
17279
17280 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17281
17282         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
17283
17284 2002-04-02  David S. Miller  <davem@redhat.com>
17285
17286         * gcc.c-torture/execute/20020402-3.c: New test.
17287
17288 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17289
17290         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
17291         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
17292
17293         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
17294         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
17295         g77.f-torture/execute/20001201.x,
17296         g77.f-torture/execute/u77-test.x: New files.
17297
17298         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
17299         * gcc.dg/wchar_t-1.c: Ditto.
17300
17301 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17302
17303         * gcc.c-torture/execute/20020402-1.c: New test.
17304
17305 2002-04-01  Richard Henderson  <rth@redhat.com>
17306
17307         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
17308
17309         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
17310
17311 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17312
17313         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
17314
17315 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17316
17317         * g++.dg/inherit/template-as-base.C: Expect error.
17318         * g++.dg/inherit/namespace-as-base.C: Likewise.
17319
17320 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
17321
17322         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
17323         g++.dg/ext/instantiate3.C: Tweak match patterns.
17324
17325         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
17326         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
17327         -da test.
17328
17329 2002-03-31  Richard Henderson  <rth@redhat.com>
17330
17331         * gcc.dg/special/alias-2.c: New.
17332         * gcc.dg/special/ecos.exp: Run it.
17333
17334 2002-03-31  Richard Henderson  <rth@redhat.com>
17335
17336         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
17337
17338 2002-03-31  Kazu Hirata  <kazu@hxi.com>
17339
17340         * gcc.dg/weak-1.c: Disable on h8300 port.
17341
17342 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
17343
17344         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
17345         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
17346         ordering tests.
17347         * g++.dg/bprob/bprob-1.C: New test.
17348         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
17349         * g++.dg/gcov/gcov-1.C: New test.
17350         * g++.dg/gcov/gcov-1.x: New file.
17351         * g++.dg/gcov/gcov-2.C: New test.
17352         * g++.dg/gcov/gcov-3.C: New test.
17353         * g++.dg/gcov/gcov-3.h: New file.
17354
17355 2002-03-28  Roger Sayle  <roger@eyesopen.com>
17356
17357         * g++.old-deja/g++.other/builtins5.C: New test.
17358         * g++.old-deja/g++.other/builtins6.C: New test.
17359         * g++.old-deja/g++.other/builtins7.C: New test.
17360         * g++.old-deja/g++.other/builtins8.C: New test.
17361         * g++.old-deja/g++.other/builtins9.C: New test.
17362
17363 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
17364
17365         * g++.dg/opt/static1.C: New test.
17366
17367         * g++.dg/opt/longbranch1.C: New test.
17368
17369 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
17370
17371         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
17372
17373         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
17374
17375 2002-03-28  Jeffrey A Law  (law@redhat.com)
17376
17377         * gcc.c-torture/execute/20020328-1.c: New test.
17378
17379 2002-03-27  Richard Henderson  <rth@redhat.com>
17380
17381         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
17382         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
17383         move from g++.old-deja/g++.ext/.
17384
17385 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
17386
17387         * g++.dg/init/new2.C: New test.
17388
17389 2002-03-26  Richard Henderson  <rth@redhat.com>
17390
17391         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
17392
17393         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
17394         on sparc.
17395
17396         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
17397         sparcv9 systems.
17398         * gcc.dg/20001102-1.c: Likewise.
17399
17400 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
17401
17402         * gcc.dg/cpp/endif-pedantic1.c,
17403         gcc.dg/cpp/endif-pedantic2.c:  New tests.
17404
17405 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
17406
17407         * g++.dg/init/new1.C: New test.
17408
17409 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
17410
17411         * g++.dg/abi/vbase9.C: New test.
17412
17413 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
17414
17415         * gcc.dg/arm-asm.c: New test.
17416
17417 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
17418
17419         * gcc.dg/Wswitch-enum.c: New test.
17420         Fix PR c/5044.
17421
17422 2002-03-26  Richard Henderson  <rth@redhat.com>
17423
17424         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
17425         structure.
17426
17427 2002-03-25  Richard Henderson  <rth@redhat.com>
17428
17429         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
17430         sparcv9 systems.
17431
17432         * gcc.c-torture/compile/20011119-1.c (xxx): New.
17433         * gcc.c-torture/compile/20011119-2.c (xxx): New.
17434
17435 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
17436
17437         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
17438
17439 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
17440
17441         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
17442         targets using generic thunk support.
17443
17444 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
17445
17446         * gcc.c-torture/compile/20020323-1.c: New test.
17447
17448         * g++.dg/opt/conj2.C: New test.
17449
17450 2002-03-24  Richard Henderson  <rth@redhat.com>
17451
17452         * gcc.dg/weak-1.c: Use -fno-common.
17453
17454 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17455
17456         * g77.dg/f77-edit-apostrophe-out.f: New test
17457         * g77.dg/f77-edit-h-out.f: New test
17458         * g77.dg/f77-edit-t-in.f: New test
17459         * g77.dg/f77-edit-t-out.f: New test
17460         * g77.dg/f77-edit-x-out.f: New test
17461         * g77.dg/f77-edit-slash-out.f: New test
17462         * g77.dg/f77-edit-colon-out.f: New test
17463         * g77.dg/f77-edit-s-out.f: New test
17464
17465 2002-03-24  Richard Henderson  <rth@redhat.com>
17466
17467         * objc/execute/formal_protocol-6.x: New XFAIL.
17468
17469 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17470
17471         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
17472         that do not support weak symbols
17473
17474 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17475
17476         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
17477         * lib/g77.exp:  Likewise
17478         * lib/objc.exp: Likewise
17479
17480 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
17481
17482         * gcc.dg/Wswitch-default.c: New test.
17483
17484 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
17485
17486         * g++.dg/other/enum1.C: New test.
17487
17488 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
17489
17490         * gcc.dg/pragma-ep-3.c: Fix typo.
17491
17492 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17493
17494         * g++.dg/inherit/template-as-base.C: New test.
17495
17496 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
17497
17498         * g++.old-deja/g++.other/dwarf2-1.C: Move...
17499         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
17500
17501 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
17502
17503         * gcc.dg/cpp/multiline.c: Update to match.
17504
17505 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
17506
17507         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
17508
17509 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
17510
17511         * gcc.dg/cpp/extratokens2.c:  New file.
17512
17513 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
17514
17515         * gcc.dg/20020312-2.c: Add rs6000 target.
17516
17517         * gcc.c-torture/compile/20020319-1.c: New test.
17518
17519 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17520
17521         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
17522         (A, E): Handle this.
17523
17524 2002-03-20  Jason Merrill  <jason@redhat.com>
17525
17526         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
17527         ignoring -fpic.
17528         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
17529         through prune_gcc_output.
17530
17531 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
17532
17533         * gcc.c-torture/compile/20020320-1.c: New test.
17534
17535 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
17536
17537         * gcc.c-torture/compile/20020318-1.c: New test.
17538
17539         * gcc.dg/struct-by-value-1.c: New test.
17540
17541         * gcc.dg/20020319-1.c: New test.
17542
17543 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
17544
17545         * g++.dg/opt/conj1.C: New test.
17546
17547 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
17548
17549         * g++.dg/template/qualttp20.C: Revert previous change.
17550         * g++.dg/template/qualttp3.C: Likewise.
17551         * g++.dg/template/qualttp4.C: Likewise
17552         * g++.dg/template/qualttp5.C: Likewise
17553         * g++.dg/template/qualttp6.C: Likewise
17554         * g++.dg/template/qualttp7.C: Likewise
17555         * g++.dg/template/qualttp8.C: Likewise
17556         * g++.dg/template/recurse.C: Likewise.
17557
17558 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
17559
17560         * gcc.dg/cpp/wchar-1.c: Update.
17561
17562 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
17563
17564         * g++.dg/template/conv1.C: New test.
17565         * g++.dg/template/conv2.C: New test.
17566         * g++.dg/template/conv3.C: New test.
17567         * g++.dg/template/conv4.C: New test.
17568
17569 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17570
17571         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
17572         * g++.dg/template/qualttp3.C: Likewise.
17573         * g++.dg/template/qualttp4.C: Likewise
17574         * g++.dg/template/qualttp5.C: Likewise
17575         * g++.dg/template/qualttp6.C: Likewise
17576         * g++.dg/template/qualttp7.C: Likewise
17577         * g++.dg/template/qualttp8.C: Likewise
17578         * g++.dg/template/recurse.C: Likewise.
17579
17580 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17581
17582         * g++.dg/opt/dtor1.C: New test.
17583
17584 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
17585
17586         * gcc.c-torture/compile/20020315-1.c: New test.
17587
17588 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
17589
17590         * gcc.dg/weak-1.c: Fix scan tests.
17591
17592 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
17593
17594         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
17595         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
17596         cris-*-aout* mmix-*-*.
17597         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
17598         cris-*-aout* mmix-*-*.
17599         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
17600         cris-*-elf* cris-*-aout* and mmix-*-*.
17601         * gcc.dg/20001009-1.c: Ditto.
17602         * gcc.dg/20010912-1.c: Ditto.
17603         * gcc.dg/20020122-4.c: Ditto.
17604         * gcc.dg/inline-2.c: Ditto.
17605
17606 2002-03-14  Jeffrey A Law  (law@cygnus.com)
17607
17608         * gcc.c-torture/compile/20020314-1.c: New test.
17609
17610 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
17611
17612         * gcc.c-torture/execute/20020314-1.c: New test.
17613
17614 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
17615
17616         * g++.dg/warn/Wunused-1.C: New test.
17617
17618 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
17619
17620         * g++.dg/abi/mangle6.C: New test.
17621
17622 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
17623
17624         * gcc.c-torture/compile/20020309-2.c: New test.
17625
17626         * gcc.c-torture/compile/20020312-1.c: New test.
17627
17628 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
17629
17630         * g++.dg/other/access1.C: New test.
17631
17632 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
17633
17634         * gcc.c-torture/execute/wchar_t-1.c: New test.
17635
17636 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
17637
17638         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
17639
17640 2002-03-12  Roger Sayle  <roger@eyesopen.com>
17641
17642         * gcc.dg/20020312-1.c: New test case.
17643
17644 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
17645
17646         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
17647
17648 2002-03-11  Richard Henderson  <rth@redhat.com>
17649
17650         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
17651         * g++.old-deja/g++.jason/report.C: Likewise.
17652
17653 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17654
17655         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
17656         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
17657
17658 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17659
17660         * testsuite/g++.dg/overload/pmf1.C: New test.
17661
17662 2002-03-11  Kazu Hirata  <kazu@hxi.com>
17663
17664         * gcc.c-torture/execute/20020307-1.c: Use long.
17665
17666 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
17667
17668         PR optimization/5844
17669         * gcc.dg/20020310-1.c: New test.
17670
17671 2002-03-09  Michael Meissner  <meissner@redhat.com>
17672
17673         * gcc.c-torture/execute/memcpy-2.c: New test.
17674         * gcc.c-torture/execute/memset-1.c: New test.
17675         * gcc.c-torture/execute/strlen-1.c: New test.
17676         * gcc.c-torture/execute/strcmp-1.c: New test.
17677         * gcc.c-torture/execute/strncmp-1.c: New test.
17678
17679 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
17680
17681         * gcc.dg/ppc-ldstruct.c: New test.
17682
17683 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
17684
17685         * gcc.c-torture/execute/va-arg-22.c: New test.
17686
17687 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17688
17689         * gcc.c-torture/compile/20020309-1.c: New test.
17690
17691 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
17692
17693         * gcc.c-torture/execute/20020307-2.c: New test.
17694
17695 2002-03-07  Jeffrey A Law  (law@redhat.com)
17696
17697         * g77.f-torture/compile/20020307-1.f: New test.
17698
17699 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
17700
17701         * gcc.dg/unordered-1.c: New test.
17702
17703 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
17704
17705         * gcc.c-torture/execute/20020307-1.c: New test.
17706
17707 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
17708
17709         * gcc.dg/20020304-1.c: New test.
17710
17711         * gcc.c-torture/compile/20020304-2.c: New test.
17712
17713 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
17714
17715         * gcc.c-torture/compile/20020304-1.c: New test case
17716         (from PR c/5830).
17717
17718 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
17719
17720         * gcc.dg/20020103-1.c: Add other -D ppc variants.
17721
17722 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
17723
17724         * g++.dg/other/classkey1.C: New test.
17725
17726 2002-03-01  Richard Henderson  <rth@redhat.com>
17727
17728         * gcc.c-torture/compile/981223-1.x: New.
17729         * gcc.c-torture/compile/920625-1.x: New.
17730
17731 2002-02-28  Richard Henderson  <rth@redhat.com>
17732
17733         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
17734
17735 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
17736
17737         * gcc.c-torture/execute/20020227-1.c: New test.
17738
17739 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
17740
17741         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
17742         here" ERROR lines.
17743         * g++.old-deja/g++.oliva/partord1.C: Likewise.
17744         * g++.old-deja.g++.other/defarg1.C: Likewise.
17745         * g++.old-deja/g++.pt/calls2.C: Likewise.
17746         * g++.old-deja/g++.pt/crash20.C: Likewise.
17747         * g++.old-deja/g++.pt/crash30.C: Likewise.
17748         * g++.old-deja/g++.pt/crash36.C: Likewise.
17749         * g++.old-deja/g++.pt/crash6.C: Likewise.
17750         * g++.old-deja/g++.pt/defarg13.C: Likewise.
17751         * g++.old-deja/g++.pt/derived3.C: Likewise.
17752         * g++.old-deja/g++.pt/error1.C: Likewise.
17753         * g++.old-deja/g++.pt/friend21.C: Likewise.
17754         * g++.old-deja/g++.pt/friend23.C: Likewise.
17755         * g++.old-deja/g++.pt/infinite1.C: Likewise.
17756         * g++.old-deja/g++.robertl/eb128.C: Likewise.
17757
17758 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
17759
17760         * gcc.c-torture/execute/20020225-2.c: New test.
17761
17762 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
17763
17764         * gcc.c-torture/execute/920730-1t.c,
17765         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
17766         Delete test cases, only relevant to -traditional.
17767
17768 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
17769
17770         * gcc.dg/cpp/undef1.c: Remove.
17771         * gcc.dg/cpp/directiv.c: Update.
17772         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
17773
17774 2002-02-27  Michael Meissner  <meissner@redhat.com>
17775
17776         * gcc.c-torture/execute/20020226-1.c: New test.
17777
17778 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
17779
17780         * g++.dg/debug/debug4.C: New test.
17781
17782         * gcc.dg/ia64-visibility-1.c: New test.
17783
17784 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
17785
17786         * gcc.dg/debug/20020224-1.c: New.
17787
17788 2002-02-25  Kazu Hirata  <kazu@hxi.com>
17789
17790         * gcc.c-torture/execute/960416-1.x: New.
17791         * gcc.c-torture/execute/divconst-3.x: Likewise.
17792
17793 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
17794
17795         * gcc.dg/20020224-1.c: New test.
17796
17797 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
17798
17799         * gcc.c-torture/execute/20020225-1.c: New.
17800
17801 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17802
17803         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
17804
17805 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
17806
17807         * gcc.dg/20020222-1.c: New test.
17808
17809 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
17810
17811         * g++.dg/opt/anonunion1.C: New test.
17812
17813 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
17814
17815         * g++.dg/template/qualttp19.C: New test.
17816         * g++.dg/template/qualttp20.C: New test.
17817         * g++.old-deja/g++.jason/report.C: Adjust expected errors
17818         * g++.old-deja/g++.other/qual1.C: Likewise.
17819
17820 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
17821
17822         * gcc.dg/attr-alwaysinline.c: New.
17823
17824 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
17825
17826         * gcc.dg/20020220-1.c: New test.
17827
17828         * gcc.dg/20020220-2.c: New test.
17829
17830         * g++.dg/opt/mmx1.C: New test.
17831
17832 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
17833
17834         * gcc.c-torture/compile/20020110.c: New test.
17835
17836 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
17837
17838         * gcc.c-torture/execute/20020219-1.c: New test.
17839
17840         * gcc.dg/20020219-1.c: New test.
17841
17842         * gcc.dg/noncompile/20020220-1.c: New test.
17843
17844         * g++.dg/opt/ptrintsum1.C: New test.
17845
17846         * gcc.dg/debug/20020220-1.c: New test.
17847
17848 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
17849
17850         * gcc.c-torture/execute/20020216-1.c: New test.
17851
17852 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
17853
17854         * gcc.dg/decl-1.c: Update, new test.
17855
17856 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
17857
17858         * g++.dg/abi/bitfield1.C: New test.
17859         * g++.dg/abi/bitfield2.C: New test.
17860
17861 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17862
17863         * gcc.dg/attr-nest.c: New test.
17864
17865 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
17866
17867         * gcc.c-torture/execute/20020215-1.c: New test.
17868
17869 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
17870
17871         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
17872         * g++.dg/debug/debug.exp: New.
17873         * g++.dg/debug/trivial.C: New.
17874         * g++.dg/debug/debug1.C: Moved...
17875         * g++.dg/other/debug1.C: ...from here.
17876         * g++.dg/debug/debug2.C: Moved...
17877         * g++.dg/other/debug2.C: ...from here.
17878         * g++.dg/debug/debug3.C: Moved...
17879         * g++.dg/other/debug3.C: ...from here.
17880
17881         * gcc.dg/noncompile/20020213-1.c: New test.
17882
17883 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
17884
17885         * g++.dg/other/debug3.C: New test.
17886
17887         * gcc.c-torture/execute/20020213-1.c: New test.
17888
17889 2002-02-13  Richard Smith <richard@ex-parrot.com>
17890
17891         * g++.old-deja/g++.other/thunk1.C: New test.
17892
17893 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
17894
17895         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
17896
17897 2002-02-13  Stan Shebs  <shebs@apple.com>
17898
17899         * gcc.dg/altivec-3.c: New.
17900
17901 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
17902
17903         * gcc.dg/Wunreachable-1.c: New test.
17904         * gcc.dg/Wunreachable-2.c: New test.
17905
17906 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
17907
17908         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
17909
17910 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
17911
17912         * gcc.dg/decl-1.c: New test.
17913
17914 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
17915
17916         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
17917
17918 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17919
17920         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
17921         * gcc.c-torture/compile/980506-1.x: Likewise.
17922
17923 2002-02-10  Kazu Hirata  <kazu@hxi.com>
17924
17925         * gcc.dg/20020210-1.c: New.
17926
17927 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
17928
17929         * g77.f-torture/execute/947.f: New regression test
17930         for PR fortran/947.
17931
17932 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
17933
17934         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
17935         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
17936
17937 2002-02-08  Richard Henderson  <rth@redhat.com>
17938
17939         * gcc.c-torture/compile/labels-3.c: New.
17940
17941 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
17942
17943         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
17944         expression statements work instead.
17945         * gcc.dg/noncompile/20020207-1.c: New test.
17946
17947 2002-02-07  Richard Henderson  <rth@redhat.com>
17948
17949         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
17950
17951 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17952
17953         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
17954         message from g77
17955         * lib/g77-dg.exp: Trim g77 error messages so that they are
17956         recognized by dg.exp.
17957
17958 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17959
17960         PR fortran/5473
17961         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
17962
17963 2002-02-07  Richard Henderson  <rth@redhat.com>
17964
17965         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
17966         to be sufficiently aligned for integers.
17967
17968 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
17969
17970         * g++.dg/template/friend4.C: New test.
17971
17972 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
17973
17974         PR fortran/5743
17975         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
17976         unsupported cases.
17977
17978 2002-02-07  Richard Henderson  <rth@redhat.com>
17979
17980         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
17981         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
17982         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
17983         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
17984
17985 2002-02-06  Richard Henderson  <rth@redhat.com>
17986
17987         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
17988
17989 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
17990
17991         * gcc.dg/20020206-1.c: New test.
17992
17993 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
17994
17995         * gcc.c-torture/execute/20020206-1.c: New test.
17996
17997         * gcc.c-torture/execute/20020206-2.c: New test.
17998
17999         PR optimization/5429:
18000         * gcc.c-torture/compile/20020206-1.c: New test.
18001
18002 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
18003
18004         * g++.dg/ext/align1.C: Do not use an explicit alignment value
18005         as certain file formats cannot support particularly large
18006         alignments.
18007
18008         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
18009         and do not expect to be able to link the executable.
18010
18011         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
18012         fail because the COFF format does not support the weak attribute.
18013
18014 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
18015
18016         * g77.dg/pr5473.f:  New test
18017
18018 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18019
18020         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
18021         Fix testcase accordingly.
18022
18023 2002-02-04  Richard Henderson  <rth@redhat.com>
18024
18025         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
18026         (buf): Change to be an array of pointers, not ints.
18027
18028 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18029
18030         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
18031         before all tests.  Move warning one line above to match where it
18032         C frontend emits.
18033         * gcc.dg/Wswitch-2.c: New test.
18034         * g++.dg/warn/Wswitch-1.C: New test.
18035         * g++.dg/warn/Wswitch-2.C: New test.
18036
18037 2002-02-04  Richard Henderson  <rth@redhat.com>
18038
18039         * g++.dg/abi/offsetof.C: Fix size comparison.
18040
18041 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
18042
18043         * gcc.dg/cast-qual-2.c: New test.
18044
18045 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18046
18047         * gcc.dg/20020201-4.c: New test.
18048
18049 2002-02-04  Ben Elliston  <bje@redhat.com>
18050
18051         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
18052         target_info attribute != 0, in addition to the empty string.
18053         (gcc_target_compile): Likewise.
18054
18055 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
18056
18057         * gcc.dg/Wswitch.c: New test.
18058         PR gcc/4475. PR gcc/3780.
18059
18060 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
18061
18062         * g77.f-torture/execute/5122.f: New test for regressions
18063         against PR fortran/5122.
18064
18065 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
18066
18067         * g77.f-torture/compile/pr3743.f: Delete
18068         * g77.dg/pr3743-1.f: New test.
18069         * g77.dg/pr3743-2.f: New test.
18070         * g77.dg/pr3743-3.f: New test.
18071         * g77.dg/pr3743-4.f: New test.
18072
18073 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18074
18075         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
18076
18077 2002-02-02  Richard Henderson  <rth@redhat.com>
18078
18079         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
18080         * gcc.c-torture/execute/bf64-1.c: Likewise.
18081
18082 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18083
18084         * gcc.dg/20020201-2.c: New test.
18085
18086         * gcc.dg/20020201-3.c: New test.
18087
18088         * gcc.c-torture/execute/bitfld-2.c: New test.
18089
18090 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18091
18092         * gcc.dg/bitfld-1.c: Update.
18093         * gcc.dg/bitfld-2.c: Update.
18094         * gcc.c-torture/execute/bitfld-1.x: New.
18095
18096 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18097
18098         * gcc.c-torture/execute/20020201-1.c: New test.
18099
18100 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
18101
18102         PR target/5469
18103         * gcc.dg/20020201-1.c: New test.
18104
18105 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
18106
18107         PR fortran/3743
18108         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
18109         * g77.f-torture/compile/pr3743.x: Remove
18110
18111 2002-01-31  Tom Rix  <trix@redhat.com>
18112
18113         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
18114
18115 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
18116
18117         * gcc.dg/noncompile/20020130-1.c: New test.
18118
18119 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
18120
18121         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
18122
18123 2002-01-29  Richard Henderson  <rth@redhat.com>
18124
18125         * gcc.c-torture/execute/991118-1.c: Cast various constants back
18126         to long long.
18127         * gcc.c-torture/execute/bf64-1.c: Likewise.
18128
18129 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
18130
18131         * gcc.c-torture/execute/20020129-1.c: New test.
18132
18133 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
18134
18135         * gcc.c-torture/compile/20000224-1.c: Update.
18136         * gcc.c-torture/execute/bitfld-1.c: New tests.
18137         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
18138         * gcc.dg/uninit-A.c: Update.
18139
18140 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
18141
18142         * g++.dg/template/ctor1.C: Add instantiation.
18143
18144 2002-01-28  Paul Koning  <pkoning@equallogic.com>
18145
18146         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
18147         argument to __builtin_prefetch to be const ptr.
18148
18149 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
18150
18151         * gcc.c-torture/compile/20020120-1.c: New test.
18152
18153 2002-01-27  Kazu Hirata  <kazu@hxi.com>
18154
18155         * gcc.c-torture/execute/20020127-1.c: New test.
18156
18157 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
18158
18159         * g77.dg/f77-edit-i-in.f: New test
18160         * g77.dg/f77-edit-i-out.f: New test
18161
18162 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
18163
18164         * gcc.dg/debug/debug.exp: New file.
18165         * gcc.dg/debug/trivial.c: New file.
18166         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
18167         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
18168         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
18169         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
18170         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
18171         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
18172         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
18173         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
18174         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
18175         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
18176         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
18177         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
18178         * gcc.dg/20000503-1.c: Removed.
18179         * gcc.dg/20010207-1.c: Removed.
18180         * gcc.dg/20011223-1.c: Removed.
18181         * gcc.dg/20020104-2.c: Removed.
18182         * gcc.dg/debug-1.c: Removed.
18183         * gcc.dg/debug-2.c: Removed.
18184         * gcc.dg/debug-3.c: Removed.
18185         * gcc.dg/debug-4.c: Removed.
18186         * gcc.dg/debug-5.c: Removed.
18187         * gcc.dg/debug-6.c: Removed.
18188         * gcc.dg/dwarf2-1.c: Removed.
18189         * gcc.dg/dwarf2-2.c: Removed.
18190
18191 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
18192
18193         * g++.old-deja/g++.other/eh5.C: New test.
18194         * g++.old-deja/g++.other/sibcall2.C: New test.
18195         * g++.old-deja/g++.other/array9.C: New test.
18196         * g++.old-deja/g++.other/typename2.C: New test.
18197         * g++.old-deja/g++.other/crash60.C: New test.
18198         * g++.old-deja/g++.other/conv9.C: New test.
18199         * g++.old-deja/g++.other/mangle10.C: New test.
18200         * g++.old-deja/g++.other/unchanging1.C: New test.
18201         * g++.old-deja/g++.other/exprstmt1.C: New test.
18202         * g++.old-deja/g++.other/inline23.C: New test.
18203         * g++.old-deja/g++.eh/ia64-1.C: New test.
18204         * g++.old-deja/g++.other/dwarf2-1.C: New test.
18205         * g++.old-deja/g++.other/reload1.C: New test.
18206         * g++.old-deja/g++.other/static20.C: New test.
18207         * g++.old-deja/g++.other/local-alloc1.C: New test.
18208         * g++.old-deja/g++.other/conv8.C: New test.
18209         * g++.old-deja/g++.other/stmtexpr2.C: New test.
18210         * g++.old-deja/g++.other/storeexpr1.C: New test.
18211         * g++.old-deja/g++.other/storeexpr2.C: New test.
18212         * g++.dg/eh/template2.C: New test.
18213         * g++.dg/warn/weak1.C: New test.
18214
18215 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
18216
18217         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
18218         Remove first, non-varying, argument.
18219
18220 2002-01-23  Richard Henderson  <rth@redhat.com>
18221
18222         * gcc.dg/inline-2.c: New.
18223
18224         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
18225         Add optional target arg.  Check number of arguments.
18226         (scan-assembler-not, scan-assembler-dem): Likewise.
18227         (scan-assembler-dem-not): Likewise.
18228
18229 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18230
18231         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
18232         line 12.
18233         * g++.old-deja/g++.brendan/parse3.C,
18234         g++.old-deja/g++.other/crash26.C,
18235         g++.old-deja/g++.other/crash28.C,
18236         g++.old-deja/g++.other/crash29.C,
18237         g++.old-deja/g++.other/crash30.C,
18238         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
18239
18240 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
18241
18242         * gcc.dg/20020115-1.c: New.
18243
18244 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
18245
18246         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
18247
18248 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
18249
18250         * gcc.dg/20020122-3.c: New.
18251
18252 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
18253
18254         * g++.dg/other/gc1.C: New test.
18255
18256 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18257
18258         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
18259
18260 2002-01-22  Richard Henderson  <rth@redhat.com>
18261
18262         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
18263
18264 2002-01-22  Richard Henderson  <rth@redhat.com>
18265
18266         * gcc.dg/20020122-4.c: New.
18267
18268 2002-01-22  H.J. Lu <hjl@gnu.org>
18269
18270         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
18271         link output.
18272         * gcc.dg/special/ecos.exp: Likewise.
18273         * lib/g++-dg.exp: Likewise.
18274         * lib/g77-dg.exp: Likewise.
18275         * lib/gcc-dg.exp : Likewise.
18276         * lib/mike-g++.exp: Likewise.
18277         * lib/mike-g77.exp: Likewise.
18278         * lib/mike-gcc.exp: Likewise.
18279         * lib/objc-dg.exp: Likewise.
18280
18281 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
18282
18283         PR target/5379
18284         * gcc.dg/20020122-2.c: New test.
18285
18286 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
18287
18288         * gcc.dg/20020122-1.c: New test.
18289
18290 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
18291
18292         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
18293
18294 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
18295
18296         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
18297
18298 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18299
18300         * gcc.c-torture/compile/20020121-1.c: New test.
18301
18302 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18303
18304         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
18305         ld_library_path.
18306
18307 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
18308
18309         * gcc.dg/20020218-1.c: New test.
18310
18311 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
18312
18313         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
18314         messages
18315         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
18316         "At global scope" warning
18317         * g++.dg/ext/align1.C: Change cygwin test for alignment
18318         from db-bogus to dg-warning
18319
18320 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
18321
18322         * g77.f-torture/compile/cpp2.F: New test.
18323
18324 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18325
18326         * g++.dg/template/access1.C: New test.
18327
18328 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
18329
18330         * gcc.dg/20020118-1.c: New.
18331
18332 2002-01-18  Kazu Hirata  <kazu@hxi.com>
18333
18334         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
18335
18336 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18337
18338         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
18339         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
18340         alignment warnings.
18341
18342 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18343
18344         * gcc.misc-tests/i386-prefetch.exp: Save and restore
18345         torture_with_loops and torture_without_loops
18346
18347 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
18348
18349         * gcc.c-torture/compile/20020116-1.c: New test.
18350
18351 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
18352
18353         * gcc.dg/20020116-2.c: New test.
18354
18355         * gcc.dg/ultrasp4.c: New test.
18356
18357         * gcc.dg/20020116-1.c: New test.
18358
18359 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
18360
18361         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
18362         by EABI.
18363
18364 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
18365
18366         * gcc.misc-tests/i386-prefetch.exp: New.
18367         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
18368         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
18369         * gcc.misc-tests/i386-pf-none-1.c: New test.
18370         * gcc.misc-tests/i386-pf-sse-1.c: New test.
18371
18372 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
18373
18374         * gcc.dg/gnu89-init-1.c: Add new tests.
18375
18376 2002-01-15  Andreas Jaeger  <aj@suse.de>
18377
18378         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
18379         * gcc.dg/i386-mmx-2.c: Likewise.
18380         * gcc.dg/i386-sse-1.c: Likewise.
18381         * gcc.dg/i386-sse-2.c: Likewise.
18382         * gcc.dg/i386-sse-3.c: Likewise.
18383
18384 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
18385
18386         * g77.f-torture/execute/intrinsic-unix-bessel.f:
18387         Uncomment additional cases that now pass.
18388
18389 2002-01-11  Richard Henderson  <rth@redhat.com>
18390
18391         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
18392         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
18393
18394 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
18395
18396         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
18397
18398 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
18399
18400         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
18401         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
18402
18403 2002-01-10  Dale Johannesen  <dalej@apple.com>
18404
18405         * gcc.c-torture/execute/loop-11.c: New.
18406
18407 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
18408
18409         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
18410         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18411
18412 2002-01-09  Richard Henderson  <rth@redhat.com>
18413
18414         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
18415         type in which to perform the operation for each size.
18416
18417 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
18418
18419         * gcc.c-torture/compile/20020109-2.c: New test.
18420
18421 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
18422
18423         * gcc.c-torture/execute/loop-10.c: New test.
18424
18425 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18426
18427         * gcc.c-torture/compile/20010226-1.c: New test.
18428         * gcc.c-torture/compile/20010227-1.c: New test.
18429         * gcc.c-torture/compile/20010426-1.c: New test.
18430         * gcc.c-torture/compile/20010510-1.c: New test.
18431         * gcc.c-torture/compile/20010605-3.c: New test.
18432         * gcc.c-torture/compile/20010824-1.c: New test.
18433         * gcc.c-torture/execute/20010409-1.c: New test.
18434         * gcc.dg/noncompile/20000901-1.c: New test.
18435         * gcc.dg/20001023-1.c: New test.
18436         * gcc.dg/20001101-1.c: New test.
18437         * gcc.dg/20001102-1.c: New test.
18438         * gcc.dg/20010207-1.c: New test.
18439         * gcc.dg/20010405-1.c: New test.
18440         * gcc.dg/20010822-1.c: New test.
18441         * gcc.dg/20011107-1.c: New test.
18442
18443 2002-01-09  Jeffrey A Law  (law@redhat.com)
18444
18445         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
18446
18447         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
18448         execution failure on PA targets.
18449
18450 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18451
18452         * gcc.c-torture/compile/20020109-1.c: New test.
18453
18454 2002-01-08  Kazu Hirata  <kazu@hxi.com>
18455
18456         * gcc.c-torture/execute/20020108-1.c: New test.
18457
18458 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
18459
18460         * gcc.dg/20020108-1.c: New test.
18461
18462 2002-01-08  H.J. Lu <hjl@gnu.org>
18463
18464         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
18465         for header files.
18466
18467 2002-01-08  Geoff Keating  <geoffk@redhat.com>
18468
18469         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
18470         consistency.
18471
18472 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18473
18474         * gcc.dg/altivec-4.c: Test altivec predicates.
18475
18476 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
18477
18478         * gcc.c-torture/execute/20020107-1.c: New test.
18479
18480 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18481
18482         PR c/5279
18483         * gcc.c-torture/compile/20020106-1.c: New test.
18484
18485 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
18486
18487         * gcc.c-torture/execute/nestfunc-4.c: New test.
18488
18489 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18490
18491         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
18492         extra triple that slipped in.
18493         * g++.old-deja/g++.abi/align.C: Likewise.
18494         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18495
18496 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18497
18498         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
18499         * g++.old-deja/g++.abi/align.C: Likewise.
18500         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18501
18502         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
18503         on FreeBSD/i386.
18504         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
18505         FreeBSD.
18506
18507 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
18508
18509         * gcc.dg/20020104-1.c: New test.
18510
18511         * gcc.dg/20020104-2.c: New test.
18512
18513 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
18514
18515         * gcc.dg/20020103-1.c: Fix typo in target selector.
18516
18517 2002-01-03  Richard Henderson  <rth@redhat.com>
18518
18519         * gcc.dg/20020103-1.c: New.
18520
18521 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18522
18523         * gcc.c-torture/execute/20020103-1.c: New test.
18524
18525 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
18526
18527         * g++.dg/other/debug2.C: New test.
18528
18529         * gcc.c-torture/compile/20020103-1.c: New test.
18530
18531 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
18532
18533         * gcc.dg/gnu89-init-1.c: Added new tests.
18534
18535 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18536
18537         * g++.dg/template/friend2.C: Remove as patch is reverted.
18538
18539         * g++.dg/warn/oldcast1.C: New test.
18540
18541         * g++.dg/template/ptrmem1.C: New test.
18542         * g++.dg/template/ptrmem2.C: New test.
18543
18544         * g++.dg/template/ntp.C: New test.
18545
18546         * g++.dg/other/component1.C: New test.
18547
18548         * g++.dg/template/ttp3.C: New test.
18549
18550         * g++.dg/template/friend2.C: New test.
18551         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
18552
18553 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18554
18555         * g++.dg/other/ptrmem1.C: New test.
18556         * g++.dg/other/ptrmem2.C: New test.
18557
18558 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18559
18560         * g++.dg/template/ctor1.C: New test.
18561
18562 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18563
18564         * g++.dg/template/friend2.C: New test.
18565
18566 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
18567
18568         * gcc.dg/mmix-1.c: New test.
18569
18570 2001-12-31  Richard Henderson  <rth@redhat.com>
18571
18572         * gcc.dg/asm-5.c: New.
18573
18574 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
18575
18576         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
18577         in namespace __gnu_cxx
18578
18579 2001-12-30  Richard Henderson  <rth@redhat.com>
18580
18581         * gcc.dg/debug-6.c: New.
18582
18583 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
18584
18585         * gcc.c-torture/compile/20011229-2.c: New test.
18586
18587 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
18588
18589         * gcc.dg/debug-3.c: New test.
18590         * gcc.dg/debug-4.c: New test.
18591         * gcc.dg/debug-5.c: New test.
18592
18593 2001-12-29  Richard Henderson  <rth@redhat.com>
18594
18595         * g++.dg/eh/loop1.C: New.
18596
18597 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18598
18599         * g++.dg/template/crash1.C: New test.
18600
18601 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18602
18603         * g++.dg/other/const1.C: New test.
18604
18605 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
18606
18607         * gcc.c-torture/compile/20011229-1.c: New test.
18608
18609 2001-12-28  Stan Shebs  <shebs@apple.com>
18610
18611         * lib/objc-torture.exp: Resync with c-torture.exp.
18612         * lib/objc.exp: Load standard libraries.
18613
18614 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
18615
18616         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
18617         additional tests.
18618
18619 2001-12-27  Roger Sayle <roger@eyesopen.com>
18620
18621         * gcc.c-torture/execute/string-opt-16.c: New testcase.
18622
18623 2001-12-27  Richard Henderson  <rth@redhat.com>
18624
18625         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
18626
18627 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
18628
18629         * g++.dg/eh/ctor1.C: New test.
18630         * g++.dg/other/error2.C: New test.
18631
18632 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
18633
18634         * g++.dg/other/init2.C: New test.
18635
18636 2001-12-24  Richard Henderson  <rth@redhat.com>
18637
18638         * gcc.dg/20011223-1.c: New.
18639         * gcc.dg/inline-1.c: New.
18640
18641 2001-12-23  Richard Henderson  <rth@redhat.com>
18642
18643         * gcc.dg/asm-4.c: Test operand modifiers.
18644
18645 2001-12-23  Richard Henderson  <rth@redhat.com>
18646
18647         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
18648
18649 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18650
18651         * gcc.c-torture/execute/20011223-1.c: New test.
18652
18653 2001-12-21  Richard Henderson  <rth@redhat.com>
18654
18655         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
18656         re-enables the warning.
18657
18658 2001-12-21  Richard Henderson  <rth@redhat.com>
18659
18660         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
18661
18662 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
18663
18664         * gcc.c-torture/compile/20011218-1.c: New test.
18665
18666 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
18667
18668         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
18669         arm-isr.c test.
18670         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
18671         epilogue generation for ARM ISR routines.
18672
18673 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18674
18675         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
18676         * gcc.dg/format/c90-printf-3.c: Likewise.
18677         * gcc.dg/format/c99-printf-3.c: Likewise.
18678         * gcc.dg/format/ext-1.c: Likewise.
18679         * gcc.dg/format/ext-6.c: Likewise.
18680         * gcc.dg/format/format.h: Prototype unlocked stdio.
18681
18682 2001-12-20  Richard Henderson  <rth@redhat.com>
18683
18684         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
18685         (arena): Use it.
18686         (malloc): Correct allocation logic.  Abort if we fill up the
18687         arena before initialization complete.
18688         (realloc): Correct allocation logic.
18689
18690 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
18691
18692         * gcc.c-torture/compile/20011219-2.c: New test.
18693
18694         * gcc.c-torture/execute/20011219-1.c: New test.
18695
18696 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
18697
18698         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
18699         target does not support weak symbols.
18700
18701 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
18702
18703         * gcc.c-torture/compile/20011219-1.c: New test.
18704
18705 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
18706
18707         * g++.dg/other/error1.C: New test.
18708
18709 2001-12-17  Jeffrey A Law  (law@redhat.com)
18710
18711         * gcc.c-torture/execute/20011217-1.c: New test.
18712
18713 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
18714
18715         * objc.dg/special/: New directory.
18716         * objc.dg/special/special.exp: New file.
18717         * objc.dg/special/unclaimed-category-1.h: New file.
18718         * objc.dg/special/unclaimed-category-1a.m: New file.
18719         * objc.dg/special/unclaimed-category-1.m: New file.
18720
18721 2001-12-17  Andreas Jaeger  <aj@suse.de>
18722
18723         * gcc.c-torture/compile/20011217-2.c: New test.
18724
18725 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
18726
18727         * gcc.c-torture/compile/20011217-1.c: New test.
18728
18729 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
18730
18731         * testsuite/gcc.dg/20011214-1.c: New.
18732
18733 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
18734
18735         * gcc.dg/altivec-4.c: New.
18736
18737 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
18738
18739         * gcc.dg/20011113-1.c: New test.
18740
18741 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18742
18743         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
18744         std::__malloc_alloc_template<0> and
18745         std::__default_alloc_template<false, 0>.
18746
18747 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
18748
18749         * objc/execute/bf-21.m: New test.
18750         * objc/execute/enumeration-1.m: New test.
18751         * objc/execute/enumeration-2.m: New test.
18752
18753 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
18754
18755         * gcc.dg/gnu89-init-1.c: New test.
18756
18757 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
18758
18759         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
18760         * g++.old-deja/g++.jason/2371.C: Likewise.
18761         * g++.old-deja/g++.jason/template33.C: Likewise.
18762         * g++.old-deja/g++.jason/template34.C: Likewise.
18763         * g++.old-deja/g++.jason/template36.C: Likewise.
18764         * g++.old-deja/g++.oliva/typename1.C: Likewise.
18765         * g++.old-deja/g++.oliva/typename2.C: Likewise.
18766         * g++.old-deja/g++.other/typename1.C: Likewise.
18767         * g++.old-deja/g++.pt/inherit2.C: Likewise.
18768         * g++.old-deja/g++.pt/nontype5.C: Likewise.
18769         * g++.old-deja/g++.pt/typename11.C: Likewise.
18770         * g++.old-deja/g++.pt/typename14.C: Likewise.
18771         * g++.old-deja/g++.pt/typename16.C: Likewise.
18772         * g++.old-deja/g++.pt/typename3.C: Likewise.
18773         * g++.old-deja/g++.pt/typename4.C: Likewise.
18774         * g++.old-deja/g++.pt/typename5.C: Likewise.
18775         * g++.old-deja/g++.pt/typename7.C: Likewise.
18776         * g++.old-deja/g++.robertl/eb9.C: Likewise.
18777
18778 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
18779
18780         * g++.dg/other/linkage1.C: New test.
18781         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
18782         specifiers.
18783
18784 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
18785
18786         * gcc.dg/concat.c: New test.
18787
18788 2001-12-11  Stan Shebs  <shebs@apple.com>
18789
18790         * objc/compile: New test directory.
18791         * objc/compile/compile.exp: New expect script.
18792         * objc/compile/20011211-1.m: New compile test.
18793
18794 2001-12-11  Jason Merrill  <jason@redhat.com>
18795
18796         * lib/prune.exp (prune_gcc_output): Also handle "In member
18797         function".  So many permutations...
18798
18799 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
18800
18801         * g++.dg/template/typedef1.C: New test.
18802
18803 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
18804
18805         * g++.dg/other/copy1.C: New test.
18806
18807 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
18808
18809         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
18810
18811         * gcc.dg/builtin-choose-expr.c: New.
18812
18813 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
18814
18815         * gcc.dg/altivec-2.c: New.
18816
18817 2001-12-07  Richard Henderson  <rth@redhat.com>
18818
18819         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
18820
18821 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
18822
18823         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
18824         ultrasparc.
18825
18826 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
18827
18828         * g++-old.deja/g++.robertl/eb101.C: Deleted.
18829
18830 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
18831
18832         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
18833         variable argument list.
18834
18835 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
18836
18837         * gcc.c-torture/execute/memcheck: Delete entire directory.
18838         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
18839         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
18840
18841 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
18842
18843         * gcc.dg/Wshadow-1.c: New test.
18844
18845 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
18846
18847         * gcc.c-torture/compile/20011130-1.c: New test.
18848
18849         * gcc.dg/noncompile/20011025-1.c: New test.
18850
18851         * g++.dg/other/anon-union.C: New test.
18852
18853         * gcc.c-torture/execute/20011024-1.c: New test.
18854
18855 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
18856
18857         * gcc.c-torture/execute/20000722-1.x,
18858         gcc.c-torture/execute/20010123-1.x: Remove.
18859         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
18860         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
18861         gcc.dg/c99-complit-2.c: New tests.
18862
18863 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
18864
18865         * g++.dg/inherit/base1.C: New test.
18866
18867 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
18868
18869         * g++.dg/other/stdarg1.C: New test.
18870
18871         * gcc.c-torture/compile/20011130-2.c: New test.
18872
18873 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
18874
18875         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
18876         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
18877         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
18878         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
18879         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
18880         * gcc.dg/builtin-prefetch-1.c: New test.
18881
18882 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
18883
18884         * gcc.dg/20011130-1.c: New test.
18885
18886 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
18887
18888         * g++.dg/other/scope1.C: New test.
18889         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
18890
18891 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
18892
18893         * gcc.dg/vla-init-1.c: New test.
18894
18895 2001-12-01  Geoff Keating  <geoffk@redhat.com>
18896
18897         * gcc.c-torture/compile/structs.c: New testcase from GDB.
18898
18899 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18900
18901         * objc.dg/alias.m: Update.
18902         * objc.dg/class-1.m: Update.
18903         * objc.dg/const-str-1.m: Update.
18904         * objc.dg/fwd-proto-1.m: Update.
18905         * objc.dg/id-1.m: Update.
18906         * objc.dg/super-class-1.m: Update.
18907
18908 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
18909
18910         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
18911         constructs.
18912
18913 2001-11-28  Jeffrey A Law  (law@cygnus.com)
18914
18915         * gcc.c-torture/execute/20011128-1.c: New test.
18916
18917 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
18918
18919         * gcc.dg/20011127-1.c: New test.
18920
18921 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
18922
18923         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
18924         from Austin Group draft 7.
18925         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
18926         scanf format arguments.
18927         * gcc.dg/format/no-exargs-2.c: New test.
18928
18929 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
18930
18931         * g++.dg/abi/vbase8-4.C: New test.
18932
18933 2001-11-24  Ian Lance Taylor  <ian@airs.com>
18934
18935         * gcc.c-torture/execute/20011121-1.c: New test.
18936
18937 2001-11-23  Jeffrey A Law  (law@cygnus.com)
18938
18939         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
18940
18941 2001-11-23  Andreas Jaeger  <aj@suse.de>
18942
18943         * gcc.dg/cpp/charconst-2.c: New test.
18944
18945 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
18946
18947         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
18948         to the host if it is remote.  Let tests specify extra headers
18949         they use.
18950         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
18951         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
18952         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
18953         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
18954         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
18955         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
18956         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
18957         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
18958         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
18959         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
18960
18961 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
18962
18963         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
18964         for little endian ARMs.
18965
18966 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
18967
18968         * gcc.c-torture/compile/20011119-1.c: New test.
18969         * gcc.c-torture/compile/20011119-2.c: New test.
18970
18971 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
18972
18973         * gcc.dg/altivec-1.c: Fix typo.
18974
18975 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
18976
18977         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
18978
18979 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
18980
18981         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
18982
18983 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
18984
18985         * lib/g77.exp: Don't specify --rpath-link.
18986
18987         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
18988         across all the headers.
18989         * gcc.dg/format/format.exp: For testing on a remote host,
18990         copy format.h.
18991
18992         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
18993         * gcc.c-torture/execute/930406-1.c: Likewise.
18994         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
18995
18996 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
18997
18998         * gcc.dg/altivec-1.c: New.
18999
19000 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
19001
19002         * gcc.dg/cpp/fpreprocessed.c: New test case.
19003
19004 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19005
19006         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
19007         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
19008         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
19009
19010 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19011
19012         * gcc.dg/no-builtin-1.c: New test.
19013
19014 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
19015
19016         * gcc.c-torture/execute/20011115-1.c: New test.
19017
19018 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
19019
19020         * gcc.c-torture/compile/20011114-2.c: New test.
19021         * gcc.c-torture/compile/20011114-3.c: New test.
19022         * gcc.c-torture/compile/20011114-4.c: New test.
19023
19024 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
19025
19026         * g++.dg/other/init1.C: New test.
19027
19028 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
19029
19030         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
19031         message.
19032
19033         * gcc.c-torture/execute/20011114-1.c: New testcase.
19034
19035         * gcc.c-torture/compile/20010327-1.c: Revert last change.
19036         * gcc.c-torture/compile/20011114-1.c: New test, exactly
19037         like the (before this change) version of 20010327-1.c.
19038
19039 2001-11-14  Roger Sayle <roger@eyesopen.com>
19040
19041         * gcc.c-torture/execute/string-opt-13.c: New testcase.
19042
19043 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
19044
19045         * g++.dg/init/array2.C: New test.
19046
19047 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
19048
19049         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
19050
19051 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
19052
19053         * g++.dg/other/forscope1.C: New test.
19054         * g++.dg/ext/forscope1.C: New test.
19055         * g++.dg/ext/forscope2.C: New test.
19056
19057 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
19058
19059         * gcc.c-torture/execute/20011113-1.c: New test.
19060
19061 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
19062
19063         * gcc.c-torture/execute/20011109-2.c: New test.
19064
19065         * gcc.c-torture/execute/20011109-1.c: New test.
19066
19067 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
19068
19069         * gcc.c-torture/compile/20011109-1.c: New test.
19070
19071 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
19072
19073         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
19074         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
19075         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
19076         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
19077         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
19078         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
19079         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
19080
19081 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19082
19083         * g++.dg/warn/Wshadow-1.C: New tests.
19084         * g++.old-deja/g++.mike/for3.C: Update.
19085
19086 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19087
19088         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
19089         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
19090         XFAILs.  Adjust expected error texts.
19091         * gcc.c-torture/compile/20011106-1.c,
19092         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
19093         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
19094         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
19095         gcc.dg/c99-array-lval-5.c: New tests.
19096
19097 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19098
19099         * gcc.dg/cpp/defined.c: Update.
19100
19101 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19102
19103         * gcc.c-torture/execute/anon-1.c: New test.
19104
19105 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
19106
19107         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
19108         same size, so no warning should be produced on stormy16.
19109
19110         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
19111         due to oversized array.
19112         * g++.old-deja/g++.mike/ns15.C: Likewise.
19113         * g++.old-deja/g++.pt/crash16.C: Likewise.
19114
19115 2001-11-02  Graham Stott  <grahams@redhat.com>
19116
19117         * g++.dgother/debug1.C: Fix typos.
19118
19119 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
19120
19121         * g++.dg/other/debug1.C: New test.
19122
19123 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19124
19125         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
19126         of unsigned long.
19127
19128 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
19129
19130         * gcc.dg/20011029-2.c: New test.
19131
19132         * gcc.c-torture/compile/20011029-1.c: New test.
19133
19134 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
19135
19136         * objc/execute/class_self-1.m: New test.
19137         * objc/execute/class_self-2.m: New test.
19138
19139 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
19140
19141         * gcc.misc-tests/msgs.exp: Delete.
19142         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
19143         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
19144         error set to match recent changes.
19145
19146 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
19147
19148         * gcc.dg/20011021-1.c: New test.
19149
19150 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
19151
19152         * gcc.c-torture/compile/20011023-1.c: New test.
19153
19154 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
19155
19156         * lib/g77.exp: Rewrite based on lib/g++.exp.
19157
19158 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
19159
19160         * gcc.c-torture/execute/20011019-1.c: New test.
19161
19162         * gcc.dg/20011018-1.c: New test.
19163
19164 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
19165
19166         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
19167
19168 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
19169
19170         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
19171         * gcc.dg/attr-invalid.c: Likewise.
19172
19173 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
19174
19175         * testsuite/gcc.dg/20011015-1.c: New test.
19176
19177 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19178
19179         * g++.dg/template/unify2.C: New test.
19180
19181 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19182
19183         * g++.dg/other/exception-specification.C: New test
19184
19185 2001-10-13  Tom Rix  <trix@redhat.com>
19186
19187         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
19188         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
19189
19190 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
19191
19192         * testsuite/gcc.dg/20011009-1.c: New test.
19193
19194 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
19195
19196         PR g++/4476
19197         * g++.dg/other/friend1.C: New test.
19198
19199 2001-10-11  Richard Henderson  <rth@redhat.com>
19200
19201         * g++.old-deja/g++.other/crash18.C: Add -S to options.
19202
19203 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19204
19205         * gcc.c-torture/compile/20011010-1.c: New.
19206
19207 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19208
19209         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
19210         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
19211         g77.f-torture/execute/execute.exp,
19212         g77.f-torture/noncompile/noncompile.exp,
19213         gcc.c-torture/compile/compile.exp,
19214         gcc.c-torture/execute/execute.exp,
19215         gcc.c-torture/execute/ieee/ieee.exp,
19216         gcc.c-torture/execute/memcheck/memcheck.exp,
19217         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
19218         objc/execute/execute.exp: Update FSF address.
19219
19220 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
19221
19222         * gcc.dg/cpp/cmdlne-C.c: Update.
19223         * gcc.dg/cpp/cmdlne-C2.c: New.
19224
19225 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19226
19227         * gcc.c-torture/execute/20011008-3.c: New.
19228
19229 2001-10-08  DJ Delorie  <dj@redhat.com>
19230
19231         * gcc.dg/20011008-1.c: New.
19232         * gcc.dg/20011008-2.c: New.
19233
19234 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19235
19236         * gcc.dg/cpp/spacing1.c: Update test.
19237
19238 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19239
19240         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
19241         spelling errors of "separate" as "seperate".
19242
19243 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
19244
19245         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
19246         enough to avoid inlining.
19247
19248 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19249
19250         * lib/g77.exp: set libg2c_dir correctly.
19251
19252 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19253
19254         * gcc.dg/cpp/macro11.c: New test.
19255
19256 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19257
19258         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
19259         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
19260         gcc.dg/format/multattr-3.c: New tests.
19261         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
19262         tests for format attributes on function pointers being rejected.
19263
19264 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19265
19266         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
19267
19268 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19269
19270         * g++.dg/warn/format1.C: New test.
19271
19272 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19273
19274         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
19275
19276 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19277
19278         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
19279
19280 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19281
19282         * gcc.dg/cpp/redef2.c: Add test.
19283
19284 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
19285
19286         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
19287         long-standing bug on i686, apparently.
19288         * gcc.c-torture/execute/loop-2c.x: New file.
19289         * gcc.c-torture/execute/loop-2d.x: New file.
19290         * gcc.c-torture/execute/loop-3c.x: New file.
19291
19292 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
19293
19294         * gcc.dg/cpp/20000625-2.c: Correct line number.
19295
19296 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19297
19298         * gcc.dg/cpp/macro10.c: New test.
19299         * gcc.dg/cpp/strify3.c: New test.
19300         * gcc.dg/cpp/spacing1.c: Add tests.
19301         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
19302         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
19303
19304 2001-09-24  DJ Delorie  <dj@redhat.com>
19305
19306         * gcc.c-torture/execute/20010924-1.c: New test.
19307
19308 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19309
19310         * testsuite/objc/execute/paste.m: Remove.
19311
19312 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19313
19314         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
19315
19316 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
19317
19318         * g77.dg/strlen0.f: New test.
19319
19320 2001-09-21  Richard Henderson  <rth@redhat.com>
19321
19322         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
19323         * g++.old-deja/g++.abi/vtable2.C: Likewise.
19324
19325 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
19326
19327         Table-driven attributes.
19328         * g++.dg/ext/attrib1.C: New test.
19329
19330 2001-09-20  DJ Delorie  <dj@redhat.com>
19331
19332         * gcc.dg/20000926-1.c: Update expected warning messages.
19333         * gcc.dg/array-2.c: Likewise, and test for warnings too.
19334         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
19335         array.
19336
19337 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
19338
19339         * g++.dg/eh/registers1.C: New test case.
19340
19341 2001-09-17  Richard Henderson  <rth@redhat.com>
19342
19343         * gcc.dg/array-5.c: Fix VLA decomposition test.
19344
19345 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19346
19347         * gcc.dg/cpp/line5.c: New testcase.
19348
19349 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19350
19351         * gcc.dg/cpp/macro9.c: New test.
19352
19353 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
19354
19355         * gcc.c-torture/execute/980223.c: Change type of addr from long
19356         to char *.
19357
19358 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
19359
19360         * gcc.c-torture/execute/20010915-1.c: New test.
19361
19362 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
19363
19364         * g77.dg/bprob: New directory.
19365         * g77.dg/bprob/bprob.exp: New file.
19366         * g77.dg/bprob/bprob-1.f: New test.
19367         * g77.dg/gcov: New directory.
19368         * g77.dg/gcov/gcov.exp: New file.
19369         * g77.dg/gcov/gcov-1.f: New test.
19370         * g77.dg/gcov/gcov-1.x: New file.
19371
19372 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19373
19374         * gcc.dg/cpp/directiv.c: Update.
19375         * gcc.dg/cpp/undef1.c: Update.
19376
19377 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
19378
19379         * gcc.dg/20010912-1.c: New test.
19380
19381 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
19382
19383         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
19384         language-independent file in lib.
19385         * lib/gcov.exp: New file.
19386
19387 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19388
19389         * gcc.c-torture/compile/20010911-1.c: New test.
19390
19391 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
19392
19393         * lib/profopt.exp: New, to support profile-directed optimizations.
19394         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
19395         * gcc.misc-tests/bprob-1.c: New test.
19396         * gcc.misc-tests/bprob-2.c: New test.
19397
19398 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
19399
19400         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
19401         XFAIL and which kinds of gcov output to verify.
19402         * gcc.misc-tests/gcov-4b.x: New file.
19403         * gcc.misc-tests/gcov-5b.x: New file.
19404         * gcc.misc-tests/gcov-6.x: New file.
19405         * gcc.misc-tests/gcov-7.c: New test.
19406         * gcc.misc-tests/gcov-7.x: New file.
19407
19408 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
19409
19410         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
19411         * gcc.misc-tests/gcov-6.c: New test.
19412
19413 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
19414
19415         PR c++/3986
19416         * g++.dg/abi/vbase1.C: New test.
19417
19418 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
19419
19420         * objc.dg/method-2.m: New.
19421
19422 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
19423
19424         PR c++/4203
19425         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
19426         * g++.dg/init/empty1.C: New test.
19427
19428 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
19429
19430         * gcc.c-torture/compile/20010903-1.c: New test.
19431
19432 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
19433
19434         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
19435         for m68k.
19436
19437 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
19438
19439         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
19440
19441         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
19442
19443         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
19444
19445 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
19446
19447         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
19448         for 16-bit 'unsigned int'.
19449
19450 2001-08-29  Kazu Hirata  <kazu@hxi.com>
19451
19452         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
19453
19454 2001-08-27  Richard Henderson  <rth@redhat.com>
19455
19456         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
19457         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
19458
19459 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
19460
19461         * gcc.dg/asm-names.c (ymain): New.
19462
19463 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
19464
19465         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
19466         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
19467         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
19468
19469 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19470
19471         * gcc.dg/compare5.c: New testcase.
19472
19473 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
19474
19475         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
19476         and "In instantiation".
19477
19478 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
19479
19480         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
19481
19482 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
19483
19484         * gcc.misc-tests/gcov.exp: Add support for branch information.
19485         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
19486         * gcc.misc-tests/gcov-4.c: New test.
19487         * gcc.misc-tests/gcov-4b.c: New test.
19488         * gcc.misc-tests/gcov-5b.c: New test.
19489
19490 2001-08-20  Zack Weinberg  <zackw@panix.com>
19491
19492         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
19493         expected to fail.
19494
19495 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19496
19497         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
19498
19499 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
19500
19501         * g++.dg/eh/template1.C: New test.
19502
19503 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
19504
19505         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
19506         Fix thinko.
19507         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
19508         for xfail.
19509
19510 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
19511
19512         * lib/g77-dg.exp:  Use prune.exp for common procedures
19513         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
19514         * lib/g77.exp: (g77-dg-prune) Remove
19515
19516 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
19517
19518         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
19519
19520 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19521
19522         * g++.dg/template/unify1.C: New test.
19523
19524 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
19525
19526         * g++.dg/abi/empty4.C: New test.
19527
19528 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
19529
19530         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
19531         solaris2.*
19532         * g77.f-torture/compile/pr3743.x: Likewise
19533
19534 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19535
19536         * g++.dg/other/using-declaration.C: New test.
19537
19538 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19539
19540         * gcc.dg/cpp/tr-sign.c: New testcase.
19541
19542 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19543
19544         * gcc.dg/cpp/19951025-1.c: Revert.
19545         * gcc.dg/cpp/directiv.c: We no longer process directives that
19546         interrupt macro arguments.
19547
19548 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
19549
19550         * gcc.dg/bconstp-1.c: New test.
19551
19552 2001-08-03  Richard Henderson  <rth@redhat.com>
19553
19554         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
19555
19556 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19557
19558         * gcc.dg/cpp/19951025-1.c: Update.
19559
19560 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
19561
19562         * g77.dg/ff90-1.f (s): Fix reference of variable z,
19563         should be x.
19564
19565 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
19566
19567         Kill -fhonor-std.
19568         * g++.old-deja/g++.ns/ns14.C: Remove special options.
19569         * g++.old-deja/g++.other/std1.C: Likewise.
19570         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
19571
19572 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
19573
19574         * lib/g77.exp:  Load gcc-defs.exp for common procedures
19575         (g77_pass, g77_fail, g77_finish, g77_exit,
19576         ${tool}_check_unsupported_p} Now redundant.  Deleted.
19577
19578 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
19579
19580         * g77.dg/fbackslash.f
19581         * g77.dg/fcase-preserve.f
19582         * g77.dg/ff90-1.f
19583         * g77.dg/ffixed-line-length-0.f
19584         * g77.dg/ffixed-line-length-132.f
19585         * g77.dg/ffixed-line-length-7.f
19586         * g77.dg/ffixed-line-length-72.f
19587         * g77.dg/ffixed-line-length-none.f
19588         * g77.dg/ffree-form-1.f
19589         * g77.dg/fno-backslash.f
19590         * g77.dg/fno-f90-1.f
19591         * g77.dg/fno-fixed-form-1.f
19592         * g77.dg/fno-onetrip.f
19593         * g77.dg/fno-typeless-boz.f
19594         * g77.dg/fno-underscoring.f
19595         * g77.dg/fno-vxt-1.f
19596         * g77.dg/fonetrip.f
19597         * g77.dg/ftypeless-boz.f
19598         * g77.dg/fugly-assumed.f
19599         * g77.dg/funderscoring.f
19600         * g77.dg/fvxt-1.f
19601
19602 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
19603
19604         * objc.dg/fwd-proto-1.m: New.
19605         * objc.dg/local-decl-1.m: New.
19606         * objc.dg/naming-1.m: New.
19607         * objc.dg/naming-2.m: New.
19608         * objc.dg/proto-hier-1.m: New.
19609
19610 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
19611
19612         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
19613         largest-type elements to a struct makes its size grow.
19614
19615 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19616
19617         * g++.dg/abi/vthunk1.C: New test.
19618
19619 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19620
19621         * g++.dg/abi/vbase8-22.C: New test.
19622
19623 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19624
19625         * gcc.dg/cpp/macro8.c: New test.
19626
19627 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19628
19629         * g++.dg/abi/vbase8-21.C: New test.
19630
19631 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19632
19633         * g++.dg/abi/vbase8-10.C: New test.
19634
19635 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19636
19637         * lib/g++.exp (g++_set_ld_library_path): Renamed to
19638         ${tool}_set_ld_library_path.
19639         Changed caller.
19640         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
19641         g++.exp.
19642
19643 2001-07-26  Stan Cox <scox@redhat.com>
19644
19645         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
19646         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
19647         gcc_exit, gcc_check_unsupported_p):
19648         Moved to gcc-deps.exp
19649         * gcc-deps.exp: New file.
19650
19651 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19652
19653         * g++.old-deja/g++.pt/defarg14.C: New test.
19654
19655 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19656
19657         * g++.old-deja/g++.other/lineno5.C: New test.
19658
19659 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19660
19661         * g++.old-deja/g++.pt/crash68.C: New test.
19662
19663 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19664
19665         * g++.old-deja/g++.other/crash42.C: New test.
19666
19667 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19668
19669         * gcc.dg/cpp/extratokens.c: Fix.
19670         * gcc.dg/cpp/skipping2.c: New tests.
19671
19672 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19673
19674         * gcc.c-torture/execute/20010724-1.c: New file.
19675         * gcc.c-torture/execute/20010724-1.x: New file.
19676
19677 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19678
19679         * g++.old-deja/g++.other/cond7.C: New test.
19680
19681 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19682
19683         * g++.old-deja/g++.other/optimize4.C: New test.
19684
19685 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19686
19687         * g++.old-deja/g++.abi/vbase8-5.C: New test.
19688
19689 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
19690
19691         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
19692         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
19693         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
19694         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
19695
19696         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
19697         bug report" message.
19698
19699         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
19700         * g++.dg/ext/instantiate1.C: Move from old-deja.
19701
19702 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
19703
19704         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
19705         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
19706         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
19707         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
19708
19709 2001-07-23  Jeffrey A Law  (law@cygnus.com)
19710
19711         * gcc.c-torture/execute/20010723-1.c: New test.
19712
19713 2001-07-23  Ben Elliston  <bje@redhat.com>
19714
19715         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
19716
19717 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19718
19719         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
19720         i[34567]86-*-*.
19721         Delete handling of ieee_multilib_flags.
19722         Pass -mieee for alpha*-*-* and sh-*-*.
19723         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
19724
19725 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
19726
19727         Remove old-abi tests.
19728         * g++.old-deja/g++.mike/p11116.C: Remove.
19729         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
19730
19731 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
19732
19733         * g77.f-torture/compile/pr3743.f:  New test
19734
19735 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
19736
19737         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
19738
19739 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19740
19741         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
19742         g++.old-deja/g++.pt/static6.C: Likewise.
19743         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
19744         supports weak symbols.
19745
19746 2001-07-18  Andreas Jaeger  <aj@suse.de>
19747
19748         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
19749         supported again.
19750
19751 2001-07-18  Andreas Jaeger  <aj@suse.de>
19752
19753         * gcc.dg/iftrap-1.c: Fix target line.
19754
19755 2001-07-17  Richard Henderson  <rth@redhat.com>
19756
19757         * gcc.c-torture/execute/20010717-1.c: New.
19758
19759 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
19760
19761         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
19762         tests.
19763
19764 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19765
19766         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
19767
19768 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19769
19770         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
19771         UAC_SIGBUS, UAC_NOPRINT definitions.
19772
19773 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
19774
19775         * objc/execute/object_is_class.m: New test.
19776         * objc/execute/object_is_meta_class.m: New test.
19777
19778 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
19779
19780         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
19781         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
19782
19783 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
19784
19785         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
19786         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
19787
19788 2001-07-14  Richard Henderson  <rth@redhat.com>
19789
19790         * gcc.dg/iftrap-1.c: New.
19791
19792 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
19793
19794         * g77.f-torture/execute/intrinsic77.f: New test.
19795
19796 2001-07-11  Janis Johnson <janis@us.ibm.com>
19797
19798         * gcc.misc-tests/gcov-3.c: New test.
19799
19800 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
19801
19802         * gcc.c-torture/compile/20010711-1.c,
19803         * gcc.c-torture/compile/20010711-2.c: New tests.
19804
19805 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
19806
19807         * gcc.c-torture/execute/20010711-1.c: New test.
19808
19809 2001-07-11  Ben Elliston  <bje@redhat.com>
19810
19811         * g++.old-deja/g++.other/enum5.C: New test.
19812
19813 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
19814
19815         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
19816         (g++-dg-prune): Call prune_gcc_output.
19817         * prune.exp: New file for prune_gcc_output.
19818         * lib/g++.exp, lib/gcc.exp: Load it.
19819
19820 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
19821
19822         * gcc.c-torture/compile/20010701-1.c,
19823         g++.old-deja/g++.ext/attrib6.C: New tests.
19824
19825 2001-07-06  Jeffrey A Law  (law@cygnus.com)
19826
19827         * gcc.c-torture/compile/20010706-1.c: New test.
19828
19829 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
19830
19831         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
19832
19833 2001-06-28  Stan Shebs  <shebs@apple.com>
19834
19835         * gcc.dg/pragma-darwin.c: New test.
19836
19837 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19838
19839         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
19840         Solaris 2.[678] system.
19841
19842 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19843
19844         * gcc.dg/20010622-1.c: New test.
19845
19846 2001-06-18  Stan Shebs  <shebs@apple.com>
19847
19848         * objc.dg: New directory.
19849         * objc.dg/dg.exp: New file.
19850         * objc.dg/alias.m: New.
19851         * objc.dg/class-1.m: New.
19852         * objc.dg/class-2.m: New.
19853         * objc.dg/const-str-1.m: New.
19854         * objc.dg/const-str-2.m: New.
19855         * objc.dg/id-1.m: New.
19856         * objc.dg/method-1.m: New.
19857         * objc.dg/super-class-1.m: New.
19858         * lib/objc-dg.exp: New file.
19859
19860 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19861
19862         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
19863         of label name.
19864
19865 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
19866
19867         * g++.old-deja/g++.abi/vbase8-9.C: New test.
19868
19869 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19870
19871         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
19872         variable.
19873
19874 2001-06-12  Richard Henderson  <rth@redhat.com>
19875
19876         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
19877
19878 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
19879
19880         * g++.old-deja/g++.abi/vbase5.C: New test.
19881         * g++.old-deja/g++.abi/vbase6.C: New test.
19882         * g++.old-deja/g++.abi/vbase7.C: New test.
19883
19884 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19885
19886         * gcc.c-torture/compile/20010610-1.c: New test.
19887
19888 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
19889
19890         * g++.old-deja/g++.abi/vbase4.C: New test.
19891
19892 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19893
19894         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
19895         support %f for HC11/HC12 targets.
19896         * gcc.c-torture/execute/930513-1.x: New file, likewise.
19897         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
19898         on HC11/HC12 targets.
19899         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
19900
19901 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19902
19903         * gcc.dg/wchar_t-1.c: New file.
19904         * gcc.dg/wint_t-1.c: Likewise.
19905
19906 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
19907
19908         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
19909
19910 2001-06-11  Richard Henderson  <rth@redhat.com>
19911
19912         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
19913
19914 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19915
19916         * gcc.c-torture/compile/20010611-1.c: New test.
19917
19918 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19919
19920         * gcc.dg/c99-tag-1.c: Add more tests.
19921
19922 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
19923
19924         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
19925         representation on MN10300 and ARM/Thumb.
19926
19927 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
19928
19929         * g77.f-torture/execute/20010610.f: New.
19930
19931 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
19932
19933         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
19934         names.
19935
19936 2001-06-09  Richard Henderson  <rth@redhat.com>
19937
19938         * gcc.c-torture/execute/ashrdi-1.c: New.
19939         * gcc.c-torture/execute/ashldi-1.c: New.
19940         * gcc.c-torture/execute/lshrdi-1.c: New.
19941
19942 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
19943
19944         * objc/execute/load-3.m: Added. Check sending +load to categories,
19945         in addition to classes.
19946
19947 2001-06-08  Stan Shebs  <shebs@apple.com>
19948
19949         * objc/execute/load-2.m: New test.  From Nicola Pero
19950         <n.pero@mi.flashnet.it>.
19951
19952 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
19953
19954         * gcc.c-torture/execute/20010605-2.c: New test.
19955
19956 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19957
19958         * g++.old-deja/g++.abi/vbase2.C: New test.
19959         * g++.old-deja/g++.abi/vbase3.C: New test.
19960
19961 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
19962
19963         * g++.old-deja/g++.pt/friend49.C: New test.
19964
19965 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
19966
19967         * g++.old-deja/g++.ext/anon3.C: New test.
19968
19969 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
19970
19971         * g++.old-deja/g++.other/conv7.C: New test.
19972
19973 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
19974
19975         * gcc.c-torture/compile/20010605-2.c: New test.
19976
19977 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19978
19979         * gcc.c-torture/execute/20010604-1.c: New test.
19980
19981 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
19982
19983         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
19984
19985 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
19986
19987         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
19988         (g++_link_flags): Likewise.
19989         (g++_init): Pass gccpath's value to two previous functions.
19990
19991 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19992
19993         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
19994         Ensure logfile entry matches exec command line.
19995
19996 2001-05-31  Richard Henderson  <rth@redhat.com>
19997
19998         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
19999         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
20000
20001 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
20002
20003         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
20004         compiler for irix6.2
20005
20006 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
20007
20008         * g++.old-deja/g++.other/optimize3.C: New file.
20009
20010 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
20011
20012         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
20013         assemble.
20014
20015 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
20016
20017         * g++.old-deja/g++.other/optimize2.C: New file.
20018
20019 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
20020
20021         * gcc.c-torture/compile/20010518-2.c: New file.
20022         * gcc.c-torture/execute/20010518-1.c: New file.
20023         * gcc.c-torture/execute/20010518-2.c: New file.
20024
20025 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20026
20027         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
20028
20029 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
20030
20031         G++ no longer defines builtins that do not begin with __builtin.
20032         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
20033         * g++.old-deja/g++.brendand/misc13.C: Likewise.
20034         * g++.old-deja/g++.law/builtin1.C: Likewise.
20035         * g++.old-deja/g++.law/cvt2.C: Likewise.
20036         * g++.old-deja/g++.mike/net5.C: Likewise.
20037         * g++.old-deja/g++.other/builtins1.C: Likewise.
20038         * g++.old-deja/g++.other/builtins2.C: Likewise.
20039         * g++.old-deja/g++.other/builtins3.C: Likewise.
20040         * g++.old-deja/g++.other/builtins4.C: Likewise.
20041         * g++.old-deja/g++.other/inline8.C: Likewise.
20042         * g++.old-deja/g++.robertl/eb39.C: Likewise.
20043
20044 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
20045
20046         * g++.old-deja/g++.pt/using1.C: Adjust.
20047         * g++.old-deja/g++.pt/using2.C: New test.
20048
20049 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
20050
20051         * gcc.dg/cpp/charconst.c: New tests.
20052         * gcc.dg/cpp/escape.c: New tests.
20053         * gcc.dg/cpp/escape-1.c: New tests.
20054         * gcc.dg/cpp/escape-2.c: New tests.
20055         * gcc.dg/cpp/ucs.c: New tests.
20056
20057 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
20058
20059         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
20060         native compiler for irix6.5.
20061
20062 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
20063
20064         * lib/g++.exp (g++_include_flags): Use args to compute
20065         get_multilibs.
20066         (g++_link_flags): Likewise.
20067         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
20068
20069 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20070
20071         * gcc.dg/c90-hexfloat-1.c: Add more tests.
20072
20073 2001-05-21  Geoff Keating  <geoffk@redhat.com>
20074
20075         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
20076         this file.
20077
20078 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20079
20080         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
20081         STACK_SIZE;
20082         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
20083         to STACK_SIZE; Use it to define size of add_histo array.
20084         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
20085         to STACK_SIZE.
20086         (f): Use GITT_SIZE to define size of gitt local table.
20087         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
20088         to STACK_SIZE; Use it to define size of bytemem array.
20089
20090 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20091
20092         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
20093         on 68HC11/HC12 due to the asm instruction.
20094         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
20095         * gcc.c-torture/compile/920520-1.x: Likewise.
20096         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
20097         on 68HC11/HC12 because the function is larger than 64K.
20098         * gcc.c-torture/compile/961203-1.x: New file, this test fails
20099         on 68HC11/HC12 because the structure is too large.
20100
20101 2001-05-20  Richard Henderson  <rth@redhat.com>
20102
20103         * gcc.c-torture/execute/20010520-1.c: New.
20104
20105 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20106
20107         * g++.old-deja/g++.warn/compare1.C: New test.
20108         * gcc.dg/compare4.c: New test.
20109
20110 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
20111
20112         * g++.old-deja/g++.other/optimize1.C: New test.
20113
20114 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20115
20116         * g++.old-deja/g++.pt/spec41.C: New test.
20117
20118 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
20119
20120         * gcc.c-torture/compile/20010114-1.x: Remove.
20121
20122 2001-05-18  Stan Shebs  <shebs@apple.com>
20123
20124         * gcc.c-torture/compile/20010518-1.c: New test.
20125
20126 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
20127
20128         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
20129         * g++.old-deja/g++.pt/crash67.C: New test.
20130
20131 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
20132
20133         * g++.old-deja/g++.other/debug9.C: New test.
20134
20135 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
20136
20137         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
20138
20139 2001-05-16  Jan Hubicka  <jh@suse.cz>
20140
20141         * gcc.c-torture/compile/20010516-1.c: New test.
20142
20143 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20144
20145         * g++.old-deja/g++.other/crash41.C: New test.
20146
20147 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20148
20149         * g++.old-deja/g++.pt/crash66.C: New test.
20150
20151 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
20152
20153         * g++.old-deja/g++.robertl/eb27.C: Convert.
20154
20155 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
20156
20157         * g++.dg/friend-warn.C: New test.  Do not warn about friend
20158         declaration being redundant.
20159
20160 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
20161
20162         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
20163
20164 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
20165
20166         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
20167
20168 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
20169
20170         * lib/g++.exp: Use testsuite_flags.
20171
20172 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
20173
20174         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
20175
20176 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20177
20178         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
20179
20180 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
20181
20182         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
20183
20184 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
20185
20186         * gcc.c-torture/compile/20010313-1.c: New test.
20187
20188 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
20189
20190         * gcc.dg/cpp/direct2.c: New test.
20191         * gccq.dg/cpp/direct2s.c: New test.
20192
20193         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
20194
20195 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
20196
20197         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
20198         * g++.old-deja/g++.other/op3.C: Likewise.
20199
20200 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
20201
20202         * gcc.dg/cpp/syshdr.h: New file.
20203         * gcc.dg/cpp/sysmac1.c: Update.
20204         * gcc.dg/cpp/sysmac2.c: Update.
20205
20206 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
20207
20208         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
20209
20210 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
20211
20212         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
20213         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
20214
20215 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
20216
20217         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
20218
20219 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
20220
20221         * lib/g++.exp (g++_include_flags): Don't use any special flags
20222         if TESTING_IN_BUILD_TREE is not defined.
20223         (g++_init): Use a plain 'c++' as the compiler if
20224         TESTING_IN_BUILD_TREEE is not defined.
20225
20226 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20227
20228         * g++.old-deja/g++.eh/catch13.C: New test.
20229         * g++.old-deja/g++.eh/catch14.C: New test.
20230
20231 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20232
20233         * gcc.dg/cpp/tr-define.c: New test.
20234
20235 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
20236
20237         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
20238         <stdlib.h>, not <malloc.h>.
20239
20240 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20241
20242         * g++.old-deja/g++.ns/template17.C: New test.
20243
20244 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20245
20246         * g++.old-deja/g++.pt/ref4.C: New test.
20247
20248 2001-04-30  Richard Henderson  <rth@redhat.com>
20249
20250         * gcc.dg/20000724-1.c: Revert last change.
20251
20252 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
20253
20254         * g77.f-torture/execute/20010430.f: New test.
20255
20256 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
20257
20258         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
20259
20260 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
20261
20262         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
20263
20264 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20265
20266         * g++.old-deja/g++.eh/crash6.C: New test.
20267
20268 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20269
20270         * g++.old-deja/g++.other/warn7.C: New test.
20271
20272 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20273
20274         * g++.old-deja/g++.other/defarg9.C: New test.
20275
20276 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20277
20278         * g77.f-torture/compile/20010426.f: New test.
20279         * g77.f-torture/execute/20010426.f: New test.
20280
20281 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20282
20283         * g77.f-torture/compile/20000629-1.x: Remove - error
20284         has been fixed.
20285
20286 2001-04-26  Jeffrey A Law  (law@cygnus.com)
20287
20288         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
20289         Tweak slightly to work with g++.dg framework.
20290         * g++.dg/special/ecos.exp: Run initp1.C test.
20291         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
20292
20293         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
20294         its linker doesn't give line numbers either.
20295         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
20296
20297 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20298
20299         * g++.old-deja/g++.other/lex1.C: New test.
20300
20301 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
20302
20303         * gcc.dg/noncompile/20010425-1.c: New test.
20304
20305 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20306
20307         * g++.old-deja/g++.pt/mangle2.C: New test.
20308
20309 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20310
20311         * gcc.dg/format/plus-1.c: New test.
20312
20313 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20314
20315         * gcc.dg/20010423-1.c: New test.
20316
20317 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20318
20319         * gcc.c-torture/execute/20010422-1.c: New test.
20320
20321 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
20322
20323         * g++.old-deja/g++.ns/type2.C: New test.
20324
20325 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
20326
20327         * g++.old-deja/g++.other/perf1.C: New test.
20328
20329 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
20330
20331         * gcc.dg/c99-func-2.c: Remove xfail.
20332         * gcc.dg/c99-func-3.c: Remove xfail.
20333         * gcc.dg/c99-func-4.c: Remove xfail.
20334
20335 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
20336
20337         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
20338
20339 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
20340
20341         * gcc.c-torture/compile/20010423-1.c: New test.
20342
20343 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20344
20345         * g++.old-deja/g++.pt/typename28.C: New test.
20346
20347 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20348
20349         * g++.old-deja/g++.abi/empty2.C: New test.
20350         * g++.old-deja/g++.abi/empty3.C: New test.
20351
20352 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20353
20354         * g++.old-deja/g++.other/comdat2.C: New test.
20355         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
20356
20357 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20358
20359         * g++.old-deja/g++.other/overload14.C: New test.
20360
20361 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20362
20363         * g++.old-deja/g++.other/lookup23.C: New test.
20364
20365 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20366
20367         * gcc.c-torture/execute/20010403-1.c: New test.
20368
20369 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
20370             Mark Mitchell  <mark@codesourcery.com>
20371
20372         * lib/old-dejagnu.exp: Don't delete output of executable.
20373         Add .exe suffix to executables.
20374
20375 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
20376
20377         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
20378
20379 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20380
20381         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
20382
20383 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20384
20385         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
20386         * g++.old-deja/g++.abi/crash1.C: New test.
20387
20388 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20389
20390         * g++.old-deja/g++.other/crash40.C: New test.
20391
20392 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20393
20394         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
20395
20396 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
20397
20398         * g++.old-deja/g++.other/warn6.C: New test.
20399
20400 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
20401
20402         * g++.old-deja/g++.robertl/eb42.C: Same.
20403
20404 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20405
20406         * gcc.dg/wtr-conversion-1.c: New testcase.
20407
20408 2001-04-10  Richard Henderson  <rth@redhat.com>
20409
20410         * g++.old-deja/g++.other/array5.C: New.
20411
20412 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20413
20414         * gcc.c-torture/execute/20010408-1.c: New test.
20415
20416 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
20417
20418         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
20419         headers and constructs.
20420         * g++.old-deja/g++.robertl/eb79.C: Same.
20421         * g++.old-deja/g++.robertl/eb77.C (main): Same.
20422         * g++.old-deja/g++.robertl/eb73.C: Same.
20423         * g++.old-deja/g++.robertl/eb66.C (main): Same.
20424         * g++.old-deja/g++.robertl/eb55.C (t): Same.
20425         * g++.old-deja/g++.robertl/eb54.C (main): Same.
20426         * g++.old-deja/g++.robertl/eb46.C (main): Same.
20427         * g++.old-deja/g++.robertl/eb44.C: Same.
20428         * g++.old-deja/g++.robertl/eb41.C (main): Same.
20429         * g++.old-deja/g++.robertl/eb4.C (main): Same.
20430         * g++.old-deja/g++.robertl/eb39.C: Same.
20431         * g++.old-deja/g++.robertl/eb33.C (main): Same.
20432         * g++.old-deja/g++.robertl/eb31.C (main): Same.
20433         * g++.old-deja/g++.robertl/eb30.C: Same.
20434         * g++.old-deja/g++.robertl/eb3.C: Same.
20435         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
20436         * g++.old-deja/g++.robertl/eb21.C: Same.
20437         * g++.old-deja/g++.robertl/eb15.C: Same.
20438         * g++.old-deja/g++.robertl/eb118.C: Same.
20439         * g++.old-deja/g++.robertl/eb115.C (main): Same.
20440         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
20441         * g++.old-deja/g++.robertl/eb109.C: Same.
20442         * g++.old-deja/g++.other/sibcall1.C (main): Same.
20443         * g++.old-deja/g++.mike/rtti1.C: Same.
20444         * g++.old-deja/g++.mike/p658.C: Same.
20445         * g++.old-deja/g++.mike/net46.C: Same.
20446         * g++.old-deja/g++.mike/net34.C: Same.
20447         * g++.old-deja/g++.mike/memoize1.C: Same.
20448         * g++.old-deja/g++.mike/eh2.C: Same.
20449         * g++.old-deja/g++.law/weak.C: Same.
20450         * g++.old-deja/g++.law/visibility7.C: Same.
20451         * g++.old-deja/g++.law/visibility25.C: Same.
20452         * g++.old-deja/g++.law/visibility22.C: Same.
20453         * g++.old-deja/g++.law/visibility2.C: Same.
20454         * g++.old-deja/g++.law/visibility17.C: Same.
20455         * g++.old-deja/g++.law/visibility13.C: Same.
20456         * g++.old-deja/g++.law/visibility10.C: Same.
20457         * g++.old-deja/g++.law/visibility1.C: Same.
20458         * g++.old-deja/g++.law/virtual3.C (eval): Same.
20459         * g++.old-deja/g++.law/vbase1.C: Same.
20460         * g++.old-deja/g++.law/operators32.C: Same.
20461         * g++.old-deja/g++.law/nest3.C: Same.
20462         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
20463         * g++.old-deja/g++.law/except5.C (main): Same.
20464         * g++.old-deja/g++.law/cvt7.C (run): Same.
20465         * g++.old-deja/g++.law/cvt2.C: Same.
20466         * g++.old-deja/g++.law/cvt16.C: Same.
20467         * g++.old-deja/g++.law/ctors6.C (bar): Same.
20468         * g++.old-deja/g++.law/ctors17.C (main): Same.
20469         * g++.old-deja/g++.law/ctors13.C: Same.
20470         * g++.old-deja/g++.law/ctors12.C (main): Same.
20471         * g++.old-deja/g++.law/ctors10.C: Same.
20472         * g++.old-deja/g++.law/code-gen5.C: Same.
20473         * g++.old-deja/g++.law/bad-error7.C: Same.
20474         * g++.old-deja/g++.law/arm9.C: Same.
20475         * g++.old-deja/g++.law/arm12.C: Same.
20476         * g++.old-deja/g++.law/arg8.C: Same.
20477         * g++.old-deja/g++.law/arg1.C: Same.
20478         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
20479         * g++.old-deja/g++.jason/template31.C: Same.
20480         * g++.old-deja/g++.jason/template24.C (main): Same.
20481         * g++.old-deja/g++.jason/2371.C: Same.
20482         * g++.old-deja/g++.eh/new2.C: Same.
20483         * g++.old-deja/g++.eh/new1.C: Same.
20484         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
20485         * g++.old-deja/g++.brendan/nest21.C (main): Same.
20486         * g++.old-deja/g++.brendan/err-msg3.C: Same.
20487         * g++.old-deja/g++.brendan/crash62.C: Same.
20488         * g++.old-deja/g++.brendan/crash52.C: Same.
20489         * g++.old-deja/g++.brendan/crash49.C (main): Same.
20490         * g++.old-deja/g++.brendan/crash38.C: Same.
20491         * g++.old-deja/g++.brendan/crash15.C (main): Same.
20492         * g++.old-deja/g++.brendan/copy9.C: Same.
20493
20494 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
20495
20496         * gcc.c-torture/execute/20001203-2.c (memset):
20497         Count argument is of type __SIZE_TYPE__.
20498
20499 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
20500
20501         * gcc.c-torture/compile/20010404-1.c: New test.
20502
20503 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
20504
20505         * gcc.c-torture/compile/20010326-1.c: New test.
20506
20507 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
20508
20509         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
20510         peculiarities of the SH.
20511         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
20512
20513 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20514
20515         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
20516         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
20517         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
20518
20519 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20520
20521         * g77.f-torture/compile/20010321-1.f: New test.
20522
20523 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20524
20525         * gcc.c-torture/compile/20010329-1.c: New test.
20526
20527 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20528
20529         * gcc.c-torture/execute/20010329-1.c: New test.
20530
20531 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20532
20533         * g++.old-deja/g++.other/eh4.C: Fix typo.
20534
20535 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20536
20537         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
20538
20539 2001-03-28  Philip Blundell  <philb@gnu.org>
20540
20541         * gcc.c-torture/compile/20010328-1.c: New test.
20542
20543 2001-03-27  Richard Henderson  <rth@redhat.com>
20544
20545         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
20546         * g++.old-deja/g++.eh/vbase3.C: Likewise.
20547
20548 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
20549
20550         * gcc.c-torture/compile/20010327-1.c: New test.
20551
20552 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
20553
20554         * g++.old-deja/g++.other/friend12.C: New test.
20555         * g++.old-deja/g++.other/friend9.C: Expect no errors.
20556         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
20557
20558 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20559
20560         * gcc.c-torture/execute/20010325-1.c: New test.
20561
20562 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
20563
20564         * g++.old-deja/g++.other/mangle3.C: New test.
20565
20566 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
20567
20568         * g++.old-deja/g++.other/anon8.C: New test.
20569
20570 2001-03-20  Philip Blundell  <philb@gnu.org>
20571
20572         * gcc.c-torture/compile/20010320-1.c: New test.
20573
20574 2001-03-17  Richard Henderson  <rth@redhat.com>
20575
20576         * g++.old-deja/g++.other/eh4.C: Add expected error text.
20577
20578 2001-03-15  Geoff Keating  <geoff@redhat.com>
20579
20580         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
20581         tests on AIX.
20582
20583 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
20584
20585         * g++.old-deja/g++.other/eh4.C: New test.
20586
20587 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
20588
20589         * gcc.dg/cpp/mi1.c: Update.
20590
20591 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
20592
20593         * g++.old-deja/g++.other/regstack.C: New test.
20594
20595 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
20596
20597         * g++.old-deja/g++.other/ref4.C: New test.
20598
20599 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
20600
20601         * objc/execute/va_method.m: Added.
20602         * objc/execute/IMP.m: Added.
20603         * objc/execute/_cmd.m: Added.
20604         * objc/execute/accessing_ivars.m: Added.
20605         * objc/execute/class-1.m: Added.
20606         * objc/execute/class-10.m: Added.
20607         * objc/execute/class-11.m: Added.
20608         * objc/execute/class-12.m: Added.
20609         * objc/execute/class-13.m: Added.
20610         * objc/execute/class-14.m: Added.
20611         * objc/execute/class-2.m: Added.
20612         * objc/execute/class-3.m: Added.
20613         * objc/execute/class-4.m: Added.
20614         * objc/execute/class-5.m: Added.
20615         * objc/execute/class-6.m: Added.
20616         * objc/execute/class-7.m: Added.
20617         * objc/execute/class-8.m: Added.
20618         * objc/execute/class-9.m: Added.
20619         * objc/execute/class-tests-1.h
20620         * objc/execute/class-tests-2.h
20621         * objc/execute/compatibility_alias.m: Added.
20622         * objc/execute/encode-1.m: Added.
20623         * objc/execute/formal_protocol-1.m: Added.
20624         * objc/execute/formal_protocol-2.m: Added.
20625         * objc/execute/formal_protocol-3.m: Added.
20626         * objc/execute/formal_protocol-4.m: Added.
20627         * objc/execute/formal_protocol-5.m: Added.
20628         * objc/execute/formal_protocol-6.m: Added.
20629         * objc/execute/formal_protocol-7.m: Added.
20630         * objc/execute/informal_protocol.m: Added.
20631         * objc/execute/initialize.m: Added.
20632         * objc/execute/load.m: Added.
20633         * objc/execute/many_args_method.m: Added.
20634         * objc/execute/nested-3.m: Added.
20635         * objc/execute/no_clash.m: Added.
20636         * objc/execute/private.m: Added.
20637         * objc/execute/redefining_self.m: Added.
20638         * objc/execute/root_methods.m: Added.
20639         * objc/execute/selector-1.m: Added.
20640         * objc/execute/static-1.m: Added.
20641         * objc/execute/static-2.m: Added.
20642         * objc/execute/va_method.m: Added.
20643
20644 2001-03-10  Richard Henderson  <rth@redhat.com>
20645
20646         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
20647
20648 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
20649
20650         * g++.old-deja/g++.other/crash31.C: XFAIL.
20651         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
20652         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
20653         * gcc.c-torture/execute/20010123-1.x: XFAIL.
20654         * gcc.c-torture/execute/20010124-1.x: XFAIL.
20655         * gcc.dg/sequence-pt-1.c: XFAIL one test.
20656
20657 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
20658
20659         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
20660
20661 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20662
20663         * gcc.dg/20000724-1.c: Don't use multiline strings.
20664
20665 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20666
20667         * objc/execute/string1.m, objc/execute/string2.m: Compare the
20668         result of -cString against what we expect it to be; don't just
20669         print it out for no one to read.
20670
20671         * objc/execute/string3.m, objc/execute/string4.m: New tests.
20672         Based on testcases provided by Nicola Pero.
20673
20674 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20675
20676         * gcc.dg/cpp/macro7.c: New test.
20677
20678 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20679
20680         * gcc.dg/cpp/multiline.c: Update.
20681
20682 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20683
20684         * g++.old-deja/g++.other/enum3.C: New test.
20685
20686 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20687
20688         * g++.old-deja/g++.other/pod1.C: New test.
20689
20690 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20691
20692         * g++.old-deja/g++.ext/overload1.C: New test.
20693
20694 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
20695
20696         * g++.old-deja/g++.pt/using1.C: New test.
20697
20698 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
20699
20700         * g++.old-deja/g++.other/using9.C: New test.
20701
20702 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
20703
20704         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
20705
20706         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
20707
20708 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
20709
20710         * g++.old-deja/g++.ext/realpt1.C: Remove.
20711
20712 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
20713
20714         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
20715
20716 2001-02-26  Will Cohen  <wcohen@redhat.com>
20717
20718         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
20719
20720 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
20721
20722         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
20723         templatized constructors.
20724
20725 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20726
20727         * gcc.c-torture/execute/20010224-1.c: New test.
20728
20729 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
20730
20731         * gcc.c-torture/execute/20010222-1.c: New test.
20732
20733 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
20734
20735         * g++.old-deja/g++.other/inline20.C: New test.
20736
20737 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
20738
20739         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
20740
20741 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
20742
20743         * g++.old-deja/g++.other/lookup22.C: New test.
20744
20745 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
20746
20747         * g77.dg: New directory.
20748         * g77.dg/20010216-1.f: New test case.
20749         * g77.dg/dg.exp: New driver.
20750         * lib/g77-dg.exp: New driver library.
20751
20752 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20753
20754         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
20755
20756 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
20757
20758         * g++.old-deja/g++.other/decl9.C: New test.
20759
20760 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
20761
20762         * g++.old-deja/g++.other/init16.C: Update the test so that it does
20763         not need <string> and also tests the initialization at runtime.
20764
20765 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
20766
20767         * gcc.c-torture/execute/longlong.c: New test.
20768
20769 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
20770
20771         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
20772
20773 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
20774
20775         * gcc.c-torture/execute/920302-1.c (execute):
20776         Change argument type to short.
20777
20778 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
20779
20780         * g++.old-deja/g++.pt/deduct6.C: New test.
20781
20782 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
20783
20784         * g++.old-deja/g++.pt/deduct5.C: New test.
20785
20786 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
20787
20788         * gcc.c-torture/execute/20010209-1.c: New test.
20789
20790 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
20791
20792         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
20793
20794 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
20795
20796         * g++.dg/vtgc1.C: Update for new ABI.
20797
20798         * consistency.vlad: New directory, 1665 files.
20799
20800 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
20801
20802         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
20803         return type.
20804         * gcc.dg/cpp/digraphs.c: Declare puts.
20805
20806 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20807
20808         * g++.old-deja/g++.other/warn5.C: New test.
20809
20810 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20811
20812         * g++.old-deja/g++.pt/spec40.C: New test.
20813
20814 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
20815
20816         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
20817         case.
20818         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
20819
20820 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
20821
20822         * gcc.c-torture/compile/20010209-1.c: New test.
20823
20824 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
20825
20826         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
20827         excess errors message but not if it crashes.
20828         * g++.old-deja/g++.other/crash27.C: Likewise.
20829         * g++.old-deja/g++.other/crash28.C: Likewise.
20830         * g++.old-deja/g++.other/crash30.C: Likewise.
20831         * g++.old-deja/g++.other/crash32.C: Likewise.
20832         * g++.old-deja/g++.other/crash35.C: Likewise.
20833         * g++.old-deja/g++.pt/inherit2.C: Likewise.
20834
20835 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20836
20837         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
20838         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
20839         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
20840         g77.f-torture/execute/execute.exp,
20841         g77.f-torture/noncompile/noncompile.exp,
20842         gcc.c-torture/execute/execute.exp,
20843         gcc.c-torture/execute/memcheck/memcheck.exp,
20844         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
20845         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
20846         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
20847         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
20848         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
20849         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
20850         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
20851         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
20852         Remove bug reporting instructions with ancient email addresses.
20853
20854 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
20855
20856         * gcc.dg/20010202-1.c: New test.
20857         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
20858
20859 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
20860
20861         * g++.dg/stdbool-if.C: New test.
20862
20863 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
20864
20865         * objc/execute/fdecl.m: Added main().
20866
20867 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
20868
20869         * gcc.c-torture/execute/20010206-1.c: New test.
20870
20871 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
20872
20873         * gcc.dg/cpp/avoidpaste1.c: Update.
20874
20875 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
20876
20877         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
20878         Pero <nicola@brainstorm.co.uk>.
20879         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
20880
20881 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
20882
20883         * g++.old-deja/g++.pt/spec39.C: New test.
20884
20885 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
20886
20887         * gcc.c-torture/compile/20010202-1.c: New test.
20888
20889 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
20890
20891         * g++.old-deja/g++.abi/primary2.C: New test.
20892         * g++.old-deja/g++.abi/primary3.C: New test.
20893         * g++.old-deja/g++.abi/primary4.C: New test.
20894         * g++.old-deja/g++.abi/primary5.C: New test.
20895         * g++.old-deja/g++.abi/vtable3.h: New test.
20896         * g++.old-deja/g++.abi/vtable3a.C: New test.
20897         * g++.old-deja/g++.abi/vtable3b.C: New test.
20898         * g++.old-deja/g++.abi/vtable3c.C: New test.
20899         * g++.old-deja/g++.abi/vtable3d.C: New test.
20900         * g++.old-deja/g++.abi/vtable3e.C: New test.
20901         * g++.old-deja/g++.abi/vtable3f.C: New test.
20902         * g++.old-deja/g++.abi/vtable3g.C: New test.
20903         * g++.old-deja/g++.abi/vtable3h.C: New test.
20904         * g++.old-deja/g++.abi/vtable3i.C: New test.
20905         * g++.old-deja/g++.abi/vtable3j.C: New test.
20906         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
20907
20908 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
20909
20910         * g++.old-deja/g++.other/anon6.C: New test.
20911         * g++.old-deja/g++.other/anon7.C: New test.
20912
20913 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
20914
20915         * gcc.dg/cpp/avoidpaste2.c: New tests.
20916
20917 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
20918
20919         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
20920
20921 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
20922
20923         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
20924         DECIMAL_DIG cases for Irix."
20925
20926 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
20927
20928         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
20929
20930 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
20931
20932         * gcc.dg/c99-tag-1.c: New test.
20933
20934 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
20935
20936         * gcc.dg/cpp/tr-warn1.c: Add tests.
20937
20938 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
20939
20940         * gcc.dg/cpp/avoidpaste1.c: Update.
20941         * gcc.dg/cpp/paste4.c: Update.
20942
20943 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
20944
20945         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
20946         cases for Irix.
20947
20948 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20949
20950         * g++.old-deja/g++.other/inline19.C: New test.
20951
20952 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
20953
20954         * gcc.dg/Wlarger-than.c: New test.
20955
20956 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
20957
20958         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
20959
20960 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
20961
20962         * gcc.c-torture/execute/20010129-1.c: New test.
20963         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
20964
20965 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
20966
20967         * gcc.dg/cpp/avoidpaste1.c: Test case.
20968
20969 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
20970
20971         * g++.old-deja/g++.other/inline18.C: New test.
20972
20973 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20974
20975         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
20976         and __builtin_putchar.
20977
20978 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
20979
20980         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
20981         tests.
20982
20983 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
20984
20985         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
20986         floating point number rounding mode to round to the nearest
20987         representable mode.
20988
20989 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
20990
20991         * g++.old-deja/g++.other/mangle2.C: New test.
20992
20993 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
20994
20995         * gcc.c-torture/compile/20010124-1.c: New test.
20996
20997 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
20998
20999         * g++.old-deja/g++.pt/spec38.C: New test.
21000
21001 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21002
21003         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
21004         "Build don't run".
21005
21006 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21007
21008         * gcc.c-torture/execute/20010123-1.c: New test.
21009
21010 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21011
21012         * g++.old-deja/g++.pt/spec37.C: New test.
21013
21014 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21015
21016         * g++.old-deja/g++.pt/overload14.C: New test.
21017
21018 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21019
21020         * gcc.c-torture/execute/20010122-1.c: New test, exercise
21021         __builtin_return_address.
21022
21023 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
21024
21025         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
21026         * g++.old-deja/g++.pt/spec35.C: New test.
21027         * g++.old-deja/g++.pt/spec36.C: New test.
21028
21029 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
21030
21031         * gcc.c-torture/compile/20010118-1.c: New test.
21032
21033 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
21034
21035         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
21036
21037 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21038
21039         * gcc.c-torture/execute/20010119-1.c: New test.
21040
21041 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21042
21043         * g++.old-deja/g++.other/vbase5.C: New test.
21044
21045 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21046
21047         * gcc.c-torture/execute/20010118-1.c: New test.
21048
21049 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21050
21051         * g++.old-deja/g++.pt/deduct3.C: New test.
21052
21053 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21054
21055         * g++.old-deja/g++.pt/spec34.C: New test.
21056
21057 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
21058
21059         * g77.f-torture/compile/20000601-2.f: New test.
21060
21061 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21062
21063         * g++.old-deja/g++.other/init17.C: New test.
21064
21065 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
21066
21067         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
21068
21069 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21070
21071         * g++.old-deja/g++.pt/unify8.C: New test.
21072
21073 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21074
21075         * g++.old-deja/g++.abi/vbase1.C: New test.
21076
21077 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21078
21079         * g++.old-deja/g++.pt/crash65.C: New test.
21080
21081 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21082
21083         * gcc.dg/cpp/assembl2.S: New test case.
21084
21085 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
21086
21087         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
21088         are supported.
21089
21090 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21091
21092         * g++.old-deja/g++.other/builtins1.C: New test.
21093         * g++.old-deja/g++.other/builtins2.C: Likewise.
21094         * g++.old-deja/g++.other/builtins3.C: Likewise.
21095         * g++.old-deja/g++.other/builtins4.C: Likewise.
21096
21097 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
21098
21099         * gcc.c-torture/compile/20010117-1.c: New test.
21100         * gcc.c-torture/compile/20010117-2.c: New test.
21101
21102 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21103
21104         * g77.f-torture/execute/20010116.[fx]: New test,
21105         XFAIL on i?86-*-*.
21106         * g77.f-torture/compile/20010115.f: Indicate it's
21107         a test for PR fortran/1636.
21108
21109 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21110
21111         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
21112
21113 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21114
21115         * g77.f-torture/compile/20010115.f: New test.
21116
21117 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
21118
21119         * g++.old-deja/g++.pt/nontype5.C: New test.
21120
21121 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
21122
21123         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
21124         have an equivalent working one below it.
21125
21126 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21127
21128         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
21129         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21130
21131 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21132
21133         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
21134         message containing "init_priority".
21135         (conpr-2.C): Likewise.
21136         (conpr-3.C): Likewise.
21137         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
21138
21139 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21140
21141         * gcc.c-torture/execute/20010114-2.c: New test.
21142
21143 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
21144
21145         * gcc.c-torture/compile/20010114-1.c: New test.
21146         * gcc.c-torture/compile/20010114-1.x: Xfail.
21147         * gcc.c-torture/compile/20010114-2.c: New test.
21148         * gcc.c-torture/execute/20010114-1.c: New test.
21149         * gcc.dg/trunc-1.c: New test.
21150         * gcc.dg/uninit-B.c: New test.
21151
21152 2001-01-13  Nick Clifton  <nickc@redhat.com>
21153
21154         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
21155         target.
21156
21157 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21158
21159         * gcc.c-torture/compile/20010113-1.c: New test.
21160
21161 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
21162
21163         * gcc.c-torture/compile/20001212-1.c: New test.
21164
21165 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21166
21167         * gcc.dg/cpp/widestr1.c: Update.
21168         * gcc.dg/cpp/prag-imp.c: Remove.
21169
21170 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
21171
21172         * gcc.c-torture/execute/20000801-3.x: Remove.
21173         * gcc.dg/c90-init-1.c: New test.
21174         * gcc.dg/c99-init-1.c: New test.
21175         * gcc.dg/c99-init-2.c: New test.
21176         * gcc.dg/gnu99-init-1.c: New test.
21177
21178 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
21179
21180         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
21181         testing that no relevant ones were found.
21182
21183 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21184
21185         * g++.old-deja/g++.pt/cast2.C: New test.
21186
21187 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21188
21189         * g++.old-deja/g++.pt/friend47.C: New test.
21190
21191 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21192
21193         * g++.old-deja/g++.pt/instantiate13.C: New test.
21194
21195 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21196
21197         * g++.old-deja/g++.other/defarg7.C: New test.
21198         * g++.old-deja/g++.other/defarg8.C: New test.
21199
21200 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21201
21202         * g++.old-deja/g++.pt/crash64.C: New test.
21203
21204 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21205
21206         * g++.old-deja/g++.pt/crash63.C: New test.
21207
21208 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
21209
21210         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
21211
21212 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
21213
21214         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
21215
21216 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21217
21218         * g++.old-deja/g++.pt/error3.C: New test.
21219
21220 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21221
21222         * g++.old-deja/g++.other/crash39.C: New test.
21223
21224 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21225
21226         * g++.old-deja/g++.other/vbase4.C: New test.
21227
21228 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
21229
21230         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
21231         * gcc.dg/special/20000419-2.c: New file. Identical to above.
21232         * gcc.dg/special/special.exp: New test driver which will check
21233         for alias support for the above test.
21234
21235 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
21236
21237         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
21238         problems on small machines.
21239         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
21240         parameterize.
21241
21242 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
21243
21244         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
21245         mips.
21246         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21247
21248 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
21249
21250         * g++.old_deja/g++.pt/using8.C: New test.
21251
21252 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21253
21254         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
21255
21256 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
21257
21258         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
21259         where a failure is expected.
21260         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
21261
21262 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21263
21264         * g++.old_deja/g++.pt/instantiate12.C: New test.
21265
21266 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21267
21268         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
21269         start of structs.
21270         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
21271         * g++.old-deja/g++.brendan/crash17.C: Likewise.
21272         * g++.old-deja/g++.brendan/crash29.C: Likewise.
21273         * g++.old-deja/g++.brendan/crash48.C: Likewise.
21274         * g++.old-deja/g++.brendan/ns1.C: Likewise.
21275         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
21276         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
21277         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
21278         * g++.old-deja/g++.eh/spec6.C: Likewise.
21279         * g++.old-deja/g++.jason/crash3.C: Likewise.
21280         * g++.old-deja/g++.law/ctors11.C: Likewise.
21281         * g++.old-deja/g++.law/ctors17.C: Likewise.
21282         * g++.old-deja/g++.law/ctors5.C: Likewise.
21283         * g++.old-deja/g++.law/ctors9.C: Likewise.
21284         * g++.old-deja/g++.mike/ambig1.C: Likewise.
21285         * g++.old-deja/g++.mike/net22.C: Likewise.
21286         * g++.old-deja/g++.mike/p3538a.C: Likewise.
21287         * g++.old-deja/g++.mike/p3538b.C: Likewise.
21288         * g++.old-deja/g++.mike/virt3.C: Likewise.
21289         * g++.old-deja/g++.niklas/t128.C: Likewise.
21290         * g++.old-deja/g++.other/anon4.C: Likewise.
21291         * g++.old-deja/g++.other/using1.C: Likewise.
21292         * g++.old-deja/g++.other/warn3.C: Likewise.
21293         * g++.old-deja/g++.pt/t37.C: Likewise.
21294         * g++.old-deja/g++.robertl/eb69.C: Likewise.
21295         * g++.old-deja/g++.robertl/eb71.C: Likewise.
21296
21297 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21298
21299         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
21300
21301 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21302
21303         * gcc.c-torture/execute/stdio-opt-3.c: New test.
21304
21305 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
21306
21307         * gcc.c-torture/compile/20010107-1.c: New test.
21308
21309 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21310
21311         * gcc.c-torture/execute/builtin-noret-1.c: New test.
21312
21313 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21314
21315         * gcc.dg/format/format.h: New file.
21316         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
21317         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
21318         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
21319         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
21320         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
21321         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
21322         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
21323         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
21324         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
21325         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
21326         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
21327         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
21328         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
21329         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
21330         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
21331         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
21332         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
21333         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
21334         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
21335         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
21336         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
21337         instead of declaring standard types, macros and functions in each
21338         test.
21339
21340 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
21341
21342         * gcc.c-torture/execute/20010106-1.c: New test.
21343
21344 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21345
21346         * gcc.dg/format/format.exp: New file.
21347         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
21348         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
21349         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
21350         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
21351         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
21352         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
21353         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
21354         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
21355         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
21356         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
21357         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
21358         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
21359         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
21360         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
21361         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
21362         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
21363         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
21364         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
21365         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
21366         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
21367         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
21368         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
21369         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
21370         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
21371         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
21372         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
21373         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
21374         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
21375         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
21376         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
21377         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
21378         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
21379         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
21380         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
21381         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
21382         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
21383         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
21384         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
21385         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
21386         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
21387         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
21388         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
21389
21390 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
21391
21392         * gcc.c-torture/execute/991228-1.c: Take word endianness into
21393         account.
21394
21395 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
21396
21397         * gcc.c-torture/execute/builtin-complex-1.c: New test.
21398
21399 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
21400
21401         * g++.old-deja/g++.pt/crash62.C: New test.
21402
21403 2001-01-04  Richard Henderson  <rth@redhat.com>
21404
21405         * gcc.dg/20000926-1.c: Update expected warnings.
21406         * gcc.dg/array-2.c: Likewise.
21407         * gcc.dg/array-4.c: Also validate flexible array members.
21408         * gcc.dg/c99-flex-array-1.c: New.
21409
21410 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21411
21412         * gcc.c-torture/compile/20001222-1.x: Remove.
21413
21414 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21415
21416         * gcc.c-torture/execute/built-in-setjmp.c: New.
21417
21418 2001-01-03  Richard Henderson  <rth@redhat.com>
21419
21420         * gcc.dg/940510-1.c: Update expected error wording.
21421         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
21422
21423 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
21424
21425         * lib/target-supports.exp (check_alias_available): Modified to
21426         indicate aliases not supported if only weak aliases are supported.
21427
21428 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21429
21430         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
21431         Turn on cmpstrsi checks for __pj__ and __i370__.
21432
21433 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21434
21435         * g++.old-deja/g++.other/virtual11.C: New test.
21436
21437 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21438
21439         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
21440
21441 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21442
21443         * gcc.c-torture/compile/20010102-1.c: New test.
21444
21445 2001-01-02  Andreas Jaeger  <aj@suse.de>
21446
21447         * gcc.dg/noreturn-3.c: New test.
21448
21449         * gcc.dg/noreturn-4.c: New test.
21450
21451 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21452
21453         * gcc.c-torture/execute/stdio-opt-1.c: Also test
21454         __builtin_fputc and __builtin_fwrite.
21455
21456 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21457
21458         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
21459         signed char, not default char.
21460
21461 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21462
21463         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
21464
21465 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
21466
21467         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
21468
21469 2000-12-29  Richard Henderson  <rth@redhat.com>
21470
21471         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
21472         (__cyg_profile_func_exit): Define.
21473
21474 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
21475
21476         * g++.dg/vtgc1.C: New test.
21477
21478 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
21479
21480         * gcc.dg/noncompile/20001228-1.c: New test.
21481
21482         * gcc.dg/20001228-1.c: New test.
21483
21484         * gcc.c-torture/execute/20001228-1.c: New test.
21485
21486 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
21487
21488         * gcc.dg/format-strfmon-1.c: New test.
21489
21490 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21491
21492         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
21493         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
21494         * gcc.c-torture/execute/string-opt-1.c: Likewise.
21495         * gcc.c-torture/execute/string-opt-2.c: Likewise.
21496         * gcc.c-torture/execute/string-opt-3.c: Likewise.
21497         * gcc.c-torture/execute/string-opt-4.c: Likewise.
21498         * gcc.c-torture/execute/string-opt-6.c: Likewise.
21499         * gcc.c-torture/execute/string-opt-7.c: Likewise.
21500         * gcc.c-torture/execute/string-opt-8.c: Likewise.
21501         * gcc.c-torture/execute/string-opt-9.c: Likewise.
21502         * gcc.c-torture/execute/string-opt-10.c: Likewise.
21503         * gcc.c-torture/execute/string-opt-11.c: Likewise.
21504         * gcc.c-torture/execute/string-opt-12.c: Likewise.
21505
21506         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
21507         * gcc.c-torture/execute/string-opt-4.c: Test index.
21508
21509 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
21510
21511         * gcc.c-torture/compile/20001226-1.c: New test.
21512
21513 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21514
21515         * gcc.c-torture/compile/20001222-1.c: New test.
21516         * gcc.c-torture/compile/20001222-1.x: Xfail.
21517
21518 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
21519
21520         * gcc.c-torture/execute/comp-goto-2.c: New test.
21521
21522 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
21523
21524         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
21525         Use long types if __INT_MAX__ is 32767.
21526         (main): Use cast to (sint32 *) when poking 88 into a_page.
21527
21528         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
21529
21530 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
21531
21532         * gcc.c-torture/compile/20001221-1.c: New test.
21533         * gcc.c-torture/execute/20001221-1.c: New test.
21534
21535 2000-12-20  Richard Henderson  <rth@redhat.com>
21536
21537         * g++.old-deja/g++.pt/crash36.C: Update error lines.
21538         * g++.old-deja/g++.robertl/eb109.C: Likewise.
21539
21540 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21541
21542         * gcc.dg/compare3.c: New test.
21543
21544 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21545
21546         * gcc.dg/format-warnll-1.c: New test.
21547
21548 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21549
21550         * gcc.dg/cpp/cmdlne-P.c: New test.
21551
21552 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21553
21554         * gcc.c-torture/execute/builtin-abs-1.c,
21555         gcc.c-torture/execute/builtin-abs-2.c: New tests.
21556
21557 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21558
21559         * gcc.dg/cpp/multiline.c: New test.
21560
21561 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21562
21563         * g++.old-deja/g++.other/syshdr1.C: Update.
21564         * gcc.dg/cpp/lineflags.c: Remove temporarily.
21565
21566 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21567
21568         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
21569
21570 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21571
21572         * g++.old-deja/g++.pt/ttp65.C: New test.
21573
21574 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21575
21576         * g++.old-deja/g++.pt/ttp64.C: New test.
21577
21578 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21579
21580         * g++.old-deja/g++.pt/spec33.C: New test.
21581
21582 2000-12-14  Catherine Moore  <clm@redhat.com>
21583
21584         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
21585         * gcc.c-torture/execute/920612-2.c: Likewise.
21586         * gcc.c-torture/execute/920428-2.c: Likewise.
21587         * gcc-c-torture/execute/va-arg-11.c: Call exit.
21588         * gcc.c-torture/execute/va-arg-21.c: Likewise.
21589
21590 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21591
21592         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
21593         * gcc.dg/pack-test-2.c: Likewise.
21594
21595 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21596
21597         Tests by Zack Weinberg <zackw@stanford.edu>.
21598
21599         * gcc.dg/cpp/defined.c: Update.
21600         * gcc.dg/cpp/defined_trad.c: New tests.
21601
21602 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21603
21604         * gcc.dg/cpp/trad-direct.c: Update.
21605
21606 2000-12-11  Neil Booth  <neilb@earthling.net>
21607
21608         * gcc.dg/cpp/defined_trad.c
21609
21610 2000-12-11  Neil Booth  <neilb@earthling.net>
21611
21612         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
21613
21614 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21615
21616         * gcc.dg/format-miss-2.c: New test.
21617
21618 2000-12-09  Neil Booth  <neilb@earthling.net>
21619
21620         * gcc.dg/cpp/lineflags.c: New tests.
21621         * gcc.dg/cpp/poison.c: Update.
21622         * gcc.dg/cpp/redef2.c: Update.
21623         * gcc.dg/cpp/skipping.c: New test.
21624
21625 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
21626
21627         * g++.old-deja/g++.other/eh3.C: New testcase.
21628
21629 2000-12-07  Neil Booth  <neilb@earthling.net>
21630
21631         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
21632         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
21633         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
21634         wtr-union-init-2.c, wtr-union-init-3.c: Update.
21635         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
21636         Update.
21637
21638 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21639
21640         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
21641         __SIZE_TYPE__ instead of int for type of integers cast to
21642         pointers.
21643
21644 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
21645
21646         * g++.old-deja/g++.other/cleanup4.C: New test.
21647
21648 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21649
21650         * format-sec-1.c: New test.
21651
21652 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21653
21654         * gcc.dg/format-nonlit-3.c: New test.
21655
21656 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21657
21658         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
21659         through a null pointer.
21660
21661 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21662
21663         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
21664         * g++.old-deja/g++.pt/partial4.C: New test.
21665
21666 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21667
21668         * gcc.c-torture/execute/ieee/hugeval.x: New.
21669
21670 2000-12-06  Neil Booth  <neilb@earthling.net>
21671
21672         * gcc.dg/cpp/backslash2.c: New tests.
21673
21674 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21675
21676         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
21677         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
21678
21679 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
21680
21681         * gcc.c-torture/execute/20001203-2.c: New testcase.
21682
21683 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
21684
21685         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
21686         * g++.old-deja/g++.other/virtual10.C: New test.
21687
21688 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
21689
21690         * g++.old-deja/g++.mike/pmf5.C: Remove test.
21691
21692 2000-12-05  Richard Henderson  <rth@redhat.com>
21693
21694         * gcc.c-torture/compile/20001205-1.c: New.
21695
21696 2000-12-04  Neil Booth  <neilb@earthling.net>
21697
21698         * g++.old-deja/g++.other/virtual9.C: New test.
21699         * g++.old-deja/g++.pt/crash61.C: New test.
21700         * gcc.c-torture/execute/loop-9.c: New test.
21701
21702 2000-12-04  Neil Booth  <neilb@earthling.net>
21703
21704         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
21705         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
21706         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
21707         * gcc.dg/cpp/extratokens.c: ...here.
21708
21709 2000-12-04  Neil Booth  <neilb@earthling.net>
21710
21711         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
21712         New tests.
21713
21714 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21715
21716         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
21717         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
21718
21719 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
21720
21721         * gcc.c-torture/execute/20001203-1.c: New test.
21722
21723 2000-12-03  Neil Booth  <neilb@earthling.net>
21724
21725         * gcc.dg/cpp/macro6.c: New test cases.
21726
21727 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21728
21729         * gcc.c-torture/execute/string-opt-9.c: New test.
21730         * gcc.c-torture/execute/string-opt-10.c: Likewise.
21731         * gcc.c-torture/execute/string-opt-11.c: Likewise.
21732         * gcc.c-torture/execute/string-opt-12.c: Likewise.
21733
21734         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
21735         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
21736
21737 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
21738
21739         * gcc.dg/cpp/if-6.c: New testcase.
21740
21741         * gcc.dg/20001201-1.c: New testcase.
21742
21743 2000-12-02  Neil Booth  <neilb@earthling.net>
21744
21745         * g++.old-deja/g++.other/externC4.C,
21746         g++.old-deja/g++.other/friend10.C: New tests.
21747
21748 2000-12-02  Neil Booth  <neilb@earthling.net>
21749
21750         * g++.old-deja/g++.other/instan2.C
21751         * g++.old-deja/g++.other/instan3.C: New test.
21752
21753 2000-12-02  Neil Booth  <neilb@earthling.net>
21754
21755         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
21756         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
21757         gnuc99.c,gnuc99-pedantic.c: New tests.
21758
21759 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21760
21761         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
21762         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
21763
21764 2000-12-01  Neil Booth  <neilb@earthling.net>
21765
21766         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
21767         * gcc.dg/cpp/poison.c: Update.
21768         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
21769
21770 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
21771
21772         * g77.f-torture/execute/20001201.f: New test.
21773
21774 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
21775
21776         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
21777
21778 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
21779
21780         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
21781
21782 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
21783
21784         * g++.old-deja/g++.other/cast6.C: New test.
21785
21786 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
21787
21788         * gcc.c-torture/execute/20001130-2.c: New testcase.
21789
21790 2000-11-30  Richard Henderson  <rth@redhat.com>
21791
21792         * gcc.c-torture/execute/20001130-1.c: New test.
21793
21794 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21795
21796         * g++.old-deja/g++.other/op3.C: New test.
21797
21798 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21799
21800         * g++.old-deja/g++.other/op2.C: New test.
21801
21802 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
21803
21804         * g++.old-deja/g++.other/crash38.C: New test.
21805
21806 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
21807
21808         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
21809
21810 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
21811
21812         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
21813         tests.
21814         * gcc.c-torture/execute/string-opt-6.c: New test.
21815
21816         * gcc.dg/20001117-1.c: Add main.
21817
21818 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
21819
21820         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
21821         Move from here ...
21822         * gcc.dg/940510-1.c: ... to here.
21823
21824         * gcc.dg/20000926-1.c: GNU C now allows initializations of
21825         zero-size arrays in toplevel structures.
21826
21827 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
21828
21829         * gcc.c-torture/execute/loop-8.c: New test.
21830
21831 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21832
21833         * g++.old-deja/g++.other/base1.C: New test.
21834
21835 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21836
21837         * g++.old-deja/g++.other/parse2.C: New test.
21838
21839 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21840
21841         * g++.old-deja/g++.pt/incomplete1.C: New test.
21842
21843 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
21844
21845         * g++.old-deja/g++.other/friend9.C: New test.
21846
21847 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
21848
21849         * gcc.dg/20001127-1.c: New test.
21850
21851 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
21852
21853         * g++.old-deja/g++.pt/friend46.C: New test.
21854
21855 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
21856
21857         * g++.old-deja/g++.other/ptrmem8.C: New test.
21858
21859 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21860
21861         * gcc.c-torture/execute/string-opt-7.c: New test.
21862         * gcc.c-torture/execute/string-opt-8.c: Likewise.
21863
21864 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
21865
21866         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
21867         instead of 'mkcheck 2'.
21868
21869 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
21870
21871         * gcc.c-torture/execute/memcheck/driver.c,
21872         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
21873         C9X references to refer to C99.
21874
21875 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
21876
21877         * gcc.dg/ultrasp3.c: New test.
21878
21879 2000-11-25  Neil Booth  <neilb@earthling.net>
21880
21881         * gcc.dg/cpp/include2.c: Update test to be locale independent.
21882
21883 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
21884
21885         * gcc.c-torture/compile/20001123-2.c: New.
21886
21887 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21888
21889         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
21890
21891 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
21892
21893         * gcc.dg/sequence-point-1.c: Add some new tests.
21894         * gcc.c-torture/execute/20001124-1.c: New test.
21895
21896 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
21897
21898         * g++.old-deja/g++.other/vaarg4.C: New test.
21899         * gcc.c-torture/compile/20001123-1.c: New test.
21900
21901 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
21902
21903         * g++.other/crash24.C: Adjust and remove XFAIL.
21904         * g++.other/crash37.C: New test.
21905
21906 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
21907
21908         * g++.old-deja/g++.pt/instantiate9.C: New test.
21909
21910 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
21911
21912         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
21913         new ABI, too.
21914
21915         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
21916         * g++.old-deja/g++.robertl/eb55.C: Likewise.
21917
21918 2000-11-22  Neil Booth  <neilb@earthling.net>
21919
21920         * gcc.dg/cpp/Wtrigraphs.c: New test.
21921
21922 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
21923
21924         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
21925
21926 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
21927
21928         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
21929
21930 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
21931
21932         * lib/gcc-dg.exp: load_lib scanasm.exp.
21933         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
21934         * lib/g++-dg.exp: load_lib scanasm.exp.
21935         * lib/scanasm.exp: New.
21936         (scan-assembler, scan-assembler-not): Add optional arguments to
21937         test name, or if not present, the pattern name.
21938         (scan-assembler-dem, scan-assembler-dem-not): New.
21939
21940         * g++.dg/dg.exp: New.
21941
21942 2000-11-21  Neil Booth  <neilb@earthling.net>
21943
21944         * gcc.dg/cpp/integrated1.c: Remove.
21945
21946 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
21947
21948         * gcc.c-torture/execute/20001121-1.c: New test.
21949
21950 2000-11-21  Richard Henderson  <rth@redhat.com>
21951
21952         * gcc.c-torture/compile/20001121-1.c: New test.
21953
21954 2000-11-20  Neil Booth  <neilb@earthling.net>
21955
21956         * gcc.dg/cpp/integrated1.c: New test.
21957
21958 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
21959
21960         * g++.old-deja/g++.other/inline17.C: New test.
21961
21962 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
21963
21964         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
21965         local variable to be zero: I made the variable global. Now
21966         uses abort() and exit() instead of relying on main's return value.
21967
21968 2000-11-20  Neil Booth  <neilb@earthling.net>
21969
21970         * gcc.dg/cpp/paste2.c: Update test.
21971         * objc/execute/paste.m: New test.
21972
21973 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
21974
21975         * gcc.dg/c99-condexpr-1.c: New test.
21976
21977 2000-11-20  Neil Booth  <neilb@earthling.net>
21978
21979         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
21980
21981 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
21982
21983         * g++.old-deja/g++.pt/export1.C: New test.
21984
21985 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
21986
21987         * gcc.dg/20001117-1.c: New test.
21988
21989 2000-11-18  Richard Henderson  <rth@redhat.com>
21990
21991         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
21992
21993 2000-11-18  Richard Henderson  <rth@redhat.com>
21994
21995         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
21996         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
21997         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
21998
21999 2000-11-18  Richard Henderson  <rth@redhat.com>
22000
22001         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
22002         (main): New.  Exit cleanly.
22003
22004 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22005
22006         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
22007         gcc.dg/c99-fordecl-2.c: New tests.
22008
22009 2000-11-18  Richard Henderson  <rth@redhat.com>
22010
22011         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
22012         * gcc.c-torture/execute/zerolen-2.c: New.
22013
22014 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22015
22016         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
22017         memory.
22018
22019 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22020
22021         * g++.old-deja/g++.pt/instantiate8.C: New test.
22022
22023 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22024
22025         * g++.old-deja/g++.other/incomplete.C: Add more tests.
22026         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
22027
22028 2000-11-16  Nick Clifton  <nickc@redhat.com>
22029
22030         * gcc.c-torture/execute/nestfunc-2.c: New test.
22031         * gcc.c-torture/execute/nestfunc-3.c: New test.
22032
22033 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22034
22035         * gcc.c-torture/compile/20001116-1.c: New test.
22036
22037 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22038
22039         * gcc.c-torture/execute/20001115-1.c: New test.
22040
22041 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
22042
22043         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
22044         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
22045         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
22046         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22047
22048 2000-11-15  Neil Booth  <neilb@earthling.net>
22049
22050         gcc.dg/cpp/_Pragma1.c: Update.
22051         gcc.dg/cpp/_Pragma2.c: New test.
22052
22053 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
22054
22055         * g++.old-deja/g++.other/anon5.C: New test.
22056
22057 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
22058
22059         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
22060         tests.
22061
22062 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
22063
22064         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
22065         output.
22066
22067 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22068
22069         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
22070         labels at end of compound statements.
22071
22072 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
22073
22074         * gcc.c-torture/execute/loop-7.c: New test.
22075
22076 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22077
22078         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
22079
22080 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22081
22082         * gcc.dg/c99-bool-1.c: New test.
22083
22084 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22085
22086         * gcc.dg/c99-scope-1.c: Remove xfail.
22087         * gcc.dg/c99-scope-2.c: New test.
22088
22089 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22090
22091         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
22092         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
22093
22094 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
22095
22096         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
22097         error messages.
22098
22099         * g++.mike/p700.C: Don't typedef wchar_t.
22100         * g++.mike/p784.C: Likewise.
22101         * g++.mike/eb101.C: Don't use __wchar_t.
22102
22103 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
22104
22105         * g77.f-torture/execute/20001111.[fx]: Test premature exit
22106         from DO loop.
22107
22108 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22109
22110         * gcc.c-torture/execute/20001111-1.c: New test.
22111
22112 2000-11-10  Nick Clifton  <nickc@redhat.com>
22113
22114         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
22115         long multuiple and accumulate.
22116
22117 2000-11-09  Richard Henderson  <rth@redhat.com>
22118
22119         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
22120         via size_t instead of int.
22121
22122         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
22123         * gcc.c-torture/execute/string-opt-2.c: Likewise.
22124         * gcc.c-torture/execute/string-opt-3.c: Likewise.
22125         * gcc.c-torture/execute/string-opt-4.c: Likewise.
22126
22127 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
22128
22129         * gcc.c-torture/compile/20001109-1.c: New test.
22130         * gcc.c-torture/compile/20001109-2.c: New test.
22131
22132 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
22133
22134         * g++.old-deja/g++.pt/operator1.C: New test.
22135         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
22136
22137 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22138
22139         * gcc.dg/20001108-1.c: New test.
22140
22141 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22142
22143         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
22144         with both arguments constant strings.
22145         * gcc.c-torture/execute/string-opt-3.c: New test.
22146         * gcc.c-torture/execute/string-opt-4.c: New test.
22147         * gcc.c-torture/execute/string-opt-5.c: New test.
22148
22149 2000-11-08  Nick Clifton  <nickc@redhat.com>
22150
22151         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
22152         mulsidi3adddi patterns.
22153
22154 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
22155
22156         * g++.old-deja/g++.other/crash36.C: New test.
22157
22158 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
22159
22160         * g++.old-deja/g++.other/init16.C: New test.
22161
22162 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
22163
22164         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
22165
22166 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22167
22168         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
22169         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22170         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22171
22172 2000-11-07  DJ Delorie  <dj@redhat.com>
22173
22174         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
22175
22176 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22177
22178         * gcc.c-torture/execute/string-opt-1.c: New test.
22179
22180 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22181
22182         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
22183         mips-sgi-irix6.* because the MIPS ABI passes floating-point
22184         parameters in registers, and there is no way for a varargs
22185         function to know in which order the integer and floating-point
22186         parameters should be interleaved when they are placed on the
22187         stack.
22188         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22189         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22190
22191 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22192
22193         * gcc.c-torture/execute/string-opt-2.c: New test.
22194
22195 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
22196
22197         * g++.old-deja/g++.pt/crash60.C: New test.
22198
22199 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22200
22201         * g++.old-deja/g++.other/crash24.C: New test.
22202         * g++.old-deja/g++.other/crash25.C: New test.
22203         * g++.old-deja/g++.other/crash26.C: New test.
22204         * g++.old-deja/g++.other/crash27.C: New test.
22205         * g++.old-deja/g++.other/crash28.C: New test.
22206         * g++.old-deja/g++.other/crash29.C: New test.
22207         * g++.old-deja/g++.other/crash30.C: New test.
22208         * g++.old-deja/g++.other/crash31.C: New test.
22209         * g++.old-deja/g++.other/crash32.C: New test.
22210         * g++.old-deja/g++.other/crash33.C: New test.
22211         * g++.old-deja/g++.other/crash34.C: New test.
22212         * g++.old-deja/g++.other/crash35.C: New test.
22213
22214 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22215
22216         * gcc.c-torture/execute/20001031-1.c: New test.
22217
22218 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
22219
22220         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
22221         namespace.
22222
22223         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
22224         standards-conformant.
22225
22226         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
22227
22228         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
22229         * g++.old-deja/g++.mike/p755a.C: Likewise.
22230         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
22231         library makes no calls to `operator new' during initialization.
22232
22233 2000-11-04  Neil Booth  <neilb@earthling.net>
22234
22235         * gcc.dg/cpp/include2.c: New tests.
22236
22237 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
22238
22239         * lib/g++.exp (g++_set_ld_library_path): New function.
22240         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
22241
22242 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
22243
22244         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
22245         warnings.
22246
22247 2000-11-01  Richard Henderson  <rth@redhat.com>
22248
22249         * g++.old-deja/g++.ext/namedret1.C: New.
22250         * g++.old-deja/g++.ext/namedret2.C: New.
22251         * g++.old-deja/g++.ext/namedret3.C: New.
22252
22253 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
22254
22255         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
22256         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
22257
22258 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22259
22260         * gcc.c-torture/execute/va-arg-21.c: New test.
22261
22262 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
22263
22264         * gcc.dg/c99-complex-2.c: New test.
22265
22266 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22267
22268         * gcc.c-torture/execute/stdio-opt-1.c: New test.
22269
22270 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
22271
22272         * g++.old-deja/g++.other/inline16.C: New test.
22273
22274 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
22275
22276         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
22277         __PRETTY_FUNCTION__
22278
22279 2000-10-29  Neil Booth  <neilb@earthling.net>
22280
22281         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
22282         New tests.
22283         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
22284         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
22285         optimisation.
22286
22287 2000-10-29  Neil Booth  <neilb@earthling.net>
22288
22289         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
22290         * mi1.c, mi1c.h: Add null directives to multiple-include test.
22291         * mi5.c: Test multiple includes work with -C.
22292         * trigraphs.c: Test ^= version.
22293
22294 2000-10-28  Neil Booth  <neilb@earthling.net>
22295
22296         New tests and test updates for new macro expander.
22297
22298         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
22299         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
22300         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
22301         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
22302         new diagnostic messages.
22303
22304         * gcc.dg/cpp/macro3.c: New tests.
22305
22306 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
22307
22308         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
22309         on the same line.
22310
22311 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
22312
22313         * g++.old-deja/g++.other/eh2.C: New test.
22314
22315 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22316
22317         * gcc.c-torture/execute/20001027-1.c: New test.
22318
22319 2000-10-26  Richard Henderson  <rth@redhat.com>
22320
22321         * gcc.c-torture/execute/20001026-1.c: New.
22322
22323 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
22324
22325         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
22326         * g++.old-deja/g++.law/builtin1.C: Likewise.
22327         * g++.old-deja/g++.law/ctors10.C: Likewise.
22328         * g++.old-deja/g++.law/virtual3.C: Likewise.
22329         * g++.old-deja/g++.mike/p658.C: Likewise.
22330         * g++.old-deja/g++.other/sibcall1.C: Likewise.
22331         * g++.old-deja/g++.other/vaarg2.C: Likewise.
22332         * g++.old-deja/g++.robertl/eb124.C: Likewise.
22333         * g++.old-deja/g++.robertl/eb44.C: Likewise.
22334         * g++.old-deja/g++.robertl/eb77.C: Likewise.
22335
22336 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
22337
22338         * gcc.c-torture/compile/20001024-1.c: New test.
22339
22340 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
22341
22342         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
22343         to tell us whether or not we are using V3.
22344
22345 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
22346
22347         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
22348         operands.
22349
22350 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22351
22352         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
22353
22354 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
22355
22356         * gcc.c-torture/execute/20001024-1.c: New test.
22357
22358 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
22359
22360         * g++.old-deja/g++.other/sibcall1.C: New test.
22361
22362 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
22363
22364         * gcc.dg/noncompile/init-3.c: New test.
22365
22366 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22367
22368         * gcc.dg/format-array-1.c: New test.
22369
22370 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22371
22372         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
22373         writing through null pointers; remove comment about testing
22374         unterminated strings.
22375
22376 2000-10-17  Matthew Hiller  <hiller@redhat.com>
22377
22378         * gcc.c-torture/execute/20001017-2.c: New test.
22379
22380 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22381
22382         * gcc.c-torture/compile/20001018-1.c: New test.
22383         * gcc.c-torture/compile/20001018-1.x: Xfail.
22384
22385 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22386
22387         * gcc.c-torture/execute/20001017-1.c: New test.
22388
22389 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22390
22391         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
22392         for multiple use of arguments with scanf formats; add tests for
22393         multiple use of arguments.
22394
22395 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
22396
22397         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
22398
22399 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22400
22401         * gcc.dg/format-miss-1.c: New test.
22402
22403 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22404
22405         * gcc.c-torture/execute/20001013-1.c: New test.
22406
22407 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22408
22409         * gcc.dg/format-branch-1.c: New test.
22410
22411 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22412
22413         * README, lib/file-format.exp: Remove EGCS references.
22414
22415 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22416
22417         * gcc.dg/20001013-1.c: New test.
22418
22419 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
22420
22421         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
22422         for intmax_t in the compiler using __typeof__ and the type rules
22423         for conditional expressions.
22424
22425 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
22426
22427         * gcc.dg/20001012-1.c: New test.
22428         * gcc.dg/20001012-2.c: New test.
22429
22430 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22431
22432         * gcc.dg/format-attr-1.c: New test.
22433
22434 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22435
22436         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
22437         __LONG_LONG_MAX__ instead of LLONG_MAX.
22438
22439 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22440
22441         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
22442         scanf flags.
22443         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
22444         flags.
22445
22446 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22447
22448         * gcc.dg/sequence-pt-1.c: New test.
22449
22450 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
22451
22452         * gcc.c-torture/execute/20001011-1.c: New testcase.
22453         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
22454
22455 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22456
22457         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
22458         does not error on it.
22459
22460 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22461
22462         * gcc.dg/20001009-1.c: New test.
22463
22464 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22465
22466         * gcc.c-torture/compile/20001009-1.c: Move from here ....
22467         * gcc.c-torture/execute/20001009-2.c: ... to here.
22468
22469 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
22470
22471         * gcc.c-torture/compile/20001009-1.c: New testcase.
22472         * gcc.c-torture/execute/20001009-1.c: New testcase.
22473         Testcases provided by Jan Hubicka <jh@suse.cz>.
22474
22475 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22476
22477         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22478         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
22479         uintmax_t using <limits.h> to emulate the compiler's internal
22480         logic.  No longer XFAIL %j tests.
22481
22482 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22483
22484         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
22485         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22486         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
22487         regexps and details of expected handling of some bad formats.
22488         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
22489         suppression.
22490
22491 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22492
22493         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
22494         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
22495         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
22496         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
22497         in list archives.
22498
22499 2000-10-06  Richard Henderson  <rth@cygnus.com>
22500
22501         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
22502         * g++.old-deja/g++.brendan/crash52.C: Likewise.
22503         * g++.old-deja/g++.jason/report.C: Likewise.
22504         * g++.old-deja/g++.law/friend5.C: Likewise.
22505         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
22506         of the expected warnings.
22507
22508 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
22509
22510         * g++.old-deja/g++.pt/enum14.C: New test.
22511
22512 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
22513
22514         * g++.old-deja/g++.pt/crash59.C: New test.
22515
22516 2000-10-04  Will Cohen  <wcohen@redhat.com>
22517
22518         * gcc.dg/20000926-1.c: New test.
22519
22520 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
22521
22522         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
22523         function name for current C++ compiler.
22524         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
22525
22526 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
22527
22528         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
22529         __PRETTY_FUNCTION__.
22530         * g++.old-deja/g++.ext/pretty2.C: Likewise.
22531
22532 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22533
22534         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
22535
22536 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
22537
22538         * gcc.c-torture/compile/20000923-1.c: New test.
22539
22540 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
22541
22542         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
22543         * g++.old-deja/g++.pt/ttp62.C: Same.
22544         * g++.old-deja/g++.other/inline14.C: Same.
22545
22546 2000-09-24  Richard Henderson  <rth@cygnus.com>
22547
22548         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
22549
22550 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
22551
22552         * gcc.dg/c90-printf-1.c: Add test for wide string format.
22553
22554 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
22555
22556         * gcc.c-torture/compile/20000922-1.c: New file.
22557
22558 2000-09-21  Nick Clifton  <nickc@redhat.com>
22559
22560         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
22561         a signed long modulo operation.
22562         (mod6): New function - perform an unsigned long modulo operation.
22563         (main): Add tests for modulos of very large numbers by very small
22564         dividends.
22565
22566 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22567
22568         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
22569
22570 2000-09-19  Richard Henderson  <rth@cygnus.com>
22571
22572         * gcc.dg/compare2.c (case 10): XFAIL.
22573
22574 2000-09-18  Richard Henderson  <rth@cygnus.com>
22575
22576         * gcc.c-torture/execute/20000906-1.c: Move ...
22577         * gcc.dg/20000906-1.c: ... here.  Only run on targets
22578         that support __builtin_trap.
22579
22580 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
22581
22582         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
22583
22584 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22585
22586         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
22587         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
22588         more $ format tests.
22589
22590 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22591
22592         * gcc.dg/format-errmk-1.c: New test.
22593
22594 2000-09-17  Greg McGary  <greg@mcgary.org>
22595
22596         * gcc.c-torture/execute/20000917-1.x: Remove.
22597
22598 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22599
22600         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
22601
22602 2000-09-17  Greg McGary  <greg@mcgary.org>
22603
22604         * gcc.c-torture/execute/20000917-1.c: New test.
22605         * gcc.c-torture/execute/20000917-1.x: XFAIL.
22606
22607 2000-09-16  Neil Booth  <NeilB@earthling.net>
22608
22609         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
22610         in nested macro bug.
22611
22612 2000-09-15  Neil Booth  <NeilB@earthling.net>
22613
22614         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
22615
22616 2000-09-14  Jeffrey A Law  (law@cygnus.com)
22617
22618         * gcc.c-torture/execute/20000914-1.c: New test.
22619
22620 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
22621
22622         * g++.other/inline13.C: New test.
22623
22624 2000-09-12  Andreas Jaeger  <aj@suse.de>
22625
22626         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
22627         constant by Ulrich Drepper <drepper@redhat.com>.
22628
22629 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
22630
22631         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
22632
22633 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22634
22635         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
22636
22637 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
22638
22639         * gcc.dg/cpp/backslash.c: New test.
22640
22641 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
22642
22643         * gcc.c-torture/execute/20000910-1.c: New test.
22644         * gcc.c-torture/execute/20000910-2.c: Likewise.
22645
22646 2000-09-11  Robert Lipe  <robertl@sco.com>
22647
22648         * gcc.dg/pragma-align.c: New test.
22649
22650 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
22651
22652         * g++.old-deja/g++.pt/explicit82.C: New test.
22653         * g++.old-deja/g++.pt/explicit83.C: New test.
22654
22655 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
22656
22657         * gcc.dg/asm-names.c: New test.
22658
22659 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22660
22661         * gcc.dg/cpp/tr-warn6.c: New test
22662
22663 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22664
22665         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
22666         be accepted.
22667
22668 2000-09-07  Catherine Moore  <clm@redhat.com>
22669
22670         * gcc.c-torture/execute/unroll-1.c: New test.
22671
22672 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
22673
22674         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
22675         ERROR markers.
22676         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
22677         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
22678         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
22679         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
22680         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
22681         Preprocess only.
22682         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
22683         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
22684
22685 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22686
22687         * g++.old-deja/g++.pt/deduct2.C: New test.
22688
22689 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22690
22691         * g++.old-deja/g++.pt/parms2.C: New test.
22692
22693 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22694
22695         * g++.old-deja/g++.pt/crash58.C: New test.
22696
22697 2000-09-06  Greg McGary  <greg@mcgary.org>
22698
22699         * gcc.c-torture/execute/20000906-1.c: New test.
22700         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
22701
22702 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22703
22704         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
22705
22706 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22707
22708         * g++.old-deja/g++.pt/crash57.C: New test.
22709
22710 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22711
22712         * g++.old-deja/g++.pt/crash56.C: New test.
22713
22714 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
22715
22716         * g++.old-deja/g++.pt/koenig1.C: New test.
22717
22718 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
22719
22720         * gcc.dg/20000904-1.c: New test.
22721
22722 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
22723
22724         * gcc.dg/cpp/paste8.c: New test.
22725
22726 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
22727
22728         * gcc.c-torture/compile/20000827-1.c: New test.
22729
22730 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22731
22732         * gcc.dg/format-diag-1.c: New test.
22733
22734 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22735
22736         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
22737         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
22738         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
22739         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
22740         gcc.dg/formatz-1.c: Adjust warning regular expressions.
22741
22742 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
22743
22744         * g++.old-deja/g++.other/nested4.C: New test.
22745
22746 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
22747
22748         * g++.old-deja/g++.ns/scoped1.C: New test.
22749
22750 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
22751
22752         * lib/g++.exp: Support testing already-installed GCC.
22753
22754 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22755
22756         * wtr-label-1.c, wtr-suffix-1.c: New tests.
22757
22758 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22759
22760         * gcc.dg/return-type-2.c: New test.
22761
22762 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
22763
22764         * gcc.c-torture/compile/20000825-1.c: New test.
22765
22766 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
22767
22768         * gcc.dg/dwarf2-2.c: New test.
22769
22770 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
22771
22772         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
22773         dg-warning regexps.
22774
22775 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22776
22777         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
22778         gcc.dg/format-ext-5.c: New tests.
22779
22780 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
22781
22782         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
22783
22784 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
22785
22786         * gcc.dg/noncompile/930622-2.c: Adjust error message.
22787
22788 2000-08-24  Richard Henderson  <rth@cygnus.com>
22789
22790         * gcc.dg/ia64-sync-1.c: New test.
22791         * gcc.dg/ia64-sync-2.c: New test.
22792         * gcc.dg/ia64-asm-1.c: New test.
22793
22794 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
22795
22796         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
22797         * gcc.dg/format-ext-2.c: New test.
22798
22799 2000-08-23  Jason Merrill  <jason@redhat.com>
22800
22801         * lib/old-dejagnu.exp: Also ignore "In member function" and
22802         "At global scope".
22803
22804 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22805
22806         * gcc.dg/noncompile/label-lineno-1.c: New test.
22807
22808 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
22809
22810         * gcc.dg/c99-array-nonobj-1.c: New test.
22811
22812 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
22813
22814         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
22815         tests.
22816         * gcc.dg/format-ext-1.c: New test.
22817
22818 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22819
22820         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
22821         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
22822         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
22823         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
22824         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
22825
22826 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
22827
22828         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
22829         gcc.dg/c99-strftime-2.c: New tests.
22830
22831 2000-08-22  Richard Henderson  <rth@cygnus.com>
22832
22833         * gcc.c-torture/execute/20000822-1.c: New test.
22834
22835 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
22836
22837         * gcc.c-torture/execute/20000819-1.x: Remove.
22838
22839 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
22840
22841         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
22842         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
22843         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
22844         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
22845         gcc.dg/format-xopen-1.c: New tests.
22846
22847 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
22848
22849         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
22850
22851 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
22852
22853         * g++.old-deja/g++.other/loop2.C: New test.
22854
22855         * gcc.c-torture/compile/20000606-1.c: New test.
22856         * gcc.c-torture/compile/20000728-1.c: New test.
22857         * gcc.c-torture/execute/20000801-1.c: New test.
22858         * gcc.c-torture/execute/20000801-2.c: New test.
22859         * gcc.c-torture/execute/20000819-1.c: New test.
22860         * gcc.c-torture/execute/20000819-1.x: XFAIL.
22861         * gcc.dg/20000629-1.c: New test.
22862         * gcc.dg/20000724-1.c: New test.
22863         * gcc.dg/20000807-1.c: New test.
22864
22865 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
22866
22867         * gcc.dg/cpp/pragma-1.c: New test.
22868         * gcc.dg/cpp/pragma-2.c: New test.
22869
22870 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
22871
22872         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
22873         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
22874
22875 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
22876
22877         * gcc.c-torture/compile/20000818-1.c: New test.
22878
22879 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
22880
22881         * gcc.c-torture/execute/20000818-1.c: New test.
22882
22883 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22884
22885         * gcc.dg/format-va-1.c: New test.
22886
22887 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
22888
22889         * g++.old-deja/g++.other/typedef8.C: New test.
22890
22891 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
22892
22893         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
22894         * g++.old-deja/g++.mike/net36.C: Mark candidate.
22895         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
22896         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
22897         * g++.old-deja/g++.other/ptrmem7.C: New test.
22898         * g++.old-deja/g++.pt/ptrmem10.C: New test.
22899
22900 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
22901
22902         * g++.old-deja/g++.pt/typename27.C: New test.
22903
22904 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
22905
22906         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
22907         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
22908         * g++.old-deja/g++.pt/friend45.C: New test.
22909         * g++.old-deja/g++.other/friend8.C: New test.
22910
22911 2000-08-15  Richard Henderson  <rth@cygnus.com>
22912
22913         * gcc.c-torture/execute/20000815-1.c: New test.
22914
22915 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
22916
22917         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
22918         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
22919         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
22920
22921 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
22922
22923         * g++.old-deja/g++.other/refinit2.C: New test.
22924
22925 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
22926
22927         * lib/c-torture.exp (c-torture): Make
22928         compiler_conditional_xfail_data global.
22929         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
22930         compiler_conditional_xfail_data machinery.
22931         (f-torture-execute): Likewise.
22932         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
22933         and only when unrolling loops.
22934
22935         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
22936
22937 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
22938
22939         * g++.old-deja/g++.pt/explicit81.C: New test.
22940
22941 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
22942
22943         * g++.old-deja/g++.pt/typename26.C: New test.
22944
22945 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
22946
22947         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
22948         warning.
22949
22950 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
22951
22952         * g++.old-deja/g++.other/array3.C: New test.
22953
22954 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22955
22956         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
22957         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
22958         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
22959         New tests.
22960
22961 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
22962
22963         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
22964         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22965
22966 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
22967
22968         * gcc.c-torture/execute/20000808-1.c: New test.
22969
22970 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
22971
22972         * gcc.dg/c90-const-expr-1.c: New test.
22973
22974 2000-08-08  Richard Henderson  <rth@cygnus.com>
22975
22976         * gcc.dg/noncompile/920923-1.c: Declare calloc.
22977
22978 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22979
22980         * gcc.dg/noncompile/const-ll-1.c: New test.
22981
22982 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22983
22984         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
22985
22986 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
22987
22988         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
22989         that running programs linked against the shared version of libobjc
22990         run correctly.
22991
22992 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22993
22994         * gcc.dg/c99-printf-1.c: New test.
22995
22996 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
22997
22998         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
22999
23000 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
23001
23002         * gcc.c-torture/execute/20000731-1.x: Delete.
23003
23004 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
23005
23006         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
23007         and torture_without_loops as is done by c-torture.exp.
23008         (search_for): Copy from c-torture.exp.
23009         (gcc-dg-runtest): New function, drives a directory of tests
23010         iterating over the TORTURE_OPTIONS.
23011         (scan-assembler, scan-assembler-not): Move here from
23012         individual directory drivers.
23013
23014         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
23015         defined by lib/gcc-dg.exp.
23016         * gcc.dg/cpp/cpp.exp: Likewise.
23017         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
23018         gcc-dg-runtest, so we cycle over optimization options.
23019
23020         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
23021         * gcc.dg/compare2.c: No longer expected to fail.
23022
23023 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
23024
23025         * gcc.c-torture/execute/20000804-1.c: New test.
23026
23027 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
23028
23029         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
23030
23031 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
23032
23033         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
23034
23035 2000-08-03  Jeffrey A Law  (law@cygnus.com)
23036
23037         * gcc.c-torture/compile/20000803-1.c: New test.
23038
23039 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
23040
23041         * gcc.c-torture/execute/20000801-3.c,
23042         gcc.c-torture/execute/20000801-4.c: New tests.
23043         * gcc.c-torture/execute/20000801-3.x,
23044         gcc.c-torture/execute/20000801-4.x: Xfail.
23045
23046 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
23047
23048         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
23049         libobjc/.libs to allow for libtool.
23050
23051 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
23052
23053         * gcc.c-torture/compile/20000802-1.c: New test.
23054
23055 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
23056
23057         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
23058
23059 2000-07-31  Jeffrey A Law  (law@cygnus.com)
23060
23061         * gcc-c-torture/execute/20000731-2.c: New test.
23062
23063         * gcc.c-torture/execute/20000731-1.c: New test.
23064         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
23065
23066 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
23067
23068         * testsuite/gcc.dg/cpp/paste7.c: New test.
23069         * gcc.dg/cpp/20000725-1.c: New test.
23070
23071 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
23072
23073         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
23074         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
23075         declaration warning for __builtin_dwarf_reg_size.
23076
23077         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
23078
23079 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
23080
23081         * gcc.dg/noncompile/voidparam-1.c: New test.
23082
23083 2000-07-30  Richard Henderson  <rth@cygnus.com>
23084
23085         * gcc.dg/c90-digraph-1.c: Don't xfail.
23086         * gcc.dg/compare2.c (case 10): Xfail.
23087         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
23088
23089 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
23090
23091         * gcc.dg/c99-main-1.c: New test.
23092
23093 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
23094
23095         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
23096
23097 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
23098
23099         * gcc.c-tortuer/execute/20000726-1.c: New test.
23100
23101 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
23102
23103         * gcc.c-torture/execute/enum-2.c: New test.
23104
23105 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23106
23107         * gcc.dg/cpp/tr-warn3.c: New test.
23108
23109 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23110
23111         * g++.old-deja/g++.ext/implicit1.C: Remove.
23112         * g++.old-deja/g++.jason/c2.C: Remove
23113         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
23114         * g++.old-deja/g++.pt/crash16.C: Likewise.
23115         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
23116
23117 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23118
23119         * g++.old-deja/g++.other/for2.C: New test.
23120
23121 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
23122
23123         * gcc.dg/20000720-1.c: New test.
23124
23125 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
23126
23127         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
23128
23129 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
23130
23131         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
23132         * gcc.c-torture/execute/20000722-1.c: New.
23133         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
23134
23135 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
23136
23137         * gcc.dg/cpp/20000720-1.S: New test.
23138
23139 2000-07-21  Michael Meissner  <meissner@redhat.com>
23140
23141         * gcc.c-torture/execute/ieee/hugeval.c: New test.
23142
23143 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23144
23145         * g++.old-deja/g++.brendan/crash16.C,
23146         g++.old-deja/g++.brendan/parse3.C,
23147         g++.old-deja/g++.brendan/redecl1.C,
23148         g++.old-deja/g++.ns/template13.C,
23149         g++.old-deja/g++.other/decl4.C,
23150         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
23151
23152 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23153
23154         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
23155         and "Internal error".
23156
23157         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
23158         regexps.
23159         * gcc.dg/cpp/paste6.c: New test.
23160
23161 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
23162
23163         * gcc.dg/cpp/tr-direct.c: New test.
23164
23165         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
23166         gcc.dg/cpp/undef1.c: Tweak error regexps.
23167
23168 2000-07-18  Eric Christopher <echristo@redhat.com>
23169
23170         * gcc.c-torture/compile/20000718-1.c: New test.
23171
23172 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
23173
23174         * cpplex.c (_cpp_push_token): If the token being pushed back
23175         is the previous token in this context, just subtract one from
23176         context->posn.
23177         * cppmacro.c (save_expansion): Clear aux field when storing a
23178         placemarker.
23179
23180 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
23181
23182         * gcc.dg/noncompile/redecl-1.c: New test.
23183
23184 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
23185
23186         * gcc.c-torture/execute/20000717-5.c: New test.
23187         * gcc.c-torture/execute/20000717-1.x: Removed.
23188
23189 2000-07-17  Richard Henderson  <rth@cygnus.com>
23190
23191         * gcc.c-torture/execute/20000717-4.c: New test.
23192
23193 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
23194
23195         * gcc.dg/cpp/syshdr.c: New test.
23196         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
23197
23198 2000-07-17  Neil Booth  <neilb@earthling.net>
23199
23200         * gcc.dg/cpp/cmdlne-dM.c: New test.
23201         * gcc.dg/cpp/cmdlne-dD.c: New test.
23202
23203 2000-07-17  Jeffrey A Law  (law@cygnus.com)
23204
23205         * gcc.c-torture/execute/20000717-3.c: New test.
23206
23207         * gcc.c-torture/compile/20000717-1.c: New test.
23208
23209 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
23210
23211         * gcc.c-torture/execute/20000717-2.c: New test.
23212
23213 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
23214
23215         * gcc.dg/formatz-1.c: New test.
23216
23217         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
23218         * gcc.dg/c99-digraph-1.c: New tests.
23219
23220         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
23221         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
23222
23223         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
23224         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
23225         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
23226         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
23227         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
23228         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
23229         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
23230
23231 2000-07-17   Greg McGary <greg@mcgary.org>
23232
23233         * gcc.c-torture/execute/20000717-1.c: New test.
23234         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
23235
23236 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
23237
23238         * gcc.c-torture/execute/20000715-2.c: New test.
23239         * gcc.dg/20000715-1.c: New test.
23240
23241 2000-07-15  Michael Meissner  <meissner@redhat.com>
23242
23243         * gcc.c-torture/execute/20000715-1.c: New test.
23244
23245 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
23246
23247         * gcc.c-torture/execute/20000707-1.c: New test.
23248
23249 2000-07-13  Neil Booth  <NeilB@earthling.net>
23250
23251         * testsuite/gcc.dg/cpp/digraph1.c,
23252         testsuite/gcc.dg/cpp/digraph2.c,
23253         testsuite/gcc.dg/cpp/digraphs.c: New tests.
23254
23255 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
23256
23257         * g77.f-torture/compile/20000630-2.f:  New test.
23258         * g77.f-torture/compile/20000630-2.x
23259
23260 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
23261
23262         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
23263
23264 2000-07-11  Neil Booth  <NeilB@earthling.net>
23265
23266         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
23267
23268 2000-07-11  Neil Booth  <NeilB@earthling.net>
23269
23270         * gcc.dg/cpp/cmdlne-C.c: New.
23271
23272 2000-07-09  Neil Booth  <NeilB@earthling.net>
23273
23274         * gcc.dg/cpp/directiv.c: New tests.
23275         * gcc.dg/cpp/undef1.c: Update.
23276
23277 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
23278
23279         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
23280
23281 2000-07-09  Neil Booth  <NeilB@earthling.net>
23282
23283         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
23284
23285 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
23286
23287         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
23288         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
23289
23290 2000-07-08  Neil Booth  <NeilB@earthling.net>
23291
23292         * gcc.dg/cpp/macsyntx.c: New tests.
23293
23294 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23295
23296         * gcc.dg/20000707-1.c: New test.
23297
23298 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23299
23300         * gcc.c-torture/execute/20000706-1.c: New test.
23301         * gcc.c-torture/execute/20000706-2.c: New test.
23302         * gcc.c-torture/execute/20000706-3.c: New test.
23303         * gcc.c-torture/execute/20000706-4.c: New test.
23304         * gcc.c-torture/execute/20000706-5.c: New test.
23305
23306 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23307
23308         * g++.old-deja/g++.pt/instantiate7.C: New test.
23309
23310 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23311
23312         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
23313         * g++.old-deja/g++.mike/thunk3.C: Likewise.
23314         * g++.old-deja/g++.other/rtti3.C: Likewise.
23315         * g++.old-deja/g++.other/rttid3.C: Likewise.
23316
23317 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
23318
23319         *  g77.f-torture/compile/20000630-1.x: Fix typo
23320
23321 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
23322
23323         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
23324         assembly output.
23325
23326 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
23327
23328         * gcc.dg/cpp/ident.c: New test.
23329
23330 2000-07-05  Neil Booth  <NeilB@earthling.net>
23331
23332         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
23333           gcc.dg/cpp/lexstrng.c: New tests.
23334
23335 2000-07-04  Neil Booth  <NeilB@earthling.net>
23336
23337         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
23338         * gcc.dg/cpp/strify2.c: Same.
23339
23340 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
23341
23342         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
23343         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
23344         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
23345         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
23346
23347         * testsuite/gcc.dg/cpp/macro1.c,
23348         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
23349         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
23350         testsuite/gcc.dg/cpp/strify1.c,
23351         testsuite/gcc.dg/cpp/strify2.c: New tests.
23352
23353 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
23354
23355         * gcc.c-torture/execute/20000703-1.c: New test.
23356
23357 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23358
23359         * g++.old-deja/g++.pt (lookup10.C): New test.
23360
23361 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23362
23363         * g++.old-deja/g++.pt (typename25.C): New test.
23364
23365 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
23366
23367         * gcc.c-torture/compile/20000701-1.c: New test.
23368
23369 2000-06-30  Nick Clifton  <nickc@cygnus.com>
23370
23371         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
23372         to test case.
23373
23374 2000-06-30  Catherine Moore  <clm@cygnus.com>
23375
23376         * gcc.c-torture/execute/align-1.c: New test.
23377
23378 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
23379
23380         * g++.old-deja/g++.pt/expr8.C: New test.
23381         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
23382
23383 2000-06-29  Nick Clifton  <nickc@cygnus.com>
23384
23385         * gcc.c-torture/compile/20000629-1.c: New test.
23386
23387 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23388
23389
23390         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
23391         gcc.dg/noncompile directory, depending on whether they're
23392         preprocessor tests or not.  Annotate all the tests for the dg
23393         framework.
23394
23395         * gcc.c-torture/noncompile/noncompile.exp: Delete.
23396         * gcc.dg/noncompile/noncompile.exp: New.
23397
23398         * Moved files:
23399         Old name                                New name
23400         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
23401         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
23402         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
23403         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
23404         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
23405         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
23406         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
23407         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
23408         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
23409         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
23410         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
23411         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
23412         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
23413         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
23414         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
23415         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
23416         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
23417         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
23418         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
23419         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
23420         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
23421         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
23422         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
23423         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
23424
23425         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
23426         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
23427         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
23428         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
23429         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
23430         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
23431
23432 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23433
23434         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
23435         declare one variable.  On the fourth, error.
23436         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
23437         declared by 20000628-1a.h.
23438
23439 2000-06-29  Richard Henderson  <rth@redhat.com>
23440
23441         * gcc.c-torture/execute/930529-1.x: New file.
23442         * gcc.dg/920413-1.c: Adjust expected warning text.
23443         * gcc.dg/980217-1.c: Declare abort.
23444         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
23445
23446 2000-06-29  Jeffrey A Law  (law@cygnus.com)
23447
23448         * g77.f-torture/compile/20000629-1.f: New test.
23449         * g77.f-torture/compile/20000629-1.x: Expected to fail.
23450
23451 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23452
23453         Rearrange lots of files, removing entirely the
23454         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
23455         directories.
23456
23457         * Deleted files:
23458         gcc.c-torture/code_quality/code_quality.exp
23459         gcc.c-torture/special/special.exp
23460         gcc.failure/failure.exp
23461         gcc.failure/940409-1.x
23462         gcc.c-torture/compile/961203-1.x
23463
23464         * New files:
23465         gcc.misc-tests/linkage.exp
23466         gcc.c-torture/execute/920730-1t.c
23467         gcc.c-torture/execute/920730-1t.x
23468         gcc.c-torture/compile/920520-1.x
23469         gcc.c-torture/compile/920521-1.x
23470         gcc.c-torture/compile/981006-1.x
23471         gcc.c-torture/execute/eeprof-1.x
23472
23473         * Moved files (possibly with modifications to fit a new harness):
23474         Old name                                New name
23475         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
23476         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
23477         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
23478         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
23479         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
23480         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
23481         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
23482         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
23483         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
23484         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
23485         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
23486         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
23487         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
23488         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
23489
23490 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23491
23492         * c-torture/compile/961203-1.x: Delete.
23493
23494         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
23495         not exit. Include stdio.h.
23496         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
23497         * gcc.misc-tests/dg-12.c: Likewise.
23498         * gcc.misc-tests/dg-5.c: Likewise.
23499         * gcc.misc-tests/dg-6.c: Likewise.
23500         * gcc.misc-tests/dg-7.c: Prototype abort.
23501         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
23502         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
23503         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
23504         not exit.
23505         * gcc.misc-tests/sieve.c: Use return from main, not exit.
23506         * gcc.misc-tests/sort2.c: Use return from main, not exit.
23507
23508 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
23509
23510         * gcc.dg/cpp/20000628-1.c: New test.
23511         * gcc.dg/cpp/20000628-1.h: New header for above test.
23512         * gcc.dg/cpp/20000628-1a.h: Likewise.
23513
23514 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
23515
23516         * gcc.dg/cpp: New directory.
23517         * gcc.dg/cpp/cpp.exp: New driver.
23518         * gcc.dg/cpp/20000627-1.c: New test.
23519         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
23520         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
23521         and rewrite as a compilation test.
23522
23523         * gcc.dg: Move many files into the cpp subdirectory, possibly
23524         renaming or editing them as well.
23525         Old name                New name
23526         990119-1.c              cpp/19990119-1.c
23527         990228-1.c              cpp/19990228-1.c
23528         990407-1.c              cpp/19990407-1.c
23529         990409-1.c              cpp/19990409-1.c
23530         990413-1.c              cpp/19990413-1.c
23531         990703-1.c              cpp/19990703-1.c
23532         20000127-1.c            cpp/20000127-1.c
23533         20000129-1.c            cpp/20000129-1.c
23534         20000207-1.c            cpp/20000207-1.c
23535         20000207-2.c            cpp/20000207-2.c
23536         20000209-1.c            cpp/20000209-1.c
23537         20000209-2.c            cpp/20000209-2.c
23538         20000301-1.c            cpp/20000301-1.c
23539         20000419-1.c            cpp/20000419-1.c
23540         20000510-1.S            cpp/20000510-1.S
23541         20000519-1.c            cpp/20000519-1.c
23542         20000529-1.c            cpp/20000529-1.c
23543         20000625-1.c            cpp/20000625-1.c
23544         20000625-2.c            cpp/20000625-2.c
23545         cpp-as1.c               cpp/assert1.c
23546         cpp-as2.c               cpp/assert2.c
23547         cxx-comments-1.c        cpp/cxxcom1.c
23548         cxx-comments-2.c        cpp/cxxcom2.c
23549         endif-label.c           cpp/endif.c
23550         cpp-hash1.c             cpp/hash1.c
23551         cpp-hash2.c             cpp/hash2.c
23552         cpp-if1.c               cpp/if-1.c
23553         cpp-if2.c               cpp/if-2.c
23554         cpp-if3.c               cpp/if-3.c
23555         cpp-if4.c               cpp/if-4.c
23556         cpp-if5.c               cpp/if-5.c
23557         cpp-cond.c              cpp/if-cexp.c
23558         cpp-missingop.c         cpp/if-mop.c
23559         cpp-missingparen.c      cpp/if-mpar.c
23560         cpp-opprec.c            cpp/if-oppr.c
23561         cpp-ifparen.c           cpp/if-paren.c
23562         cpp-shortcircuit.c      cpp/if-sc.c
23563         cpp-shift.c             cpp/if-shift.c
23564         cpp-unary.c             cpp/if-unary.c
23565         cpp-li1.c               cpp/line1.c
23566         cpp-li2.c               cpp/line2.c
23567         lineno.c                cpp/line3.c
23568         lineno-2.c              cpp/line4.c
23569         cpp-mi.c                cpp/mi1.c
23570         cpp-mic.h               cpp/mi1c.h
23571         cpp-micc.h              cpp/mi1cc.h
23572         cpp-mind.h              cpp/mi1nd.h
23573         cpp-mindp.h             cpp/mi1ndp.h
23574         cpp-mix.h               cpp/mi1x.h
23575         cpp-mi2.c               cpp/mi2.c
23576         cpp-mi2a.h              cpp/mi2a.h
23577         cpp-mi2b.h              cpp/mi2b.h
23578         cpp-mi2c.h              cpp/mi2c.h
23579         cpp-mi3.c               cpp/mi3.c
23580         cpp-mi3.def             cpp/mi3.def
23581         poison-1.c              cpp/poison.c
23582         pr-impl.c               cpp/prag-imp.c
23583         cpp-redef-2.c           cpp/redef1.c
23584         cpp-redef.c             cpp/redef2.c
23585         strpaste.c              cpp/strp1.c
23586         strpaste-2.c            cpp/strp2.c
23587         cpp-tradpaste.c         cpp/tr-paste.c
23588         cpp-tradstringify.c     cpp/tr-str.c
23589         cpp-tradwarn1.c         cpp/tr-warn1.c
23590         cpp-tradwarn2.c         cpp/tr-warn2.c
23591         trigraphs.c             cpp/trigraphs.c
23592         cpp-unc1.c              cpp/unc1.c
23593         cpp-unc2.c              cpp/unc2.c
23594         cpp-unc3.c              cpp/unc3.c
23595         cpp-unc.c               cpp/unc4.c
23596         undef.c                 cpp/undef1.c
23597         undef-2.c               cpp/undef2.c
23598         cpp-wi1.c               cpp/widestr1.c
23599
23600 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
23601
23602         * lib/g++.exp (g++_include_flags): Tweak.
23603
23604 2000-06-27  H.J. Lu  <hjl@gnu.org>
23605             Loren J. Rittle  <ljrittle@acm.org>
23606
23607         * lib/g++.exp (g++_include_flags): Override libgloss.exp
23608         version with one that knows about the new gcc tree structure.
23609         (g++_link_flags): Same.
23610
23611 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
23612
23613         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
23614         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
23615         case we are cross-compiling.
23616
23617         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
23618         g++.old-deja/g++.niklas/Makefile.in,
23619         g++.old-deja/g++.niklas/configure.in,
23620         g++.old-deja/g++.other/Makefile.in,
23621         g++.old-deja/g++.other/configure.in,
23622         gcc.c-torture/code_quality/Makefile.in,
23623         gcc.c-torture/code_quality/configure.in,
23624         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
23625         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
23626         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
23627         gcc.c-torture/execute/ieee/Makefile.in,
23628         gcc.c-torture/execute/ieee/configure.in,
23629         gcc.c-torture/noncompile/Makefile.in,
23630         gcc.c-torture/noncompile/configure.in,
23631         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
23632         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
23633         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
23634
23635 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23636
23637         * g++.old-deja/g++.other/ambig3.C: New test.
23638
23639 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23640
23641         * g++.old-deja/g++.pt/syntax1.C: New test.
23642         * g++.old-deja/g++.pt/syntax2.C: New test.
23643         * g++.old-deja/g++.other/syntax3.C: New test.
23644         * g++.old-deja/g++.other/syntax4.C: New test.
23645
23646 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23647
23648         * gcc.dg/20000623-1.c: Prototype exit and abort.
23649
23650 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23651
23652         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
23653         New tests.
23654         * gcc.dg/cpp-mi3.def: New file.
23655
23656         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
23657         inside assertions.
23658         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
23659         lexer's error messages.
23660         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
23661         divine anything from the linemarkers.
23662         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
23663         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
23664
23665 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
23666
23667         * gcc.dg/20000623-1.c: New test.
23668
23669 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
23670
23671         * gcc.c-torture/execute/20000622-1.c: New test.
23672
23673 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23674
23675         * g++.old-deja/g++.other/init15.C: New test.
23676
23677 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23678
23679         * g++.old-deja/g++.pt/vaarg2.C: New test.
23680         * g++.old-deja/g++.pt/vaarg3.C: New test.
23681
23682 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
23683
23684         * g++.old-deja/g++.other/dyncast6.C: New test.
23685
23686 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
23687
23688         * gcc.c-torture/execute/loop-6.c: New test.
23689
23690 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
23691
23692         * gcc.dg/20000614-1.c: New test.
23693         * gcc.dg/20000614-2.c: New test.
23694
23695 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
23696
23697         * g++.old-deja/g++.other/inline12.C: New test.
23698
23699 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
23700
23701         * g++.old-deja/g++.other/eh1.C: New test.
23702
23703 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
23704
23705         * g++.old-deja/g++.other/type.C: New test.
23706
23707 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
23708
23709         * g++.old-deja/g++.other/initstring.C: New test.
23710
23711 2000-06-12  Jason Merrill  <jason@redhat.com>
23712
23713         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
23714
23715 2000-06-09  Jeffrey A Law  (law@cygnus.com)
23716
23717         * gcc.c-torture/compile/20000609-1.c: New test.
23718
23719 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
23720
23721         * gcc.dg/20000609-1.c: New test.
23722
23723 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
23724
23725         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
23726         * gcc.c-torture/noncompile/poison-1.c: Move...
23727         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
23728         * gcc.dg/cpp-li1.c: Add a token after the #line.
23729
23730 2000-06-05  Richard Henderson  <rth@cygnus.com>
23731
23732         * gcc.c-torture/execute/20000605-2.c: New test.
23733         * gcc.c-torture/execute/20000605-3.c: New test.
23734
23735 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
23736
23737         * g77.f-torture/execute/20000503-1.x: New file.
23738
23739 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
23740
23741         * g++.old-deja/g++.eh/badalloc1.C: New test.
23742
23743 2000-06-05  Richard Henderson  <rth@cygnus.com>
23744
23745         * gcc.c-torture/execute/20000605-1.c: New test.
23746
23747 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
23748             Nathan Sidwell <nathan@codesourcery.com>
23749
23750         * gcc.c-torture/compile/20000605-1.c: New test.
23751
23752 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
23753
23754         * g77.f-torture/compile/20000601-1.f:  New test.
23755
23756 2000-06-03  Richard Henderson  <rth@cygnus.com>
23757
23758         * gcc.c-torture/execute/20000603-1.c: New.
23759
23760 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
23761
23762         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
23763         * gcc.dg/noreturn-2.c (noreturn): Likewise.
23764
23765 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
23766
23767         * gcc.dg/compare2.c (case 12): XFAIL.
23768         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
23769         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
23770
23771         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
23772
23773 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
23774
23775         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
23776         guard macro is already defined when the header is first
23777         included.
23778         * gcc.dg/cpp-mix.h: New file.
23779         * gcc.dg/endif-label.c: Update patterns to match compiler.
23780
23781         * g++.brendan/complex1.C: Declare abort.
23782         * g++.law/refs4.C: Remove XFAIL.
23783         * g++.oliva/expr2.C: Declare abort and exit.
23784
23785 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
23786
23787         * gcc.c-torture/execute/20000528-1.c: New test.
23788
23789         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
23790         * g++.old-deja/g++.law/temps4.C: Likewise.
23791
23792         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
23793         stdlib.h.  Call abort() on failure.
23794         * g++.old-deja/g++.law/refs4.C: Likewise.
23795         * g++.old-deja/g++.law/temps4.C: Likewise.
23796         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
23797         * gcc.c-torture/execute/20000112-1.c: Include string.h.
23798
23799 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
23800
23801         Relative to g++.dg/special:
23802         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
23803
23804         Relative to g++.old-deja:
23805         * g++.brendan/complex1.C, g++.jason/optimize2.C,
23806         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
23807         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
23808         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
23809         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
23810         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
23811         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
23812
23813         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
23814         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
23815         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
23816         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
23817         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
23818         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
23819         and/or string.h.
23820
23821         * g++.other/goto1.C: Update expectations for error messages.
23822
23823 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
23824
23825         * gcc.c-torture/compile/20000523-1.c: New test.
23826
23827 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
23828
23829         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
23830
23831 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
23832
23833         * g++.old-deja/g++.eh/catch11.C: New test.
23834         * g++.old-deja/g++.eh/catch12.C: New test.
23835
23836 2000-05-24  Nick Clifton  <nickc@cygnus.com>
23837
23838         * gcc.c-torture/execute/20000523-1.c: New test.
23839
23840 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
23841
23842         * c-torture/execute/bcp-1.c: Replace abort in arg of
23843         __builtin_constant_p with a generic external function.
23844
23845         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
23846         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
23847         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
23848         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
23849         Prototype abort and/or exit.
23850
23851         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
23852         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
23853         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
23854         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
23855
23856 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
23857
23858         * gcc.dg/dwarf2-1.c: New test.
23859
23860 2000-05-20  Richard Henderson  <rth@cygnus.com>
23861
23862         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
23863
23864 2000-05-20  Andreas Jaeger  <aj@suse.de>
23865
23866         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
23867         testcase.
23868
23869 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
23870
23871         * gcc.c-torture/execute/20000519-2.c: New test.
23872
23873 2000-05-19  Andreas Jaeger  <aj@suse.de>
23874
23875         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
23876         which fails with SSA.
23877
23878         * lib/c-torture.exp: Also test with -O3 -fssa.
23879
23880 2000-05-18  Michael Meissner  <meissner@redhat.com>
23881
23882         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
23883         * gcc.c-torture/execute/920415-1.c: Ditto.
23884         * gcc.c-torture/execute/920501-1.c: Ditto.
23885         * gcc.c-torture/execute/conversion.c: Ditto.
23886         * gcc.c-torture/execute/cvt-1.c: Ditto.
23887
23888 2000-05-18  Jeffrey A Law  (law@cygnus.com)
23889
23890         * gcc.c-torture/compile/20000518-1.c: New test.
23891
23892 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
23893
23894         * g77.f-torture/compile/200005018.f:  New test.
23895
23896 2000-05-17  Jeffrey A Law  (law@cygnus.com)
23897
23898         * gcc.c-torture/compile/20000517-1.c: New test.
23899
23900 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23901
23902         * gcc.c-torture/execute/20000516-1.c: New test.
23903
23904 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
23905
23906         * g++.old-deja/g++.other/eh.C: New test.
23907
23908 2000-05-12  Richard Henderson  <rth@cygnus.com>
23909
23910         * gcc.c-torture/execute/990208-1.c (main): Don't pass
23911         constants through to doit's conditional.
23912
23913 2000-05-11  Jeffrey A Law  (law@cygnus.com)
23914
23915         * gcc.c-torture/compile/20000511-1.c: New test.
23916         * g77.f-torture/compile/20000511-1.f: New test.
23917         * g77.f-torture/compile/20000511-2.f: New test.
23918
23919 2000-05-11  Michael Meissner  <meissner@redhat.com>
23920
23921         * gcc.c-torture/execute/20000511-1.c: New test.
23922
23923 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
23924
23925         * gcc.dg/dg.exp: Scan .S files as well as .c files.
23926         * gcc.dg/20000510-1.S: New.
23927
23928 2000-05-08  Catherine Moore  <clm@cygnus.com>
23929
23930         * gcc.dg/unused-3.c: New.
23931
23932 2000-05-06  Richard Henderson  <rth@cygnus.com>
23933
23934           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
23935           * g++.old-deja/g++.mike/warn1.C: Likewise.
23936           * g++.old-deja/g++.pt/local1.C: Likewise.
23937           * g++.old-deja/g++.pt/local7.C: Likewise.
23938           * g++.old-deja/g++.pt/spec16.C: Likewise.
23939
23940 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
23941
23942         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
23943
23944 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
23945
23946           * g77.f-torture/execute/20000503-1.f:  New test.
23947
23948 2000-05-04  Andreas Jaeger  <aj@suse.de>
23949
23950         * gcc.dg/noreturn-2.c: New test.
23951
23952 2000-05-04  Neil Booth  <NeilB@earthling.net>
23953
23954         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
23955         preprocessor.
23956
23957 2000-05-04  Richard Henderson  <rth@cygnus.com>
23958
23959         * gcc.c-torture/execute/20000503-1.c: Fix typo.
23960
23961 2000-05-04  Richard Henderson  <rth@cygnus.com>
23962
23963         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
23964         OpenSSL by Jason R Thorpe.
23965
23966 2000-05-03  Jim Wilson  <wilson@cygnus.com>
23967
23968         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
23969
23970 2000-05-03  Robert Lipe <robertlipe@usa.net>
23971
23972         * gcc.dg/20000503-1.c: New test.
23973
23974 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
23975
23976         * gcc.c-torture/compile/20000502-1.c: New test.
23977         * g++.old-deja/g++.other/align.C: New test.
23978         * gcc.dg/cpp-tradstringify.c: New test.
23979
23980 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
23981
23982         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
23983         and hard registers.
23984
23985 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
23986
23987         * gcc.c-torture/execute/loop-5.c: New test.
23988
23989 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
23990
23991         * gcc.c-torture/execute/va-arg-20.c: New test.
23992
23993 2000-04-23  Jeffrey A Law  (law@cygnus.com)
23994
23995         * gcc.c-torture/execute/20000422-1.c: New test.
23996
23997 2000-04-20  Greg McGary  <gkm@gnu.org>
23998
23999         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
24000         when optimizing, but without sibling-call optimizations (-O1).
24001
24002 2000-04-20  Jeffrey A Law  (law@cygnus.com)
24003
24004           * gcc.c-torture/compile/20000420-1.c: New test.
24005
24006 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
24007
24008         * g++.abi/ptrflags.C: New test.
24009         * g++.eh/catchptr1.C: Test incomplete pointer chains.
24010
24011 2000-04-19  Catherine Moore  <clm@cygnus.com>
24012
24013         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
24014
24015 2000-04-19  Greg McGary  <gkm@gnu.org>
24016
24017         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
24018         sibling-call optimizations.
24019
24020 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
24021
24022         * gcc.dg/20000419-1.c: New test.
24023
24024 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
24025
24026         * gcc.c-torture/execute/20000412-6.c: New test.
24027
24028 2000-04-12  Jeffrey A Law  (law@cygnus.com)
24029
24030         * gcc.c-torture/execute/20000412-5.c: New test.
24031         * g77.f-torture/compile/20000412-1.f: New test.
24032         * gcc.c-torture/execute/20000412-4.c: New test.
24033         * gcc.c-torture/compile/20000412-2.c: New test.
24034         * gcc.c-torture/execute/20000412-3.c: New test.
24035         * gcc.c-torture/compile/20000412-1.c: New test.
24036         * gcc.c-torture/execute/20000412-2.c: New test.
24037
24038 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
24039
24040         * objc/execute/bf-20.m: New test.
24041
24042 2000-04-10  Richard Henderson  <rth@cygnus.com>
24043
24044         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
24045
24046         * gcc.c-torture/execute/20000412-1.c: New test.
24047
24048 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
24049
24050         * g++.old-deja/g++.eh/catchptr1.C: New test.
24051
24052 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
24053
24054         * g++.old-deja/g++.abi/cxa_vec.C: New test.
24055
24056 2000-04-08  Neil Booth  <NeilB@earthling.net>
24057
24058         * gcc.dg/cpp-nullchar.c: Remove test as
24059         embedded nulls cause problems.
24060
24061 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24062
24063         * gcc.dg/compare2.c: New test.
24064
24065 2000-04-08  Neil Booth  <NeilB@earthling.net>
24066
24067         * gcc.dg/cpp-nullchar.c: New test.
24068
24069 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
24070
24071         * gcc.dg/cpp-mi2.c: New test.
24072         * gcc.dg/cpp-mi2[abc].h: New files.
24073
24074 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
24075
24076         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
24077         member name.
24078
24079 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
24080
24081         * g++.old-deja/g++.abi/vmihint.C: New test.
24082
24083 2000-04-06  Neil Booth  <NeilB@earthling.net>
24084
24085         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
24086         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
24087         copyright.
24088
24089 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
24090
24091         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
24092         avoid stack-frame overwrite.
24093
24094 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
24095
24096         * gcc.c-torture/compile/20000405-2.c: New test.
24097         * gcc.c-torture/compile/20000405-3.c: New test.
24098
24099 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24100
24101         * gcc.c-torture/compile/20000405-1.c: New test.
24102
24103 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
24104
24105         * gcc.dg/cast-qual-1.c: Revert last change.
24106
24107 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24108
24109         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
24110
24111 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
24112
24113         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
24114         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
24115
24116 2000-04-03  Jeffrey A Law  (law@cygnus.com)
24117
24118         * gcc.c-torture/compile/20000403-2.c: New test.
24119         * gcc.c-torture/compile/20000403-1.c: New test.
24120
24121 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
24122
24123         * gcc.c-torture/execute/20000403-1.c: New test.
24124
24125 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
24126
24127         * gcc.c-torture/execute/20000402-1.c: New test.
24128
24129 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
24130
24131         * gcc.c-torture/execute/va-arg-15.c: New test.
24132         * gcc.c-torture/execute/va-arg-16.c: New test.
24133         * gcc.c-torture/execute/va-arg-17.c: New test.
24134         * gcc.c-torture/execute/va-arg-18.c: New test.
24135         * gcc.c-torture/execute/va-arg-19.c: New test.
24136
24137 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
24138
24139         * gcc.c-torture/compile/981211-1.c: Move to...
24140         * gcc.dg/cpp-as1.c: ...here.
24141         * gcc.dg/cpp-as2.c: New file.
24142
24143         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
24144         compiler.
24145
24146 2000-04-02  Neil Booth  <NeilB@earthling.net>
24147
24148         * gcc.dg/cpp-cond.c  New tests.
24149         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
24150         accidental success less likely.
24151         * gcc.dg/cpp-missingop.c  New tests.
24152         * gcc.dg/cpp-missingparen.c  New tests.
24153         * gcc.dg/cpp-shift.c  New tests.
24154         * gcc.dg/cpp-shortcircuit.c  New tests.
24155         * gcc.dg/cpp-unary.c  New tests.
24156
24157 2000-03-29  Jeffrey A Law  (law@cygnus.com)
24158
24159         * gcc.c-torture/compile/20000329-1.c: New test.
24160
24161 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
24162
24163         * gcc.c-torture/compile/20000326-1.c: New test.
24164         * gcc.c-torture/compile/20000326-2.c: New test.
24165
24166 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
24167
24168         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
24169         the first parameter is a function argument.
24170
24171 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
24172
24173         * g++.old-deja/g++.ext/array4.C: New test.
24174
24175 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
24176
24177         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
24178
24179 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24180
24181         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
24182
24183 2000-03-19  Richard Henderson  <rth@cygnus.com>
24184
24185         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
24186
24187 2000-03-19  Richard Henderson  <rth@cygnus.com>
24188
24189         * gcc.c-torture/compile/20000319-1.c: New test.
24190
24191 2000-03-14  Jeffrey A Law  (law@cygnus.com)
24192
24193         * gcc.c-torture/execute/20000314-3.c: New test.
24194         * gcc.c-torture/execute/20000314-2.c: New test.
24195         * gcc.c-torture/execute/20000314-1.c: New test.
24196         * gcc.c-torture/compile/20000314-2.c: New test.
24197         * gcc.c-torture/compile/20000314-1.c: New test.
24198
24199 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
24200
24201         * g++.old-deja/g++.warn/inline.C: New test.
24202
24203 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
24204
24205         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
24206         standards-compliant result rather than specific constants.
24207         Put test-values in array.
24208
24209 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
24210
24211         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
24212         (g++_target_compile): Put test-specific options last.
24213
24214 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24215
24216         * g++.old-deja/g++.eh/vbase4.C: New test.
24217
24218 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24219
24220         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
24221
24222 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24223
24224         * g++.old-deja/g++.brendan/misc12.C: Removed.
24225         * g++.old-deja/g++.pt/memtemp77.C: Constify.
24226         * g++.old-deja/g++.ext/pretty4.C: New test.
24227
24228 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24229
24230         * g++.old-deja/g++.other/string2.C: New test.
24231
24232 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
24233
24234         * g++.old-deja/g++.warn/impint2.C: New test.
24235
24236 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
24237
24238         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
24239         is 1, not zero.
24240
24241 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
24242
24243         * g++.old-deja/g++.warn/impint.C: New test.
24244         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
24245         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
24246         * g++.old-deja/g++.pt/explicit12.C: Likewise.
24247         * g++.old-deja/g++.pt/explicit13.C: Likewise.
24248         * g++.old-deja/g++.pt/explicit17.C: Likewise.
24249         * g++.old-deja/g++.pt/explicit18.C: Likewise.
24250         * g++.old-deja/g++.pt/explicit19.C: Likewise.
24251         * g++.old-deja/g++.pt/explicit23.C: Likewise.
24252         * g++.old-deja/g++.pt/explicit31.C: Likewise.
24253         * g++.old-deja/g++.pt/explicit35.C: Likewise.
24254         * g++.old-deja/g++.pt/explicit6.C: Likewise.
24255         * g++.old-deja/g++.pt/memclass7.C: Likewise.
24256
24257 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
24258
24259         * gcc.dg/cpp-redef.c: New test.
24260
24261 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
24262
24263         * g++.old-deja/g++.pt/unify7.C: New test.
24264
24265 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
24266
24267         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
24268         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
24269
24270 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
24271
24272         * gcc.c-torture/compile/20000224-1.c: New test.
24273
24274 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24275
24276         * gcc.c-torture/compile/cpp-2.c: New test.
24277         * gcc.c-torture/compile/cpp-1.c: New test.
24278
24279 2000-02-25  Jeffrey A Law  (law@cygnus.com)
24280
24281         * gcc.c-torture/execute/20000225-1.c: New test.
24282
24283 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24284
24285         * gcc.dg/cpp-li2.c: New test.
24286
24287         * gcc.dg/cpp-wi1.c: New test.
24288
24289         * gcc.dg/cpp-li1.c: New test.
24290
24291 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
24292
24293         * g++.old-deja/g++.other/sizeof5.C: New test.
24294
24295 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24296
24297         * gcc.c-torture/execute/va-arg-13.c: New test.
24298
24299 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
24300
24301         * gcc.c-torture/execute/va-arg-12.c: New test.
24302
24303 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24304
24305         * gcc.c-torture/execute/20000223-1.c: New test.
24306
24307 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24308
24309         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
24310
24311 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
24312
24313         * g++.old-deja/g++.abi/ptrmem.C: New test.
24314
24315 2000-02-19  Richard Henderson  <rth@cygnus.com>
24316
24317         * gcc.c-torture/compile/init-3.c: New.
24318
24319 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
24320
24321         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
24322         ALWAYS_CXXFLAGS.
24323
24324 2000-02-11  Robert Lipe <robertl@sco.com>
24325
24326         * gcc.c-torture/compile/20000211-3.c: New test.
24327
24328 2000-02-11  Martin Buchholz <martin@xemacs.org>
24329
24330         * gcc.c-torture/compile/20000211-2.c: New test.
24331
24332 2000-02-11  Jeffrey A Law  (law@cygnus.com)
24333
24334         * gcc.c-torture/compile/20000211-1.c: New test.
24335
24336 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
24337
24338         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
24339           on native targets
24340
24341 2000-02-08  Nathan Sidwell  <nathan@acm.org>
24342
24343         * g++.old-deja/g++.other/cast5.C: New test.
24344
24345 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
24346
24347         * gcc.c-torture/execute/20000205-1.c: New.
24348
24349 2000-02-03  Nathan Sidwell  <nathan@acm.org>
24350
24351         * g++.old-deja/g++.jason/cast3.C: Return void.
24352         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
24353
24354 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24355
24356         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
24357
24358         * gcc.dg/loop-1.c: New test.
24359
24360 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
24361
24362         * gcc.c-torture/compile/20000127-1.c: New test.
24363         * gcc.c-torture/execute/991228-1.c: New test.
24364
24365 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24366
24367         * gcc.dg/unused-2.c: New test.
24368
24369         * gcc.dg/conv-1.c: New test.
24370
24371 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
24372
24373         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
24374         compiler.
24375         (tool_option_proc): Fix typo.
24376
24377 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
24378
24379         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
24380         of the ld on the host, not on the build machine.
24381         Also, don't crash if '--help' is not a supported option.
24382
24383 2000-01-24  Richard Henderson  <rth@cygnus.com>
24384
24385         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
24386
24387 2000-01-20  Jeffrey A Law  (law@cygnus.com)
24388
24389         * gcc.c-torture/execute/20000120-2.c: New test.
24390         * gcc.c-torture/execute/20000120-1.c: New test.
24391
24392 2000-01-13  Jeffrey A Law  (law@cygnus.com)
24393
24394         * gcc.c-torture/execute/20000113-1.c: New test.
24395
24396 2000-01-12  Jeffrey A Law  (law@cygnus.com)
24397
24398         * gcc.c-torture/execute/20000112-1.c: New test.
24399
24400 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24401
24402         * gcc.dg/20000111-1.c: New test.
24403
24404 2000-01-10  Jeffrey A Law  (law@cygnus.com)
24405
24406         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
24407         with 16 bit integers.
24408
24409 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24410
24411         * gcc.dg/20000108-1.c: New test.
24412
24413 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24414
24415         * g++.old-deja/g++.ns/koenig8.C: New test.
24416
24417 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24418
24419         * g++.old-deja/g++.other/cast4.C: New test.
24420
24421 2000-01-05  Jeffrey A Law  (law@cygnus.com)
24422
24423         * gcc.c-torture/compile/20000105-2.c: New test.
24424         * gcc.c-torture/compile/20000105-1.c: New test.
24425
24426 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24427
24428         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
24429         references to printf & atoi to conform to ANSI standard.
24430         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
24431         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
24432         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
24433         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
24434         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
24435         * g++.old-deja/g++.brendan/complex1.C: Likewise.
24436         * g++.old-deja/g++.brendan/copy1.C: Likewise.
24437         * g++.old-deja/g++.brendan/copy2.C: Likewise.
24438         * g++.old-deja/g++.brendan/copy3.C: Likewise.
24439         * g++.old-deja/g++.brendan/copy4.C: Likewise.
24440         * g++.old-deja/g++.brendan/copy5.C: Likewise.
24441         * g++.old-deja/g++.brendan/copy6.C: Likewise.
24442         * g++.old-deja/g++.brendan/copy7.C: Likewise.
24443         * g++.old-deja/g++.brendan/copy8.C: Likewise.
24444         * g++.old-deja/g++.brendan/crash11.C: Likewise.
24445         * g++.old-deja/g++.brendan/crash14.C: Likewise.
24446         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
24447         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
24448         * g++.old-deja/g++.brendan/delete2.C: Likewise.
24449         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
24450         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
24451         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
24452         * g++.old-deja/g++.brendan/eh1.C: Likewise.
24453         * g++.old-deja/g++.brendan/groff1.C: Likewise.
24454         * g++.old-deja/g++.brendan/init3.C: Likewise.
24455         * g++.old-deja/g++.brendan/misc12.C: Likewise.
24456         * g++.old-deja/g++.brendan/misc7.C: Likewise.
24457         * g++.old-deja/g++.brendan/new2.C: Likewise.
24458         * g++.old-deja/g++.brendan/operators4.C: Likewise.
24459         * g++.old-deja/g++.brendan/operators5.C: Likewise.
24460         * g++.old-deja/g++.brendan/overload2.C: Likewise.
24461         * g++.old-deja/g++.brendan/overload7.C: Likewise.
24462         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
24463         * g++.old-deja/g++.brendan/reference1.C: Likewise.
24464         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
24465         * g++.old-deja/g++.brendan/template24.C: Likewise.
24466         * g++.old-deja/g++.brendan/template3.C: Likewise.
24467         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
24468         * g++.old-deja/g++.jason/inline3.C: Likewise.
24469         * g++.old-deja/g++.jason/opeq.C: Likewise.
24470         * g++.old-deja/g++.law/arg5.C: Likewise.
24471         * g++.old-deja/g++.law/arm7.C: Likewise.
24472         * g++.old-deja/g++.law/ctors11.C: Likewise.
24473         * g++.old-deja/g++.law/cvt8.C: Likewise.
24474         * g++.old-deja/g++.law/init9.C: Likewise.
24475         * g++.old-deja/g++.law/refs4.C: Likewise.
24476         * g++.old-deja/g++.law/template2.C: Likewise.
24477         * g++.old-deja/g++.law/visibility24.C: Likewise.
24478         * g++.old-deja/g++.law/vtable3.C: Likewise.
24479         * g++.old-deja/g++.mike/asm2.C: Likewise.
24480         * g++.old-deja/g++.mike/eh1.C: Likewise.
24481         * g++.old-deja/g++.mike/misc1.C: Likewise.
24482         * g++.old-deja/g++.mike/misc13.C: Likewise.
24483         * g++.old-deja/g++.mike/misc14.C: Likewise.
24484         * g++.old-deja/g++.mike/ns12.C: Likewise.
24485         * g++.old-deja/g++.mike/p1248.C: Likewise.
24486         * g++.old-deja/g++.mike/p3708.C: Likewise.
24487         * g++.old-deja/g++.mike/p3708a.C: Likewise.
24488         * g++.old-deja/g++.mike/p3708b.C: Likewise.
24489         * g++.old-deja/g++.mike/p646.C: Likewise.
24490         * g++.old-deja/g++.mike/p700.C: Likewise.
24491         * g++.old-deja/g++.mike/p783.C: Likewise.
24492         * g++.old-deja/g++.mike/p783a.C: Likewise.
24493         * g++.old-deja/g++.mike/p783b.C: Likewise.
24494         * g++.old-deja/g++.mike/p786.C: Likewise.
24495         * g++.old-deja/g++.mike/p789.C: Likewise.
24496         * g++.old-deja/g++.mike/p789a.C: Likewise.
24497         * g++.old-deja/g++.mike/p807a.C: Likewise.
24498         * g++.old-deja/g++.other/delete3.C: Likewise.
24499         * g++.old-deja/g++.other/dyncast1.C: Likewise.
24500         * g++.old-deja/g++.other/dyncast2.C: Likewise.
24501         * g++.old-deja/g++.other/dyncast3.C: Likewise.
24502         * g++.old-deja/g++.other/empty1.C: Likewise.
24503         * g++.old-deja/g++.other/temporary1.C: Likewise.
24504         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
24505         * g++.old-deja/g++.pt/t16.C: Likewise.
24506         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
24507
24508 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
24509
24510         * gcc.dg/991230-1.c: New test.
24511
24512 1999-12-29  Jeffrey A Law  (law@cygnus.com)
24513
24514         * gcc.c-torture/compile/991229-3.c: New test.
24515         * gcc.c-torture/compile/991229-2.c: New test.
24516         * gcc.c-torture/compile/991229-1.c: New test.
24517
24518 1999-12-29  Greg McGary <gkm@eng.ascend.com>
24519
24520         * gcc.c-torture/compile/labels-2.c: New test.
24521
24522 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24523
24524         * gcc.c-torture/execute/991227-1.c: New test.
24525
24526 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24527
24528         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
24529
24530 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24531
24532         * gcc.c-torture/execute/991221-1.c: New test.
24533
24534 1999-12-20  Nathan Sidwell  <nathan@acm.org>
24535
24536         * g++.old-deja/g++.other/cast3.C: New test.
24537
24538 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
24539
24540         * gcc.c-torture/execute/991216-4.c: New test.
24541
24542 1999-12-16  Michael Meissner  <meissner@cygnus.com>
24543
24544         * gcc.c-torture/execute/991216-1.c: New test.
24545         * gcc.c-torture/execute/991216-2.c: New test.
24546         * gcc.c-torture/execute/991216-3.c: New test.
24547
24548 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24549
24550         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
24551         Actually make the test fail by using "-O2" for compilation.
24552
24553 1999-12-15  Nathan Sidwell  <nathan@acm.org>
24554
24555         * g++.old-deja/g++.warn/cast-align1.C: New test.
24556
24557 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24558
24559         * gcc.c-torture/compile/991214-1.c: New test.
24560         * gcc.c-torture/compile/991214-2.c: New test.
24561
24562 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24563
24564         * gcc.dg/991214-1.c: New test.
24565
24566 1999-12-13  Jeffrey A Law  (law@cygnus.com)
24567
24568         * gcc.c-torture/compile/991213-3.c: New test.
24569         * gcc.c-torture/compile/991213-2.c: New test.
24570         * gcc.c-torture/compile/991213-1.c: New test.
24571
24572 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
24573
24574         * gcc.dg/991209-1.c: New test.
24575
24576 1999-12-08  Nathan Sidwell <nathan@acm.org>
24577
24578         * gcc.c-torture/compile/991208-1.c: New test.
24579
24580 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24581
24582         * gcc.dg/ultrasp2.c: New test.
24583
24584 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
24585
24586         * g++.old-deja/g++.abi/align.C (main): Fix typo.
24587
24588 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
24589
24590         * gcc.c-torture/compile/991202-1.c: New test.
24591         * gcc.c-torture/execute/991202-1.c: New test.
24592         * gcc.c-torture/execute/991202-2.c: New test.
24593         * gcc.c-torture/execute/991202-3.c: New test.
24594
24595 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
24596
24597         * g++.old-deja/g++.abi/align.C: New test.
24598         * g++.old-deja/g++.abi/aggregates.C: Likewise.
24599         * g++.old-deja/g++.abi/bitfields.C: Likewise.
24600
24601 1999-12-01  Richard Henderson  <rth@cygnus.com>
24602
24603         * gcc.c-torture/execute/991201-1.c: New.
24604
24605 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
24606
24607         * gcc.dg/991129-1.c: New test.
24608
24609 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
24610
24611         * gcc.c-torture/compile/991127-1.c: New test.
24612
24613 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24614
24615         * g++.old-deja/g++.other/warn4.C: New test.
24616
24617 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24618
24619         * g++.old-deja/g++.eh/cleanup2.C: New test.
24620         * g++.old-deja/g++.ext/pretty2.C: New test.
24621         * g++.old-deja/g++.ext/pretty3.C: New test.
24622         * g++.old-deja/g++.other/debug6.C: New test.
24623
24624 1999-10-20  Jim Wilson  <wilson@cygnus.com>
24625
24626         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
24627         compiler_output to look for one error message instead of two.
24628
24629 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
24630
24631         * gcc.c-torture/execute/991118-1.c: Also test case
24632         where the word boundary does not split a byte evenly.
24633
24634 1999-11-19  Nathan Sidwell  <nathan@acm.org>
24635
24636         * g++.old-deja/g++.ext/restrict1.C: New test.
24637
24638 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
24639
24640         * gcc.c-torture/execute/991118-1.c: New test.
24641
24642 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
24643
24644         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
24645         working directory pathnames.
24646
24647 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
24648
24649         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
24650         host is equipped with driver.h and driver.o so it can actually
24651         compile and run the tests.
24652
24653 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
24654
24655         * gcc.c-torture/compile/991008-1.c: New test.
24656
24657 1999-11-08  Nick Clifton  <nickc@cygnus.com>
24658
24659         * lib/gcc-dg.exp: Include target-supports.exp
24660
24661 1999-11-05  Nick Clifton  <nickc@cygnus.com>
24662
24663         * lib/target-supports.exp: New file: Provide procs to test for
24664         features supported by the target.
24665         (check_weak_available): Moved here from ecos.exp.
24666         (check_alias_available): New proc: Determine of the target
24667         toolchain supports the alias attribute.
24668
24669         * gcc.dg/special/ecos.exp: Move check_weak_available to
24670         target-supports.exp.
24671         (alias-1.c): Only perform the test if the target supports
24672         aliases.
24673         (wkali-1.c): Only perform the test if the target supports
24674         aliases.
24675
24676         * gcc.dg/990506-0.c: Expect error messages from cross
24677         targets as well as native targets.
24678
24679 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24680
24681         * gcc.dg/ultrasp1.c: Removed xfail.
24682         * gcc.dg/struct-ret-2.c: Likewise.
24683         * gcc.dg/array-1.c: Likewise.
24684
24685 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24686
24687         * gcc.dg/struct-ret-2.c: New test.
24688
24689         * gcc.dg/array-1.c: New test.
24690
24691 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
24692
24693         * gcc.c-torture/execute/991030-1.c: New test.
24694
24695 1999-10-26  Richard Henderson  <rth@cygnus.com>
24696
24697         * gcc.c-torture/compile/991026-2.c: New test.
24698
24699 1999-10-26  Jeffrey A Law  (law@cygnus.com)
24700
24701         * gcc.c-torture/compile/991026-1.c: New test.
24702
24703 1999-10-23  Jeffrey A Law  (law@cygnus.com)
24704
24705         * gcc.c-torture/execute/991023-1.c: New test.
24706
24707 1999-10-19  Jeffrey A Law  (law@cygnus.com)
24708
24709         * gcc.c-torture/execute/991019-1.c: New test.
24710
24711 1999-10-16  Richard Henderson  <rth@cygnus.com>
24712
24713         * gcc.c-torture/execute/991016-1.c: New test.
24714
24715 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
24716
24717         * gcc.c-torture/execute/991014-1.c: New test.
24718
24719 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
24720
24721         * g++.old-deja/g++.other/union2.C: New test.
24722
24723 1999-10-13  Nathan Sidwell  <nathan@acm.org>
24724
24725         * g++.old-deja/g++.other/vaarg2.C: New test.
24726         * g++.old-deja/g++.other/vaarg3.C: New test.
24727
24728 1999-10-12  Craig Burley  <craig@jcb-sc.com>
24729
24730         * g77.f-torture/noncompile/19990905-1.f: Moved from being
24731         in compile/.
24732
24733 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
24734
24735         * gcc.c-torture/execute/va-arg-11.c: New test.
24736
24737 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
24738
24739         * lib/file-format.exp (gcc_target_object_format): Don't
24740         crash if objdump is unavailable.
24741
24742 1999-09-29  Donn Terry <donn@interix.com>
24743
24744         * gcc.misc-tests/mg.exp: delete extraneous redirection.
24745
24746 1999-09-28  Nick Clifton  <nickc@cygnus.com>
24747
24748         * gcc.c-torture/compile/990928-1.c: New test.
24749
24750 1999-09-28  Nathan Sidwell  <nathan@acm.org>
24751
24752         * g++.old-deja/g++.other/decl6.C: New test.
24753
24754 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
24755
24756         * gcc.c-torture/execute/va-arg-10.c: New test.
24757
24758 1999-09-27  Nathan Sidwell  <nathan@acm.org>
24759
24760         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
24761         __PRETTY_FUNCTION__.
24762
24763 1999-09-23  Nick Clifton  <nickc@cygnus.com>
24764
24765         * gcc.c-torture/execute/990923-1.c: New test.
24766
24767 1999-09-21  Nick Clifton  <nickc@cygnus.com>
24768
24769         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
24770         for which -fpic is inappropriate.
24771
24772 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
24773
24774         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
24775
24776 1999-09-21  Nathan Sidwell  <nathan@acm.org>
24777
24778         * g++.old-deja/g++.other/dyncast1.C: New test.
24779         * g++.old-deja/g++.other/dyncast2.C: New test.
24780         * g++.old-deja/g++.other/dyncast3.C: New test.
24781         * g++.old-deja/g++.other/dyncast4.C: New test.
24782         * g++.old-deja/g++.other/dyncast5.C: New test.
24783         * g++.old-deja/g++.eh/catch3.C: New test.
24784         * g++.old-deja/g++.eh/catch3p.C: New test.
24785         * g++.old-deja/g++.eh/catch4.C: New test.
24786         * g++.old-deja/g++.eh/catch4p.C: New test.
24787         * g++.old-deja/g++.eh/catch5.C: New test.
24788         * g++.old-deja/g++.eh/catch5p.C: New test.
24789         * g++.old-deja/g++.eh/catch6.C: New test.
24790         * g++.old-deja/g++.eh/catch6p.C: New test.
24791         * g++.old-deja/g++.eh/catch7.C: New test.
24792         * g++.old-deja/g++.eh/catch7p.C: New test.
24793         * g++.old-deja/g++.eh/catch8.C: New test.
24794         * g++.old-deja/g++.eh/catch8p.C: New test.
24795         * g++.old-deja/g++.eh/catch9.C: New test.
24796         * g++.old-deja/g++.eh/catch9p.C: New test.
24797
24798 1999-09-13  Nathan Sidwell  <nathan@acm.org>
24799
24800         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
24801         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
24802
24803 1999-09-13  Jeffrey A Law  (law@cygnus.com)
24804
24805         * gcc.c-torture/compile/990913-1.c: New test.
24806
24807 1999-09-10  Nathan Sidwell  <nathan@acm.org>
24808
24809         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
24810         * g++.old-deja/g++.jason/rfg5.C: Likewise.
24811
24812 1999-09-09  Richard Henderson  <rth@cygnus.com>
24813
24814         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
24815
24816 1999-09-09  Nathan Sidwell  <nathan@acm.org>
24817
24818         * g++.old-deja/g++.other/lookup11.C: New test.
24819         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
24820         what is permitted and what we want.
24821         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
24822         overload use.
24823         * g++.old-deja/g++.jason/rfg5.C: Likewise
24824
24825 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
24826
24827         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
24828         * gcc.c-torture/noncompile/poison-1.c: New file.
24829
24830 1999-09-08  Nathan Sidwell  <nathan@acm.org>
24831
24832         * g++.old-deja/g++.other/sizeof3.C: New test.
24833         * g++.old-deja/g++.other/sizeof4.C: New test.
24834         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
24835         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
24836
24837 1999-09-07  Richard Henderson  <rth@cygnus.com>
24838
24839         * gcc.dg/va-arg-1.c: New.
24840
24841 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24842
24843         * gcc.c-torture/execute/va-arg-9.c: New test.
24844
24845 1999-09-05  Craig Burley  <craig@jcb-sc.com>
24846
24847         * g77.f-torture/compile/980519-2.f: New test.
24848         * g77.f-torture/compile/19990905-0.f: New test.
24849         * g77.f-torture/compile/19990905-1.f: New test.
24850         * g77.f-torture/compile/19990905-2.f: New test.
24851
24852         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
24853
24854 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
24855
24856         * gcc.c-torture/execute/990827-1.c: Fix typo.
24857
24858 1999-09-03  Nathan Sidwell  <nathan@acm.org>
24859
24860         * g++.old-deja/g++.other/deref1.C: New test.
24861
24862 1999-09-02  Nathan Sidwell  <nathan@acm.org>
24863
24864         * g++.old-deja/g++.other/ambig2.C: New test.
24865         * g++.old-deja/g++.other/cond5.C: New test.
24866         * g++.old-deja/g++.other/lookup16.C: New test.
24867
24868 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
24869
24870         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
24871         assemblers too.
24872
24873 1999-08-31  Jeffrey A Law  (law@cygnus.com)
24874
24875         * lib/c-torture.exp: Avoid the "compare executables" optimization
24876         when testing native.
24877
24878 1999-08-29  Jeffrey A Law  (law@cygnus.com)
24879
24880         * gcc.c-torture/execute/990829-1.c: New test.
24881         * gcc.c-torture/compile/990829-1.c: New test.
24882
24883 1999-08-27  Paul Burchard  <burchard@pobox.com>
24884
24885         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
24886         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
24887         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
24888         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
24889         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
24890         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
24891         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
24892         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
24893         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
24894         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
24895         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
24896
24897 1999-08-27  Jeffrey A Law  (law@cygnus.com)
24898
24899         * gcc.c-torture/execute/990827-1.c: New test.
24900
24901 1999-08-26  Craig Burley  <craig@jcb-sc.com>
24902
24903         * g77.f-torture/noncompile/19990826-4.f: New test.
24904
24905         * g77.f-torture/compile/19990826-3.f: New test.
24906
24907         * g77.f-torture/execute/19990826-2.f: New test.
24908
24909         * g77.f-torture/compile/19990826-1.f: New test.
24910
24911         * gcc.c-torture/execute/990826-0.c: New test.
24912         * g77.c-torture/execute/19990826-0.f: New test.
24913
24914         * g77.f-torture/noncompile/970626-2.f: New test.
24915
24916 1999-08-25  Paul Burchard  <burchard@pobox.com>
24917
24918         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
24919         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
24920         lss-011.C: New tests.
24921
24922 1999-08-25  Nathan Sidwell  <nathan@acm.org>
24923
24924         * g++.old-deja/g++.other/decl5.C: New test.
24925
24926 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24927
24928         * noncompile/noncompile.exp: Load_lib c-torture.exp.
24929         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
24930         call `postbase' for each one.  All callers of `postbase' changed
24931         to call this instead.
24932
24933 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
24934
24935         * gcc.c-torture/execute/990811-1.c: New test.
24936
24937 1999-08-09  Nick Clifton  <nickc@cygnus.com>
24938
24939         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
24940         just native ones.
24941
24942         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
24943         just native ones.
24944
24945 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
24946
24947         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
24948
24949 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24950
24951         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
24952
24953 1999-08-04  Nathan Sidwell  <nathan@acm.org>
24954
24955         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
24956
24957 1999-08-04  Jeffrey A Law  (law@cygnus.com)
24958
24959         * gcc.c-torture/execute/990804-1.c: New test.
24960
24961 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24962
24963         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
24964         * g++.old-deja/g++.brendan/crash64.C: Likewise
24965         * g++.old-deja/g++.brendan/overload8.C: Likewise
24966
24967 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24968
24969         * g++.old-deja/g++.other/struct1.C: New test.
24970
24971 1999-08-03  Nathan Sidwell  <nathan@acm.org>
24972
24973         * g++.old-deja/g++.other/enum2.C: New test.
24974
24975 1999-08-02  Richard Henderson  <rth@cygnus.com>
24976
24977         Adapted from tests from Franz Sirl:
24978         * gcc.c-torture/execute/va-arg-7.c: New test.
24979         * gcc.c-torture/execute/va-arg-8.c: New test.
24980
24981 1999-08-01  Jeffrey A Law  (law@cygnus.com)
24982
24983         * gcc.c-torture/compile/990801-2.c: New test.
24984
24985         * gcc.c-torture/compile/990801-1.c: New test.
24986
24987 1999-07-27  Michael Meissner  <meissner@cygnus.com>
24988
24989         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
24990         fp-cmp-1.c, converting double to float.
24991
24992         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
24993         fp-cmp-1.c, converting double to long double.
24994
24995         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
24996         from fr1 to unknown_register, since fr1 is a legitimate register
24997         on some machines.
24998
24999 1999-07-25  Jeffrey A Law  (law@cygnus.com)
25000
25001         * README: More listname related changes.
25002
25003 1999-07-08  Catherine Moore  <clm@cygnus.com>
25004
25005         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
25006
25007 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
25008
25009         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
25010
25011 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
25012
25013         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
25014
25015 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
25016
25017         * gcc.dg/990703-1.c: New test.
25018
25019 1999-06-29  Nick Clifton  <nickc@cygnus.com>
25020
25021         * lib/file-format.exp: New file: Move definition of proc
25022         gcc_target_object_format to here from
25023         gcc.dg/special/ecos.exp.
25024
25025         * lib/c-torture.exp: Include lib file-format.exp.
25026         * lib/gcc-dg.exp: Include lib file-format.exp.
25027
25028         * gcc.dg/special/ecos.exp: Remove definition of proc
25029         gcc_target_object_format.
25030
25031 1999-06-28  Jeffrey A Law  (law@cygnus.com)
25032
25033         * gcc.c-torture/execute/990628-1.c: New test.
25034
25035 1999-06-25  Jeffrey A Law  (law@cygnus.com)
25036
25037         * gcc.c-torture/compile/990625-2.c: New test.
25038
25039         * gcc.c-torture/compile/990625-1.c: New test.
25040
25041 1999-06-23  Nick Clifton  <nickc@cygnus.com>
25042
25043         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
25044         attributes compile.
25045         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
25046         ports that use the COFF/PE file format.
25047
25048 1999-06-17  Jeffrey A Law  (law@cygnus.com)
25049
25050         * gcc.c-torture/compile/990617-1.c: New test.
25051
25052 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
25053
25054         * g++.old-deja/g++.other/decl4.C: New test.
25055
25056 1999-06-14  Nathan Sidwell  <nathan@acm.org>
25057
25058         * g++.old-deja/g++.other/bitfld3.C: New test.
25059
25060 1999-06-08  Nathan Sidwell  <nathan@acm.org>
25061
25062         * g++.old-deja/g++.eh/catch1.C: New test.
25063
25064 1999-06-07  Jeffrey A Law  (law@cygnus.com)
25065
25066         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
25067
25068         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
25069         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
25070
25071 1999-06-05  Craig Burley  <craig@jcb-sc.com>
25072
25073         * g77.f-torture/compile/19990502-0.f: Replace with new,
25074         shorter, test that still fails after recent changes.
25075
25076 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25077
25078         * gcc.c-torture/execute/990604-1.c: New test.
25079
25080 1999-05-31  Jeffrey A Law  (law@cygnus.com)
25081
25082         * gcc.c-torture/execute/990531-1.c: New test.
25083
25084 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25085
25086         * gcc.c-torture/compile/990527-1.c: New test.
25087
25088 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
25089
25090         * gcc.c-torture/execute/990527-1.c: New test.
25091
25092 1999-05-25  Nick Clifton  <nickc@cygnus.com>
25093
25094         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
25095         bitfields as signed.
25096
25097 1999-05-25  Craig Burley  <craig@jcb-sc.com>
25098
25099         * g77.f-torture/compile/19990525-0.f: New test.
25100
25101 1999-05-25  Jeffrey A Law  (law@cygnus.com)
25102
25103         * gcc.c-torture/execute/990525-2.c: New test.
25104
25105         * gcc.c-torture/execute/990525-1.c: New test.
25106
25107 1999-05-24  Nathan Sidwell  <nathan@acm.org>
25108
25109         * g++.old-deja/g++.other/anon3.C: New test.
25110         * g++.old-deja/g++.other/anon4.C: New test.
25111         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
25112         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
25113         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
25114         Merrill).
25115
25116 1999-05-24  Jeffrey A Law  (law@cygnus.com)
25117
25118         * gcc.c-torture/execute/990524-1.c: New test.
25119
25120         * gcc.dg/990524-1.c: New test.
25121
25122 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25123
25124         * gcc.c-torture/compile/990523-1.c: New test.
25125
25126 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
25127
25128         * gcc.c-torture/compile/990519-1.c: New test.
25129
25130 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25131
25132         * gcc.c-torture/compile/990517-1.c: New test.
25133
25134         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
25135         (e4, f4): New tests.
25136         (main): Call them.
25137
25138 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25139
25140         * gcc.dg/noreturn-1.c: New test.
25141
25142 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25143
25144         * gcc.c-torture/execute/990513-1.c: New test.
25145
25146 1999-05-10  Richard Henderson  <rth@cygnus.com>
25147
25148         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
25149
25150 1999-05-10  Craig Burley  <craig@jcb-sc.com>
25151
25152         * g77.f-torture/execute/erfc.f: Use small single-precision
25153         values, to avoid problems on Alphas when not -mieee.
25154
25155 1999-05-08  Craig Burley  <craig@jcb-sc.com>
25156
25157         * gcc.dg/990506-0.c: New test.
25158
25159 1999-05-08  Richard Henderson  <rth@cygnus.com>
25160
25161         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
25162         the constant to test.  Don't XFAIL 64-bit targets.
25163
25164         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
25165         * g++.old-deja/g++.law/profile1.C: Likewise.
25166
25167         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
25168         operator new instances.
25169         * g++.old-deja/g++.other/delete5.C: Likewise.
25170
25171 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25172
25173         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
25174         intrinsic.
25175
25176 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25177
25178         * g77.f-torture/execute/u77-test.f: Reverse order of two
25179         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
25180
25181 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25182
25183         * gcc.dg/compare1.c: New test.
25184
25185 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
25186
25187         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
25188         New tests.
25189
25190 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25191
25192         * g77.f-torture/compile/19990502-1.f: New test.
25193
25194 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25195
25196         * g77.f-torture/compile/19990502-0.f: New test.
25197
25198 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25199
25200         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
25201         intrinsic.
25202
25203 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25204
25205         * g77.f-torture/execute/u77-test.f (main): List libU77
25206         intrinsics not currently tested.
25207         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
25208         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
25209         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
25210         Trim blanks off the ends of some printed strings.
25211
25212 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25213
25214         * g77.f-torture/execute/u77-test.f (main): Just warn about
25215         FSTAT gid disagreement, as it's expected on some systems.
25216
25217 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25218
25219         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
25220         use a new function, which allows for some slop.
25221         Clean up some commentary.
25222         (issum): The new function.
25223         (sgladd): Deleted subroutine.
25224
25225 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25226
25227         * g77.f-torture/execute/u77-test.f: Modify to be more like
25228         libf2c/libU77 version, bringing patches to that version here.
25229         Add suitable commentary.
25230
25231 1999-04-25  Richard Henderson  <rth@cygnus.com>
25232
25233         * gcc.dg/990424-1.c: New test.
25234
25235 1999-04-24  Craig Burley  <craig@jcb-sc.com>
25236
25237         * g77.f-torture/execute/u77-test.f (main): Bug involving
25238         LSTAT has been fixed, so turn back on full checking.
25239
25240 1999-04-20  Craig Burley  <craig@jcb-sc.com>
25241
25242         * g77.f-torture/compile/19990419-0.f: New test.
25243         * g77.f-torture/execute/19990419-1.f: New test.
25244
25245 1999-04-17  Richard Henderson  <rth@cygnus.com>
25246
25247         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
25248         to avoid the need for a prototype to supress a warning.
25249
25250 1999-04-07  Jim Wilson  <wilson@cygnus.com>
25251
25252         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
25253
25254 1999-04-04  Jeffrey A Law  (law@cygnus.com)
25255
25256         * gcc.c-torture/execute/990404-1.c: New test.
25257
25258 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25259
25260         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
25261         * gcc.dg/cpp-if3.c: Don't use -pedantic.
25262         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
25263         missing initializer warnings.
25264
25265 1999-03-28  Jeffrey A Law  (law@cygnus.com)
25266
25267         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
25268         matching strings.
25269
25270 1999-03-26  Jeffrey A Law  (law@cygnus.com)
25271
25272         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
25273
25274 1999-03-26  Craig Burley  <craig@jcb-sc.com>
25275
25276         * g77.f-torture/execute/19990325-0.f: New test.
25277         * g77.f-torture/execute/19990325-1.f: New test.
25278
25279 1999-03-24  Jeffrey A Law  (law@cygnus.com)
25280
25281         * gcc.c-torture/execute/990324-1.c: New test.
25282
25283 1999-03-22  Jim Wilson  <wilson@cygnus.com>
25284
25285         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
25286         test with 4.
25287
25288 1999-03-17  Richard Henderson  <rth@cygnus.com>
25289
25290         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
25291
25292 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25293
25294         * g77.f-torture/execute/19990313-2.f: New test.
25295         * g77.f-torture/execute/19990313-3.f: New test.
25296
25297 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25298
25299         * g77.f-torture/execute/19990313-0.f: New test.
25300         * g77.f-torture/execute/19990313-1.f: New test.
25301
25302 1999-03-12  Jim Wilson  <wilson@cygnus.com>
25303
25304         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
25305         printf to sprintf.
25306         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
25307         (main): Add check for u15.  Conditionalize u31 check depending on
25308         whether ints are <32 bits or >=32 bits.
25309
25310 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25311
25312         * g77.f-torture/execute/19981119-0.f: Improve testiness.
25313
25314 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25315
25316         * g77.f-torture/compile/19990305-0.f: New test.
25317         * g77.f-torture/execute/19981119-0.f: New test.
25318
25319 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25320
25321         * g77.f-torture/execute/970625-2.f: call ABORT if final
25322         result is not correct, instead of just printing it.
25323         Add this checking via newly introduced obfuscation, to
25324         trip up buggy front ends.
25325
25326 1999-03-07  Craig Burley  <craig@jcb-sc.com>
25327
25328         * g77.f-torture/compile/960317-1.f: Moved from being
25329         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
25330
25331 1999-03-06  Craig Burley  <craig@jcb-sc.com>
25332
25333         * g77.f-torture/execute/960317-1.f: New (old) test.
25334         * g77.f-torture/execute/970625-2.f: Ditto.
25335
25336 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
25337
25338         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
25339         message on line 1 or line 2; cccp and cpplib do this differently.
25340
25341 1999-03-01  Jeffrey A Law  (law@cygnus.com)
25342
25343         * g++.old-deja/g++.law/weak1.C: New test.
25344
25345 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25346
25347         * gcc.c-torture/execute/990119-1.c: Renamed to...
25348         * gcc.dg/990119-1.c: this, so it will only be tested once
25349         (it's a preprocessor test, it doesn't need to be run at
25350         multiple optimization levels).
25351
25352 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25353
25354         * lib/g++.exp: Don't add incdir=$base_dir/../include to
25355           ALWAYS_CXXFLAGS.
25356
25357 1999-02-24  Craig Burley  <craig@jcb-sc.com>
25358
25359         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
25360         * g77.f-torture/compile/19981216-0.f: ...as it is expected
25361         to not be compilable by current g77.
25362
25363 1999-02-24  Nick Clifton  <nickc@cygnus.com>
25364
25365         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
25366
25367 1999-02-22  Jeffrey A Law  (law@cygnus.com)
25368
25369         * gcc.c-torture/execute/990222-1.c: New test.
25370
25371 1999-02-19  Craig Burley  <craig@jcb-sc.com>
25372
25373         * g77.f-torture/compile/19990218-0.f: New test.
25374         * g77.f-torture/noncompile/19990218-1.f: New test.
25375
25376 1999-02-18  Craig Burley  <craig@jcb-sc.com>
25377
25378         * g77.f-torture/compile/19981216-0.f: New test.
25379
25380 1999-02-14  Jeffrey A Law  (law@cygnus.com)
25381
25382         * gcc.dg/990214-1.c: New test.
25383
25384 1999-02-13  Jeffrey A Law  (law@cygnus.com)
25385
25386         * gcc.dg/990213-2.c: New test.
25387
25388         * gcc.dg/990213-1.c: New test.
25389
25390 1999-02-12  Jeffrey A Law  (law@cygnus.com)
25391
25392         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
25393         ints.
25394
25395 1999-02-11  Nick Clifton  <nickc@cygnus.com>
25396
25397         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
25398         specified by target.
25399
25400         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
25401
25402 1999-02-11  Jeffrey A Law  (law@cygnus.com)
25403
25404         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
25405
25406 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25407
25408         * gcc.dg/special/ecos.exp: New test driver for new tests with
25409         special requirements.
25410
25411         * gcc.dg/special/alias-1.c: New test.
25412         * gcc.dg/special/gcsec-1.c: New test.
25413         * gcc.dg/special/weak-1.c: New test.
25414         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
25415         * gcc.dg/special/weak-2.c: New test.
25416         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
25417         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
25418         * gcc.dg/special/wkali-1.c: New test.
25419         * gcc.dg/special/wkali-2.c: New test.
25420         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
25421         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
25422
25423 1999-02-10  Felix Lee  <flee@cygnus.com>
25424
25425           * lib/c-torture.exp (c-torture-compile): Pull out code for
25426           analyzing gcc error messages.
25427           (c-torture-execute): Likewise.  Fix some (harmless) false
25428           positives.
25429           * lib/gcc.exp (gcc_check_compile): New function.
25430
25431 1999-02-08  Richard Henderson  <rth@cygnus.com>
25432
25433         * gcc.c-torture/execute/990208-1.c: New test.
25434
25435 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25436
25437         * g++.dg/special/ecos.exp: New driver for new tests with special
25438         requirements
25439
25440         * g++.dg/special/conpr-1.C: New test
25441         * g++.dg/special/conpr-2.C: New test
25442         * g++.dg/special/conpr-2a.C: New test
25443         * g++.dg/special/conpr-3.C: New test
25444         * g++.dg/special/conpr-3a.C: New test
25445         * g++.dg/special/conpr-3b.C: New test
25446
25447         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
25448         allow g++ to use the dg driver
25449
25450         * README: Add comment about g++.dg directory
25451
25452 1999-02-06  Jeffrey A Law  (law@cygnus.com)
25453
25454         * README: Update email addresses.
25455
25456 1999-02-03  Nick Clifton  <nickc@cygnus.com>
25457
25458         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
25459         arguments in order to force structure S onto the stack even on
25460         the alpha.
25461         (test): Pass 10 leading arguments to function foo as well as the
25462         structure S.
25463
25464         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
25465         failure for all targets.
25466
25467         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
25468         abort to terminate program execution.
25469
25470 1999-01-30  Richard Henderson  <rth@cygnus.com>
25471
25472         * gcc.c-torture/execute/990130-1.c: New test.
25473
25474 1999-01-30  Jeffrey A Law  (law@cygnus.com)
25475
25476         * gcc.dg/990130-1.c: New test.
25477
25478 1999-01-28  Michael Meissner  <meissner@cygnus.com>
25479
25480         * gcc.c-torture/execute/990128-1.c: New test.
25481
25482 1999-01-27  Michael Meissner  <meissner@cygnus.com>
25483
25484         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
25485
25486 1999-01-27  Felix Lee  <flee@cygnus.com>
25487
25488         * lib/c-torture.exp (c-torture-compile): pull out code for
25489         analyzing gcc error messages.
25490         (c-torture-execute): ditto, and fix some (harmless) false
25491         positives.
25492         * lib/gcc.exp (gcc_check_compile): new function.
25493
25494 1999-01-17  Jeffrey A Law  (law@cygnus.com)
25495
25496         * gcc.dg/990117-1.c: New test.
25497
25498         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
25499
25500         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
25501
25502 1999-01-15  Jeffrey A Law  (law@cygnus.com)
25503
25504         * g77.f-torture/compile/990115-1.f: New test.
25505
25506 1999-01-07  Jeffrey A Law  (law@cygnus.com)
25507
25508         * gcc.c-torture/compile/990107-1.c: New test
25509
25510 1999-01-06  Jeffrey A Law  (law@cygnus.com)
25511
25512         * gcc.c-torture/execute/990106-2.c: New test.
25513
25514         * gcc.c-torture/execute/990106-1.c: New test.
25515
25516 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
25517
25518         * gcc.c-torture/compile/981223-1.c: New test.
25519
25520 1998-12-29  Richard Henderson  <rth@cygnus.com>
25521
25522         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
25523         (opt3): Rename from opt4 and disable.
25524
25525 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
25526
25527         * g++.old-deja/g++.pt/ptrmem5.C: New test.
25528
25529 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
25530
25531         * g++.old-deja/g++.other/conv5.C: New test.
25532
25533 1998-12-14  Nick Clifton  <nickc@cygnus.com>
25534
25535         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
25536
25537 1998-12-11  Jeffrey A Law  (law@cygnus.com)
25538
25539         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
25540
25541 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
25542
25543         * gcc.c-torture/compile/981211-1.c: New test.
25544
25545 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
25546
25547         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
25548
25549         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
25550
25551 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25552
25553         * gcc.special/930510-1.c: Make C9X safe.
25554         * gcc.misc-tests/gcov-1.c Similarly.
25555         * gcc.misc-tests/gcov-2.c Similarly.
25556
25557 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25558
25559         * gcc.dg/ultrasp1.c: New test.
25560
25561 1998-12-06  Richard Henderson  <rth@cygnus.com>
25562
25563         * gcc.c-torture/execute/981206.c: New test.
25564
25565 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25566
25567         * g++.old-deja/g++.ns/template7.C: New test.
25568
25569         * g++.old-deja/g++.other/expr1.C: New test.
25570
25571         * g++.old-deja/g++.eh/tmpl3.C: New test.
25572
25573         * g++.old-deja/g++.eh/tmpl2.C: New test.
25574
25575 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
25576
25577         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
25578         * g++.old-deja/g++.other/using6.C: Removed.
25579         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
25580
25581         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
25582
25583 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
25584
25585         * g++.old-deja/g++.pt/overload8.C: New test.
25586
25587         * g++.old-deja/g++.pt/overload7.C: New test.
25588
25589         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
25590
25591         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
25592         and relinking messages.
25593         * lib/g++.exp (g++_target_compile): Remove .rpo file when
25594         compiling with -frepo.
25595
25596 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
25597
25598         * g++.old-deja/g++.pt/lookup6.C: New test.
25599
25600 1998-11-30  Nick Clifton  <nickc@cygnus.com>
25601
25602         * gcc.c-torture/execute/981130-1.c: New test.
25603         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
25604
25605 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
25606
25607         * g++.old-deja/g++.pt/explicit76.C: New test.
25608
25609         * g++.old-deja/g++.pt/friend38.C: New test.
25610
25611         * g++.old-deja/g++.ns/crash2.C: New test.
25612
25613         * g++.old-deja/g++.pt/defarg8.C: New test.
25614
25615         * g++.old-deja/g++.pt/instantiate6.C: New test.
25616
25617         * g++.old-deja/g++.pt/static6.C: New test.
25618
25619         * g++.old-deja/g++.pt/decl2.C: New test.
25620
25621 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
25622
25623         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
25624         problem is actually related with name lookup, but so what? :-)
25625
25626         * g++.old-deja/g++.pt/friend37.C: New test.
25627
25628 1998-11-25  Dave Love  <d.love@dl.ac.uk>
25629
25630         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
25631         element, which fails on some systems.
25632
25633         * g77.f-torture/execute/labug1.f: New test.
25634
25635 1998-11-21  Jeffrey A Law  (law@cygnus.com)
25636
25637         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
25638         is defined.
25639
25640 1998-11-18  Dave Love  <d.love@dl.ac.uk>
25641
25642         * g77.f-torture/compile/981117-1.f: New test.
25643
25644 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
25645
25646         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
25647         properly discarded.
25648
25649 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
25650
25651         * gcc.c-torture/execute/memcheck: New directory of tests for
25652         -fcheck-memory-usage.
25653
25654 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
25655
25656         * README: New file, general information about the testsuite and
25657         new description of the various C++ test subdirectories.
25658         * README.g++: Eliminate obsolete information, update and move most
25659         relevant stuff to README.
25660
25661 1998-11-07  Richard Henderson  <rth@cygnus.com>
25662
25663         * gcc.c-torture/compile/981107-1.c: New test.
25664
25665 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
25666
25667         * execute/memcpy-bi.c: New testcase.
25668
25669 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
25670
25671         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
25672         base classes.
25673
25674         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
25675         template is selected.
25676
25677         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
25678         classes, it should be accepted for all types.
25679
25680         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
25681
25682         * g++.old-deja/g++.pt/spec24.C: Ensure that template
25683         specializations start with template headers.
25684
25685 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
25686
25687         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
25688
25689         * g++.old-deja/g++.other/init9.C: Test cross initialization of
25690         non-POD types.
25691
25692 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
25693
25694         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
25695
25696 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
25697
25698         * compile/981022-1.c, compile/981022-1.x: New test and driver.
25699
25700 1998-10-19  Jeffrey A Law  (law@cygnus.com)
25701
25702         * 981019-1.c: New test.
25703
25704 1998-10-14  Robert Lipe <robertl@dgii.com>
25705
25706         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
25707         find objc headers.
25708
25709 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25710
25711         * compile/981001-4.c: Remove use of GCC extension that triggers a
25712         compiler bug.
25713
25714 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
25715
25716         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
25717
25718 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
25719
25720         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
25721         instantiation of template produces incorrect code for delete
25722         expression.
25723
25724         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
25725         constructors' name is not unique.
25726         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
25727         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
25728
25729         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
25730         automatic array of const is ill-formed.
25731
25732         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
25733         of template parameter?
25734
25735         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
25736         const.
25737
25738         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
25739         pointer-to-member expression.
25740
25741         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
25742         declaration causes ICE.
25743
25744 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
25745
25746         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
25747         reserved in the global namespace.
25748
25749         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
25750         generate needed virtual table.
25751
25752         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
25753
25754 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
25755
25756         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
25757         template-dependent type
25758
25759 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
25760
25761         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
25762         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
25763         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
25764
25765         * g++.old-deja/g++.other/using5.C: New test; using decl from base
25766         class should be usable as argument of member function.
25767         * g++.old-deja/g++.other/using6.C: New test; using decl from base
25768         class should be usable as return type of member function.
25769         * g++.old-deja/g++.other/using7.C: New test; using decl from base
25770         class should be usable as type of data member.
25771
25772         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
25773
25774 1998-10-09  Jeffrey A Law  (law@cygnus.com)
25775
25776         * gcc.c-torture/special/920521-1.c: Fix bogus test.
25777
25778 1998-10-08  Nick Clifton  <nickc@cygnus.com>
25779
25780         * gcc.dg/dll-?.c Add thumb to target list.
25781         Fix assembler scan patterns to match current assembler output.
25782
25783 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
25784
25785         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
25786         matching of template brackets.
25787
25788         * g++.old-deja/g++.other/using4.C: New test.  Test using
25789         declarations of methods from base classes.
25790
25791         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
25792         within functions should introduce names into the innermost
25793         enclosing namespace.
25794
25795         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
25796         of static locals if first initialization throws.
25797
25798 1998-10-07  Jim Wilson  <wilson@cygnus.com>
25799
25800         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
25801
25802 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
25803
25804         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
25805         lose track of the possible targets of tablejump insns.
25806         * special/special.exp: Run it.
25807
25808 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25809
25810         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
25811         must be declared before its specializations can be named in friend
25812         declarations.
25813
25814 1998-10-05  Dave Love  <d.love@dl.ac.uk>
25815
25816         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
25817
25818         * g77.f-torture/execute/io1.f: New test.
25819
25820 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
25821
25822         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
25823         with pointer to template function, for which no argument deduction
25824         is possible.
25825
25826         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
25827         specialization of template function as argument to template
25828         function.
25829
25830         * g++.old-deja/g++.other/access2.C: New test; Inner class
25831         shouldn't have privileged access to Outer's names.
25832
25833 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
25834
25835         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
25836         friend template declared within template class conflicts with
25837         nested class of the same name.
25838
25839         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
25840         is ignored.
25841
25842         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
25843         object with direct initializer as function declaration.
25844
25845         * g++.old-deja/g++.other/decl2.C: New test; duplicate
25846         initializers.
25847
25848         * g++.old-deja/g++.other/null2.C: New test; conditional operator
25849         involving const pointer and NULL produces incorrect result.
25850
25851         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
25852         type name without `typename' should be rejected with -pedantic.
25853
25854 1998-10-02  Richard Henderson  <rth@cygnus.com>
25855
25856         * g++.old-deja/g++.other/addrof1.C: New test.
25857
25858 1998-10-01  Nick Clifton  <nickc@cygnus.com>
25859
25860         * gcc.c-torture/compile/981001-1.c: New test.
25861         * gcc.c-torture/execute/981001-1.c: New test.
25862
25863 1998-10-01  Jeffrey A Law  (law@cygnus.com)
25864
25865         * gcc.c-torture/compile/981001-2.c: New test.
25866         * gcc.c-torture/compile/981001-3.c: New test.
25867         * gcc.c-torture/compile/981001-4.c: New test.
25868
25869 1998-10-01  Robert Lipe  <robertl@dgii.com>
25870
25871         * lib/objc.exp (objc_target_compile): Add -L during compiles for
25872         multilibbed hosts.   Idea grafted from g77.exp.
25873
25874 1998-09-30  Dave Love  <d.love@dl.ac.uk>
25875
25876         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
25877         avoid losing on systems which need -lsocket.
25878
25879 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
25880
25881         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
25882         * g++.old-deja/g++.other/nested2.C: Ditto.
25883         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
25884         failure.
25885
25886 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
25887
25888         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
25889         preferred over template operator!= for enum bitfields.
25890
25891 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
25892
25893         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
25894         that happen to have the same base name, but in different scopes,
25895         are incorrectly rejected.
25896
25897 1998-09-16  Richard Henderson  <rth@cygnus.com>
25898
25899         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
25900         on the native word size instead of an integer literal.
25901
25902 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
25903
25904         * g++.old-deja/g++.other/static2.C: Invocation of static data
25905         member of type pointer-to-function denoted as non-static member.
25906
25907         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
25908         checks involving function types and aliases.
25909
25910 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
25911
25912         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
25913         redefined to the same non-trivial type.
25914
25915         * g++.old-deja/g++.pt/explicit73.C: Test for proper
25916         namespace-qualification of template specializations declared in
25917         other namespaces.
25918
25919         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
25920         to declare a subset of the specializations of a template function
25921         as friends of specializations of a template class.
25922
25923         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
25924         member templates that do not fully specialize the enclosing
25925         template class are rejected.
25926
25927 1998-09-11  Dave Love  <d.love@dl.ac.uk>
25928
25929         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
25930
25931 1998-09-08  Dave Love  <d.love@dl.ac.uk>
25932
25933         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
25934         altered from libf2c/libU77 version.
25935
25936 1998-09-06  Dave Love  <d.love@dl.ac.uk>
25937
25938         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
25939
25940 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
25941
25942         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
25943         (un)signed char are different types for template specialization
25944         purposes.
25945
25946 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
25947
25948         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
25949         * objc: ObjC testsuite.
25950
25951 1998-08-31  Catherine Moore  <clm@cygnus.com>
25952
25953         * gcc.c-torture/execute/941014-1.x:  New file.
25954
25955 1998-08-31  Nick Clifton  <nickc@cygnus.com>
25956
25957         * lib/c-torture.exp: Add support for
25958         torture_eval_before_compile and torture_eval_before_execute
25959         variables.
25960
25961 1998-08-30  Jeffrey A Law  (law@cygnus.com)
25962
25963         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
25964         this test triggers valid.
25965
25966 1998-08-27  Jeffrey A Law  (law@cygnus.com)
25967
25968         * gcc.dg/980827-1.c: New test.
25969
25970 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
25971
25972         * gcc.c-torture/execute/loop-4b.c: New test.
25973
25974 1998-08-26  Nick Clifton  <nickc@cygnus.com>
25975
25976         * lib/c-torture.exp: Add support for
25977         torture_eval_before_compile and torture_eval_before_execute
25978         variables.
25979
25980 1998-08-25  Jeffrey A Law  (law@cygnus.com)
25981
25982         * gcc.c-torture/compile/980825-1.c: New test.
25983
25984 1998-08-24  Nick Clifton  <nickc@cygnus.com>
25985
25986         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
25987         count number tests in opt_t0 not good_t0.
25988
25989 1998-08-24  Jeffrey A Law  (law@cygnus.com)
25990
25991         * gcc.c-torture/compile/930326-1.x: Fix typo.
25992
25993 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
25994
25995         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
25996         causes an ICE.
25997
25998 1998-08-21  Jeffrey A Law  (law@cygnus.com)
25999
26000         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
26001         STACK_SIZE is defined.
26002         * gcc.c-torture/unsorted/stuct.c: Similarly.
26003
26004         * gcc.c-torture/compile/980821-1.c: New test.
26005
26006 1998-08-21  Jeffrey A Law  (law@cygnus.com)
26007
26008         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
26009
26010 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
26011
26012         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
26013         code.
26014
26015 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
26016
26017         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
26018         error'.
26019
26020 1998-08-18  Jeffrey A Law  (law@cygnus.com)
26021
26022         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
26023
26024 1998-08-16  Jeffrey A Law  (law@cygnus.com)
26025
26026         * gcc.c-torture/compile/980816-1.c: New test.
26027
26028         * gcc.dg/980816-1.c: New test.
26029
26030 1998-08-13  Jeffrey A Law  (law@cygnus.com)
26031
26032         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
26033         compiler for ieee tests.
26034
26035 1998-08-01  Dave Love  <d.love@dl.ac.uk>
26036
26037         * g77.f-torture/compile/980729-0.f: New test.
26038
26039 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
26040
26041         * gcc.c-torture/special/eeprof-1.c: New test, for
26042         -finstrument-functions.
26043         * gcc.c-torture/special/special.exp: Run it.
26044
26045 1998-07-29  Jeffrey A Law  (law@cygnus.com)
26046
26047         * gcc.c-torture/compile/980729-1.c: New test.
26048
26049 1998-07-27  Nick Clifton  <nickc@cygnus.com>
26050
26051         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
26052         __thumb__ is defined, and test for ARM style doubles if so.
26053
26054 1998-07-26  Dave Love  <d.love@dl.ac.uk>
26055
26056         * g77.f-torture/noncompile/980615-0.f: New test.
26057
26058 1998-07-26  H.J. Lu  (hjl@gnu.org)
26059
26060         * gcc.dg/980312-1.c: Do link instead of compile.
26061         * gcc.dg/980313-1.c: Likewise.
26062
26063 1998-07-26  Jeffrey A Law  (law@cygnus.com)
26064
26065         * gcc.c-torture/compile/980726-1.c: New test.
26066
26067 1998-07-25  Dave Love  <d.love@dl.ac.uk>
26068
26069         * g77.f-torture/execute/io0.f: New test.
26070
26071 1998-07-24  Nick Clifton  <nickc@cygnus.com>
26072
26073         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
26074         an int.
26075
26076 1998-06-18  Michael Meissner  <meissner@cygnus.com>
26077
26078         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
26079         m32r bugs.
26080
26081 1998-07-17  Nick Clifton  <nickc@cygnus.com>
26082
26083         * gcc.dg/980626-1.c: Expect failures for all toolchains until
26084         c-decl.c:grokdeclarator can handle mode attributes.
26085
26086 1998-07-16  Jeffrey A Law  (law@cygnus.com)
26087
26088         * gcc.c-torture/execute/980716-1.c: New test.
26089
26090 1998-07-13  Jeffrey A Law  (law@cygnus.com)
26091
26092         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
26093         the mn10200.
26094         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
26095         the mn10200.
26096         * gcc.c-torture/execute/va-arg-3.x: Similarly.
26097         * gcc.c-torture/compile/930326-1.x: Similarly.
26098
26099 1998-07-13  Dave Love  <d.love@dl.ac.uk>
26100
26101         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
26102         New test from Craig.
26103
26104 1998-07-12  Dave Love  <d.love@dl.ac.uk>
26105
26106         * g77.f-torture/noncompile/980616-0.f: New test.
26107
26108         * g77.f-torture/execute/970816-3.f:  New test from Craig.
26109
26110 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26111
26112         *  g++.other/singleton.C: Return error value instead of taking
26113         SIGSEGV.
26114
26115 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
26116
26117         *  g++.other/singleton.C: New test.   Warning is under dispute.
26118         Runtime crash is not.
26119
26120 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26121
26122         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
26123         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
26124         using6.C, using7.C}:  New namespace tests.
26125
26126 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
26127
26128         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
26129         specialization with typedef'ed names used as array indexes.
26130
26131 1998-07-09  Jeffrey A Law  (law@cygnus.com)
26132
26133         * gcc.c-torture/execute/980709-1.c: New test.
26134
26135         * gcc.dg/980709-1.c: New test.
26136
26137 1998-07-07  Richard Henderson  <rth@cygnus.com>
26138
26139         * gcc.c-torture/execute/bcp-1.c: New test.
26140
26141 1998-07-07  Jeffrey A Law  (law@cygnus.com)
26142
26143         * gcc.c-torture/execute/980707-1.c: New test.
26144
26145 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
26146
26147         * gcc.c-torture/compile/980706-1.c: New test.
26148
26149 1998-07-01  Dave Love  <d.love@dl.ac.uk>
26150
26151         * g77.f-torture/execute/980701-0.f,
26152         g77.f-torture/execute/980701-1.f: New test from Craig.
26153
26154 1998-07-01  Jeffrey A Law  (law@cygnus.com)
26155
26156         * gcc.c-torture/compile/980701-1.c: New test.
26157
26158         * gcc.c-torture/execute/980701-1.c: New test.
26159
26160 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
26161 rlsruhe.de>
26162
26163         * g++.old-deja/g++.robertl/eb132.C: New test.
26164         * g++.old-deja/g++.robertl/eb133.C: Likewise.
26165
26166 1998-06-29  Dave Love  <d.love@dl.ac.uk>
26167
26168         * g77.f-torture/execute/980628-7.f,
26169         g77.f-torture/execute/980628-8.f,
26170         g77.f-torture/execute/980628-9.f,
26171         g77.f-torture/execute/980628-10.f: New tests from Craig.
26172
26173         * g77.f-torture/execute/980628-3.f: Remove mail headers.
26174
26175 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26176
26177         * g77.f-torture/execute/980628-4.f: New test from Craig.
26178         * g77.f-torture/execute/980628-5.f: Likewise.
26179         * g77.f-torture/execute/980628-2.f: Likewise.
26180         * g77.f-torture/execute/980628-0.f: Likewise.
26181         * g77.f-torture/execute/980628-1.f: Likewise.
26182         * g77.f-torture/execute/980628-3.f: Likewise.
26183         * g77.f-torture/execute/980628-6.f: Likewise.
26184
26185 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26186
26187         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
26188         directory when nothing has been installed yet.
26189
26190 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
26191
26192         * gcc.c-torture/special/special.exp: Handle newer versions of
26193         dejagnu.
26194
26195 1998-06-26  Jeffrey A Law  (law@cygnus.com)
26196
26197         * gcc.dg/980626-1.c: New test.
26198
26199 1998-06-19  Bruno Haible <haible@ilog.fr>
26200
26201         * gcc.misc-tests/m-un-2.c: New test.
26202         * g++.old-deja/g++.other/warn01.c: Likewise.
26203
26204 1998-06-19  Robert Lipe  <robertl@dgii.com>
26205
26206         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
26207         compatibility with assmblers with a different comment character.
26208         Eliminate use of GAS-specific extensions.
26209
26210 1998-06-19  Jeffrey A Law  (law@cygnus.com)
26211
26212         * gcc.c-torture/execute/ieee/980619-1.c: New test.
26213
26214 1998-06-19  Robert Lipe  <robertl@dgii.com>
26215
26216         *lib/g77.exp: Replace search for libf2c.a with search for newly
26217         renamed libg2c.a
26218
26219 1998-06-17  Jeffrey A Law  (law@cygnus.com)
26220
26221         * gcc.c-torture/execute/980617-1.c: New test.
26222
26223 1998-06-12  Jeffrey A Law  (law@cygnus.com)
26224
26225         * gcc.c-torture/execute/980612-1.c: New test.
26226
26227 1998-06-08  Jeffrey A Law  (law@cygnus.com)
26228
26229         * gcc.dg/980523-1.c: Only test on ppc-linux.
26230         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
26231
26232         * gcc.c-torture/execute/980608-1.c: New test.
26233
26234 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
26235
26236         * gcc.c-torture/execute/980605-1.c: New test.
26237
26238 1998-06-04  Jeffrey A Law  (law@cygnus.com)
26239
26240         * gcc.c-torture/execute/980604-1.c: New test.
26241
26242 1998-06-02  Jeffrey A Law  (law@cygnus.com)
26243
26244         * gcc.c-torture/execute/980602-1.c: New test.
26245         * gcc.c-torture/execute/980602-2.c: Likewise.
26246
26247 1998-06-02  Dave Love  <d.love@dl.ac.uk>
26248
26249         * 970125-0.f: Fix per JCB.  Add commentary.
26250
26251 1998-05-31  Michael Meissner  <meissner@cygnus.com>
26252
26253         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
26254         IEEE -0 support.
26255
26256 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
26257
26258         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
26259         earlier.
26260
26261 1998-05-28  Catherine Moore <clm@cygnus.com>
26262
26263         * gcc.c-torture/execute/980526-3.c: New test.
26264
26265 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
26266
26267         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
26268         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
26269         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
26270         m88k-motorola-sysv3 to XFAIL.
26271
26272 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26273
26274         * gcc.dg/980526-1.c: New test.
26275         * gcc.c-torture/execute/980526-2.c: New test.
26276
26277 1998-05-26  Jeffrey A Law  (law@cygnus.com)
26278
26279         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
26280
26281         * gcc.c-torture/execute/980526-1.c: New test.
26282
26283 1998-05-26  Dave Love  <d.love@dl.ac.uk>
26284
26285         * g77.f-torture/execute/alpha2.f: Add runtime test.
26286
26287 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
26288
26289         * g++.old-deja/old-deja.exp: Strip leading directories.
26290
26291         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
26292         error for the line.  Don't run multiple tests for the same line.
26293
26294 1998-05-23  Jeffrey A Law  (law@cygnus.com)
26295
26296         * gcc.dg/980523-1.c: New test.
26297
26298 1998-05-23  Dave Love  <d.love@dl.ac.uk>
26299
26300         * g77.f-torture/compile/970915-0.f: New test.
26301
26302 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
26303
26304         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
26305
26306 1998-05-21  Jeffrey A Law  (law@cygnus.com)
26307
26308         * gcc.dg/980520-1.c: New test.
26309
26310 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
26311
26312         * gcc.dg/980502-1.c: Fix return type.
26313
26314 1998-05-20  Jeffrey A Law  (law@cygnus.com)
26315
26316         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
26317         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
26318         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
26319         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
26320         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
26321
26322 1998-05-20  Dave Love  <d.love@dl.ac.uk>
26323
26324         * g77.f-torture/execute/980520-1.f: New test.
26325
26326 1998-05-15  Dave Love  <d.love@dl.ac.uk>
26327
26328         * lib/mike-g77.exp: New file.
26329
26330         * g77.f-torture/noncompile/noncompile.exp,
26331         g77.f-torture/noncompile/check0.f: New files.
26332
26333 1998-05-14  Dave Love  <d.love@dl.ac.uk>
26334
26335         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
26336         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
26337         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
26338         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
26339         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
26340         abort where appropriate.
26341
26342 1998-05-05  Michael Meissner  <meissner@cygnus.com>
26343
26344         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
26345         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
26346
26347 1998-04-29  Dave Love  <d.love@dl.ac.uk>
26348
26349         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
26350
26351 1998-04-27  Dave Love  <d.love@dl.ac.uk>
26352
26353         * g77.f-torture/compile/980427-0.f: New test.
26354
26355 1998-04-24  Dave Love  <d.love@dl.ac.uk>
26356
26357         * g77.f-torture/compile/980424-0.f: New test.
26358
26359 1998-04-19  Dave Love  <d.love@dl.ac.uk>
26360
26361         * g77.f-torture/compile/980419-2.f (main): New test.
26362         * g77.f-torture/compile/970125-0.f: New test.
26363         * g77.f-torture/compile/980419-1.f: New test.
26364
26365 1998-04-08  Jim Wilson  <wilson@cygnus.com>
26366
26367         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
26368         of loop-4.c.
26369
26370 1998-04-07  Jim Wilson  <wilson@cygnus.com>
26371
26372         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
26373
26374 1998-04-03  Jim Wilson  <wilson@cygnus.com>
26375
26376         * gcc.c-torture/compile/980329-1.c: New test.
26377
26378 1998-03-18  Jim Wilson  <wilson@cygnus.com>
26379
26380         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
26381         * gcc.dg/980312-1.c: Fix typo in -march command.
26382
26383 1998-03-16  H.J. Lu  (hjl@gnu.org)
26384
26385         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
26386
26387 1998-03-11  Robert Lipe  <robertl@dgii.com>
26388
26389         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
26390         Dave Love agree the Fortran source is bogus.
26391
26392 1998-03-11  Robert Lipe  <robertl@dgii.com>
26393
26394         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
26395         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
26396         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
26397         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
26398         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
26399
26400 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
26401
26402         * g++.old-deja/g++.other/friend1.C: New test.
26403
26404 1998-02-18  Dave Love  <d.love@dl.ac.uk>
26405
26406         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
26407         possibly uninitialized) variables and declare dnrm2.
26408
26409 1998-02-23  Robert Lipe <robertl@dgii.com>
26410
26411         From Bruno Haible <haible@ilog.fr>:
26412         * gcc.c-torture/execute/980223.c: New test.
26413
26414 1998-02-13  Jeffrey A Law  (law@cygnus.com)
26415
26416         * gcc.dg/ifelse-1.c: New test.
26417
26418 1998-02-09  H.J. Lu  (hjl@gnu.org)
26419
26420         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
26421
26422           * lib/old-dejagnu.exp (old-dejagnu): Added the
26423           "execution test - XFAIL *-*-*" handling in the spirit of
26424           "excess errors test -". Changed the "execution test fails"
26425           handling to be like "excess errors test fails".
26426           * Update various tests accordingly.
26427
26428 1998-02-06  Jim Wilson  <wilson@cygnus.com>
26429
26430         * gcc.c-torture/execute/980205.c: New test.
26431
26432 1998-01-18  Jeffrey A Law  (law@cygnus.com)
26433
26434         * lib/c-torture.exp: Look for .x files instead of .cexp files.
26435         * lib/f-torture.exp: Similarly.
26436         * gcc.c-torture: Rename all .cexp files to .x files.
26437
26438 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
26439
26440         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
26441         (940510-1.c): Removed duplicate.
26442         (971104-1.c): New test.
26443
26444 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
26445
26446           * lib/f-torture.exp: Improve error and loop detection.
26447
26448 1997-11-19  Michael Meissner  <meissner@cygnus.com>
26449
26450         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
26451         use that to size the filler array.
26452
26453 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
26454
26455         * lib/c-torture.exp(c-torture-execute): Fix typo.
26456
26457         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
26458         testcase as the executable name. Keep the executable around if
26459         the test fails.
26460
26461 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
26462
26463         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
26464         changes.  Only test one -g option, and move it to the end of the
26465         list of options to test.
26466
26467 1997-09-19  Michael Meissner  <meissner@cygnus.com>
26468
26469         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
26470         variable GCC_TORTURE_OPTIONS to supply default switches separated
26471         by colons.  If no environment variable, run tests with -O0 -g, -O1
26472         -g, and -O2 -g as well.
26473
26474 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
26475
26476         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
26477         explanatory comments. Fix indentation.
26478
26479 1997-09-15  Jeffrey A Law  (law@cygnus.com)
26480
26481         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
26482
26483 1997-09-11  Jeffrey A Law  (law@cygnus.com)
26484
26485         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
26486         * g++.old-deja/g++.mike/p7325.C: Likewise.
26487         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
26488
26489 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
26490
26491         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
26492         * g++.old-deja/g++.brendan/crash30.C: Likewise.
26493         * g++.old-deja/g++.brendan/crash39.C: Likewise.
26494         * g++.old-deja/g++.law/operators4.C: Likewise.
26495
26496 1997-09-11  Joe Buck  (jbuck@synopsys.com)
26497
26498         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
26499         * g++.old-deja/g++.mike/p784.C: Ditto.
26500         * g++.old-deja/g++.mike/p785.C: Ditto.
26501
26502 1997-09-05  Jeffrey A Law  (law@cygnus.com)
26503
26504           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
26505
26506 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26507
26508         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
26509         target feature; pass this to c-torture-execute as needed.
26510
26511 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26512
26513         * lib/c-torture.exp(c-torture-execute): If the previous and the
26514         current executables being tested are identical, we don't need to
26515         run the executable again. Try to make the executable names
26516         unique. Add an optional argument for passing additional compiler
26517         flags.
26518
26519 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
26520
26521         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
26522
26523 1997-08-29  Jeffrey A Law  (law@cygnus.com)
26524
26525         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
26526
26527 1997-07-31  Jeffrey A Law  (law@cygnus.com)
26528
26529         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
26530         32bit or larger longs.
26531
26532         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
26533         have either a 32bit long or 32bit int.
26534
26535 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
26536
26537         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
26538         Make double precision tests dependent on sizeof (double).
26539
26540 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
26541
26542         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
26543         too.
26544
26545 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
26546
26547         * gcc.c-torture/compile/961203-1.cexp: New script.
26548
26549 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
26550
26551         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
26552         up the includes ourselves.
26553
26554 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
26555
26556         * lib/plumhall.exp: Remove random include, and add a few
26557         verbose messages for debugging.
26558
26559 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
26560
26561         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
26562         of trying to do it ourselves.
26563
26564 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
26565
26566         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
26567
26568 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
26569
26570         * gcc.prms/5403.c: Made regexp a bit less strict.
26571
26572 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
26573
26574         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
26575         is returned from remote_load instead.
26576         * lib/plumhall.exp: Ditto.
26577         * lib/mike-g++.exp: Ditto.
26578         * lib/old-dejagnu.exp: Ditto.
26579         * lib/c-torture.exp: Ditto.
26580
26581 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
26582
26583         * lib/g++.exp: Use build_wrapper procedure.
26584         * lib/gcc.exp: Ditto.
26585
26586 1997-05-20  Jeffrey A Law  (law@cygnus.com)
26587
26588         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
26589         an old-style decl for malloc.  Fixes tests to work when
26590         sizeof (int) != sizeof (size_t).
26591
26592 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26593
26594         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
26595
26596         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
26597         use stdargs.h interface.
26598
26599 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26600
26601         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
26602         NO_VARARGS when compiling.
26603
26604 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
26605
26606         * lib/plumhall.exp(ph_includes): New procedure.
26607         (ph_make): Use it.
26608         (ph_compiler): Ditto.
26609
26610         * lib/g++.exp: Rename test-glue.c to testglue.c.
26611         * lib/gcc.exp: Ditto.
26612
26613 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
26614
26615         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
26616         to completion when it's called.
26617
26618 1997-03-21  Michael Meissner  <meissner@cygnus.com>
26619
26620         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
26621         is defined, don't do test.
26622
26623 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
26624
26625         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
26626         for object files.
26627         (ph_summary): Mark skipped testcases as untested, not unresolved.
26628
26629         * lib/plumhall.exp (ph_make): If unresolved because of bad
26630         errorCode, record errorCode in log file.
26631         (*): Replace send_log/verbose with verbose -log.
26632
26633 1997-03-19  Michael Meissner  <meissner@cygnus.com>
26634
26635         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
26636         double conversion if double isn't at least 8 bytes.
26637
26638         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
26639         int to work with targets where int is 16 bits.
26640
26641         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
26642         8 bytes, just exit, since 4 byte doubles don't have enough bits of
26643         precision for the test to complete.
26644
26645 1997-03-14  Michael Meissner  <meissner@cygnus.com>
26646
26647         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
26648         if d10v is not compiled with the -mdouble64 flag.
26649         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
26650
26651         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
26652         d10v is not compiled with the -mint32 flag.
26653
26654 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
26655
26656         * lib/plumhall.exp: Use incr_count.
26657
26658 1997-03-12  Jeffrey A Law  (law@cygnus.com)
26659
26660         * gcc.c-torture: Update to c-torture-1.45.
26661
26662 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
26663
26664         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
26665         the name of the expect testcase file).
26666
26667         * lib/g++.exp(g++_init): Ditto.
26668
26669 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
26670
26671         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
26672         the host.
26673
26674         * lib/gcc.exp(gcc_exit): New procedure.
26675
26676 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
26677
26678         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
26679         specs where appropriate.
26680
26681         * g++.old-deja/g++.arm/*: Added additional ERROR checks
26682         because of new "candidates are" messages, and removed a few
26683
26684         * Converted all non-old-style g++ testcases to old-style, and
26685         moved into g++.old-deja.
26686
26687 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
26688
26689         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
26690         options.
26691
26692         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
26693         succeeded.
26694
26695         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
26696
26697 1997-02-13  Michael Meissner  <meissner@cygnus.com>
26698
26699         * lib/gcc.exp (gcc_target_compile): Add support for defining
26700         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
26701         the machine doesn't have those features.
26702
26703 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
26704
26705         * g++.law/operators4.exp: Don't use LIBS.
26706
26707 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
26708
26709         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
26710
26711         * lib/mike-g++.exp: Don't set the compiler to be tested here.
26712         * lib/g++.exp: Set it here instead. Also, allow use of the
26713         --tool_exec and --tool_opt options. Change CXX to
26714         GXX_UNDER_TEST.
26715
26716         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
26717
26718         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
26719
26720 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
26721
26722         * lib/old-dejagnu.exp: Use prune_warnings instead of
26723         prune_system_crud.
26724         * lib/mike-g++.exp: Ditto.
26725         * lib/gcc.exp: Ditto.
26726         * lib/g++.exp: Ditto.
26727
26728         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
26729
26730 1997-02-07  Jeffrey A Law  (law@cygnus.com)
26731
26732           * 941014-2.c: Include stdlib.h
26733           * 960327-1.c: Include stdio.h
26734           * dbra.c, index-1.c: Don't assume ints are 32bits.
26735
26736 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
26737
26738         * lib/gcc.exp: Add gcc,stack_size target feature.
26739
26740         * lib/g++.exp(g++_target_compile): Add the include and link
26741         paths here, not in two other places. And, it's $options, not
26742         options.
26743
26744         * lib/mike-g++.exp(postbase): Remove the code that determines
26745         the correct include and link paths.
26746         * g++.old-deja/old-deja.exp: Ditto.
26747
26748 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
26749
26750         * lib/g++.exp(g++_init): target_compile no longer returns the
26751         filename of the result.
26752
26753 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
26754
26755         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
26756         call to glob.
26757
26758         * gcc.c-torture/special/special.exp: Change call to
26759         gcc_target_compile to include the object file.
26760
26761 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
26762
26763         * gcc.c-torture/special/special.exp: Correct misspelling in last
26764         change.
26765
26766 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
26767
26768         * lib/plumhall.exp(ph_summary): Log the entire output of the
26769         executable. Return -1 if there were any failures, 0 otherwise.
26770         (ph_execute): Return -1 if there were any failures, 0 otherwise.
26771         (ph_make): Clean up objects and executables that were built
26772         if the tests succeeded.
26773
26774 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
26775
26776         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
26777         libraries and includes in the build tree as appropriate.
26778
26779 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
26780
26781         * lib/c-torture.exp: Instead of looking for the global variable
26782         NO_LONG_LONG, check to see if that's a feature of the target.
26783
26784 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
26785
26786         * config/default.exp: Minimize. Delete the remainer of the files in
26787         config; this functionality is now in devo/dejagnu/config.
26788
26789         g++.*/*: Pass any additional flags used to compile to postbase;
26790         delete CXXFLAGS.
26791
26792         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
26793         is now done by runtest.exp. Use gcc_target_compile instead of
26794         compile.
26795
26796         lib/c-torture.exp: Use gcc_target_compile instead of compile.
26797         Remove references to CFLAGS. Use remote_file instead of
26798         calling rm -f.
26799         (c-torture): Take a list of arguments to use to compile this
26800         testcase.
26801
26802         lib/g++.exp: Simplify. Use target_compile instead of compile.
26803         lib/gcc-dg.exp: Ditto.
26804         lib/gcc.exp: Ditto.
26805         lib/mike-{gcc,g++}.exp: Ditto.
26806         lib/old-dejagnu.exp: Ditto.
26807         lib/plumhall.exp: Ditto.
26808
26809 1997-01-08  Jim Wilson  <wilson@cygnus.com>
26810
26811         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
26812         (ph_linker): Likewise.
26813
26814 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
26815
26816           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
26817         MAP_ANON / MAP_ANONYMOUS if defined;
26818         else try to map from /dev/zero .
26819
26820 1996-11-12  Jeffrey A Law  (law@cygnus.com)
26821
26822         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
26823         isn't defined, then define it to MAP_ANONYMOUS.
26824
26825 1996-11-12  Jeffrey A Law  (law@cygnus.com)
26826
26827         * gcc.c-torture: Update to c-torture-1.42 release.
26828
26829 1996-11-11  Jeffrey A Law  (law@cygnus.com)
26830
26831         * gcc.c-torture: Update to c-torture-1.41 release.
26832
26833 1996-10-27  Jeffrey A Law  (law@cygnus.com)
26834
26835         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
26836         c-torture release.
26837
26838 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
26839
26840         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
26841         and LDFLAGS.  Fix second case to append the target_info ldflags
26842         onto LDFLAGS, not CFLAGS.
26843         * lib/g++.exp (g++_init): Add target_info stuff.
26844         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
26845         of libgloss and newlib flags for !native.
26846
26847         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
26848         (GDB): Fix relative path to go up another dir for finding gdb.
26849
26850 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
26851
26852         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
26853         versions in the target_info array, if they don't exist.
26854
26855 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
26856
26857         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
26858
26859 1996-07-08  Jim Wilson  <wilson@cygnus.com>
26860
26861         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
26862         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
26863
26864 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
26865
26866         * lib/old-dejagnu.exp: Don't remove the output file before we've
26867         actually tested it. Don't append pwd to the path of the executable
26868         we're testing.
26869
26870 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
26871
26872         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
26873
26874 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
26875
26876         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
26877         temporary directory for compiler files, and set it to a default
26878         value of /tmp. Set $output as the name of the output file from
26879         compiling the testcase. Add a -o option to $cflags_var so the
26880         compiler writes the final output file as $output. Set $executable
26881         to $output.
26882
26883         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
26884         directory for compiler files, and set it to /tmp if it doesn't
26885         already have a value. Set $output_file to the name of the output
26886         file from compiling the testcase. Add a -o option to CXXFLAGS so
26887         the compiler writes the final output file as $output. Use $output
26888         as the executable to be tested.
26889
26890 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
26891
26892         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
26893
26894 1996-06-08  Jeffrey A Law  (law@cygnus.com)
26895
26896         * gcc.c-torture/execute/pending-1.c: New test.  Still
26897         pending in Tege's queue.
26898
26899 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
26900
26901         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
26902         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
26903         if there were failures.  Call unresolved if there were unresolved
26904         testcases.  Call gcc_fail if program did not run to completion.
26905         (ph_make): Pass additional argument name to ph_execute.
26906         (ph_execute): Add new argument.  Pass additional arguments to
26907         ph_summary.  Call gcc_fail is there is no execution output.
26908
26909 1996-04-24  Jeffrey A Law  (law@cygnus.com)
26910
26911         * lib/plumhall.exp (proc_summary): Output relavent summary
26912         lines into the log so specific failures in plumhall can be
26913         investigated.
26914
26915 1996-04-10  Jeffrey A Law  (law@cygnus.com)
26916
26917         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
26918         (c-torture-execute): Don't try to execute tests which use
26919         "long long" types if $NO_LONG_LONG is nonzero.
26920
26921 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
26922
26923         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
26924         not c-torture.
26925
26926         * gcc.ieee: Move from here.
26927         * gcc.c-torture/execute/ieee: To here.
26928
26929 1996-03-26  Jeffrey A Law  (law@cygnus.com)
26930
26931         * gcc.c-torture: Update to c-torture-1.41 release.
26932
26933 1996-03-22  Jeffrey A Law  (law@cygnus.com)
26934
26935         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
26936         not "$output".
26937
26938 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
26939
26940         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
26941         -c present.
26942
26943 1996-03-02  Jeffrey A Law  (law@cygnus.com)
26944
26945         * config/proelf.exp: Handle connecting to a simulator.
26946
26947 1996-01-31  Jeffrey A Law  (law@cygnus.com)
26948
26949         * config/proelf.exp: New file.  Enough framework that we can
26950         run c-torture tests on the proelf targets (or any other target
26951         that gdb can connect to for that matter).
26952
26953 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
26954
26955         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
26956         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
26957
26958         * lib/plumhall.exp (ph_execute): Always call ph_summary if
26959         exec_output exists.
26960
26961 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
26962
26963         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
26964         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
26965
26966         * config/*.exp: Update FSF address.  Change result of ${tool}_load
26967         to pass/fail/unresolved/unsupported/untested.  Caller must now
26968         call unresolved/unsupported/untested.
26969         * lib/*.exp: Update FSF address.  Update to handle new results of
26970         ${tool}_load.
26971         * lib/chill.exp (verbose): Delete.
26972
26973 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
26974
26975         * lib/gcc.exp (default_gcc_start): Change order of args to
26976         $LDFLAGS $CFLAGS $LIBS.
26977         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
26978         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
26979         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
26980         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
26981         * gcc.misc-tests/dg-test.exp: Likewise.
26982         * gcc.misc-tests/msgs.exp: Likewise.
26983         * gcc.prms/prms.exp: Likewise.
26984         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
26985         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
26986
26987         * lib/dg.exp: Deleted, moved to dejagnu/lib.
26988
26989 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
26990
26991         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
26992
26993         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
26994         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
26995
26996         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
26997         necessary.
26998
26999 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
27000
27001         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
27002         global for loop; add use of $mathlib.
27003         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
27004         settings here; set mathlib for anything but VxWorks.
27005
27006 1996-01-22  Jeffrey A Law  (law@cygnus.com)
27007
27008         * gcc.c-torture: Update to c-torture-1.40 release.
27009
27010 1996-01-03  Jeffrey A Law  (law@cygnus.com)
27011
27012         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
27013         dg.exp.
27014
27015 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
27016
27017         * lib/c-torture.exp (c-torture-execute): Declare "output" as
27018         global.
27019
27020 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
27021
27022         * lib/g++.exp (LIBS): Define if not already.
27023         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
27024         (gcc-dg-prune): Call prune_gcc_output.
27025         * lib/gcc.exp (prune_gcc_output): New proc.
27026         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
27027         prune_gcc_output.
27028
27029 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
27030
27031         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
27032         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
27033
27034 1995-11-15  Jeffrey A Law  (law@cygnus.com)
27035
27036         * gcc.c-torture: Update to c-torture-1.39 release.
27037
27038 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
27039
27040         * lib/c-torture.exp (c-torture-execute): Don't return if one option
27041         fails, try others as well.
27042
27043 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
27044
27045         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
27046         If compilation fails, mark execute tests as `untested'.
27047         If test is marked as unsupported, don't mark compilation and
27048         execute tests as failed.
27049
27050 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
27051
27052         * lib/g++.exp (g++_init): Don't link in libg++, and look to
27053         libstdc++ for whether or not we want to be doing shared
27054         libraries.  Delete link_curses since we don't need it anymore.
27055         * lib/mike-g++.exp (postbase): Don't link in libg++.
27056         * g++.old-deja/old-deja.exp: Likewise.
27057
27058 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
27059
27060         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
27061
27062 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
27063
27064         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
27065         For that, add `-Wl,-a,shared_archive'.
27066         * g++.old-deja/old-deja.exp: Likewise.
27067
27068 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
27069
27070         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
27071
27072 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
27073
27074         * lib/mike-g++.exp (postbase): Pay attention to the status of
27075         g++_load.
27076
27077 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
27078
27079           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
27080
27081 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
27082
27083         * lib/gcc.exp (default_gcc_start): No longer need to log program
27084         being executed or its output, execute_anywhere does that now.
27085         * lib/g++.exp (default_g++_version): Call execute_anywhere.
27086         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
27087
27088 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
27089
27090         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
27091         the same as those in lib/g++.exp.
27092
27093 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
27094
27095         * gcc.c-torture: Update to c-torture-1.38 release.
27096         * gcc.ieee: Related changes.
27097
27098 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
27099
27100         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
27101         "exec". Minor reformatting changes.
27102
27103         * config/rom68k.exp (${tool}_load): Make it work in a canadian
27104         cross. This means all "exec" calls now work on a remote host as
27105         well.
27106         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
27107         cross. Filter out the extra "\r\n" stuff that expect puts in.
27108         (c-torture-execute): Filter out the bogus warnings like
27109         c-torture-compile does. Add support for canadian cross.
27110         * lib/gcc.exp (default_gcc_version, default_gcc_start)
27111         Use execute_anywhere rather than calling exec directly. Now it
27112         works for canadian cross testing.
27113
27114 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
27115
27116         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
27117         results into a variable, and check that rather than using file exists.
27118
27119 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
27120
27121         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
27122         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
27123
27124 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27125
27126         * g++.old-deja/old-deja.exp: Create and pass runshlib and
27127         lib_curses if there's a shared libg++ in the build tree.
27128
27129 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
27130
27131         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
27132         if not supported target.
27133
27134 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
27135
27136         * lib/g++.exp (g++_init): Move empty setting of runshlib and
27137         link_curses up to always happen, not just for native builds.
27138
27139 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
27140
27141         * gcc.c-torture: Update to c-torture-1.36 release.
27142         * gcc.failure: Related changes.
27143
27144 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
27145
27146         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
27147
27148 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
27149
27150         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
27151         * lib/mike-g++.exp (postbase): Not in here.  Still reference
27152         runshlib, link_curses, and mathlib for link and run.
27153
27154         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
27155         pass the runtime shared library options for Solaris, OSF/1, and
27156         Irix5, and link with -lcurses to avoid unresolved references.
27157
27158 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
27159
27160         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
27161         only run once.
27162
27163 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
27164
27165         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
27166
27167 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
27168
27169         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
27170         do not have a framework for the "compat" tests yet.
27171
27172 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
27173
27174         * lib/mike-g++.exp (postbase): New local variable `mathlib',
27175         set to null if we're testing vxworks5.1.  Use that instead of
27176         `-lm' in the setting of LIBS for link and run.
27177
27178 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
27179
27180         * config/rom68k.exp (${tool}_load): Major changes to make it
27181         work.  Verified that it does in fact return the stuff in
27182         exec_output properly.  Catch any Emul or any TRAP other than 0.
27183
27184 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
27185
27186         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
27187         LDFLAGS properly for targets that need stuff from libgloss.
27188         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
27189         only run once.
27190         (gpp_initialized): New variable.
27191
27192 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
27193
27194         * config/rom68k.exp: Load libgloss.exp.
27195         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
27196         so we can produce a fully linked binary.
27197         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
27198         so we can produce a fully linked binary.
27199
27200 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
27201
27202         * lib/plumhall.exp (ph_section): Watch for expected failures.
27203         Add missing `else'.
27204
27205         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
27206         run the testcase.
27207         (c-torture): Likewise.
27208
27209 1995-08-28  Doug Evans  <dje@cygnus.com>
27210
27211         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
27212
27213         * lib/mike-g++.exp (mike_cleanup): New proc.
27214         (prebase): New globals compiler_result, not_compiler_result,
27215         target_regexp.
27216         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
27217         allow leading "-" in pattern.  Watch for unsupported tests.
27218         If $compiler_result is set, pattern match assembler code,
27219         and ditto for $not_compiler_result.
27220         * lib/mike-gcc.exp: Likewise.
27221
27222         * lib/plumhall.exp (ph_execute): Only call ph_summary if
27223         execution "succeeded".
27224
27225 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
27226
27227         * config/win32.exp: New file.
27228         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
27229
27230 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
27231
27232         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
27233         unsupported.
27234         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
27235         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
27236         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
27237
27238         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
27239         "... without exceptions was ...".  That is now handled by
27240         prune_system_crud.
27241         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27242
27243 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
27244
27245         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
27246         sieve.c,sort2.c}: New files.
27247         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
27248         sieve.exp,sort2.exp}: Drivers for them.
27249
27250         * lib/mike-gcc.exp (program_output): New user settable variable.
27251         (postbase): Call prune_system_crud.  Also prune extraneous compiler
27252         messages.
27253         * lib/mike-g++.exp (program_output): New user settable variable.
27254
27255         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
27256
27257         * config/sh.exp: Deleted (use sim.exp instead).
27258
27259 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
27260
27261         * config/vx.exp: Declare CHECKTASK as global.
27262         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
27263         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
27264         * lib/old-dejagnu.exp: Load [pwd]/$executable.
27265
27266 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27267
27268         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
27269         target. Like vx.exp, only includes `vx29k.exp' instead of
27270         `vxworks.exp'.
27271
27272 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
27273
27274         * config/sim.exp: Increase time limit from 120 seconds to 240.
27275
27276 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
27277
27278         * gcc.c-torture/execute/950628-1.c: New test.
27279
27280 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
27281
27282         * gcc.c-torture: Update with changes/additions from
27283         c-torture-1.34.
27284
27285 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
27286
27287         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
27288
27289 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
27290
27291         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
27292
27293 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
27294
27295         * gcc.c-torture/compile/950512-1.c: New test.
27296         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
27297         * gcc.dg/struct-ret-1.c: Likewise.
27298
27299 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
27300
27301         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
27302           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
27303
27304 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
27305
27306         * gcc.c-torture/special/920411-1.c: Deleted.
27307         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
27308
27309 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
27310
27311         * config/sim.exp (${tool}_load): Hack in call to bash to get a
27312         cpu limit.
27313
27314 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
27315
27316         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
27317
27318 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
27319
27320         From kenner;
27321         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
27322         is the proper length.
27323         * va-arg-3.c: Likewise.
27324
27325 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
27326
27327         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
27328         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
27329
27330         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
27331         * lib/g++.exp (default_g++_start): Delete old cruft.
27332
27333 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
27334
27335         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
27336         (2 * (1 << 18)) to (2 * (1 << 17)).
27337
27338         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
27339
27340 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
27341
27342         * config/rom68k.exp: Renamed from config/idp.exp
27343
27344 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
27345
27346         * c-torture/compile/921109-2.c
27347
27348 1995-04-18  Mike Stump  <mrs@cygnus.com>
27349
27350         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
27351         excess errors.
27352
27353 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
27354
27355         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
27356         output.
27357         * lib/g++.exp (default_g++_start): Likewise.
27358
27359 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
27360
27361         * gcc.c-torture/compile/950329-1.c: New test.
27362
27363 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
27364
27365           * config/bug.exp (${tool}_load): Updated to use new remote_open
27366           and remote_close procs.
27367         * config/idp.exp: New file.
27368
27369 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
27370
27371         * gcc.c-torture/execute/950322-1.c: New test.
27372
27373 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
27374
27375         * config/vx.exp (${tool}_load): Clean up testing of return code from
27376         vxworks_ld and vxworks_spawn.
27377
27378 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
27379
27380         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
27381
27382 1995-03-13  Mike Stump  <mrs@cygnus.com>
27383
27384         * lib/old-deja.exp: Add `excess errors test - ' error, now one
27385         can mark excess errors on a machine by machine basis.  Note, the
27386         default is to not expect any excess errors, even when excess
27387         errors test - is given, so you will want to put an XFAIL ... on
27388         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
27389         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
27390         those 4 machines, but no others.
27391
27392 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
27393
27394         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
27395         * lib/c-torture.exp: to here.
27396
27397 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
27398
27399         * gcc.c-torture/execute/950221-1.c: New test.
27400         * gcc.c-torture/execute/struct-ret-1.c: New test.
27401         * gcc.c-torture/compile/950221-1.c: New test.
27402
27403         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
27404
27405 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
27406
27407         * gcc.c-torture/execute/arith-1.c (main): Return 0.
27408         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
27409
27410 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
27411
27412         * g++.gb: New directory of tests, derived from my signature and
27413         class scoping tests.
27414
27415         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
27416         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
27417         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
27418         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
27419         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
27420         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
27421         * g++.gb/sig25.C: Likewise.
27422
27423         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
27424         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
27425         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
27426         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
27427         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
27428         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
27429         * g++.gb/sig25.exp: Likewise.
27430
27431         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
27432         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
27433         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
27434         * g++.gb/scope13.C: Likewise, this test still fails.
27435
27436         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
27437         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
27438         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
27439         * g++.gb/scope13.exp: Ditto.
27440
27441         * g++.gb/README: New file, explains what these tests are about.
27442
27443 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
27444
27445         * lib/dg.exp (dg-do): Support `preprocess'.
27446         (dg-test): Likewise.
27447
27448 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
27449
27450         * config/udi.exp: change "continue -expect" to "exp_continue".
27451
27452 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
27453
27454         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
27455         Delete redundant tests.
27456
27457         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
27458         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
27459         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
27460         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
27461         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
27462         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
27463         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
27464         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
27465
27466         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
27467         storing label pointers.
27468         * gcc.c-torture/execute/921019-1.c: Likewise.
27469         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
27470         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
27471         parameter fp.
27472         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
27473         constants.
27474
27475         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
27476         Delete obsolete tests.
27477
27478         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
27479         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
27480         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
27481         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
27482         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
27483         * gcc.c-torture/compile/950124-1.c: New test.
27484
27485         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
27486
27487 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
27488
27489         * lib/mike-g++.exp: Add -lm to LIBS.
27490
27491 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
27492
27493         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
27494
27495 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
27496
27497         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
27498
27499 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
27500
27501         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
27502
27503 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
27504
27505         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
27506         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
27507         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
27508         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
27509         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
27510         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
27511         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
27512         * g++.law/{operators31.C, operators32.C,
27513         * g++.law/{operators33.C, operators34.C}: Likewise.
27514         * g++.law/{pic1.C, refs2.C}: Likewise.
27515         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
27516         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
27517         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
27518         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27519
27520         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
27521         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
27522         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
27523         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
27524         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
27525         * g++.law/{enum9.exp, friend5.exp}: Likewise.
27526         * g++.law/{nest3.exp, nest4.exp}: Likewise.
27527         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
27528         * g++.law/{operators30.exp, operators31.exp}: Likewise.
27529         * g++.law/{operators32.exp, operators33.exp}: Likewise.
27530         * g++.law/{operators34.exp}: Likewise.
27531         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
27532         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
27533         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
27534         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
27535         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27536
27537         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
27538         No longer expected to fail.
27539         * g++.law/missed-error3.C: Tweak for recent bool changes.
27540
27541 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
27542
27543         * config/emb-unix: Deleted.
27544         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
27545         remote execution.  Do final link on remote host if REMOTE_LINK is set.
27546
27547 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
27548
27549         * lib/dg.exp (dg-test): Fix typo in last patch.
27550
27551 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
27552
27553         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
27554         (handles multiple occurrences).
27555
27556 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
27557
27558         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
27559         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
27560         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
27561         printed).
27562         * lib/c-torture.exp (c-torture-compile): Likewise.
27563         (c-torture): Prepend full path if missing.
27564         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
27565         (gcc_fail): Likewise.
27566         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
27567
27568 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
27569
27570         * lib/netware.exp: Only attach to NetWare i386 systems.
27571
27572 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
27573
27574         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
27575         messages.  Add test name to "output pattern match" pass/fail message.
27576
27577 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
27578
27579         * gcc.dg: New testsuite.
27580         * gcc.dg/dg.exp: New file.
27581
27582         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
27583         test-switch.c}: Deleted.
27584
27585         * gcc.misc-tests/msgs.exp: New testcase driver.
27586
27587 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
27588
27589         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
27590         Watch for illegal return values from ${tool}_load.
27591         * config/unix.exp (${tool}_load): Fix pass/fail detection for
27592         cross targets.  Coerce return value >0 to 1.
27593
27594 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
27595
27596         * config/unix.exp (${tool}_load): Call program rsh, not proc.
27597
27598         * config/emb-unix.exp: New file.
27599
27600         * config/sim.exp: Error if variable $SIM not defined.
27601         (${tool}_load): Mark test as "untested" if simulator missing.
27602
27603         * config/unix.exp: Load remote.exp to get rcp_download.
27604         * lib/c-torture.exp: Use different option lists for testcases with
27605         and without loops.
27606         * gcc.c-torture/execute/execute.exp: Likewise.
27607
27608 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
27609
27610         * config/*.exp: Clarify return code from ${tool}_load.
27611         Call `unresolved' or `untested' instead of `warning' or `perror'
27612         (sometimes you still want to call both though).
27613         Add comment that `shell_id' is local to each file.
27614         * config/udi.exp (timeout): Set to 30.
27615         Don't print warning if connection fails, $connectmode has already
27616         printed an error.
27617         (${tool}_load): Move verbose messages to level 2.
27618         Rework pattern for "Process started" message.
27619         Pass `shell_id' to ${connectmode}_download.
27620         Retry twice upon timeout.  Make resetting of target more robust.
27621         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
27622         Pass `shell_id' to exit_$connectmode.
27623         Only call exit_$connectmode if connected.
27624         * config/unix.exp (${tool}_load): Check return codes better.
27625         * config/vrtx.exp (${tool}_load): Likewise.
27626         * config/vx.exp (${tool}_load): Likewise.
27627         Delete unneeded global's.
27628         * lib/dg.exp (dg-test): Update to reflect clarified return codes
27629         from ${tool}_load.
27630         (dg-stat): Delete.
27631         (dg-init): Delete recording of pass/fail counts.
27632         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27633         (old-dejagnu-init): Likewise.
27634         (old-dejagnu-stat): Delete contents, empty proc now.
27635         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
27636         (c-torture): Delete references to lcnt, lpass, lfail.
27637         Get option list from TORTURE_OPTIONS.
27638         Delete -funroll[-all]-loops if no loops.
27639         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
27640         (g++_stat): Delete contents (empty proc now).
27641         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
27642         (gcc_finish): Likewise.
27643         (gcc_stat): Deleted.
27644         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
27645         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
27646         * gcc.c-torture/execute/execute.exp: Likewise.
27647         Split tests into two parts: compile, execute.
27648         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
27649         no loops.  Update to reflect clarified return codes from ${tool}_load.
27650
27651 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
27652
27653         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
27654         to grep for.
27655         (old-dejagnu): Likewise (where necessary).
27656
27657 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
27658
27659         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
27660
27661         * lib/dg.exp (dg-process-target): Fix processing of selector.
27662         Add comment regarding use of `error'.
27663
27664         * lib/gcc.exp (prune_system_crud): Define if missing.
27665         * lib/g++.exp (prune_system_crud): Likewise.
27666
27667         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
27668         Call prune_system_crud.
27669         * lib/dg.exp (dg-runtest): New proc.
27670         Use perror instead of send_user for tcl errors in testcase.
27671         Don't return any value, it's never used.
27672         Don't clobber previous definition of `unknown'.
27673         Print tcl errors in `dg-final'.
27674
27675 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
27676
27677         * lib/dg.exp (dg-process-target): Improve syntax error messages.
27678         (dg-test): Don't print errorInfo, it contains stack backtrace.
27679
27680 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
27681
27682         * lib/g++.exp (runtest_file_p): Define if missing.
27683
27684 1994-09-24  Doug Evans  (dje@cygnus.com)
27685
27686         * lib/mike-g++.exp: Comment out loading of g++.exp.
27687         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
27688         (default_g++_version): Always print something.
27689         (default_g++_start): Comment out call to `which'.
27690         (g++_start, g++_load): Deleted (must be defined in config file).
27691         * lib/gcc.exp: Test for existence of $CC at start.
27692         Delete check for tmpdir (done in gcc_init).
27693         (default_gcc_version): Always print something.
27694         (default_gcc_start): Comment out call to `which'.
27695         * config/*.exp: Major cleanup - make cross targets work at least a
27696         little better for g++ (by not being "--tool gcc" specific).
27697         Rename gcc_xxx to ${tool}_xxx.
27698         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
27699         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
27700
27701 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
27702
27703         * lib/c-torture.exp (c-torture-compile): Rework compiler
27704         message processing.
27705
27706         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
27707         c-torture.
27708
27709 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
27710
27711         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
27712
27713         * lib/dg.exp (dg-process-target): Support { target native }.
27714
27715 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
27716
27717         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
27718         looked for "... program xxx got fatal signal".
27719         Correct regsub munging of `comp_output'.
27720         Ignore compiler messages "path prefix not used" and "linker input
27721         file unused".
27722
27723 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
27724
27725         * lib/gcc.exp (runtest_file_p): Define if missing.
27726         * gcc.prms/template.c: Example to work from.
27727
27728 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
27729
27730         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
27731         * lib/dg.exp (dg-test): Call unsupported testcases as such.
27732
27733         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
27734         * gcc.prms/1883.c: Moved from compile/940714-1.c.
27735         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
27736         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
27737
27738         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
27739         (dg-process-target): No longer a varargs proc.
27740         Return S/N for target, P/F for xfail.  All callers changed.
27741         (user option procs): More argument checking.
27742         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
27743         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
27744         (dg-test): Skip test if not running on selected target in `dg-do'.
27745         Update handling of `dg-do-what', `dg-output-text'.
27746         Separate execution pass/fail from output pattern match pass/fail.
27747         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
27748
27749 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
27750
27751         * gcc.c-torture/special/special.exp: Don't expect failure for mips
27752         target for 920510-1.c.
27753
27754 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
27755
27756         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
27757         Clean up comment regarding use of passcnt, etc.
27758         (gcc_stat): Don't update `testcnt' here.
27759         (gcc_finish): Do it here.
27760         Might as well reset `but_id' here too.
27761         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
27762         to determine if the file should be tested.
27763         * gcc.c-torture/compile/compile.exp: Likewise.
27764         * gcc.c-torture/execute/execute.exp: Likewise.
27765         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27766         * gcc.misc-tests/dg-test.exp: Likewise.
27767         * gcc.prms/prms.exp: Likewise.
27768         * gcc.wendy/wendy.exp: Likewise.
27769         * g++.old-deja.exp: Likewise.
27770         Move "Testing file" message to verbose level 1.
27771
27772 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
27773
27774         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
27775
27776 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
27777
27778         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
27779         (default_gcc_start): Accept optional second list element
27780         of compiler flags.  Print compiler output at verbosity level 2.
27781         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
27782         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
27783         Save current values of framework globals passcnt, failcnt, xpasscnt,
27784         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
27785         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
27786         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
27787         xfailcnt to compute stats.  Update framework global `testcnt' from
27788         pass/fail counts.
27789         (gcc_finish): New proc.  Clean up test environment.
27790         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
27791         (gcc_epass, gcc_efail): Delete.
27792         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
27793         argument of line number.
27794         (dg-init): If the tool has an init routine, call it.
27795         (dg-test): Remove args `cflags_var' and `libs_var'.
27796         Pass all compiler options to ${tool}_start.
27797         Handle missing line number.
27798         (dg-finish): New function.
27799         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
27800         particular files.  Call gcc_finish at end.  Move "skipping test"
27801         message to verbosity level 3.
27802         * gcc.c-torture/compile/compile.exp: Likewise.
27803         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
27804         * gcc.c-torture/execute/execute.exp: Likewise.
27805         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27806         Print testcase being tried at verbosity level 1.
27807         * gcc.c-torture/special/special.exp: Unset xfail.
27808         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27809         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
27810         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
27811         * gcc.failure/failure.exp: Likewise.
27812         * gcc.ieee/ieee.exp: Likewise.
27813         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
27814         Update call to dg-test.  Call dg-finish at end.
27815         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
27816         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
27817         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
27818         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
27819         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
27820         * gcc.wendy/wendy.exp: Add copyright.
27821         Delete setting of tmpdir (done by gcc_init).
27822         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
27823         Pass compiler flags to gcc_start.  Call gcc_finish at end.
27824         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
27825         gcc_[ce]pass/fail.
27826
27827 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
27828
27829         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
27830         confusion.
27831         (g++_load): Likewise.
27832
27833         * config/*.exp (gcc_load): Some were varargs fns and some were not.
27834         Rename argument to `prog' to remove the confusion.
27835         Varargs fns behave differently too!
27836         (g++_load): Likewise.
27837
27838         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
27839
27840         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
27841         what it is.  Delete (always) printing of status value for !native.
27842         Simplify verbose code, and include status and exec_output.
27843         (g++_load): Use gcc_load.
27844
27845 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
27846
27847         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
27848         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
27849         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
27850         940714-3.c as these testcases don't exist anymore.  Make
27851         va-arg-1.c expected to pass.
27852
27853 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
27854
27855         * gcc.misc-tests/misc.exp: Only run specific testcases.
27856         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
27857         * gcc.misc-tests/dg-[1-9].c: New files.
27858
27859         * lib/dg.exp: New testsuite driver.
27860         * gcc.prms/prms.exp: Use it.
27861
27862         * README.gcc: New file.
27863
27864         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
27865         Document and reset `lxpass' and `lxfail'.
27866         Simplify "initialized" message.
27867         (gcc_stat): Clean up comments a little.
27868
27869 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
27870
27871         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
27872
27873 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
27874
27875         * lib/old-dejagnu.exp (process-option): New proc.
27876         (old-dejagnu-init, old-dejagnu-stat): Likewise.
27877         (old-dejagnu): Simplify.
27878         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
27879
27880 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
27881
27882         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
27883         exists and is not an empty string.
27884
27885         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
27886         $xfail rather than calling setup_xfail.  Clear $xfail when test is
27887         finished.
27888         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
27889         automatically.
27890
27891         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
27892         longer expected to fail.
27893
27894         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
27895         "f" function call.
27896
27897         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
27898
27899         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
27900         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
27901         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
27902         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
27903         c-torture-1.29.
27904
27905         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
27906         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
27907
27908         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
27909
27910         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
27911         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
27912
27913         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
27914         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
27915         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
27916
27917 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
27918
27919         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
27920         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
27921         940714-1.c, 940714-2.c, 940714-3.c},
27922         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
27923         gcc.misc-tests/{mg.c,mg.exp}:
27924         New tests.
27925         * gcc.noncompile/noncompile.exp: Change accordingly.
27926
27927 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
27928
27929         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
27930         Undo previous clobberage.
27931
27932 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
27933
27934         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
27935         * gcc.special/{930510-1.c, special.exp}:
27936         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
27937         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
27938         struct-varargs-1.c}: New tests from c-torture-1.26.
27939
27940 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
27941
27942         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
27943           argument to switch.
27944
27945 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
27946
27947         * Revert the previous changes.  Please see Rob's directory
27948           (/lisa/test/rob/progressive/gcc/testsuite) for testing
27949           fixes.
27950
27951 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
27952
27953         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
27954             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
27955             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
27956             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
27957             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
27958             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
27959             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
27960             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
27961             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
27962             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
27963             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
27964             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
27965             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
27966             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
27967             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
27968             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
27969             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
27970             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
27971             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
27972             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
27973             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
27974             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
27975             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
27976             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
27977             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
27978             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
27979             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
27980
27981 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
27982
27983         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
27984             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
27985           with perror calls.
27986
27987 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
27988
27989         * config/unix.exp (g++_load): Fix syntax.
27990
27991 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
27992
27993         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
27994         * gcc.noncompile/921017-1.c: Deleted obsolete test.
27995         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
27996         Don't expect va-arg-1.c to fail.  Correct expected output for
27997         920928-1.c.
27998         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
27999         * gcc.wendy/hbm4.c: Correct typo.
28000         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
28001
28002 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
28003
28004         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
28005         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
28006         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
28007         * lib/c-torture.exp (c-torture-compile): Ditto.
28008
28009         Reduce volume of output (remove all the -I's and such).
28010         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
28011         Call gcc_cpass, gcc_cfail.
28012         (c-torture): Pass testing option to c-torture-compile.
28013
28014 1994-03-21  Doug Evans  (dje@cygnus.com)
28015
28016         Bring patches over from progressive.
28017         * config/default.exp: Exit remote shell cleanly.
28018         (g++_exit, g++_start): Add default versions.
28019         * config/sim.exp (gcc_load): Use perror, not error.
28020
28021 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
28022
28023         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
28024         set in site.exp.
28025
28026 1994-03-14  Doug Evans  (dje@cygnus.com)
28027
28028         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
28029         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
28030         (wendy_try): New proc to run testcase.
28031         (main loop): Call 'em.
28032         * gcc.wendy/*.c: Clean up pass to correct expected output.
28033
28034         * lib/gcc.exp: Minor cleanup work.
28035         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
28036
28037 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
28038
28039         * config/sim.exp (gcc_load): Document return codes better.
28040         Don't pass -v to simulator.
28041
28042 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
28043
28044           * gcc.special/920717-x.c: Fix typo.
28045           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
28046           get at sources.
28047
28048         * lib/mike-gcc.exp: Fix typo.
28049
28050 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
28051
28052         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
28053         binary to use, transform the name.
28054         * config/*.exp: rename everything. Nuke any g++ specific files,
28055         it's now a special case of gcc that requires no special support.
28056         Add a default.exp for unsupported targets.
28057
28058 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
28059
28060         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
28061         lib/old-dejagnu.exp: Fix a few patterns to work with the new
28062         version of Tcl.
28063
28064 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
28065
28066         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
28067         than a warning.
28068
28069 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
28070
28071         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
28072
28073 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
28074
28075         * gcc.execute/execute.exp: Combine opt_list and foption_list into
28076         option_list.  Compile every file with only 4/6 option choices
28077         (same as C torture) instead of with 12/18 different option
28078         choices.
28079         * lib/c-torture.exp: Likewise.
28080
28081         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
28082         not already set.
28083
28084 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
28085
28086         * lib/old-deja.exp: Add `excess errors test fails' error, now one
28087         can put an XFAIL *-*-* on excess errors.
28088
28089 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
28090
28091         * g++.law: Add more tests derived from g++-bugs snapshots.
28092
28093         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
28094         equivalent to g++.law/init9.
28095
28096         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
28097         compiled it, and the a.out file after we've run it.
28098
28099 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
28100
28101         * lib/mike-g++.exp (postbase): Delete the .o file after we've
28102         compiled it, and the a.out file after we've run it.
28103
28104 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
28105
28106         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
28107
28108 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
28109
28110         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
28111         version number.
28112
28113 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
28114
28115         * g++.law: New directory of g++ tests derived from the g++-bugs
28116         snapshots.
28117
28118 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
28119
28120         * gcc.compile: initbug1.c initbug1.exp testcase added
28121
28122 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
28123
28124         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
28125         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
28126           fixes submitted by Jeff Law (law@cs.utah.edu)
28127         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
28128           Jeff Law (law@cs.utah.edu)
28129
28130
28131 1993-11-30  Mike Stump  (mrs@cygnus.com)
28132
28133         * config/unix-g++.exp: Follow the gcc way of doing things.
28134         * g++.old-deja/old-deja.exp: Minor updates.
28135         * lib/g++.exp: New file, follow the gcc way of doing things.
28136         * lib/old-dejagnu.exp: Minor updates.
28137         * lib/mike-g++.exp: Always unset errorInfo.
28138
28139 1993-11-06  Mike Stump  (mrs@cygnus.com)
28140
28141         * lib/gcc.exp: Fix some errors with the below change, CC and
28142         CFLAGS should be global when setting, not local.
28143
28144 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
28145
28146         * lib/gcc.exp: Transform tool name.
28147
28148 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28149
28150         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
28151
28152 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28153
28154         * lib/gcc.exp: change gcc_done to gcc_stat
28155
28156 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28157
28158         * Upgraded gcc testsuite to c-torture version 1.25
28159
28160 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
28161
28162         * lib/gcc.exp: added reporting code. Changed verbose compile message.
28163         * lib/c-torture: added hooks for new reporting code.
28164
28165 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
28166
28167         * config/sh-gcc.exp: check if sh-sim exists in the path
28168
28169 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
28170
28171         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
28172         * gcc.compile/compile.exp: Initial changes for new logic.
28173         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
28174         * gcc.failure/failure.exp: Initial changes for new logic.
28175         * gcc.ieee/ieee.exp: Initial changes for new logic.
28176         * gcc.misc-tests/misc.exp: Initial changes for new logic.
28177         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
28178         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
28179         * lib/c-torture.exp: Initial changes for new logic.
28180         * lib/gcc.exp: Initial changes for new logic.
28181
28182 1993-10-15  Mike Stump  (mrs@cygnus.com)
28183
28184         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
28185         depend upon failure or success.  Fully qualify names in failure
28186         and success messages.  Always remove a.out before starting
28187         compile, just in case.  Pay more attention to error text output by
28188         the compiler.  Handle testcases with no known past errors just
28189         like all others, so that things are uniform.  Other miscellaneous
28190         improvements.
28191
28192 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
28193
28194         * gcc.cpp: new directory for cpp tests
28195
28196 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
28197
28198         * lib/chill.exp: Code reformatted, removed unused code.
28199         * config/unix-chill.exp: Code reformatted, removed unused code.
28200         * chill.execute/execute.exp: Code reformatted, removed unused code.
28201         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
28202
28203 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
28204
28205         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
28206         routines not written.
28207
28208 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
28209
28210         * config/bug-gcc.exp: Use new procs from bug.exp.
28211
28212 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
28213
28214         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
28215         via ftp, rather than depending on NFS.
28216         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
28217         case.
28218
28219 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
28220
28221         * config/bug-gcc.exp: Use new download proc.
28222
28223 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
28224
28225         * chill.execute/execute.exp: cleanups, handles errors better
28226         * chill.compile/compile.exp: rewrite, based on execute.exp
28227         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
28228         * lib/chill.exp: major changes to diff proc and compile and link
28229           procs. added chill_fail and chill_pass wrappers to pass and
28230           fail. added more comments, and handle error codes better.
28231           Added a hack to capture stderr from exec, so noncompile tests
28232           can work.
28233
28234 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
28235
28236         * chill.execute/execute.exp: rewrite of testsuite driver
28237         * lib/chill.exp: rewrite of testsuite driver
28238         * config/unix-chill.exp: rewrite of testsuite driver
28239
28240 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
28241
28242     In chill.execute:
28243         * iexpr.ch: Standardize uppercase.
28244         * tuples.dat: Standardize uppercase.
28245         * vary.ch: standardize.  Correct varying string assignments.
28246         * vary.dat: Add new output lines.
28247
28248 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
28249
28250     In chill.execute:
28251         * chprintf.ch: Standardize use of uppercase.
28252         * tuples.ch: Standardize and turn arr2 into a DCL,
28253           rather than a SYN.
28254         * pinits.ch: Standardize.
28255
28256 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
28257
28258         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
28259         * Makefil: Renamed to Makefile.in.
28260         * configure.in: New.
28261
28262 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
28263
28264     In chill.execute:
28265         * .cvsignore: Add result/output files.
28266         * Makefile: Fix up variables at start.  Use MFLAGS
28267           everywhere.  Correct bool_loc, built_ins entries.
28268           Add entry for vary1.ch.
28269         * bitarray.ch: Standardize upper-case usage.
28270         * bitexpr.ch: Standardize, add output of b1.
28271         * params.ch: Use arrayt in along PROC parameters, to
28272           avoid novelty problems.
28273         * sets.ch: Tiny cleanup.
28274         * vary1.ch: Re-indent.
28275
28276 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
28277
28278           * Add PR-related files to Makefiles, .cvsignore files, etc.
28279
28280 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
28281
28282         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
28283           with compiler objects. New names are test-flow.c and test-loop.c
28284
28285 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
28286
28287         * Upgraded c-torture tests from 1.19 to 1.20
28288
28289         * new files:
28290         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
28291         * gcc.compile: 930623-1.c 930623-2.c
28292         * gcc.noncompile: 930622-1.c 930622-2.c
28293         * gcc.failure: 920411-1.c 920627-2.c
28294         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
28295
28296 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
28297
28298         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28299           More changes to get testsuite working properly. Needs more work.
28300           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
28301
28302 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
28303
28304         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28305           More changes to get testsuite working properly. Needs more work.
28306
28307 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
28308
28309         * chill.compile/compile.exp: Added for Dejagnu support
28310         * chill.execute/execute.exp: Added for Dejagnu support
28311         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
28312
28313 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
28314
28315     This should complete moving the CHILL test files.
28316         * chill.noncompile(.cvsignore printf.grt
28317             in-printf.grt chprintf.grt chprintf.ch):
28318             Added test-support files.
28319           (Makefile): Modified further.
28320         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
28321             signal.ch): Added test files.
28322           * chill.execute (.cvsignore printf.grt printr.c
28323             in-printf.grt rts.c chprintf.grt rts.h): Added
28324           test-support files.
28325             (Makefile): More corrections.
28326
28327 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
28328
28329         * chill.compile, chill.execute, chill.nocompile: Add CHILL
28330           test cases, ready for DejaGnu.
28331
28332 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
28333
28334         * Upgraded c-torture tests from 1.18 to 1.19
28335
28336         * gcc.compile: added test(s):
28337           930607-1.c
28338         * gcc.execute: added test(s):
28339           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
28340
28341         * added new subdirectory for misc tests: gcc.misc-tests
28342         * gcc.misc-test(s): added tests:
28343           inst-check.c test-consts.c test-ior.c test-switch.c
28344
28345 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
28346
28347         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
28348
28349 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
28350
28351         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
28352
28353 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
28354
28355         * Upgraded c-torture tests from 1.17 to 1.18
28356
28357 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
28358
28359         * Upgraded c-torture tests from 1.12 to 1.17
28360
28361 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
28362
28363         * lib/old-dejagnu.exp:
28364           Fixed handling of XFAIL target triplets to correctly
28365           recognize wildcard characters.  Removed code that
28366           appended a unique id tag to the end of the file name
28367           printed out by the result of the testcases within a
28368           given test file.
28369
28370 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
28371
28372         * lib/old-dejagnu.exp:
28373           Reworked expected failure handling to trigger off of XFAIL
28374           keyword in keyphrase embeded in testcase source code. The
28375           XFAIL keyword must be at the end of the keyphrase line. It
28376           may optionally be followed by one or more target triplets.
28377           It has just occured that the handling of wildcards in the
28378           target triplet may not be correct.
28379
28380 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
28381
28382         * g++.old-deja/tests:
28383           Moved all subdirectories up one level into g++.old-deja .
28384
28385         * lib/old-dejagnu.exp:
28386           Fixed problem with CXXFLAGS not being properly reset, and being
28387           corrupted with extraneous "-c" compiler option.  This was
28388           causing binaries to not be generated for test that needed them.
28389           Modified strings passed to "pass" and "fail" so that individual
28390           tests from the same test file would be distinguished by an
28391           identifier appended to the test file name in the summary logs;
28392           this corrected a problem with erroneous diff logs.  Added code
28393           to search testcases for expected fail and unexpected pass keywords.
28394
28395 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
28396
28397         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
28398
28399 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
28400
28401         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
28402           Removed extraneous text from end of "Special g++ Options"
28403           keyphrase.
28404
28405         * lib/old-dejagnu.exp: Added pattern matching to look for new
28406           keywords, embedded in testcases comments, which will trigger
28407           calls to xpass and xfail.
28408
28409 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
28410
28411         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
28412           comments embedded in the testcases, especially the one looking for
28413           special compiler options, as well as the pattern matching for the
28414           compiler output again.
28415
28416 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
28417
28418         * lib/old-dejagnu.exp: Do a proper check of the return value for
28419           execute tests. Fixed several problems with the pattern matching
28420           of the compiler output which gave erroneous test results.
28421           Changed several of the test result messages to be more descriptive.
28422         * config/unix-g++.exp: Proc g++_load now actually works and
28423           executes the tests passed to it and returns a usable return
28424           value.
28425
28426 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
28427
28428           * lib/gcc.exp: Exits gracefully if $CC is bogus.
28429
28430 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
28431
28432         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
28433           Modified both files to properly execute the old style
28434           dejagnu tests. The previous versions of these files were
28435           experimental and did not function anything near correctly.
28436
28437 1993-04-05  Rob Savoye  (rob@cygnus.com)
28438
28439         * Removed all Makefile.in and configure.in files. No configuration
28440         needed now.
28441
28442 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
28443
28444         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
28445
28446 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
28447
28448         * gcc.compile/configure.in, gcc.unsorted/configure.in,
28449         gcc.special/configure.in, gcc.noncompile/configure.in,
28450         gcc.execute/configure.in, gcc.code_quality/configure.in,
28451         g++.other/configure.in, g++.old-deja/configure.in,
28452         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
28453         in srcname setting.
28454
28455 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
28456
28457         * lib/udi.exp:  Fixed mondfe and mondfe_download.
28458         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
28459         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
28460
28461 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
28462
28463         * config/udi-gdb.exp: Check $shell_id after connecting to target.
28464         (gdb_exit): Don't remove *_soc files.
28465
28466 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
28467
28468         * lib/c-torture.exp: Don't look for main; instead always use -w
28469         -c.  This is how the c-torture tests work.  Remove the object
28470         file if the compilation succeeds.
28471         * gcc.execute/execute.exp: Remove executable if test passes.
28472         * gcc.noncompile/noncompile.exp: Every test is an expected
28473         failure.
28474         * gcc.special/special.exp: Added tests from c-torture 1.11,
28475         corrected use of existing test.
28476         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
28477         gcc.execute/920625-1.c: Updated to c-torture 1.11.
28478         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
28479         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
28480         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
28481         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
28482         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
28483         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
28484         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
28485         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
28486         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
28487         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
28488         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
28489         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
28490         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
28491         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
28492         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
28493         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
28494         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
28495         c-torture 1.11.
28496         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
28497         correspond to c-torture 1.11.
28498
28499         * New file.