OSDN Git Service

PR c++/18464
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2004-12-22  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/18464
4         * g++.dg/template/cond5.C: New test.
5
6         PR c++/18492
7         * g++.dg/inherit/thunk3.C: New test.
8
9         PR c++/11224
10         * g++.dg/warn/Wunused-9.C: New test.
11         
12 2004-12-22  Janis Johnson  <janis187@us.ibm.com>
13
14         * lib/gcc-dg.exp (dg-xfail-if): Fix the flags compared against.
15
16 2004-12-22  Jan Beulich  <jbeulich@novell.com>
17
18         * gcc.dg/20040813-1.c: Skip for *-*-netware*.
19
20 2004-12-21  Mark Mitchell  <mark@codesourcery.com>
21
22         PR c++/18378
23         * g++.dg/ext/packed8.C: New test.
24
25         PR c++/13268
26         * g++.dg/template/crash31.C: New test.
27         
28         PR c++/19034
29         * g++.dg/template/crash30.C: New test.
30
31 2004-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
32
33         PR C++/18984
34         * g++.dg/eh/ctor3.C: New test.
35
36 2004-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
37
38         * objc.dg/stabs-1.m: Allow section name to be quoted and
39         assembly label to begin with '.LL'.
40
41 2004-12-21  Janis Johnson  <janis187@us.ibm.com>
42
43         * gcc.dg/vect/vect.exp
44         (check_effective_target_lp64_or_vect_no_align): New.
45         * gcc.dg/vect/vect-77.c: Use it.
46         * gcc.dg/vect/vect-78.c: Use it.
47
48         * lib/target-supports.exp
49         (check_effective_target_vect_no_max,
50         check_effective_target_vect_no_bitwise,
51         check_effective_target_vect_no_align): New.
52         * gcc.dg/vect/vect-13.c: Use them.
53         * gcc.dg/vect/vect-17.c: Ditto.
54         * gcc.dg/vect/vect-18.c: Ditto.
55         * gcc.dg/vect/vect-19.c: Ditto.
56         * gcc.dg/vect/vect-20.c: Ditto.
57         * gcc.dg/vect/vect-27.c: Ditto.
58         * gcc.dg/vect/vect-29.c: Ditto.
59         * gcc.dg/vect/vect-44.c: Ditto.
60         * gcc.dg/vect/vect-48.c: Ditto.
61         * gcc.dg/vect/vect-50.c: Ditto.
62         * gcc.dg/vect/vect-52.c: Ditto.
63         * gcc.dg/vect/vect-54.c: Ditto.
64         * gcc.dg/vect/vect-56.c: Ditto.
65         * gcc.dg/vect/vect-58.c: Ditto.
66         * gcc.dg/vect/vect-60.c: Ditto.
67         * gcc.dg/vect/vect-72.c: Ditto.
68         * gcc.dg/vect/vect-80.c: Ditto.
69
70 2004-12-21  Nathan Sidwell  <nathan@codesourcery.com>
71
72         PR c++/14075
73         * g++.dg/init/string1.C: New.
74
75         PR c++/18975
76         * g++.dg/other/synth1.C: New.
77
78 2004-12-21  James A. Morrison  <phython@gcc.gnu.org>
79
80         PR c/18963
81         * gcc.dg/pr18963-1.c: New test.
82
83 2004-12-21  James A. Morrison  <phython@gcc.gnu.org>
84
85         PR c/18596
86         * gcc.dg/funcdef-storage-1.c (foo): Remove.
87         * gcc.dg/pr18596-1.c: Use dg-error.
88         (dg-options): Use -fno-unit-at-a-time.
89         * gcc.dg/pr18596-2.c: New test.
90         * gcc.dg/pr18596-3.c: New test.
91         
92 2004-12-20  Roger Sayle  <roger@eyesopen.com>
93
94         PR middle-end/18683
95         * g++.dg/opt/pr18683-1.C: New test case.
96
97 2004-12-20  Andrew Pinski  <pinskia@physics.uc.edu>
98
99         PR other/19093
100         * g++.dg/opt/max1.C: Fix for 64bit targets.
101
102 2004-12-20  Matt Austern  <austern@apple.com>
103
104         PR c++/19044
105         * g++.dg/ext/builtin6.C: New
106         
107 2004-12-20  Diego Novillo  <dnovillo@redhat.com>
108
109         PR tree-optimization/19080
110         * gcc.c-torture/compile/pr19080.c: New test.
111
112 2004-12-20  Steven Bosscher  <stevenb@suse.de>
113
114         * gcc.dg/20041219-1.c: New test.
115
116 2004-12-19  Roger Sayle  <roger@eyesopen.com>
117
118         PR middle-end/19068
119         * g++.dg/opt/max1.C: New test case.
120
121 2004-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
122
123         * gcc.dg/fdata-sections-1.c: New test.
124
125 2004-12-18  Roger Sayle  <roger@eyesopen.com>
126
127         PR middle-end/18548
128         * gcc.dg/max-1.c: New test case.
129
130 2004-12-18  Jakub Jelinek  <jakub@redhat.com>
131
132         * gcc.c-torture/execute/20041218-1.c: New test.
133
134 2004-12-17  Diego Novillo  <dnovillo@redhat.com>
135
136         * gcc.dg/pr18501.c: New test.
137         * gcc.dg/uninit-5.c: XFAIL.
138         * gcc.dg/uninit-9.c: XFAIL.
139
140 2004-12-17  Dale Johannesen  <dalej@apple.com>
141
142         * gcc.dg/20041213-1.c:  New.
143
144 2004-12-17  Ziemowit Laski  <zlaski@apple.com>
145
146         * objc.dg/stabs-1.m: Allow assembly label to begin
147         with a dot ('.').
148
149 2004-12-17  Jakub Jelinek  <jakub@redhat.com>
150
151         * gcc.c-torture/execute/20041213-1.c: Move...
152         * gcc.c-torture/execute/ieee/20041213-1.c: ...to here.
153
154 2004-12-17  Nathan Sidwell  <nathan@codesourcery.com>
155
156         PR c++/18721
157         * g++.dg/lookup/conv-5.C: New.
158
159 2004-12-16  Ziemowit Laski  <zlaski@apple.com>
160
161         * objc.dg/stabs-1.m: New test.
162
163 2004-12-16  Andrew Pinski  <pinskia@physics.uc.edu>
164
165         * gcc.dg/visibility-c.c: Change compile to
166         assemble for the test.
167
168 2004-12-16  Andrew Pinski  <pinskia@physics.uc.edu>
169
170         PR target/19041
171         * gcc.dg/visibility-c.c: New test.
172
173 2004-12-16  Roger Sayle  <roger@eyesopen.com>
174
175         PR middle-end/18493
176         * gcc.dg/switch-8.c: New test case.
177
178 2004-12-16  Nathan Sidwell  <nathan@codesourcery.com>
179
180         PR c++/18905
181         * g++.dg/template/init4.C: New.
182         * g++.dg/opt/static3.C: Enable optimizer.
183
184 2004-12-16  Wolfgang Bangerth  <bangerth@dealii.com>
185
186         * g++.dg/other/complex1.C: New test.
187
188 2004-12-15  Alan Modra  <amodra@bigpond.net.au>
189
190         * g++.dg/opt/inline9.C: New test.
191
192 2004-12-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
193
194         PR fortran/18993
195         * gfotran.dg/nullify_1.f: New test.
196
197 2004-12-15  Richard Henderson  <rth@redhat.com>
198
199         * gcc.target/i386/i386.exp: New harness.
200         * gcc.target/i386/vect-args.c: New.
201
202 2004-12-15  David Edelsohn  <edelsohn@gnu.org>
203
204         * gcc.dg/20040813-1.c: Skip for *-*-aix*.
205
206 2004-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
207
208         PR c++/18825
209         * g++.dg/template/friend32.C: New test.
210
211 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
212
213         * cpp/pragma-once-1.c: New test.
214         * cpp/pragma-once-1b.h: Likewise.
215         * cpp/pragma-once-1c.h: Likewise.
216         * cpp/pragma-once-1d.h: Likewise.
217         * cpp/inc/pragma-once-1a.h: Likewise.
218
219 2004-12-15  Bud Davis  <bdavis9659@comcast.net>
220             Steven G. Kargle  <kargls@comcast.net>
221
222         PR fortran/17597
223         * gfortran.dg/list_read_3.f90: New test.
224
225 2004-12-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
226
227         * gcc.dg/ftrapv-2.c: New test.
228
229 2004-12-15  Nathan Sidwell  <nathan@codesourcery.com>
230
231         PR c++/18981
232         * g++.dg/template/typename9.C: New test.
233
234 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
235
236         PR c++/18738
237         * g++.dg/template/typename8.C: New test.
238         * g++.dg/parse/friend2.C: Tweak error message.
239
240 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
241
242         * gcc.c-torture/20041214-1.c: New test.
243
244 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
245
246         PR c++/18965
247         * g++.dg/init/array17.C: New test.
248
249 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
250
251         PR c++/18793
252         * g++.dg/init/aggr3.C: New test.
253
254 2004-12-14  Janis Johnson  <janis187@us.ibm.com
255
256         * gcc.dg/altivec-types-1.c: New test.
257         * gcc.dg/altivec-types-2.c: New test.
258         * gcc.dg/altivec-types-3.c: New test.
259         * gcc.dg/altivec-types-4.c: New test.
260         * g++.dg/ext/altivec-types-1.C: New test.
261         * g++.dg/ext/altivec-types-2.C: New test.
262         * g++.dg/ext/altivec-types-3.C: New test.
263         * g++.dg/ext/altivec-types-4.C: New test.
264
265 2004-12-14  Jakub Jelinek  <jakub@redhat.com>
266
267         PR middle-end/18951
268         * gcc.c-torture/execute/20041213-1.c: New test.
269
270 2004-12-14  Nathan Sidwell  <nathan@codesourcery.com>
271
272         PR c++/18949
273         * g++.dg/template/cast1.C: New.
274
275 2004-12-13  Kazu Hirata  <kazu@cs.umass.edu>
276
277         * gcc.c-torture/execute/20041213-2.c: New test.
278
279 2004-12-13  Richard Henderson  <rth@redhat.com>
280
281         * gcc.dg/i386-sse-10.c: Fix typo in options.
282
283 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
284
285         PR c++/18968
286         * g++.dg/opt/pr18968.C: New test.
287
288 2004-12-13  Mark Mitchell  <mark@codesourcery.com>
289
290         PR c++/18925
291         * g++.dg/ext/visibility/staticdatamem.C: New test.
292
293 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
294
295         * gcc.target/xstormy16/below100.S: Remove DOS line endings.
296
297 2004-12-13  Roger Sayle  <roger@eyesopen.com>
298
299         PR rtl-optimization/18928
300         * gcc.dg/pr18928-1.c: New test case.
301
302 2004-12-13  Alexandre Oliva  <aoliva@redhat.com>
303
304         PR tree-opt/16951
305         * gcc.c-torture/compile/20041211-1.c: New.
306
307 2004-12-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
308
309         PR middle-end/17564
310         * gcc.c-torture/execute/20041212-1.c: New test.
311
312 2004-12-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
313
314         PR fortran/18869
315         * gfortran.dg/common_1.f90: New test.
316
317 2004-12-12  Steven G. Kargl  <kargls@comcast.net>
318         Paul Brook  <paul@codesourcery.com>
319
320         PR fortran/16222
321         * gfortran.dg/real_do_1.f90: New test.
322
323 2004-12-12  Andrew Pinski  <pinskia@physics.uc.edu>
324
325         PR tree-opt/18040
326         * g++.dg/opt/ptrmem6.C: New test.
327
328 2004-12-11  Roger Sayle  <roger@eyesopen.com>
329
330         PR middle-end/18921
331         * gcc.dg/pr18921-1.c: New test case.
332
333 2004-12-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
334
335         PR fortran/17175
336         * gfortran.dg/scale_1.f90: New test.
337
338 2004-12-10  Andrew Pinski  <pinskia@physics.uc.edu>
339
340         PR middle-end/18903
341         * gcc.c-torture/compile/pr18903.c: New test.
342
343 2004-12-10  Richard Sandiford  <rsandifo@redhat.com>
344
345         * gcc.c-torture/execute/20041210-1.c: New test.
346
347 2004-12-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
348
349         PR c++/18731
350         * g++.dg/parser/struct-1.C: New test.
351         * g++.dg/parser/struct-2.C: New test.
352         * g++.dg/parser/struct-3.C: New test.
353
354 2004-12-09  Richard Henderson  <rth@redhat.com>
355
356         * gcc.dg/loop-3.c: Don't use i386 tuning for amd64.
357
358         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Remove.
359         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Remove.
360
361 2004-12-09  Matt Austern  <austern@apple.com>
362
363         PR c++/18514
364         * g++.dg/ext/builtin1.C: New
365         * g++.dg/ext/builtin2.C: New
366         * g++.dg/ext/builtin3.C: New
367         * g++.dg/ext/builtin4.C: New
368         * g++.dg/ext/builtin5.C: New
369
370 2004-12-09  Andrew Pinski  <pinskia@physics.uc.edu>
371
372         PR tree-opt/18904
373         * g++.dg/opt/ptrmem5.C: New test.
374
375 2004-12-09  Alexandre Oliva  <aoliva@redhat.com>
376
377         * g++.dg/parse/typename5.C: Adjust for new error.
378         * g++.dg/parse/typename7.C: New.
379
380 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
381
382         PR c++/18073
383         * g++.dg/other/mmintrin.C: New test.
384
385 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
386
387         PR c++/16681
388         * g++.dg/init/array15.C: New.
389         * g++.dg/init/array16.C: New.
390
391 2004-12-08  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
392
393         PR fortran/18826
394         * gfortran.dg/assign_1.f90: New test.
395
396 2004-12-08  Nick Clifton  <nickc@redhat.com>
397
398         * gcc.target/xstormy16/bss_below100: New directory containing tests.
399         * gcc.target/xstormy16/data_below100: Likewise.
400         * gcc.target/xstormy16/sfr: Likewise.
401         * gcc.target/xstormy16/below100.S: New test source file.
402         * gcc.target/xstormy16/below100.ld: New test linker script.
403         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
404         * gcc.target/xstormy16/below_100.c: Fix scan to allow for bn or
405         bp instructions.
406         * gcc.target/xstormy16/bp.c: Likewise.
407
408         * gcc.target/xstormy16/bss_below100: New files:
409         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
410         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
411         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
412         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
413         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
414         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
415         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
416         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
417         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
418         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
419         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
420         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
421         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
422         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
423         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
424         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
425         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
426         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
427         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
428         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
429         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
430         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
431         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
432         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
433         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
434         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
435         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
436
437         * gcc.target/xstormy16/data_below100: New files:
438         01_const_to_b100b.c, 02_const_to_b100w.c, 03_var_to_b100b.c,
439         04_var_to_b100w.c, 05_b100b_to_var.c, 06_b100w_to_var.c,
440         10_set_b100b_bit_0.c, 10_set_b100b_bit_7.c, 11_clr_b100b_bit_0.c,
441         11_clr_b100b_bit_7.c, 12_if1_b100b_bit_0.c, 12_if1_b100b_bit_3.c,
442         12_if1_b100b_bit_7.c, 13_if0_b100b_bit_0.c, 13_if0_b100b_bit_3.c,
443         13_if0_b100b_bit_7.c, 14_set_b100w_bit_0.c, 14_set_b100w_bit_7.c,
444         14_set_b100w_bit_8.c, 14_set_b100w_bit_f.c, 15_clr_b100w_bit_0.c,
445         15_clr_b100w_bit_7.c, 15_clr_b100w_bit_8.c, 15_clr_b100w_bit_f.c,
446         16_if1_b100w_bit_0.c, 16_if1_b100w_bit_3.c, 16_if1_b100w_bit_7.c,
447         16_if1_b100w_bit_8.c, 16_if1_b100w_bit_b.c, 16_if1_b100w_bit_f.c,
448         17_if0_b100w_bit_0.c, 17_if0_b100w_bit_3.c, 17_if0_b100w_bit_7.c,
449         17_if0_b100w_bit_8.c, 17_if0_b100w_bit_b.c, 17_if0_b100w_bit_f.c,
450         20_set_b100b_bitfield_0.c, 20_set_b100b_bitfield_7.c,
451         21_clr_b100b_bitfield_0.c, 21_clr_b100b_bitfield_7.c,
452         22_if1_b100b_bitfield_0.c, 22_if1_b100b_bitfield_3.c,
453         22_if1_b100b_bitfield_7.c, 23_if0_b100b_bitfield_0.c,
454         23_if0_b100b_bitfield_3.c, 23_if0_b100b_bitfield_7.c,
455         24_set_b100w_bitfield_0.c, 24_set_b100w_bitfield_7.c,
456         24_set_b100w_bitfield_8.c, 24_set_b100w_bitfield_f.c,
457         25_clr_b100w_bitfield_0.c, 25_clr_b100w_bitfield_7.c,
458         25_clr_b100w_bitfield_8.c, 25_clr_b100w_bitfield_f.c,
459         26_if1_b100w_bitfield_0.c, 26_if1_b100w_bitfield_3.c,
460         26_if1_b100w_bitfield_7.c, 26_if1_b100w_bitfield_8.c,
461         26_if1_b100w_bitfield_b.c, 26_if1_b100w_bitfield_f.c,
462         27_if0_b100w_bitfield_0.c, 27_if0_b100w_bitfield_3.c,
463         27_if0_b100w_bitfield_7.c, 27_if0_b100w_bitfield_8.c,
464         27_if0_b100w_bitfield_b.c, 27_if0_b100w_bitfield_f.c
465
466         * gcc.target/xstormy16/sfr: New files:
467         01_const_to_sfrb.c, 02_const_to_sfrw.c, 03_var_to_sfrb.c,
468         04_var_to_sfrw.c, 05_sfrb_to_var.c, 06_sfrw_to_var.c,
469         10_set_sfrb_bit_0.c, 10_set_sfrb_bit_7.c, 11_clr_sfrb_bit_0.c,
470         11_clr_sfrb_bit_7.c, 12_if1_sfrb_bit_0.c, 12_if1_sfrb_bit_3.c,
471         12_if1_sfrb_bit_7.c, 13_if0_sfrb_bit_0.c, 13_if0_sfrb_bit_3.c,
472         13_if0_sfrb_bit_7.c, 14_set_sfrw_bit_0.c, 14_set_sfrw_bit_3.c,
473         14_set_sfrw_bit_7.c, 14_set_sfrw_bit_8.c, 14_set_sfrw_bit_b.c,
474         14_set_sfrw_bit_f.c, 15_clr_sfrw_bit_0.c, 15_clr_sfrw_bit_3.c,
475         15_clr_sfrw_bit_7.c, 15_clr_sfrw_bit_8.c, 15_clr_sfrw_bit_b.c,
476         15_clr_sfrw_bit_f.c, 16_if1_sfrw_bit_0.c, 16_if1_sfrw_bit_3.c,
477         16_if1_sfrw_bit_7.c, 16_if1_sfrw_bit_8.c, 16_if1_sfrw_bit_b.c,
478         16_if1_sfrw_bit_f.c, 17_if0_sfrw_bit_0.c, 17_if0_sfrw_bit_3.c,
479         17_if0_sfrw_bit_7.c, 17_if0_sfrw_bit_8.c, 17_if0_sfrw_bit_b.c,
480         17_if0_sfrw_bit_f.c, 20_set_sfrb_bitfield_0.c,
481         20_set_sfrb_bitfield_7.c, 21_clr_sfrb_bitfield_0.c,
482         21_clr_sfrb_bitfield_7.c, 22_if1_sfrb_bitfield_0.c,
483         22_if1_sfrb_bitfield_3.c, 22_if1_sfrb_bitfield_7.c,
484         23_if0_sfrb_bitfield_0.c, 23_if0_sfrb_bitfield_3.c,
485         23_if0_sfrb_bitfield_7.c, 24_set_sfrw_bitfield_0.c,
486         24_set_sfrw_bitfield_7.c, 24_set_sfrw_bitfield_8.c,
487         24_set_sfrw_bitfield_f.c, 25_clr_sfrw_bitfield_0.c,
488         25_clr_sfrw_bitfield_7.c, 25_clr_sfrw_bitfield_8.c,
489         25_clr_sfrw_bitfield_f.c, 26_if1_sfrw_bitfield_0.c,
490         26_if1_sfrw_bitfield_3.c, 26_if1_sfrw_bitfield_7.c,
491         26_if1_sfrw_bitfield_8.c, 26_if1_sfrw_bitfield_b.c,
492         26_if1_sfrw_bitfield_f.c, 27_if0_sfrw_bitfield_0.c,
493         27_if0_sfrw_bitfield_3.c, 27_if0_sfrw_bitfield_7.c,
494         27_if0_sfrw_bitfield_8.c, 27_if0_sfrw_bitfield_b.c,
495         27_if0_sfrw_bitfield_f.c
496
497 2004-12-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
498
499         PR c++/18100
500         * g++.dg/lookup/name-clash4.C: New test.
501
502 2004-12-08  Nathan Sidwell  <nathan@codesourcery.com>
503
504         PR c++/18672
505         * g++.dg/opt/array1.C: New.
506         
507         PR c++/18803
508         * g++.dg/template/operator5.C: New.
509
510 2004-12-08  Hans-Peter Nilsson  <hp@bitrange.com>
511
512         PR c/18867
513         * gcc.dg/noncompile/20041207.c: Fix typo in dg directive.
514
515 2004-12-07  Steven Bosscher  <stevenb@suse.de>
516
517         * gcc.dg/noncompile/20041207.c: New test.
518
519 2004-12-07  Volker Reichelt  <reichelt@gcc.gnu.org>
520
521         * g++.dg/other/unreachable-1.C: New test.
522
523 2004-12-06  Nick Clifton  <nickc@redhat.com>
524
525         * gcc.dg/builtins-config.h: Use <sys/types.h> instead of
526         <limits.h> because the latter comes from gcc's include/ directory
527         and not the newlib/libc/include directory.
528
529 2004-12-04  Richard Henderson  <rth@redhat.com>
530
531         * gcc.dg/tree-ssa/loop-5.c: Use long instead of int.
532
533 2004-12-04  Richard Henderson  <rth@redhat.com>
534
535         * lib/target-supports.exp (check_gc_sections_available): Disable
536         for alpha and ia64.
537
538 2004-12-04  Andrew Pinski  <pinskia@physics.uc.edu>
539
540         PR middle-end/17909
541         * g++.dg/other/vararg-2.C: New test.
542
543 2004-12-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
544
545         PR c++/17011, c++/17971
546         * g++.dg/template/error15.C: Adjust expected error.
547         * g++.dg/template/instantiate3.C: Likewise.
548
549 2004-12-03  Janis Johnson  <janis187@us.ibm.com>
550
551         * gcc.dg/altivec-18.c: Fix for darwin
552
553 2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
554
555         PR c++/18782
556         * g++.dg/parse/ptrmem2.C: New.
557
558         PR c++/18318
559         * g++.dg/template/new1.C: New.
560
561 2004-12-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
562
563         PR fortran/18710
564         * gfortran.dg/direct_io_3.f90: New test.
565
566 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
567
568         PR 18758
569         * g++.dg/parse/crash21.C: New.
570
571 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
572
573         PR c++/15664, c++/18276
574         * g++.dg/template/ttp13.C: New test.
575         * g++.dg/template/ttp14.C: Likewise.
576
577 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
578
579         PR c++/18123
580         * g++.dg/parse/enum2.C: New test.
581         * g++.old-deja/g++.pt/enum5.C: Adjust error location.
582
583 2004-12-02  Nick Clifton  <nickc@redhat.com>
584
585         * gcc.target/xstormy16: New test directory.
586         * gcc.target/xstormy16/xstormy16.exp: Run the new tests.
587         * gcc.target/xstormy16/bp.c: Check the generation of bp
588         instructions.
589         * gcc.target/xstormy16/below_100.c: Check the generation of bp and
590         bn instructions and the BELOW100 attribute.
591
592 2004-12-02  Alan Modra  <amodra@bigpond.net.au>
593
594         PR target/16952
595         * gcc.dg/ppc-eabi.c: New.
596
597 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
598
599         PR fortran/18284
600         * gfortran.dg/backspace.f90
601
602 2004-12-02  Bud Davis  <bdavis9659@comcast.net>
603
604         * gfortran.dg/inquire.f90: New test.
605
606 2004-12-01  Janis Johnson  <janis187@us.ibm.com>
607
608         * lib/gcc-dg.exp (dg-process-target): Wrapper for dg function to
609         handle effective-target-keyword.
610         (dg-skip-if): Support effective-target keyword as target list.
611         (dg-xfail-if): Ditto.
612         * lib/target-supports.exp (is-effective-target-keyword): New proc.
613
614 2004-12-01  Diego Novillo  <dnovillo@redhat.com>
615
616         PR tree-optimization/18291
617         * testsuite/gcc.c-torture/compile/pr18291.c: New test.
618
619 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
620
621         PR C++/18729
622         * g++.dg/parse/crash20.C: New.
623
624         PR c++/17431
625         * g++.dg/overload/arg1.C: New.
626         * g++.dg/overload/arg2.C: New.
627         * g++.dg/overload/arg3.C: New.
628         * g++.dg/overload/arg4.C: New.
629
630 2004-12-01  Joseph S. Myers  <joseph@codesourcery.com>
631
632         * gcc.dg/c99-flex-array-4.c: Remove.
633
634 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
635
636         * lib/compat.exp (compat-get-options): Fix for use with dg-xfail-if.
637
638         * lib/target-supports.exp (is-effective-target): Simplify.
639
640         * lib/target-supports.exp (check_effective_target_vect_long):
641         Fix for powerpc64-*-*.
642
643 2004-11-30  Loren James Rittle  <ljrittle@acm.org>
644
645         * g++.old-deja/g++.eh/badalloc1.C (arena_size): Bump up to 262144
646         to support new requirements on FreeBSD 5.
647
648 2004-11-30  Devang Patel  <dpatel@apple.com>
649
650         PR 18702
651         * gcc.dg/cpp/isysroot-1.c: Make this test darwin specific.
652         
653 2004-11-30  Janis Johnson  <janis187@us.ibm.com>
654
655         * g++.dg/ext/altivec-13.C: New test.
656
657 2004-11-30  Andrew Pinski  <pinskia@physics.uc.edu>
658
659         PR tree-opt/18298
660         * gcc.c-torture/execute/p18298.c: New test.
661
662 2004-11-30  Ira Rosen  <irar@il.ibm.com>
663             Dorit Naishlos  <dorit@il.ibm.com>
664
665         PR tree-opt/18607
666         * gcc.dg/vect/vect-89.c: New test.
667
668 2004-11-30  James A. Morrison  <phython@gcc.gnu.org>
669
670         * gcc.dg/pr18596-1.c: New test.
671
672 2004-11-30  Ben Elliston  <bje@au.ibm.com>
673
674         * g++.old-deja/g++.other/decl5.C: Remove remaining XFAILs.
675
676 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
677
678         PR c/18479
679         * gcc.dg/pr18479.c: New test.
680
681 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
682
683         PR target/18490
684         * g++.old-deja/g++.law/bit-fields2.C: Reinstate skip for
685         mmix-knuth-mmixware.
686
687         * g++.old-deja/g++.other/local-alloc1.C: Reinstate skip for
688         cris-*-elf* cris-*-aout* mmix-*-*
689
690 2004-11-29  Andrew Pinski  <pinskia@physics.uc.edu>
691
692         PR middle-end/18725
693         * gcc.dg/pr18725.c: New test.
694
695 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
696
697         PR target/18488
698         * g++.dg/opt/vt1.C: Skip for mmix-*-*.
699
700         PR target/18336
701         * gcc.dg/20040813-1.c: Skip for mmix-*-*.
702
703 2004-11-29  Mark Mitchell  <mark@codesourcery.com>
704
705         PR c++/18368
706         * g++.old-deja/g++.brendan/crash16.C: Adjust error messages.
707         * g++.old-deja/g++.law/ctors5.C: Likewise.
708         * g++.old-deja/g++.other/crash25.C: Likewise.
709
710         PR c++/18674
711         * g++.dg/template/error16.C: New test.
712         
713         PR c++/18512
714         * g++.dg/template/crash29.C: New test.
715
716 2004-11-29  Diego Novillo  <dnovillo@redhat.com>
717
718         PR tree-optimization/18712
719         * gcc.c-torture/compile/pr18712.c: New test.
720
721 2004-11-29  Joseph Myers  <joseph@codesourcery.com>
722
723         PR c/7544
724         * g++.dg/ext/weak1.C, gcc.dg/weak/weak-10.c, objc.dg/weak-1.m: New
725         tests.
726
727 2004-11-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
728
729         PR c++/18652
730         * g++.dg/lookup/crash6.C: New test.
731
732 2004-11-29  Hans-Peter Nilsson  <hp@bitrange.com>
733
734         PR middle-end/18164
735         * gcc.dg/pr18164.c: Add dg-options "".  Correct typo in dg-error.
736
737 2004-11-29  Joseph S. Myers  <joseph@codesourcery.com>
738
739         * gcc.dg/Wnested-externs-1.c, gcc.dg/decl-7.c, gcc.dg/decl-8.c,
740         gcc.dg/if-empty-1.c, gcc.dg/init-bad-1.c, gcc.dg/init-bad-2.c,
741         gcc.dg/init-bad-3.c, gcc.dg/parm-mismatch-1.c: New tests.
742
743 2004-11-28  Andrew Pinski  <pinskia@physics.uc.edu>
744
745         * gcc.dg/pr18164.c: New test.
746
747 2004-11-28  Matt Kraai  <kraai@alumni.cmu.edu>
748
749         * gcc.dg/funroll-loops-all.c: New.
750
751 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
752
753         PR target/18489
754         * g++.dg/rtti/tinfo1.C: In pattern for label definition ending
755         delimeter, match space and TAB as well as ":".
756
757         PR target/18484
758         * g++.dg/abi/empty6.C: Xfail warning for mmix-*-*.
759
760         PR target/18348
761         * gcc.dg/uninit-H.c (ASM): For unknown targets, define to "= 0".
762
763         PR target/18345
764         * gcc.dg/intmax_t-1.c: Add mmix-*-* to dg-error.
765
766         PR target/18337
767         * gcc.dg/array-quals-1.c: Xfail for mmix-*-*.
768
769 2004-11-28  Bud Davis  <bdavis9659@comcast.net>
770  
771         * gfortran.dg/direct_io_2.f90: New test.
772
773 2004-11-28  Hans-Peter Nilsson  <hp@bitrange.com>
774
775         PR target/18334
776         * gcc.dg/cpp/assert4.c: Remove mmix assertion tests.
777
778 2004-11-28  Richard Henderson  <rth@redhat.com>
779
780         * gcc.c-torture/execute/20020227-1.x: Remove XFAIL.
781
782 2004-11-28  Joseph S. Myers  <joseph@codesourcery.com>
783
784         * gcc.dg/builtin-choose-expr-2.c, gcc.dg/cast-1.c,
785         gcc.dg/cast-2.c, gcc.dg/cast-3.c, gcc.dg/format/opt-1.c,
786         gcc.dg/format/opt-2.c, gcc.dg/format/opt-3.c,
787         gcc.dg/format/opt-4.c, gcc.dg/format/opt-5.c,
788         gcc.dg/format/opt-6.c, gcc.dg/pointer-arith-5.c,
789         gcc.dg/pointer-arith-6.c, gcc.dg/pointer-arith-7.c,
790         gcc.dg/pointer-arith-8.c: New tests.
791
792 2004-11-27  Bud Davis  <bdavis9659@comcast.net>
793
794         PR fortran/18364
795         * gfortran.dg/endfile.f90: New test.
796
797 2004-11-27  Falk Hueffner  <falk@debian.org>
798
799         * gcc.dg/loop-6.c: New test.
800
801 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
802
803         * gcc.c-torture/execute/20041126-1.c: New test.
804
805 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
806
807         * gcc.dg/mips-args-1.c: Don't expect _R3000 or _R4000 to be defined
808         on IRIX.
809
810 2004-11-27  Richard Sandiford  <rsandifo@redhat.com>
811
812         * gcc.dg/mips-movcc-[123].c: Pass the ?: expressions to other
813         functions.
814
815 2004-11-27  Jakub Jelinek  <jakub@redhat.com>
816
817         PR rtl-optimization/17825
818         * gcc.c-torture/compile/20041119-1.c: New test.
819
820 2004-11-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
821
822         * lib/target-libpath.exp (restore_ld_library_path_env_vars):
823         Check existence of ld library path variables before unsetting.
824
825 2004-11-26  Mark Mitchell  <mark@codesourcery.com>
826
827         * g++.old-deja/g++.eh/badalloc1.C: Robustify.
828
829 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
830
831         * gcc.dg/sibcall-[34].c: Remove MIPS xfails.
832
833 2004-11-26  Richard Sandiford  <rsandifo@redhat.com>
834
835         * g++.old-deja/g++.jason/thunk3.C: Remove mips*-*-* xfail.
836
837 2004-11-26  Ben Elliston  <bje@au.ibm.com>
838
839         * gcc.dg/cpp/isysroot-2.c: Move target selector from dg-options to
840         dg-do directive.
841
842 2004-11-26  Ben Elliston  <bje@au.ibm.com>
843
844         * gcc.dg/pr17957.c: Pass --param, not -param.
845
846 2004-11-25  Andrew Pinski  <pinskia@physics.uc.edu>
847
848         PR middle-end/17957
849         * testsuite/gcc.dg/pr17957.c: New test.
850
851 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
852
853         PR c++/18445
854         * g++.dg/template/crash28.C: Likewise.
855
856         PR c++/18001
857         * g++.dg/expr/unary2.C: Adjust lvalue messages.
858         * g++.dg/ext/lvaddr.C: Likewise.
859         * g++.dg/opt/pr7503-3.C: Likewise.
860
861         PR c++/18466
862         * g++.dg/parse/qualified3.C: New test.
863         * g++.old-deja/g++.other/friend7.C: Remove bogus qualification.
864         
865         PR c++/18545
866         * g++.dg/expr/return1.C: New test. 
867
868 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
869
870         Friend class name lookup 3/n, PR c++/3332
871         * g++.dg/lookup/friend3.C: New test.
872         * g++.dg/lookup/friend4.C: Likewise.
873         * g++.dg/lookup/friend5.C: Likewise.
874
875 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
876
877         Friend class name lookup 2/n, PR c++/14513, c++/15410
878         * g++.dg/lookup/friend2.C: New test.
879         * g++.dg/template/friend31.C: Likewise.
880
881 2004-11-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
882
883         * lib/target-libpath.exp (orig_ld_library_path_saved): Add missing set.
884
885 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
886
887         PR c++/17473
888         * g++.dg/tc1/dr56.C: Remove.
889         * g++.dg/template/typedef1.C: Add dg-error markers.
890         * g++.old-deja/g++.other/typedef7.C: Likewise.
891
892         PR c++/18285
893         * g++.dg/parse/typedef7.C: New test.
894
895 2004-11-24  Richard Sandiford  <rsandifo@redhat.com>
896
897         * gcc.c-torture/execute/20041124-1.c: New test.
898
899 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
900
901         * g++.dg/template/deduce3.C: New test. 
902
903         PR c++/18586
904         * g++.dg/template/crash27.C: New test. 
905
906         PR c++/18530
907         * g++.dg/warn/Wshadow-3.C: New test.
908
909 2004-11-24  Devang Patel  <dpatel@apple.com>
910
911         PR/18555
912         * gcc.dg/cpp/isysroot-1.c: New test.
913         * gcc.dg/cpp/usr/include/stdio.h: New file.
914         * gcc.dg/cpp/isysroot-2.c: New test.
915         * gcc.dg/cpp/System/Library/Framework/Carbon.framework/Headers/Carbon.h:
916         New file.
917
918 2004-11-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
919
920         PR c++/8929
921         * g++.old-deja/g++.oliva/template10.C: Remove xfail.
922
923 2004-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
924
925         * gcc.target/sparc/align.c: Do not include <stdint.h>.
926         * gcc.target/sparc/pdist.c: Likewise.
927
928 2004-11-24  Paolo Bonzini  <bonzini@gnu.org>
929
930         PR c++/16882
931         * g++.dg/conversion/simd1.C: New test.
932
933 2004-11-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
934
935         * lib/target-libpath.exp: New file defining set_ld_library_path_env_vars
936         and restore_ld_library_path_env_vars.
937         * g++.dg/compat/compat.exp, lib/g++.exp, lib/gcc-dg.exp,
938         lib/gfortran.exp, lib/objc.exp, lib/treelang.exp: Use new procs.
939         * ada/acats/run_acats (LD_LIBRARY_PATH): Add previous LD_LIBRARY_PATH
940         to LD_LIBRARY_PATH.  Export LD_LIBRARY_PATH.
941
942 2004-11-23  Daniel Jacobowitz  <dan@codesourcery.com>
943
944         * gcc.dg/pragma-align-2.c: Test macro expansion.
945         * gcc.dg/pragma-pack-2.c: New test.
946
947 2004-11-23  Richard Henderson  <rth@redhat.com>
948
949         * gcc.dg/vect/pr18425.c: Use effective target vect_long.
950         * gcc.dg/vect/vect-13.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
951         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-48a.c,
952         gcc.dg/vect/vect-56a.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-77.c,
953         gcc.dg/vect/vect-77a.c, gcc.dg/vect/vect-78.c, gcc.dg/vect/vect-86.c,
954         gcc.dg/vect/vect-87.c, gcc.dg/vect/vect-88.c: XFAIL for alpha.
955
956         * gcc.dg/vect/vect.exp: Add check for alpha.
957         * lib/target-supports.exp (check_alpha_max_hw_available): New.
958         (check_effective_target_vect_int): Enable for alpha.
959         (check_effective_target_vect_long): New.
960         (is-effective-target): Add it.
961
962 2004-11-23  Uros Bizjak <uros@kss-loka.si>
963
964         * gcc.dg/pr18614-1.c: New test.
965
966 2004-11-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
967
968         * gcc.dg/setjmp-2.c: New test.
969
970 2004-11-22  James A. Morrison  <phython@gcc.gnu.org>
971
972         * gcc.target/sparc/align.c, gcc.target/sparc/combined-2.c,
973         gcc.target/sparc/fpack16.c, gcc.target/sparc/fpack32.c,
974         gcc.target/sparc/fpackfix.c, gcc.target/fexpand.c,
975         gcc.target/sparc/fpmerge.c, gcc.target/sparc/fpmul.c,
976         gcc.target/sparc/pdist.c: New tests.
977
978 2004-11-22  Bob Wilson  <bob.wilson@acm.org>
979
980         * gcc.dg/uninit-H.c: Define ASM for Xtensa targets.
981
982 2004-11-22  Dale Johannesen  <dalej@apple.com>
983
984         * gcc.dg/20041111-1.c:  New.
985
986 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
987
988         PR tree-opt/18536
989         * gcc.dg/vect/pr18536.c: New test.
990
991 2004-11-22  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
992
993         PR c++/18354
994         * g++.dg/template/nontype11.C: New test.
995
996 2004-11-21  Roger Sayle  <roger@eyesopen.com>
997
998         PR middle-end/18520
999         * gcc.dg/pr18520-1.c: New test case.
1000
1001 2004-11-20  Joseph S. Myers  <joseph@codesourcery.com>
1002
1003         * gcc.dg/Wchar-subscripts-1.c, gcc.dg/array-8.c: New tests.
1004         * gcc.dg/pointer-arith-1.c, gcc.dg/pointer-arith-2.c,
1005         gcc.dg/pointer-arith-3.c, gcc.dg/pointer-arith-4.c: Update
1006         expected diagnostics.
1007
1008 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1009
1010         PR target/18580
1011         * gcc.dg/vect/vect-13.c, vect-27.c, vect-27a.c, vect-29.c,
1012         vect-29a.c, vect-48a.c, vect-56a.c, vect-72.c, vect-72a.c,
1013         vect-77.c, vect-77a.c: XFAIL on the SPARC.
1014
1015 2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
1016
1017         * gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.
1018
1019 2004-11-19  Mark Mitchell  <mark@codesourcery.com>
1020             Joseph Myers  <joseph@codesourcery.com>
1021
1022         * lib/target-supports.exp (check_visibility_available): Really
1023         test the compiler.
1024
1025 2004-11-19  Dorit Naishlos  <dorit@il.ibm.com>
1026
1027         PR tree-opt/18181
1028         * gcc.dg/vect/vect-85.c: New test.
1029         * gcc.dg/vect/vect-86.c: New test.
1030         * gcc.dg/vect/vect-87.c: New test.
1031         * gcc.dg/vect/vect-88.c: New test.
1032
1033 2004-11-19  Ben Elliston  <bje@au.ibm.com>
1034
1035         * gcc.dg/pr16286.c: Test __pixel and __bool keywords.
1036
1037 2004-11-18  Janis Johnson  <janis187@us.ibm.com>
1038
1039         * gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
1040         * gcc.dg/ppc-and-1.c: Ditto.
1041         * gcc.dg/ppc-compare-1.c: Ditto.
1042         * gcc.dg/ppc-mov-1.c: Ditto
1043
1044 2004-11-18  Daniel Jacobowitz  <dan@codesourcery.com>
1045             Mark Mitchell  <mark@codesourcery.com>
1046
1047         * testsuite/gcc.dg/pragma-init-fini-2.c: New test.
1048
1049 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
1050             Aldy Hernandez  <aldyh@redhat.com>
1051
1052         * lib/target-supports.exp (check_effective_target_vect_int): New
1053         (check_effective_target_vect_float): New
1054         (check_effective_target_vect_double): New.
1055         (is-effective-target): Support new effective targets keywords.
1056         * gcc.dg/vect/vect.exp: Set target-dependent vector flags and
1057         default action for dg-do.
1058         * gcc.dg/vect/pr16105.c: Use new support.
1059         * gcc.dg/vect/pr18400.c: Ditto.
1060         * gcc.dg/vect/pr18425.c: Ditto.
1061         * gcc.dg/vect/vect-1.c: Ditto.
1062         * gcc.dg/vect/vect-10.c: Ditto.
1063         * gcc.dg/vect/vect-11.c: Ditto.
1064         * gcc.dg/vect/vect-12.c: Ditto.
1065         * gcc.dg/vect/vect-13.c: Ditto.
1066         * gcc.dg/vect/vect-14.c: Ditto.
1067         * gcc.dg/vect/vect-15.c: Ditto.
1068         * gcc.dg/vect/vect-16.c: Ditto.
1069         * gcc.dg/vect/vect-17.c: Ditto.
1070         * gcc.dg/vect/vect-18.c: Ditto.
1071         * gcc.dg/vect/vect-19.c: Ditto.
1072         * gcc.dg/vect/vect-2.c: Ditto.
1073         * gcc.dg/vect/vect-20.c: Ditto.
1074         * gcc.dg/vect/vect-21.c: Ditto.
1075         * gcc.dg/vect/vect-22.c: Ditto.
1076         * gcc.dg/vect/vect-23.c: Ditto.
1077         * gcc.dg/vect/vect-24.c: Ditto.
1078         * gcc.dg/vect/vect-25.c: Ditto.
1079         * gcc.dg/vect/vect-26.c: Ditto.
1080         * gcc.dg/vect/vect-27.c: Ditto.
1081         * gcc.dg/vect/vect-27a.c: Ditto.
1082         * gcc.dg/vect/vect-28.c: Ditto.
1083         * gcc.dg/vect/vect-29.c: Ditto.
1084         * gcc.dg/vect/vect-29a.c: Ditto.
1085         * gcc.dg/vect/vect-3.c: Ditto.
1086         * gcc.dg/vect/vect-30.c: Ditto.
1087         * gcc.dg/vect/vect-31.c: Ditto.
1088         * gcc.dg/vect/vect-32.c: Ditto.
1089         * gcc.dg/vect/vect-33.c: Ditto.
1090         * gcc.dg/vect/vect-34.c: Ditto.
1091         * gcc.dg/vect/vect-35.c: Ditto.
1092         * gcc.dg/vect/vect-36.c: Ditto.
1093         * gcc.dg/vect/vect-37.c: Ditto.
1094         * gcc.dg/vect/vect-38.c: Ditto.
1095         * gcc.dg/vect/vect-4.c: Ditto.
1096         * gcc.dg/vect/vect-40.c: Ditto.
1097         * gcc.dg/vect/vect-41.c: Ditto.
1098         * gcc.dg/vect/vect-42.c: Ditto.
1099         * gcc.dg/vect/vect-43.c: Ditto.
1100         * gcc.dg/vect/vect-44.c: Ditto.
1101         * gcc.dg/vect/vect-45.c: Ditto.
1102         * gcc.dg/vect/vect-46.c: Ditto.
1103         * gcc.dg/vect/vect-47.c: Ditto.
1104         * gcc.dg/vect/vect-48.c: Ditto.
1105         * gcc.dg/vect/vect-48a.c: Ditto.
1106         * gcc.dg/vect/vect-49.c: Ditto.
1107         * gcc.dg/vect/vect-5.c: Ditto.
1108         * gcc.dg/vect/vect-50.c: Ditto.
1109         * gcc.dg/vect/vect-51.c: Ditto.
1110         * gcc.dg/vect/vect-52.c: Ditto.
1111         * gcc.dg/vect/vect-53.c: Ditto.
1112         * gcc.dg/vect/vect-54.c: Ditto.
1113         * gcc.dg/vect/vect-55.c: Ditto.
1114         * gcc.dg/vect/vect-56.c: Ditto.
1115         * gcc.dg/vect/vect-56a.c: Ditto.
1116         * gcc.dg/vect/vect-57.c: Ditto.
1117         * gcc.dg/vect/vect-58.c: Ditto.
1118         * gcc.dg/vect/vect-59.c: Ditto.
1119         * gcc.dg/vect/vect-6.c: Ditto.
1120         * gcc.dg/vect/vect-60.c: Ditto.
1121         * gcc.dg/vect/vect-61.c: Ditto.
1122         * gcc.dg/vect/vect-62.c: Ditto.
1123         * gcc.dg/vect/vect-63.c: Ditto.
1124         * gcc.dg/vect/vect-64.c: Ditto.
1125         * gcc.dg/vect/vect-65.c: Ditto.
1126         * gcc.dg/vect/vect-66.c: Ditto.
1127         * gcc.dg/vect/vect-67.c: Ditto.
1128         * gcc.dg/vect/vect-68.c: Ditto.
1129         * gcc.dg/vect/vect-69.c: Ditto.
1130         * gcc.dg/vect/vect-7.c: Ditto.
1131         * gcc.dg/vect/vect-72.c: Ditto.
1132         * gcc.dg/vect/vect-72a.c: Ditto.
1133         * gcc.dg/vect/vect-73.c: Ditto.
1134         * gcc.dg/vect/vect-74.c: Ditto.
1135         * gcc.dg/vect/vect-75.c: Ditto.
1136         * gcc.dg/vect/vect-76.c: Ditto.
1137         * gcc.dg/vect/vect-77.c: Ditto.
1138         * gcc.dg/vect/vect-77a.c: Ditto.
1139         * gcc.dg/vect/vect-78.c: Ditto.
1140         * gcc.dg/vect/vect-79.c: Ditto.
1141         * gcc.dg/vect/vect-8.c: Ditto.
1142         * gcc.dg/vect/vect-80.c: Ditto.
1143         * gcc.dg/vect/vect-82.c: Ditto.
1144         * gcc.dg/vect/vect-82_64.c: Ditto.
1145         * gcc.dg/vect/vect-83.c: Ditto.
1146         * gcc.dg/vect/vect-83_64.c: Ditto.
1147         * gcc.dg/vect/vect-9.c: Ditto.
1148         * gcc.dg/vect/vect-all.c: Ditto.
1149         * gcc.dg/vect/vect-none.c: Ditto.
1150
1151 2004-11-17  Janis Johnson  <janis187@us.ibm.com>
1152
1153         * lib/gcc-dg.exp (dg-skip-if): New function.
1154         (dg-forbid-option): Remove.
1155         * g++.dg/abi/bitfield3.C: Use dg-skip-if i?86 -m64.
1156         * g++.dg/abi/bitfield8.C: Likewise.
1157         * g++.dg/abi/dtor1.C: Likewise.
1158         * g++.dg/abi/empty10.C: Likewise.
1159         * g++.dg/abi/empty7.C: Likewise.
1160         * g++.dg/abi/empty9.C: Likewise.
1161         * g++.dg/abi/layout3.C: Likewise.
1162         * g++.dg/abi/layout4.C: Likewise.
1163         * g++.dg/abi/thunk1.C: Likewise.
1164         * g++.dg/abi/thunk2.C: Likewise.
1165         * g++.dg/abi/vbase11.C: Likewise.
1166         * g++.dg/abi/vthunk2.C: Likewise.
1167         * g++.dg/abi/vthunk3.C: Likewise.
1168         * g++.dg/ext/attrib8.C: Likewise.
1169         * g++.dg/opt/longbranch2.C: Likewise.
1170         * g++.dg/opt/reg-stack4.C: Likewise.
1171         * g++.old-deja/g++.ext/attrib1.C: Likewise.
1172         * g++.old-deja/g++.ext/attrib2.C: Likewise.
1173         * g++.old-deja/g++.ext/attrib3.C: Likewise.
1174         * g++.old-deja/g++.other/store-expr1.C: Likewise.
1175         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1176         * gcc.dg/20000609-1.c: Likewise.
1177         * gcc.dg/20000720-1.c: Likewise.
1178         * gcc.dg/20011107-1.c: Likewise.
1179         * gcc.dg/20011119-1.c: Likewise.
1180         * gcc.dg/20020108-1.c: Likewise.
1181         * gcc.dg/20020122-2.c: Likewise.
1182         * gcc.dg/20020122-3.c: Likewise.
1183         * gcc.dg/20020201-3.c: Likewise.
1184         * gcc.dg/20020206-1.c: Likewise.
1185         * gcc.dg/20020218-1.c: Likewise.
1186         * gcc.dg/20020310-1.c: Likewise.
1187         * gcc.dg/20020411-1.c: Likewise.
1188         * gcc.dg/20020418-2.c: Likewise.
1189         * gcc.dg/20020426-1.c: Likewise.
1190         * gcc.dg/20020426-2.c: Likewise.
1191         * gcc.dg/20020517-1.c: Likewise.
1192         * gcc.dg/20020523-1.c: Likewise.
1193         * gcc.dg/20020523-2.c: Likewise.
1194         * gcc.dg/20020729-1.c: Likewise.
1195         * gcc.dg/20030204-1.c: Likewise.
1196         * gcc.dg/20030826-2.c: Likewise.
1197         * gcc.dg/20030926-1.c: Likewise.
1198         * gcc.dg/20031202-1.c: Likewise.
1199         * gcc.dg/980312-1.c: Likewise.
1200         * gcc.dg/980313-1.c: Likewise.
1201         * gcc.dg/990117-1.c: Likewise.
1202         * gcc.dg/990424-1.c: Likewise.
1203         * gcc.dg/990524-1.c: Likewise.
1204         * gcc.dg/991230-1.c: Likewise.
1205         * gcc.dg/i386-387-1.c: Likewise.
1206         * gcc.dg/i386-387-2.c: Likewise.
1207         * gcc.dg/i386-387-3.c: Likewise.
1208         * gcc.dg/i386-387-4.c: Likewise.
1209         * gcc.dg/i386-387-5.c: Likewise.
1210         * gcc.dg/i386-387-6.c: Likewise.
1211         * gcc.dg/i386-asm-1.c: Likewise.
1212         * gcc.dg/i386-bitfield1.c: Likewise.
1213         * gcc.dg/i386-bitfield2.c: Likewise.
1214         * gcc.dg/i386-loop-1.c: Likewise.
1215         * gcc.dg/i386-loop-2.c: Likewise.
1216         * gcc.dg/i386-loop-3.c: Likewise.
1217         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1218         * gcc.dg/i386-pic-1.c: Likewise.
1219         * gcc.dg/i386-regparm.c: Likewise.
1220         * gcc.dg/i386-signbit-1.c: Likewise.
1221         * gcc.dg/i386-signbit-2.c: Likewise.
1222         * gcc.dg/i386-signbit-3.c: Likewise.
1223         * gcc.dg/i386-sse-5.c: Likewise.
1224         * gcc.dg/i386-sse-8.c: Likewise.
1225         * gcc.dg/i386-unroll-1.c: Likewise.
1226         * gcc.dg/tls/opt-1.c: Likewise.
1227         * gcc.dg/tls/opt-2.c: Likewise.
1228         * gcc.dg/unroll-1.c: Likewise.
1229         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
1230         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
1231         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
1232         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
1233
1234 2004-11-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1235
1236         * g++.dg/template/incomplete1.C: New test.
1237
1238 2004-11-16  Nick Clifton  <nickc@redhat.com>
1239
1240         Revert patches accidentally commited during checkin of fixes for
1241         xstormy16 tests:
1242         gcc.c-torture/execute/simd-4.c: Revert
1243         gcc.dg/20040910-1.c: Revert.
1244
1245 2004-11-16  Paul Brook  <paul@codesourcery.com>
1246
1247         PR fortran/13010
1248         * gfortran.dg/der_pointer_1.f90: New test.
1249
1250 2004-11-15  Joseph S. Myers  <joseph@codesourcery.com>
1251
1252         PR c/18498
1253         * gcc.dg/bitfld-13.c: New test.
1254
1255 2004-11-15  Janis Johnson  <janis187@us.ibm.com>
1256
1257         * gcc.dg/vect/tree-vect.h: (check_vect): Test symbols defined for
1258         powerpc*-*-linux*.
1259
1260         * gcc.dg/ppc64-abi-1.c: Skip if not lp64.
1261         * gcc.dg/ppc64-abi-2.c: Ditto.
1262         * gcc.dg/ppc64-abi-3.c: Ditto.
1263
1264         * lib/gcc-dg.exp (dg-target-list): Remove.
1265
1266 2004-11-15  Steve Ellcey  <sje@cup.hp.com>
1267
1268         * gcc.dg/ia64-postinc.c: New test.
1269
1270 2004-11-15  Mark Mitchell <mark@codesourcery.com>
1271
1272         * gcc.dg/format/cmn-err-1.c: Add tests for "%p".
1273
1274 2004-11-15  Nick Clifton  <nickc@redhat.com>
1275
1276         * g++.dg/opt/strength-reduce.C: Replace 0x7fffffff with
1277         __INT_MAX__ so that the test can be compiled by toolchains
1278         targeted at 16-bit processors.
1279
1280         * gcc.dg/20040625-1.c: Use long constants rather than integers
1281         when performing arithmetic that will overflow 16-bits.
1282
1283         * gcc.dg/i386-sse-8.c: Expect this test to fail for the
1284         xstormy16.  It does not support 128-bit vector operations.
1285
1286         * gcc.dg/ultrasp4.c: Replace all occurrences of the type 'long'
1287         with the macro PTR_TYPE.  Define this macro to an integer type
1288         suitable for holding a pointer.
1289
1290         * gcc.dg/compat/struct-align-1_x.c: Use shorter integers if
1291         the target is a 16-bit processor.
1292
1293         * gcc.dg/cpp/if-2.c: Expect a different warning message from
1294         16-bit targets where the character constant will be too long.
1295
1296         * g++.dg/opt/asm1.C: Expect this test to fail on the xstormy16
1297         where the double will not be directly addressable.
1298
1299 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1300
1301         Friend class name lookup 1/n, PR c++/18471
1302         * g++.dg/template/crash26.C: New test.
1303         * g++.dg/lookup/struct1.C: Adjust expected error.
1304         * g++.dg/parse/elab1.C: Likewise.
1305         * g++.dg/parse/elab2.C: Likewise.
1306         * g++.dg/parse/int-as-enum1.C: Likewise.
1307         * g++.dg/parse/struct-as-enum1.C: Likewise.
1308         * g++.dg/parse/typedef1.C: Likewise.
1309         * g++.dg/parse/typedef3.C: Likewise.
1310         * g++.dg/parse/typedef4.C: Likewise.
1311         * g++.dg/parse/typedef5.C: Likewise.
1312         * g++.dg/template/nontype4.C: Likewise.
1313         * g++.old-deja/g++.benjamin/typedef01.C: Likewise.
1314         * g++.old-deja/g++.other/elab1.C: Likewise.
1315         * g++.old-deja/g++.other/syntax4.C: Likewise.
1316
1317 2004-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
1318
1319         * gcc.dg/intmax_t-1.c: XFAIL on Solaris 2.5.1.
1320
1321 2004-11-14  Zdenek Dvorak  <dvorakz@suse.cz>
1322
1323         * gcc.c-torture/execute/20041114-1.c: New test.
1324
1325 2004-11-14  Joseph S. Myers  <joseph@codesourcery.com>
1326
1327         * gcc.dg/c99-flex-array-5.c, gcc.dg/c99-fordecl-3.c,
1328         gcc.dg/comp-goto-1.c, gcc.dg/comp-goto-2.c, gcc.dg/comp-goto-3.c,
1329         gcc.dg/format/strfmon-2.c, gcc.dg/pointer-arith-1.c,
1330         gcc.dg/pointer-arith-2.c, gcc.dg/pointer-arith-3.c,
1331         gcc.dg/pointer-arith-4.c, gcc.dg/switch-5.c, gcc.dg/switch-6.c,
1332         gcc.dg/switch-7.c: New tests.
1333
1334 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1335
1336         * gcc.dg/vect/vect-78.c: Now vectorized on powerpc*.
1337
1338 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1339
1340         PR tree-opt/18400
1341         * gcc.dg/vect/pr18400.c: New test.
1342
1343 2004-11-14  Dorit Naishlos  <dorit@il.ibm.com>
1344             Andrew Pinski  <pinskia@physics.uc.edu>
1345
1346         PR tree-opt/18425
1347         * gcc.dg/vect/pr18425.c: New test.
1348
1349 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1350
1351         * gcc.dg/tls/alias-1.c: Remove dg-warning on the SPARC.
1352         Guard with dg-require-alias and dg-require-visibility.
1353
1354 2004-11-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
1355
1356         * g++.dg/other/packed1.C: UnXFAIL on SPARC, PA, MIPS and PowerPC.
1357
1358 2004-11-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1359
1360         * g++.dg/expr/unary1.C, g++.dg/expr/unary2.C: New tests.
1361
1362 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1363
1364         PR c++/17344
1365         * g++.dg/template/defarg5.C: New test.
1366
1367 2004-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
1368
1369         * g++.dg/parse/cast1.C: Run only on ILP32.
1370         * g++.old-deja/g++.mike/p784.C: Likewise.
1371
1372 2004-11-13  Bernd Schmidt  <bernd.schmidt@analog.com>
1373
1374         * gcc.c-torture/execute/20041113-1.c: New test.
1375
1376 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1377
1378         PR target/18230
1379         * gcc.dg/vect/tree-vect.h (check_vect): Add SPARC-specific test.
1380         * gcc.dg/vect/vect-2.c, gcc.dg/vect/vect-7.c, gcc.dg/vect/vect-9.c,
1381         gcc.dg/vect/vect-10.c, gcc.dg/vect/vect-12.c, gcc.dg/vect/vect-14.c,
1382         gcc.dg/vect/vect-15.c, gcc.dg/vect/vect-17.c, gcc.dg/vect/vect-18.c,
1383         gcc.dg/vect/vect-19.c, gcc.dg/vect/vect-20.c, gcc.dg/vect/vect-21.c,
1384         gcc.dg/vect/vect-22.c, gcc.dg/vect/vect-23.c, gcc.dg/vect/vect-24.c,
1385         gcc.dg/vect/vect-25.c, gcc.dg/vect/vect-26.c, gcc.dg/vect/vect-32.c,
1386         gcc.dg/vect/vect-33.c, gcc.dg/vect/vect-34.c, gcc.dg/vect/vect-35.c,
1387         gcc.dg/vect/vect-36.c, gcc.dg/vect/vect-37.c, gcc.dg/vect/vect-62.c,
1388         gcc.dg/vect/vect-63.c, gcc.dg/vect/vect-64.c, gcc.dg/vect/vect-65.c,
1389         gcc.dg/vect/vect-66.c, gcc.dg/vect/vect-67.c, gcc.dg/vect/vect-68.c,
1390         gcc.dg/vect/vect-69.c, gcc.dg/vect/vect-73.c, gcc.dg/vect/vect-75.c,
1391         gcc.dg/vect/vect-76.c, gcc.dg/vect/vect-78.c: Enable for SPARC.
1392
1393 2004-11-13  James A. Morrison  <phython@gcc.gnu.org>
1394
1395         * gcc.target/sparc/fand.c, gcc.target/sparc/fands,
1396         gcc.target/sparc/fnand.c, gcc.target/sparc/fnands.c,
1397         gcc.target/sparc/fxor.c, gcc.target/sparc/fxors.c,
1398         gcc.target/sparc/fxnor.c, gcc.target/sparc/fxnors.c,
1399         gcc.target/sparc/fandnot.c, gcc.target/sparc/fandnots.c,
1400         gcc.target/sparc/fornot.c, gcc.target/sparc/fornots.c,
1401         gcc.target/sparc/fnot.c, gcc.target/sparc/fnots.c,
1402         gcc.target/sparc/for.c, gcc.target/sparc/fors.c,
1403         gcc.target/sparc/combined-1.c: New tests.
1404
1405 2004-11-12  Ziemowit Laski  <zlaski@apple.com>
1406
1407         * objc.dg/const-str-8.m, objc.dg/const-str-9.m:
1408         New tests.
1409
1410 2004-11-12  Mark Mitchell <mark@codesourcery.com>
1411
1412         * lib/gcc-dg.exp (dg-forbid-option): New function.
1413         * g++.dg/abi/bitfield3.C: Use dg-forbid-option -m64.
1414         * g++.dg/abi/bitfield8.C: Likewise.
1415         * g++.dg/abi/dtor1.C: Likewise.
1416         * g++.dg/abi/empty10.C: Likewise.
1417         * g++.dg/abi/empty7.C: Likewise.
1418         * g++.dg/abi/empty9.C: Likewise.
1419         * g++.dg/abi/layout3.C: Likewise.
1420         * g++.dg/abi/layout4.C: Likewise.
1421         * g++.dg/abi/thunk1.C: Likewise.
1422         * g++.dg/abi/thunk2.C: Likewise.
1423         * g++.dg/abi/vbase11.C: Likewise.
1424         * g++.dg/abi/vthunk2.C: Likewise.
1425         * g++.dg/abi/vthunk3.C: Likewise.
1426         * g++.dg/ext/attrib8.C: Likewise.
1427         * g++.dg/opt/longbranch2.C: Likewise.
1428         * g++.dg/opt/reg-stack4.C: Likewise.
1429         * g++.old-deja/g++.ext/attrib1.C: Likewise.
1430         * g++.old-deja/g++.ext/attrib2.C: Likewise.
1431         * g++.old-deja/g++.ext/attrib3.C: Likewise.
1432         * g++.old-deja/g++.other/store-expr1.C: Likewise.
1433         * g++.old-deja/g++.other/store-expr2.C: Likewise.
1434         * gcc.dg/20000609-1.c: Likewise.
1435         * gcc.dg/20000720-1.c: Likewise.
1436         * gcc.dg/20011107-1.c: Likewise.
1437         * gcc.dg/20011119-1.c: Likewise.
1438         * gcc.dg/20020108-1.c: Likewise.
1439         * gcc.dg/20020122-2.c: Likewise.
1440         * gcc.dg/20020122-3.c: Likewise.
1441         * gcc.dg/20020201-3.c: Likewise.
1442         * gcc.dg/20020206-1.c: Likewise.
1443         * gcc.dg/20020218-1.c: Likewise.
1444         * gcc.dg/20020310-1.c: Likewise.
1445         * gcc.dg/20020411-1.c: Likewise.
1446         * gcc.dg/20020418-2.c: Likewise.
1447         * gcc.dg/20020426-1.c: Likewise.
1448         * gcc.dg/20020426-2.c: Likewise.
1449         * gcc.dg/20020517-1.c: Likewise.
1450         * gcc.dg/20020523-1.c: Likewise.
1451         * gcc.dg/20020523-2.c: Likewise.
1452         * gcc.dg/20020729-1.c: Likewise.
1453         * gcc.dg/20030204-1.c: Likewise.
1454         * gcc.dg/20030826-2.c: Likewise.
1455         * gcc.dg/20030926-1.c: Likewise.
1456         * gcc.dg/20031202-1.c: Likewise.
1457         * gcc.dg/980312-1.c: Likewise.
1458         * gcc.dg/980313-1.c: Likewise.
1459         * gcc.dg/990117-1.c: Likewise.
1460         * gcc.dg/990424-1.c: Likewise.
1461         * gcc.dg/990524-1.c: Likewise.
1462         * gcc.dg/991230-1.c: Likewise.
1463         * gcc.dg/i386-387-1.c: Likewise.
1464         * gcc.dg/i386-387-2.c: Likewise.
1465         * gcc.dg/i386-387-3.c: Likewise.
1466         * gcc.dg/i386-387-4.c: Likewise.
1467         * gcc.dg/i386-387-5.c: Likewise.
1468         * gcc.dg/i386-387-6.c: Likewise.
1469         * gcc.dg/i386-asm-1.c: Likewise.
1470         * gcc.dg/i386-bitfield1.c: Likewise.
1471         * gcc.dg/i386-bitfield2.c: Likewise.
1472         * gcc.dg/i386-loop-1.c: Likewise.
1473         * gcc.dg/i386-loop-2.c: Likewise.
1474         * gcc.dg/i386-loop-3.c: Likewise.
1475         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
1476         * gcc.dg/i386-pic-1.c: Likewise.
1477         * gcc.dg/i386-regparm.c: Likewise.
1478         * gcc.dg/i386-signbit-1.c: Likewise.
1479         * gcc.dg/i386-signbit-2.c: Likewise.
1480         * gcc.dg/i386-signbit-3.c: Likewise.
1481         * gcc.dg/i386-sse-5.c: Likewise.
1482         * gcc.dg/i386-sse-8.c: Likewise.
1483         * gcc.dg/i386-unroll-1.c: Likewise.
1484         * gcc.dg/tls/opt-1.c: Likewise.
1485         * gcc.dg/tls/opt-2.c: Likewise.
1486         * gcc.dg/unroll-1.c: Likewise.
1487         * gcc.misc-tests/i386-pf-3dnow-1.c: Likewise.
1488         * gcc.misc-tests/i386-pf-athlon-1.c: Likewise.
1489         * gcc.misc-tests/i386-pf-none-1.c: Likewise.
1490         * gcc.misc-tests/i386-pf-sse-1.c: Likewise.
1491         * gcc.c-torture/execute/20010129-1.x: Do not use -mtune=i686 when
1492         -m64 is specified.
1493
1494 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1495
1496         PR c++/18389
1497         * g++.dg/parse/cond1.C: New test.
1498
1499         PR c++/18429
1500         * g++.dg/template/array9.C: New test.
1501         * g++.dg/ext/vla1.C: Adjust error messages.
1502         * g++.dg/ext/vlm1.C: Likewise.
1503         * g++.dg/template/crash2.C: Likewise.
1504
1505         PR c++/18436
1506         * g++.dg/template/call3.C: New test.
1507
1508         PR c++/18407
1509         * g++.dg/template/ptrmem11.C: New test.
1510
1511 2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
1512
1513         PR other/14264
1514         * lib/g++.exp: Set LC_ALL and LANG to C.
1515         * lib/gcc-dg.exp: Likewise.
1516         * lib/gfortran.exp: Likewise.
1517         * lib/objc.exp: Likewise.
1518         * lib/treelang.exp: Likewise.
1519
1520 2004-11-12  Andreas Schwab  <schwab@suse.de>
1521
1522         * gcc.dg/pr16286.c: Fix last change.
1523
1524 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
1525
1526         PR c++/18416
1527         * g++.dg/init/global1.C: New test.
1528
1529 2004-11-12  Eric Botcazou  <ebotcazou@act-europe.fr>
1530
1531         * gcc.c-torture/execute/20041112-1.c: New test.
1532
1533 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1534
1535         * lib/gcc-dg.exp (dg-target-list): New.
1536
1537 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1538             Richard Sandiford  <rsandifo@redhat.com>
1539
1540         * lib/target-supports.exp (get-compiler_messages): New.
1541         (check_named_sections_available): Use it.
1542         (check_effective_target_ilp32): New.
1543         (check_effective_target_lp64): New.
1544         (is-effective-target): New.
1545         * lib/gcc-dg.exp (dg-require-effective-target): New.
1546
1547 2004-11-11  Joseph S. Myers  <joseph@codesourcery.com>
1548
1549         * gcc.dg/precedence-1.c: New test.
1550
1551 2004-11-11  Janis Johnson  <janis187@us.ibm.com>
1552
1553         * gcc.misc-tests/linkage.exp: Handle biarch GCC for powerpc64.
1554
1555         * gcc.misc-tests/linkage.exp: Prepend directory name to pass/fail
1556         message, delete generated files, use more descriptive name for
1557         executable, and make the test unsupported when it cannot be run.
1558
1559         * lib/gcc-dg.exp (skip_test_and_clear_xfail): New procedure.
1560         (dg-require-weak, dg-require-visibility, dg-require-alias,
1561         dg-require-gc-sections, dg-require-profiling, dg-require-dll,
1562         dg-require-iconv, dg-require-named-sections): Use it.
1563
1564         * lib/gcc-dg.exp (dg-xfail-if): Ignore if skipping the test.
1565
1566 2004-11-11  Nathan Sidwell  <nathan@codesourcery.com>
1567
1568         PR target/16457
1569         * gcc.dg/ppc-and-1: New
1570
1571         PR target/16796
1572         * gcc.dg/ppc-mov-1.c: New.
1573
1574         PR target/16458
1575         * gcc.dg/ppc-compare-1.c: New.
1576
1577 2004-11-10  Joseph S. Myers  <joseph@codesourcery.com>
1578
1579         * objc.dg/desig-init-2.m: New test.
1580
1581 2004-11-10  Adam Nemet  <anemet@lnxw.com>
1582
1583         PR middle-end/18160  
1584         * g++.dg/warn/register-var-1.C: New test.
1585         * g++.dg/warn/register-var-2.C: New test.
1586
1587 2004-11-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
1588
1589         * gcc.dg/union-2.c: New test.
1590
1591 2004-11-10  Fariborz Jahanian <fjahanian@apple.com>
1592
1593         * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: 
1594         New test for PR tree-optimization/17892.
1595
1596 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
1597
1598         PR c++/18369
1599         * g++.dg/init/new12.C: New test.
1600
1601 2004-11-10  James A. Morrison  <phython@gcc.gnu.org>
1602
1603         * gcc.target/sparc: New directory.
1604         * gcc.target/sparc/sparc.exp: New driver.
1605         * gcc.target/sparc/fpadd16.c, gcc.target/sparc/fpadd16s.c,
1606         gcc.target/sparc/fpsub16.c, gcc.target/sparc/fpsub16s.c,
1607         gcc.target/sparc/fpadd32.c, gcc.target/sparc/fpadd32s.c,
1608         gcc.target/sparc/fpsub32.c, gcc.target/sparc/fpsub32s.c: New tests.
1609
1610 2004-11-10  Paul Brook  <paul@codesourcery.com>
1611
1612         PR fortran/18218
1613         * gfortran.dg/list_read.c: New test.
1614
1615 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1616
1617         PR c/18322
1618         * gcc.dg/func-outside-1.c, gcc.dg/func-outside-2.c: Correct
1619         expected diagnostic location.
1620
1621 2004-11-09  Ulrich Weigand  <uweigand@de.ibm.com>
1622
1623         * gcc.dg/20041109-1.c: New test.
1624
1625 2004-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
1626
1627         PR objc/18406
1628         * objc/compile/pr18406.m: New test.
1629
1630 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1631
1632         * gcc.dg/builtin-prefetch-1.c: Update expected diagnostic.
1633
1634 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
1635
1636         * gcc.dg/builtin-prefetch-1.c: Adjust expected messages.
1637
1638 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1639
1640         * testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.
1641
1642 2004-11-08  Steve Ellcey  <sje@cup.hp.com>
1643
1644         * testsuite/gcc.dg/20030225-2.c: Add prototype for abort and
1645         exit. 
1646
1647 2004-11-08  Andrew Pinski  <pinskia@physics.uc.edu>
1648
1649         PR tree-opt/18299
1650         * gcc.c-torture/pr18299-1.c: New test.
1651
1652 2004-11-06  Andreas Schwab  <schwab@suse.de>
1653
1654         * gcc.dg/pr16286.c: Also test for bool and pixel.
1655
1656 2004-11-06  Joseph S. Myers  <joseph@codesourcery.com>
1657
1658         * gcc.dg/anon-struct-6.c, gcc.dg/anon-struct-7.c,
1659         gcc.dg/anon-struct-8.c, gcc.dg/bitfld-10.c, gcc.dg/bitfld-11.c,
1660         gcc.dg/bitfld-12.c, gcc.dg/func-outside-1.c,
1661         gcc.dg/func-outside-2.c, gcc.dg/label-decl-1.c,
1662         gcc.dg/label-decl-2.c, gcc.dg/label-decl-3.c,
1663         gcc.dg/label-decl-4.c, gcc.dg/struct-empty-1.c,
1664         gcc.dg/struct-empty-2.c, gcc.dg/struct-empty-3.c,
1665         gcc.dg/struct-semi-1.c, gcc.dg/struct-semi-2.c,
1666         gcc.dg/struct-semi-3.c: New tests.
1667
1668 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1669
1670         * g++.dg/opt/nothrow1.C: Use -42 instead of 42.
1671
1672 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1673
1674         * gcc.dg/compat/generate-random.c (generate_random_data unsafe_state):
1675         Do not use C99 designators.
1676
1677 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1678
1679         * g++.dg/other/pragma-re-1.C (p, q): Fix type and remove cast.
1680
1681 2004-11-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
1682
1683         * gcc.c-torture/compile/simd-5.c: Do not XFAIL on SPARC 64-bit.
1684         * gcc.c-torture/execute/20020227-1.x: Do not XFAIL at -O3.
1685         * gcc.c-torture/execute/simd-5.x: Remove.
1686
1687 2004-11-06  Andrew Pinski  <pinskia@physics.uc.edu>
1688
1689         PR rtl-optimization/17933
1690         * gcc.dg/torture/pr17933-1.c: New test.
1691
1692 2004-11-06  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
1693
1694         PR target/18106
1695         * lib/target-supports.exp (check_weak_available): Support
1696         Windows.
1697
1698 2004-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
1699
1700         * gcc.dg/compat/struct-layout-1_generate.c (main): Generate a
1701         call to fflush(stdout) before abort.
1702         (my_ffsll): New function.
1703         (generate_fields): Use it.
1704
1705 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1706
1707         * gcc.dg/init-undef-1.c: New test.
1708
1709 2004-11-05  Joseph S. Myers  <joseph@codesourcery.com>
1710
1711         * gcc.dg/20040910-1.c, gcc.dg/cpp/digraph2.c,
1712         gcc.dg/cpp/direct2.c, gcc.dg/cpp/direct2s.c,
1713         gcc.dg/cpp/separate-1.c, gcc.dg/noncompile/951123-1.c,
1714         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c: Adjust
1715         expected messages for new parser.
1716
1717 2004-11-04  Mark Mitchell  <mark@codesourcery.com>
1718
1719         * testsuite/g++.dg/ext/visibility/symbian1.C: New test.
1720         
1721 2004-11-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1722
1723         * gcc.dg/pragma-align.c (sixteen): Use 8-byte alignment
1724         on LP64 targets.
1725
1726 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1727
1728         * gcc.dg/asm-qual-1.c, gcc.dg/declspec-15.c, gcc.dg/declspec-16.c,
1729         gcc.dg/declspec-17.c, gcc.dg/empty-source-1.c,
1730         gcc.dg/empty-source-2.c, gcc.dg/empty-source-3.c,
1731         gcc.dg/extra-semi-1.c, gcc.dg/extra-semi-2.c,
1732         gcc.dg/extra-semi-3.c, gcc.dg/gnu-cond-expr-1.c,
1733         gcc.dg/gnu-cond-expr-2.c, gcc.dg/gnu-cond-expr-3.c,
1734         gcc.dg/init-empty-1.c, gcc.dg/init-empty-2.c,
1735         gcc.dg/init-empty-3.c, gcc.dg/noncompile/old-style-parm-1.c,
1736         gcc.dg/noncompile/old-style-parm-2.c, gcc.dg/stmt-expr-1.c,
1737         gcc.dg/stmt-expr-2.c, gcc.dg/stmt-expr-3.c: New tests.
1738
1739 2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
1740
1741         * gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
1742         gcc.dg/c99-func-2.c, gcc.dg/charset/asm2.c, gcc.dg/concat.c,
1743         gcc.dg/cpp/19990413-1.c, gcc.dg/cpp/paste4.c,
1744         gcc.dg/init-desig-obs-1.c, gcc.dg/noncompile/920721-2.c,
1745         gcc.dg/noncompile/930622-2.c, gcc.dg/noncompile/940112-1.c,
1746         gcc.dg/noncompile/950921-1.c, gcc.dg/switch-2.c,
1747         objc.dg/naming-1.m, objc.dg/naming-2.m: Adjust expected messages
1748         for new parser.
1749
1750 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
1751
1752         PR target/15342
1753         * gcc.dg/20041104-1.c: New test.
1754
1755 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1756
1757         * g++.dg/template/nontype7.C: New test.
1758         * g++.dg/template/nontype8.C: Likewise.
1759         * g++.dg/template/nontype9.C: Likewise.
1760         * g++.dg/template/nontype10.C: Likewise.
1761         * g++.dg/tc1/dr49.C: Likewise.
1762         * g++.dg/template/ptrmem8.C: Relax dg-error checks.
1763         * g++.old-deja/g++.other/null1.C: Remove a buggy error check
1764
1765 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1766
1767         * g++.dg/rtti/tinfo1.C: Remove xfails.
1768
1769 2004-11-04  Ben Elliston  <bje@au.ibm.com>
1770
1771         * g++.old-deja/g++.other/enum5.C (enum conditions): Move the
1772         packed attribute to the definition to satisfy the new C++ parser.
1773
1774 2004-11-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
1775
1776         * gcc.c-torture/execute/stdarg-2.c (foo): Split multiple
1777         invocations of va_arg.
1778
1779 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
1780
1781         PR c++/18124
1782         * g++.dg/template/crash25.C: New test.
1783
1784         PR c++/18155
1785         * g++.dg/template/typedef2.C: New test.
1786         * g++.dg/parse/crash13.C: Adjust error markers.
1787
1788         PR c++/18177
1789         * g++.dg/conversion/const3.C: New test.
1790         
1791 2004-11-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
1792
1793         PR fortran/17535
1794         PR fortran/17583
1795         PR fortran/17713
1796         * gfortran.dg/generic_[123].f90: New testcases.
1797
1798 2004-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
1799
1800         * gcc.dg/uninit-C.c: Remove special-casing for SPARC.
1801         * gcc.dg/uninit-H.c: Define to "sp" on SPARC.
1802
1803 2004-11-02  Andrew Pinski  <pinskia@physics.uc.edu>
1804
1805         PR tree-opt/16808
1806         * gcc.c-torture/compile/pr16808.c: New test.
1807
1808 2004-11-02  Nathan Sidwell  <nathan@codesourcery.com>
1809
1810         PR rtl-optimization/17104
1811         * gcc.dg/ppc-bitfield1.c: New.
1812
1813 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1814
1815         * gcc.dg/uninit-H.c (ASM): Define to "$sp" on MIPS targets.
1816
1817 2004-11-01  Richard Sandiford  <rsandifo@redhat.com>
1818
1819         * g++.dg/abi/mangle6.C: Run for all MIPS targets.  Provide dummy
1820         strings for 32-bit code.
1821
1822 2004-11-01  Joseph S. Myers  <joseph@codesourcery.com>
1823
1824         PR c/18239
1825         * gcc.dg/parm-impl-decl-1.c, gcc.dg/parm-impl-decl-2.c: New tests.
1826
1827 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
1828
1829         PR c++/18064
1830         * g++.old-deja/g++.mike/p811.C: Avoid covariant extension.
1831
1832 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1833
1834         PR c++/15172
1835         * g++.dg/init/aggr2.C: New test.
1836
1837 2004-10-30  Ziemowit Laski  <zlaski@apple.com>
1838
1839         * objc.dg/local-decl-1.m: New test.
1840
1841 2004-10-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1842
1843         * gcc.dg/20040910-1.c: Adjust regex.
1844
1845 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1846
1847         PR rtl-optimization/18084
1848         * g++.dg/opt/pr18084-1.C: New testcase.
1849
1850 2004-10-30  Matt Austern  <austern@apple.com>
1851
1852         PR c++/17542
1853         * g++.dg/ext/attrib18.C: New test.
1854         
1855 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1856
1857         PR middle-end/18096
1858         * gcc.dg/pr18096-1.c: New test case.
1859
1860 2004-10-30  Roger Sayle  <roger@eyesopen.com>
1861
1862         * gcc.dg/pr17581-1.c: Add missing prototype for abort.
1863
1864 2004-10-30  Joseph S. Myers  <joseph@codesourcery.com>
1865
1866         PR c/16666
1867         * gcc.dg/dremf-type-compat-1.c, gcc.dg/dremf-type-compat-2.c,
1868         gcc.dg/dremf-type-compat-3.c, gcc.dg/dremf-type-compat-4.c,
1869         gcc.dg/old-style-prom-1.c, gcc.dg/old-style-prom-2.c,
1870         gcc.dg/old-style-prom-3.c: New tests.
1871
1872 2004-10-30  Danny Smith  <dannysmith@users.sourceforge.net>
1873
1874         * gcc.dg/bf-ms-attrib.c: Add protototype for abort.
1875         Remove unnecessary inclusion of stdio.h.
1876
1877 2004-10-29  Roger Sayle  <roger@eyesopen.com>
1878
1879         PR rtl-optimization/17581
1880         * gcc.dg/pr17581-1.c: New test case.
1881
1882 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
1883
1884         * g++.dg/conversion/dr195.C: Adjust expected errors for DR195 not
1885         being implemented.
1886         * g++.dg/conversion/dr195-1.C: New.
1887         * g++.old-deja/g++.brendan/operators4.C: Don't be pedantic.
1888         * g++.old-deja/g++.mike/p10148.C: Likewise.
1889
1890 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
1891
1892         PR c++/17695
1893         * g++.dg/debug/typedef2.C: New test.
1894
1895 2004-10-29  David Billinghurst <David.Billinghurst@riotinto.com>
1896
1897         PR fortran/13490
1898         * gfortran.dg/g77/20030326-1.f: Change xfail on error to warning.
1899         * gfortran.dg/g77/README: Update.
1900
1901 2004-10-28  Matt Austern  <austern@apple.com>
1902
1903         PR c++/14124
1904         * g++.dg/ext/packed7.C: New test.
1905         
1906 2004-10-28  Andrew Pinski  <pinskia@physics.uc.edu>
1907
1908         * gcc.dg/visibility-[1-9a].c: Change to use scan-hidden instead of
1909         scan-assembler.
1910         * lib/scanasm.exp (hidden-scan-for): New proc.
1911         (scan-hidden): Use hidden-scan-for instead of constructing the scan
1912         string.
1913         (scan-not-hidden): Likewise.
1914         * lib/target-supports.exp (check_visibility_available): mach-o is
1915         support too.
1916
1917 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
1918
1919         PR c++/17132
1920         * g++.dg/template/memclass3.C: New test.
1921
1922 2004-10-28  Adam Nemet  <anemet@lnxw.com>
1923
1924         PR middle-end/18160  
1925         * gcc.dg/register-var-1.c: New test.
1926         * gcc.dg/register-var-2.c: New test.
1927         * gcc.dg/asm-7.c: Taking the address of a register variable is an
1928         error now.
1929
1930 2004-10-28  Dorit Naishlos <dorit@il.ibm.com>
1931
1932         PR other/18172
1933         * gcc.dg/vect/vect-20.c: Use 'signed char' instaed of 'char'. Remove 
1934         unused variables.
1935         * gcc.dg/vect/vect-22.c: Likewise.
1936
1937 2004-10-28  Jakub Jelinek  <jakub@redhat.com>
1938
1939         * gcc.dg/i386-rotate-1.c: New test.
1940
1941 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
1942
1943         * g++.dg/init/ref12.C: Add "run" marker.
1944
1945         PR c++/17435
1946         * g++.dg/init/ref12.C: New test.
1947
1948         PR c++/18140
1949         * g++.dg/template/shift1.C: New test.
1950         * g++.dg/template/error10.C: Adjust error markers.
1951
1952 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
1953
1954         PR tree-opt/17529
1955         * gcc.c-torture/compile/pr17529.c: Remove the xfail.
1956
1957 2004-10-27  Geoffrey Keating  <geoffk@apple.com>
1958
1959         * gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
1960         * gcc.dg/weak/weak-3.c: Likewise.
1961         * gcc.dg/weak/weak-5.c: Likewise.
1962         * gcc.dg/weak/weak-9.c: Likewise.
1963         * lib/file-format.exp (gcc_target_object_format): Darwin has Mach-O.
1964         * lib/target-supports.exp (check_weak_available): Mach-O does weak.
1965
1966         * gcc.dg/darwin-weakimport-1.c: New.
1967
1968 2004-10-28  Ben Elliston  <bje@au.ibm.com>
1969
1970         * gcc.dg/tree-ssa/sra-1.c: Pass --param sra-max-structure-size.
1971
1972 2004-10-27  Nathan Sidwell  <nathan@codesourcery.com>
1973
1974         * gcc.dg/cpp/direct2.c: Cope with different bison 'parse' or
1975         'syntax' error messages.
1976         * gcc.dg/cpp/direct2s.c: Likewise.
1977
1978 2004-10-26  Geoffrey Keating  <geoffk@apple.com>
1979
1980         * gcc.c-torture/compile/20041026-1.c: New.
1981
1982 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
1983
1984         PR c++/18093
1985         * g++.dg/lookup/ns2.C: New test.
1986
1987         PR c++/18020
1988         * g++.dg/template/enum4.C: New test.
1989
1990         PR c++/18161
1991         * g++.dg/template/expr1.C: New test.
1992
1993 2004-10-26  Ben Elliston  <bje@au.ibm.com>
1994
1995         * gcc.dg/tree-ssa/20030922-2.c: Now passing, so remove xfail.
1996
1997 2004-10-26  Joseph S. Myers  <jsm@polyomino.org.uk>
1998
1999         * gcc.dg/decl-nospec-1.c, gcc.dg/decl-nospec-2.c,
2000         gcc.dg/decl-nospec-3.c: New tests.
2001
2002 2004-10-26  Ziemowit Laski  <zlaski@apple.com>
2003
2004         * objc.dg/super-class-3.m: New test.
2005
2006 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
2007
2008         * gcc.dg/cpp/direct2.c: Adjust expected errors, robustify parser
2009         resyncing.
2010         * gcc.dg/cpp/direct2s.c: Likewise.
2011
2012 2004-10-25  Geoffrey Keating  <geoffk@apple.com>
2013
2014         * objc.dg/image-info.m: Update for changes to section selection.
2015
2016 2004-10-25  David Ayers  <d.ayers@inode.at>
2017             Ziemowit Laski  <zlaski@apple.com>
2018
2019         * objc.dg/call-super-2.m: Add messages to 'Class <Proto>'; update
2020         diagnostics when messaging 'id <Proto>'.
2021         * objc.dg/class-protocol-1.m: New test.
2022         * objc.dg/desig-init-1.m: Add message to an invalid receiver using
2023         a non-existent method signature.
2024         * objc.dg/method-5.m, objc.dg/method-6.m, objc.dg/proto-hier-1.m:
2025         Update diagnostics when messaging with non-existent method signature.
2026         * objc.dg/proto-hier-2.m: Adjust wording of diagnostic.
2027         * objc.dg/proto-lossage-1.m, objc.dg/proto-lossage-4.m: Messages to
2028         invalid receivers are now resolved as if messaging 'id'; remove
2029         extraneous diagnostics.
2030
2031 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
2032
2033         PR c/16667
2034         * gcc.dg/init-desig-obs-1.c, gcc.dg/init-desig-obs-2.c,
2035         gcc.dg/init-desig-obs-3.c: New tests.
2036
2037 2004-10-25  Jakub Jelinek  <jakub@redhat.com>
2038
2039         * gcc.dg/debug/20041023-1.c: New test.
2040
2041 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
2042
2043         PR middle-end/17407
2044         * gcc.c-torture/compile/pr17407.c: New test.
2045
2046         PR c++/18121
2047         * g++.dg/template/array8.C: New test.
2048
2049 2004-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2050
2051         PR other/18138
2052         * lib/g++.exp: Accept more than one multilib libgcc.
2053         * lib/gcc-dg.exp: Likewise.
2054         * lib/objc.exp: Likewise.
2055         * lib/treelang.exp: Likewise.
2056         * lib/gfortran.exp: Likewise.
2057
2058 2004-10-24  Ben Elliston  <bje@au.ibm.com>
2059
2060         * gcc.dg/c90-const-expr-3.c: Reference the ISO C standard.
2061
2062 2004-10-24  Geoffrey Keating  <geoffk@geoffk.org>
2063
2064         * gcc.dg/c90-const-expr-3.c: xfail all the ASSERT_NOT_NPC tests.
2065         * gcc.dg/c99-const-expr-3.c: Likewise.
2066
2067 2004-10-23  Andrew Pinski  <pinskia@physics.uc.edu>.
2068
2069         * gcc.dg/tree-ssa/loop-1.c: Add -static for *-*-darwin*.
2070
2071 2004-10-23  Ben Elliston  <bje@au.ibm.com>
2072
2073         * gcc.c-torture/execute/loop-2e.x: Remove.
2074
2075 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
2076
2077         PR c++/18095
2078         * g++.dg/parse/crash18.C: New.
2079         * g++.dg/parse/crash19.C: New.
2080
2081 2004-10-22  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
2082
2083         * g++.dg/ext/dllimport1.C: Move dg-warnings.
2084         * g++.dg/ext/dllimport2.C: Same.
2085         * g++.dg/ext/dllimport8.C: Same.
2086
2087 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
2088
2089         PR c++/10841
2090         * g++.dg/conversion/cast1.C: New test.
2091         * g++.dg/overload/pmf1.C: Adjust error marker.
2092
2093 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
2094
2095         PR objc/17923
2096         * objc.dg/const-str-7.m: New test.
2097
2098 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2099
2100         * g++.dg/template/memfriend11.C: Fix comment typo.
2101         * g++.dg/template/memfriend14.C: Likewise.
2102
2103 2004-10-20  Richard Henderson  <rth@redhat.com>
2104
2105         * gcc.dg/cleanup-10.c, gcc.dg/cleanup-11.c, gcc.dg/cleanup-8.c,
2106         gcc.dg/cleanup-9.c: Use -fnon-call-exceptions, not
2107         -fasynchronous-unwind-tables.
2108
2109 2004-10-20  Richard Henderson  <rth@redhat.com>
2110
2111         * gcc.c-torture/unsorted/call386.c (foo): Fix return type.
2112         (main): Return success.
2113         * gcc.c-torture/unsorted/subcc.c (foo, bar): Fix return types.
2114         (main): Return success.
2115
2116 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2117
2118         PR c++/13495
2119         * g++.dg/template/memfriend9.C: New test.
2120         * g++.dg/template/memfriend10.C: Likewise.
2121         * g++.dg/template/memfriend11.C: Likewise.
2122         * g++.dg/template/memfriend12.C: Likewise.
2123         * g++.dg/template/memfriend13.C: Likewise.
2124         * g++.dg/template/memfriend14.C: Likewise.
2125         * g++.dg/template/memfriend15.C: Likewise.
2126         * g++.dg/template/memfriend16.C: Likewise.
2127         * g++.dg/template/memfriend17.C: Likewise.
2128         * g++.old-deja/g++.pt/friend44.C: Remove bogus error.
2129
2130 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
2131
2132         * g++.dg/conversion/dr195.C: New.
2133         * g++.old-deja/g++.mike/p10148.C: Remove ill-formed cast.
2134
2135 2004-10-20  Ben Elliston  <bje@au.ibm.com>
2136             Devang Patel  <dpatel@apple.com>
2137
2138         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use integer arithmetic instead
2139         of floating point arithmetic, which could trap.
2140
2141 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
2142
2143         PR c++/14035
2144         * g++.dg/conversion/reinterpret1.C: Adjust error markers.
2145         * g++.dg/conversion/const2.C: New test.
2146         * g++.dg/expr/reinterpret2.C: New test.
2147         * g++.dg/expr/reinterpret3.C: New test.
2148         * g++.dg/expr/cast2.C: New test.
2149         * g++.dg/expr/copy1.C: New test.
2150         * g++.dg/other/conversion1.C: Change error message.
2151         * g++.dg/parse/comma1.C: Use __extension__ to allow casts from
2152         function pointers to void *.
2153         * g++.old-deja/g++.mike/p10148.C: Likewise.
2154
2155 2004-10-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
2156
2157         * gcc.dg/smod-1.c: Pass -mtune=i486 only on x86.
2158
2159 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
2160
2161         PR c++/18047
2162
2163         * g++.dg/parse/expr3.C: New test.
2164
2165 2004-10-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
2166
2167         * gcc.dg/smod-1.c: New test.
2168
2169 2004-10-18  Ziemowit Laski  <zlaski@apple.com>
2170
2171         * objc.dg/method-14.m: New test.
2172
2173 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
2174
2175         * gcc.c-torture/compile/pr17529.c: Fix test for non x86.
2176         Also xfail as the patch was reverted.
2177
2178 2004-10-18  Andrew Pinski  <pinskia@physics.uc.edu>
2179
2180         PR middle-end/16973
2181         * gcc.dg/pr16973.c: New test.
2182
2183 2004-10-18  Diego Novillo  <dnovillo@redhat.com>
2184
2185         PR tree-optimization/17656
2186         * testsuite/gcc.c-torture/compile/pr17656.c: New test.
2187
2188 2004-10-18  Nathan Sidwell  <nathan@codesourcery.com>
2189
2190         * g++.dg/eh/shadow1.C: New.
2191
2192 2004-10-18  Jakub Jelinek  <jakub@redhat.com>
2193
2194         * gcc.c-torture/compile/20041018-1.c: New test.
2195
2196 2004-10-18  Ben Elliston  <bje@au.ibm.com>
2197
2198         * gcc.dg/ppc-sdata-1.c: Update to consider the possibility of the
2199         compiler referring to register 0 when accessing sdata.  The linker
2200         now patches things up.
2201
2202 2004-10-17  Andrew Pinski  <pinskia@physics.uc.edu>
2203
2204         PR c/17529
2205         * gcc.c-torture/compile/pr17529.c: New test.
2206
2207 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2208
2209         PR c++/17743
2210         * g++.dg/ext/attrib17.C: New test.
2211
2212 2004-10-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
2213
2214         * gcc.dg/bf-spl1.c: Use 'float' as the base type for FP types.
2215
2216 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2217
2218         PR c++/10479
2219         * g++.dg/ext/attrib16.C: New test.
2220
2221 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
2222
2223         PR c++/17042
2224         * g++.dg/init/dso_handle1.C: New test.
2225
2226         PR c++/14667
2227         * g++.dg/parse/typedef6.C: New test.
2228
2229         PR c++/17916
2230         * g++.dg/parse/pragma1.C: New test.
2231
2232 2004-10-15  Aldy Hernandez  <aldyh@redhat.com>
2233
2234         * gcc.c-torture/execute/ieee/ieee.exp: Disable on powerpc-*-*spe.
2235
2236 2004-10-15  Steve Ellcey  <sje@cup.hp.com>
2237
2238         * gcc.dg/compat/struct-layout-1_generate.c (switchfiles):  Use
2239         -fno-common when on HPPA HP-UX platforms.
2240
2241 2004-10-15  Jakub Jelinek  <jakub@redhat.com>
2242
2243         PR other/16820
2244         * gcc.dg/compat/struct-layout-1.h: Don't include complex.h nor
2245         stdint.h.
2246         * gcc.dg/compat/struct-layout-1_x1.h (TX): Cast to long instead of
2247         uintptr_t.
2248
2249 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
2250
2251         PR c++/16301
2252         * g++.dg/lookup/strong-using-4.C: New test.
2253
2254 2004-10-14  Andrew Pinski  <pinskia@physics.uc.edu>
2255
2256         PR middle-end/16567
2257         * gcc.c-torture/compile/nested-1.c: New test.
2258
2259 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
2260
2261         * testsuite/gcc.dg/vect/vect-44.c: xfail on i?86-*-*, x86_64-*-*,
2262         and mipsisa64*-*-* (until support for misaligned loads is added).
2263         * testsuite/gcc.dg/vect/vect-50.c: Likewise.
2264         * testsuite/gcc.dg/vect/vect-52.c: Likewise.
2265         * testsuite/gcc.dg/vect/vect-54.c: Likewise.
2266         * testsuite/gcc.dg/vect/vect-58.c: Likewise.
2267         * testsuite/gcc.dg/vect/vect-60.c: Likewise.
2268         * testsuite/gcc.dg/vect/vect-80.c: Likewise.
2269
2270 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
2271
2272         PR c++/17976
2273         * g++.dg/init/dtor3.C: New test.
2274
2275 2004-10-15  Ben Elliston  <bje@au.ibm.com>
2276
2277         * gcc.dg/ppc-stackalign-1.c: Set dg-options to {}.
2278
2279 2004-10-14  Geoffrey Keating  <geoffk@apple.com>
2280
2281         * gcc.dg/darwin-misaligned.c: Don't supply -force_cpusubtype_ALL.
2282         * gcc.dg/macho-lo-sum.c: Likewise.
2283
2284 2004-10-14  Joseph S. Myers  <joseph@codesourcery.com>
2285
2286         * gcc.dg/ppc-spe64-1.c: New test.
2287
2288 2004-10-14  Devang Patel  <dpatel@apple.com>
2289
2290         PR 17635
2291         * gcc.dg/pr17635.c : New test.
2292         
2293 2004-10-14  Olga Golovanevsky  <olga@il.ibm.com>
2294
2295         * testsuite/gcc.dg/vect/vect-28.c: Remove xfail.
2296         * testsuite/gcc.dg/vect/vect-30.c: Remove xfail.
2297         * testsuite/gcc.dg/vect/vect-31.c: Vectorize 4 loops instead of 2.
2298         * testsuite/gcc.dg/vect/vect-33.c: Remove xfail.
2299         * testsuite/gcc.dg/vect/vect-44.c: Remove xfail.
2300         * testsuite/gcc.dg/vect/vect-46.c: Remove xfail.
2301         * testsuite/gcc.dg/vect/vect-50.c: Remove xfail.
2302         * testsuite/gcc.dg/vect/vect-52.c: Remove xfail.
2303         * testsuite/gcc.dg/vect/vect-54.c: Remove xfail.
2304         * testsuite/gcc.dg/vect/vect-58.c: Remove xfail.
2305         * testsuite/gcc.dg/vect/vect-60.c: Remove xfail.
2306         * testsuite/gcc.dg/vect/vect-64.c: Vectorize 3 loops instead of 1.
2307         * testsuite/gcc.dg/vect/vect-66.c: Vectorize 3 loops instead of 2.
2308         * testsuite/gcc.dg/vect/vect-68.c: Vectorize 4 loops instead of 2.
2309         * testsuite/gcc.dg/vect/vect-69.c: Vectorize 4 loops instead of 2.
2310         * testsuite/gcc.dg/vect/vect-8.c: Remove xfail.
2311         * testsuite/gcc.dg/vect/vect-80.c: Remove xfail.
2312         * testsuite/gcc.dg/vect/vect-none.c: Vectorize 1 loops instead of 0.
2313
2314 2004-10-14  Dorit Naishlos  <dorit@il.ibm.com>
2315
2316         * gcc.dg/vect/vect-82.c: New testcase.  
2317         * gcc.dg/vect/vect-82_64.c: New testcase.       
2318         * gcc.dg/vect/vect-83.c: New testcase.  
2319         * gcc.dg/vect/vect-83_64.c: New testcase.       
2320
2321 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2322
2323         * gcc.dg/cpp/error-1.c: New test.
2324
2325 2004-10-14  Joseph S. Myers  <jsm@polyomino.org.uk>
2326
2327         * gcc.dg/c99-tag-3.c, gcc.dg/declspec-14.c: New tests.
2328
2329 2004-10-14  Hans-Peter Nilsson  <hp@axis.com>
2330
2331         PR target/17984
2332         * gcc.dg/cris-peep2-xsrand2.c: New test.
2333
2334 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
2335
2336         PR c++/17661
2337         * testsuite/g++.dg/expr/for2.C: New test.
2338
2339 2004-10-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
2340
2341         * g++.dg/inherit/thunk1.C: Run on the SPARC.
2342
2343 2004-10-13  Jakub Jelinek  <jakub@redhat.com>
2344
2345         PR tree-optimization/17724
2346         * g++.dg/opt/pr17724-1.C: New test.
2347         * g++.dg/opt/pr17724-2.C: New test.
2348         * g++.dg/opt/pr17724-3.C: New test.
2349         * g++.dg/opt/pr17724-4.C: New test.
2350         * g++.dg/opt/pr17724-5.C: New test.
2351         * g++.dg/opt/pr17724-6.C: New test.
2352
2353 2004-10-12  Joseph S. Myers  <jsm@polyomino.org.uk>
2354
2355         PR c/17301
2356         * gcc.dg/pr17301-2.c: New test.
2357
2358 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
2359
2360         PR c++/15876
2361         * g++.dg/parse/error22.C: New test.
2362
2363         PR c++/17936
2364         * g++.dg/template/spec18.C: New test.
2365
2366 2004-10-11  Steve Ellcey  <sje@cup.hp.com>
2367
2368         * testsuite/gcc.dg/ia64-asm-1.c: Add prototype for abort
2369         * testsuite/gcc.dg/ia64-sync-1.c: Add prototype for abort and
2370         memcpy. 
2371         * testsuite/gcc.dg/ia64-sync-2.c: Ditto.
2372         * testsuite/gcc.dg/ia64-sync-3.c: Ditto.
2373
2374 2004-10-11  Andrew Pinski  <pinskia@physics.uc.edu>
2375
2376         * g++.dg/eh/cleanup5.C: Add dg-options "".
2377
2378 2004-10-11  Roger Sayle  <roger@eyesopen.com>
2379
2380         PR middle-end/17657
2381         * gcc.dg/switch-4.c: New test case.
2382
2383 2004-10-11  Richard Sandiford  <rsandifo@redhat.com>
2384
2385         * gcc.c-torture/execute/20041011-1.c: New test.
2386
2387 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2388
2389         PR c++/17554
2390         * g++.dg/init/for3.C: New test.
2391
2392         PR c++/17657
2393         * g++.dg/opt/switch2.C: New test.
2394
2395         PR middle-end/17703
2396         * g++.dg/warn/Wreturn-2.C: New test.
2397
2398 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
2399
2400         PR c++/17907
2401         * g++.dg/eh/cleanup5.C: New test.
2402
2403 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
2404
2405         PR c++/17393
2406         * g++.dg/parse/error21.C: New test.
2407
2408 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2409
2410         * g++.dg/overload/pmf1.C: Adjust quoting marks.
2411         * g++.dg/warn/incomplete1.C: Likewise.
2412         * g++.dg/template/qualttp20.C: Likewise.
2413
2414 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2415
2416         PR c/17881
2417         * parm-incomplete-1.c: New test.
2418
2419 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2420
2421         PR c++/17867
2422         * g++.dg/parse/error19.C: New test.
2423
2424         PR c++/17670
2425         * g++.dg/init/new11.C: New test.
2426
2427         PR c++/17821
2428         * g++.dg/parse/error20.C: New test.
2429
2430         PR c++/17826
2431         * g++.dg/template/crash24.C: New test.
2432         
2433 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2434
2435         PR c/17301
2436         * gcc.dg/pr17301-1.c: New test.
2437
2438 2004-10-10  Joseph S. Myers  <jsm@polyomino.org.uk>
2439
2440         PR c/17189
2441         * gcc.dg/anon-struct-5.c: New test.
2442
2443 2004-10-09  Joseph S. Myers  <jsm@polyomino.org.uk>
2444
2445         PR c/17844
2446         * gcc.dg/pr17844-1.c: New test.
2447
2448 2004-10-09  Zdenek Dvorak  <dvorakz@suse.cz>
2449
2450         PR tree-optimization/17906
2451         * gcc.c-torture/compile/pr17906.c: New.
2452
2453 2004-10-09  Stuart Hastings  <stuart@apple.com>
2454             Roger Sayle  <roger@eyesopen.com>
2455
2456         PR rtl-optimization/17853
2457         * gcc.dg/i386-mmx-5.c: New testcase.
2458
2459 2004-10-09  Andrew Pinski  <pinskia@physics.uc.edu>
2460
2461         * g++.dg/opt/pr17902.C: Fix typo in dg-do.
2462
2463 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
2464
2465         PR c++/17524
2466         * g++.dg/template/static9.C: New test.
2467
2468         PR c++/17685
2469         * g++.dg/parse/operator5.C: New test.
2470
2471 2004-10-09  Roger Sayle  <roger@eyesopen.com>
2472
2473         PR middle-end/17894
2474         * gcc.c-torture/execute/divcmp-4.c: New test case.
2475
2476 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2477
2478         PR tree-opt/17902
2479         * g++.dg/opt/pr17902.C: New test.
2480
2481 2004-10-09  Jakub Jelinek  <jakub@redhat.com>
2482
2483         * gcc.dg/cpp/ident-1.c: Add dg-options "".
2484
2485 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2486
2487         * gcc.dg/float-range-1.c, gcc.dg/float-range-2.c: New tests.
2488
2489 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2490
2491         * gcc.dg/assign-warn-3.c: New test.
2492
2493 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2494
2495         PR c/16999
2496         * gcc.dg/cpp/ident-1.c: New test.
2497
2498 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
2499
2500         * gcc.c-torture/compile/acc1.c: New.
2501
2502 2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>
2503
2504         * gcc.dg/darwin-longdouble.c: Include stdlib.h and string.h.
2505         * gcc.dg/darwin-abi-2.c: Include stdlib.h.
2506
2507 2004-10-08  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2508
2509         * gcc.dg/ultrasp11.c: New test.
2510
2511 2004-10-08  Michael Matz  <matz@suse.de>
2512
2513         * gcc.dg/doloop-2.c: New test.
2514
2515 2004-10-08  Joseph S. Myers  <jsm@polyomino.org.uk>
2516
2517         * gcc.dg/assign-warn-1.c, gcc.dg/assign-warn-2.c: New tests.
2518         * gcc.dg/warn-1.c, gcc.dg/noncompile/20020213-1.c,
2519         objc.dg/method-9.m: Update expected diagnostics.
2520
2521 2004-10-07  Geoffrey Keating  <geoffk@apple.com>
2522
2523         * gcc.dg/ppc-fsel-3.c: New file.
2524         * gcc.dg/ppc-fsel-1.c: Add -fno-trapping-math, update comment.
2525
2526 2004-10-07  Paul Brook  <paul@codesourcery.com>
2527
2528         * gfortran.dg/intrinsic_verify_1.f90: New test.
2529
2530 2004-10-07  Paul Brook  <paul@codesourcery.com>
2531
2532         * gfortran.dg/empty_format_1.f90: Remove stray commas.
2533
2534 2004-10-07  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2535
2536         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90, 
2537         gfortran.dg/ishft.f90: Add more tests. Add dg-warning in followup
2538         commit.
2539
2540 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
2541
2542         * g++.dg/ext/asm6.C: Remove extraneous semicolon.
2543
2544 2004-10-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2545
2546         PR c++/17115
2547         * g++.dg/warn/Winline-4.C: New test.
2548
2549 2004-10-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2550
2551         * gcc.c-torture/compile/20041007-1.c: New test.
2552
2553 2004-10-07  Paul Brook  <paul@codesourcery.com>
2554
2555         PR fortran/17678
2556         * gfortran.dg/use_allocated_1.f90: New test.
2557
2558 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2559
2560         PR middle-end/17849
2561         * gfortran.fortran-torture/compile/nested.f90: New test
2562
2563 2004-10-06  Joseph S. Myers  <jsm@polyomino.org.uk>
2564
2565         * gcc.dg/Wconversion-2.c, gcc.dg/func-args-1.c: New tests.
2566
2567 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
2568
2569         PR c++/17368
2570         * g++.dg/ext/asm6.C: New test.
2571
2572 2004-10-06  Kenneth Zadeck <zadeck@naturalbridge.com>
2573
2574         * gcc.dg/20011119-1.c : Added memory attribute to asm sequence.
2575
2576 2004-10-06  Paul Brook  <paul@codesourcery.com>
2577
2578         PR libfortran/17709
2579         * gfortran.dg/empty_format_1.f90: New test.
2580
2581 2004-10-06  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2582
2583         PR fortran/17568
2584         * gfortran.dg/ishft.f90: New test.
2585
2586         PR fortran/17283
2587         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Enable new
2588         tests.
2589
2590 2004-10-06  Paul Brook  <paul@codesourcery.com>
2591
2592         * gfortran.dg/do_1.f90: New test.
2593
2594 2004-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2595
2596         * gcc.c-torture/execute/builtins/lib/strcpy.c: Don't abort when
2597         optimizing for size.
2598
2599 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2600
2601         * gcc.dg/complex-2.c, gcc.dg/complex-2.h: New test.
2602
2603 2004-10-05  Joseph S. Myers  <jsm@polyomino.org.uk>
2604
2605         * gcc.c-torture/compile/20041005-1.c: New test.
2606
2607 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
2608
2609         PR c++/17829
2610         * g++.dg/lookup/koenig4.C: New.
2611
2612 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2613
2614         * g++.dg/other/classkey1.C: Adjust quoting marks.
2615         * g++.dg/parse/error15.C: Likewise.
2616         * g++.dg/template/meminit2.C (int>): Likewise.
2617
2618 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2619
2620         PR fortran/17283
2621         * gfortran.fortran-torture/execute/intrinsic_pack.f90: Add more tests.
2622
2623         PR fortran/17631
2624         * gfortran.fortran-torture/execute/intrinsic_mvbits.f90: New test.
2625
2626         PR fortran/17708
2627         * gfortran.dg/pr17708.f90: New test.
2628         
2629 2004-10-04  Chao-ying Fu  <fu@mips.com>
2630
2631         * gcc.dg/vect/pr16105.c: Enable for mipsisa64*-*-*.
2632         * gcc.dg/vect/vect-4.c: Ditto.
2633         * gcc.dg/vect/vect-5.c: Ditto.
2634         * gcc.dg/vect/vect-6.c: Ditto.
2635         * gcc.dg/vect/vect-8.c: Ditto.
2636         * gcc.dg/vect/vect-16.c: Ditto.
2637         * gcc.dg/vect/vect-30.c: Ditto.
2638         * gcc.dg/vect/vect-40.c: Ditto.
2639         * gcc.dg/vect/vect-41.c: Ditto.
2640         * gcc.dg/vect/vect-42.c: Ditto.
2641         * gcc.dg/vect/vect-43.c: Ditto.
2642         * gcc.dg/vect/vect-44.c: Ditto.
2643         * gcc.dg/vect/vect-45.c: Ditto.
2644         * gcc.dg/vect/vect-46.c: Ditto.
2645         * gcc.dg/vect/vect-47.c: Ditto.
2646         * gcc.dg/vect/vect-48.c: Ditto.
2647         * gcc.dg/vect/vect-49.c: Ditto.
2648         * gcc.dg/vect/vect-50.c: Ditto.
2649         * gcc.dg/vect/vect-51.c: Ditto.
2650         * gcc.dg/vect/vect-52.c: Ditto.
2651         * gcc.dg/vect/vect-53.c: Ditto.
2652         * gcc.dg/vect/vect-54.c: Ditto.
2653         * gcc.dg/vect/vect-55.c: Ditto.
2654         * gcc.dg/vect/vect-56.c: Ditto.
2655         * gcc.dg/vect/vect-57.c: Ditto.
2656         * gcc.dg/vect/vect-58.c: Ditto.
2657         * gcc.dg/vect/vect-59.c: Ditto.
2658         * gcc.dg/vect/vect-60.c: Ditto.
2659         * gcc.dg/vect/vect-74.c: Ditto.
2660         * gcc.dg/vect/vect-79.c: Ditto.
2661         * gcc.dg/vect/vect-80.c: Ditto.
2662
2663 2004-10-04  Andrew Pinski  <pinskia@physics.uc.edu>
2664
2665         * gcc.dg/unused-7.c: Use the correct option.
2666
2667 2004-10-04  Paul Brook  <paul@codesourcery.com>
2668         Bud Davis  <bdavis9659@comcast.net>
2669
2670         PR fortran/17706
2671         PR fortran/16434
2672         * gfortran/pr17706.f90: New test.
2673         * gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.
2674
2675 2004-10-04  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2676
2677         * gfortran.dg/pr17612.f90: New test.
2678
2679 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2680
2681         * g++.dg/template/local1.C: Adjust quoting marks in
2682         testing for diagnostics.
2683         * g++.dg/tls/diag-2.C: Likewise.
2684         * g++.dg/other/error8.C: Likewise.
2685
2686 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2687
2688         PR c/17178
2689         * gcc.dg/unused-4.c: Adjust to be correct.
2690
2691         PR c/17820
2692         * gcc.dg/unused-7.c: New test.
2693
2694 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
2695
2696         PR c++/17797
2697         * g++.dg/overload/template2.C: New test.
2698
2699 2004-10-03  Kazu Hirata  <kazu@cs.umass.edu>
2700
2701         PR tree-optimization/16632
2702         * gcc.dg/tree-ssa/20041002-1.c: New.
2703
2704 2004-10-03  Paul Brook  <paul@codesourcery.com>
2705
2706         * gfortran.dg/pr17286.f90: Add dg-do line.  Explicitly test bug,
2707         rather than relying on default formatting.
2708
2709 2004-10-02  Joseph S. Myers  <jsm@polyomino.org.uk>
2710
2711         * gcc.dg/20040920-1.c: Update expected message text.
2712
2713 2004-10-02  Ulrich Weigand  <uweigand@de.ibm.com>
2714
2715         * gcc.dg/tree-ssa/loop-1.c: Merge changed dg-options for s390-*-*.
2716
2717 2004-10-01  Zdenek Dvorak  <dvorakz@suse.cz>
2718
2719         * gcc.dg/tree-ssa/loop-1.c: Check that unrolling occurs already on
2720         tree level.
2721
2722 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2723
2724         * gcc.dg/tree-ssa/pr17343.c: Remove.
2725
2726 2004-10-01  Andrew Pinski  <pinskia@physics.uc.edu>
2727
2728         PR tree-opt/17343
2729         * gcc.dg/tree-ssa/pr17343.c: New test.
2730
2731 2004-10-01  Jakub Jelinek  <jakub@redhat.com>
2732
2733         * gcc.dg/tree-ssa/stdarg-1.c: Removed.
2734         * gcc.dg/tree-ssa/stdarg-2.c: Removed.
2735         * gcc.dg/tree-ssa/stdarg-3.c: Removed.
2736         * gcc.dg/tree-ssa/stdarg-4.c: Removed.
2737         * gcc.dg/tree-ssa/stdarg-5.c: Removed.
2738
2739 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2740
2741         * gcc.dg/lvalue-2.c: New test.
2742
2743 2004-09-30  Joseph S. Myers  <jsm@polyomino.org.uk>
2744
2745         PR c/17730
2746         * gcc.dg/pr17730-1.c: New test
2747
2748 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
2749
2750         PR c/7425
2751         * gcc.dg/deprecated-3.c, g++.dg/warn/deprecated-2.C: New tests.
2752
2753 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2754
2755         * gcc.c-torture/execute/stdarg-1.c: New test.
2756         * gcc.c-torture/execute/stdarg-2.c: New test.
2757         * gcc.c-torture/execute/stdarg-3.c: New test.
2758         * gcc.dg/tree-ssa/stdarg-1.c: New test.
2759         * gcc.dg/tree-ssa/stdarg-2.c: New test.
2760         * gcc.dg/tree-ssa/stdarg-3.c: New test.
2761         * gcc.dg/tree-ssa/stdarg-4.c: New test.
2762         * gcc.dg/tree-ssa/stdarg-5.c: New test.
2763
2764 2004-09-29  Jakub Jelinek  <jakub@redhat.com>
2765
2766         PR tree-optimization/17697
2767         * g++.dg/opt/pr17697-1.C: New test.
2768         * g++.dg/opt/pr17697-2.C: New test.
2769         * g++.dg/opt/pr17697-3.C: New test.
2770
2771 2004-09-28  Joseph S. Myers  <jsm@polyomino.org.uk>
2772
2773         PR c/16409
2774         * gcc.dg/vla-init-2.c, gcc.dg/vla-init-3.c, gcc.dg/vla-init-4.c,
2775         gcc.dg/vla-init-5.c: New tests.
2776
2777 2004-09-27  Joseph S. Myers  <jsm@polyomino.org.uk>
2778
2779         PR c/13804
2780         * gcc.dg/pr13804-1.c: New test.
2781
2782 2004-09-27  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2783
2784         PR fortran/16938
2785         * gfortran.dg/pr16938.f90: New test.
2786
2787 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2788
2789         * g++.dg/template/crash23.C: New test.
2790
2791 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
2792
2793         PR c++/17585
2794         * g++.dg/template/static8.C: New test.
2795
2796 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
2797
2798         PR c++/17681
2799         * g++.dg/other/error9.C: New test.
2800
2801 2004-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
2802
2803         * gcc.dg/tree-ssa/loop-1.c: Use -msmall-exec on s390-*-* targets.
2804
2805 2004-09-26  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2806
2807         PR fortran/15164
2808         * gfortran.dg/pr15164.f90: New test. Fixed in followup commit.
2809
2810 2004-09-26  Roger Sayle  <roger@eyesopen.com>
2811
2812         PR middle-end/17112
2813         * gcc.dg/pr17112-1.c: New test case.
2814
2815 2004-09-26  Joseph S. Myers  <jsm@polyomino.org.uk>
2816
2817         PR c/11459
2818         * gcc.dg/pr11459-1.c: New test.
2819
2820 2004-09-25  Ulrich Weigand  <uweigand@de.ibm.com>
2821
2822         * gcc.dg/tree-ssa/loop-2.c: Avoid matching new-line in regexp.
2823         * gcc.dg/tree-ssa/loop-4.c: Likewise.
2824
2825 2004-09-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2826
2827         * gfortran.dg/pr15324.f90: Make array bounds consistent.
2828
2829 2004-09-25  Jan Hubicka  <jh@suse.cz>
2830
2831         * compile/30040909-1.c: New test.
2832         * compile/30040907-1.c: New test.
2833
2834 2004-09-25  Richard Sandiford  <rsandifo@redhat.com>
2835
2836         * gcc.c-torture/execute/va-arg-26.c: New test.
2837
2838 2004-09-24  Zack Weinberg  <zack@codesourcery.com>
2839
2840         * objc.dg/proto-lossage-4.m: Use long instead of int to avoid
2841         extra diagnostics on targets with 64-bit pointers.
2842         * objc.dg/selector-1.m: Adjust dg-warning regexp.
2843
2844 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2845
2846         PR c/17188
2847         * gcc.dg/nested-redef-1.c, gcc.dg/pr17188-1.c: New tests.
2848         * gcc.dg/decl-3.c: Adjust expected message.
2849
2850 2004-09-24  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
2851
2852         PR fortran/17615
2853         * gfortran.dg/pr17615.f90: New test.
2854
2855 2004-09-24  Andrew MacLeod  <amacleod@redhat.com>
2856
2857         PR tree-optimzation/17517
2858         * g++.dg/tree-ssa/pr17517.C: New Test.
2859
2860 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2861
2862         PR c++/16889
2863         * g++.dg/lookup/ambig3.C: New.
2864
2865 2004-09-24  Andrew Pinski  <pinskia@physics.uc.edu>
2866
2867         PR tree-opt/17624
2868         * g++.dg/opt/pr17624.C: New test.
2869
2870 2004-09-24  Joseph S. Myers  <jsm@polyomino.org.uk>
2871
2872         PR c/6980
2873         * gcc.dg/Wbad-function-cast-1.c: New test.
2874
2875 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
2876
2877         * g++.dg/ext/complit1.C
2878         * g++.dg/other/error2.C
2879         * g++.dg/other/nontype-1.C
2880         * g++.dg/parse/crash11.C
2881         * g++.dg/parse/crash12.C
2882         * g++.dg/parse/error15.C
2883         * g++.dg/parse/error4.C
2884         * g++.dg/parse/tmpl-outside1.C
2885         * g++.dg/parse/too-many-tmpl-args1.C
2886         * g++.dg/template/dependent-expr3.C
2887         * g++.dg/template/error10.C
2888         * g++.dg/template/instantiate1.C
2889         * g++.dg/template/vtable2.C
2890         * g++.dg/warn/Wshadow-1.C
2891         * g++.dg/warn/weak1.C
2892         * g++.old-deja/g++.brendan/crash16.C
2893         * g++.old-deja/g++.brendan/crash18.C
2894         * g++.old-deja/g++.brendan/crash48.C
2895         * g++.old-deja/g++.brendan/crash49.C
2896         * g++.old-deja/g++.brendan/crash55.C
2897         * g++.old-deja/g++.brendan/crash56.C
2898         * g++.old-deja/g++.brendan/crash8.C
2899         * g++.old-deja/g++.brendan/enum11.C
2900         * g++.old-deja/g++.brendan/enum8.C
2901         * g++.old-deja/g++.brendan/enum9.C
2902         * g++.old-deja/g++.brendan/friend3.C
2903         * g++.old-deja/g++.brendan/misc14.C
2904         * g++.old-deja/g++.bugs/900402_02.C
2905         * g++.old-deja/g++.bugs/900404_03.C
2906         * g++.old-deja/g++.bugs/900404_04.C
2907         * g++.old-deja/g++.bugs/900428_03.C
2908         * g++.old-deja/g++.jason/crash4.C
2909         * g++.old-deja/g++.jason/overload21.C
2910         * g++.old-deja/g++.jason/redecl1.C
2911         * g++.old-deja/g++.jason/report.C
2912         * g++.old-deja/g++.jason/rfg10.C
2913         * g++.old-deja/g++.jason/template30.C
2914         * g++.old-deja/g++.law/arm12.C
2915         * g++.old-deja/g++.law/ctors5.C
2916         * g++.old-deja/g++.law/cvt20.C
2917         * g++.old-deja/g++.law/init10.C
2918         * g++.old-deja/g++.law/init8.C
2919         * g++.old-deja/g++.law/visibility17.C
2920         * g++.old-deja/g++.law/visibility7.C
2921         * g++.old-deja/g++.mike/net8.C
2922         * g++.old-deja/g++.mike/p646.C
2923         * g++.old-deja/g++.mike/p700.C
2924         * g++.old-deja/g++.mike/p701.C
2925         * g++.old-deja/g++.mike/p811.C
2926         * g++.old-deja/g++.ns/template13.C
2927         * g++.old-deja/g++.other/array3.C
2928         * g++.old-deja/g++.other/crash25.C
2929         * g++.old-deja/g++.other/dtor3.C
2930         * g++.old-deja/g++.other/dtor4.C
2931         * g++.old-deja/g++.other/main1.C
2932         * g++.old-deja/g++.other/warn7.C
2933         * g++.old-deja/g++.pt/crash11.C
2934         * g++.old-deja/g++.pt/crash36.C
2935         * g++.old-deja/g++.pt/spec22.C
2936         * g++.old-deja/g++.pt/spec9.C
2937         * g++.old-deja/g++.pt/ttp52.C
2938         * g++.old-deja/g++.robertl/eb103.C
2939         * g++.old-deja/g++.robertl/eb121.C
2940         * g++.old-deja/g++.robertl/eb22.C
2941         * g++.old-deja/g++.robertl/eb8.C:
2942         Update locations and/or regexps of dg-error markers.
2943         Remove markers for some bogus messages that are no longer issued.
2944
2945 2004-09-23  Jakub Jelinek  <jakub@redhat.com>
2946
2947         * gcc.c-torture/execute/builtins/strcpy-2.c: New test.
2948         * gcc.c-torture/execute/builtins/strcpy-2-lib.c: New.
2949
2950 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
2951
2952         PR c++/17618
2953         * g++.dg/lookup/crash5.C: New test.
2954
2955 2004-09-23  Dorit Naishlos <dorit@il.ibm.com>
2956
2957         * gcc.dg/vect/vect-27.c: Now vectorized on altivec.
2958         * gcc.dg/vect/vect-29.c: Now vectorized on altivec.
2959         * gcc.dg/vect/vect-48.c: Now vectorized on altivec.
2960         * gcc.dg/vect/vect-56.c: Now vectorized on altivec.
2961         * gcc.dg/vect/vect-72.c: New test for altivec and sse2.
2962         * gcc.dg/vect/vect-77.c: Now vectorized on altivec.
2963
2964         * gcc.dg/vect/vect-27a.c: New test for altivec and mmx.
2965         * gcc.dg/vect/vect-29a.c: New test for altivec and mmx.
2966         * gcc.dg/vect/vect-48a.c: New test for altivec and mmx.
2967         * gcc.dg/vect/vect-56a.c: New test for altivec and mmx.
2968         * gcc.dg/vect/vect-72a.c: New test for altivec and mmx.
2969         * gcc.dg/vect/vect-77a.c: New test for altivec and mmx.
2970
2971         * gcc.dg/vect/vect-13.c: Change to run test instead of compile.
2972
2973         * gcc.dg/vect/vect-44.c: Check additional cases.
2974         * gcc.dg/vect/vect-48.c: Check additional cases.
2975
2976         * gcc.dg/vect/vect-26.c: Use sse2 instead of sse.
2977         * gcc.dg/vect/vect-27.c: Use sse2 instead of sse.
2978         * gcc.dg/vect/vect-28.c: Use sse2 instead of sse.
2979         * gcc.dg/vect/vect-29.c: Use sse2 instead of sse.
2980         * gcc.dg/vect/vect-4?.c: Use sse2 instead of sse.
2981         * gcc.dg/vect/vect-75.c: Use sse2 instead of sse.
2982         * gcc.dg/vect/vect-76.c: Use sse2 instead of sse.
2983         * gcc.dg/vect/vect-77.c: Use sse2 instead of sse.
2984         * gcc.dg/vect/vect-78.c: Use sse2 instead of sse.
2985
2986         * gcc.dg/vect/vect-5?.c: Use sse2 instead of sse. Add return 0.
2987         * gcc.dg/vect/vect-60.c: Use sse2 instead of sse. Add return 0.
2988         * gcc.dg/vect/vect-61.c: Use sse2 instead of sse. Add return 0.
2989
2990 2004-09-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2991
2992         * gcc.dg/tree-ssa/loop-6.c: New test.
2993
2994 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
2995
2996         PR c++/17620
2997         * g++.dg/inherit/base2.C: New.
2998
2999 2004-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
3000
3001         * gcc.dg/20001012-1.c: Add prototypes for builtin functions.
3002         * gcc.dg/20001012-2.c: Likewise.
3003         * gcc.dg/20001013-1.c: Likewise.
3004         * gcc.dg/20001101-1.c: Likewise.
3005         * gcc.dg/20001102-1.c: Likewise.
3006         * gcc.dg/bf-spl1.c: Likewise.
3007         * gcc.dg/titype-1.c: Remove special-casing for SPARC.
3008         * gcc.dg/20040813-1.c: Add missing "." to the regexp.
3009
3010 2004-09-22  Diego Novillo  <dnovillo@redhat.com>
3011
3012         PR tree-optimization/16721
3013         * testsuite/gcc.dg/tree-ssa/pr16721.c: New test.
3014
3015 2004-09-23  Ulrich Weigand  <uweigand@de.ibm.com>
3016
3017         * gcc.dg/20030123-1.c: Add prototypes for builtin functions.
3018         * gcc.dg/20040305-1.c: Likewise.
3019
3020 2004-09-22  Joseph S. Myers  <jsm@polyomino.org.uk>
3021
3022         PR c/16566
3023         * gcc.c-torture/compile/pr16566-1.c,
3024         gcc.c-torture/compile/pr16566-2.c,
3025         gcc.c-torture/compile/pr16566-3.c: New tests.
3026
3027 2004-09-22  Kazu Hirata  <kazu@cs.umass.edu>
3028
3029         PR tree-optimization/17512
3030         * gcc.c-torture/compile/20040916-1.c.
3031
3032 2004-09-21  Mark Mitchell  <mark@codesourcery.com>
3033
3034         * gcc.dg/pragma-re-3.c: New test.
3035
3036 2004-09-17  Matt Austern  <austern@apple.com>
3037
3038         PR c++/15049
3039         * g++.dg/other/anon3.C: New.
3040
3041 2004-09-21  Roger Sayle  <roger@eyesopen.com>
3042
3043         PR c++/7503
3044         * g++.dg/opt/pr7503-1.C: New testcase for COND_EXPR lvalues.
3045         * g++.dg/opt/pr7503-2.C: New testcase for <? and >? lvalues.
3046         * g++.dg/opt/pr7503-3.C: New testcase for invalid <? lvalue errors.
3047         * g++.dg/opt/pr7503-4.C: New testcase for <?= and >?= assignments.
3048         * g++.dg/opt/pr7503-5.C: New testcase for side-effects with <?=.
3049
3050 2004-09-21  Bud Davis  <bdavis9659@comcast.net>
3051
3052         PR fortran/17286
3053         * gfortran.dg/pr17286.f90: New test.
3054
3055 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
3056
3057         PR c++/17530
3058         * g++.dg/template/static7.C: New test.
3059
3060 2004-09-20  Andrew Pinski  <pinskia@physics.uc.edu>
3061
3062         PR tree-opt/17558
3063         * gcc.c-torture/compile/pr17558.c: New test.
3064
3065 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
3066
3067         * gcc.dg/compat/sdata-section.h (SDATA_SECTION): Don't use an attribute
3068         if SKIP_ATTRIBUTE is defined.
3069
3070 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3071
3072         PR fortran/15957
3073         * gfortran.dg/pr15957.f90: New test.
3074
3075 2004-09-20  Dorit Naishlos  <dorit@il.ibm.com>
3076
3077         * gcc.dg/vect/vect-74.c: Avoid floating point precision error
3078         in comparison.
3079         * gcc.dg/vect/vect-79.c: Likewise.
3080         * gcc.dg/vect/vect-80.c: Likewise.
3081
3082 2004-09-20  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3083
3084         PR fortran/15750
3085         * gfortran.fortran-torture/execute/iolength_2.f90: New test.
3086
3087 2004-09-20  Ira Rosen  <irar@il.ibm.com>
3088
3089         * gcc.dg/vect/vect-13.c: Added xfail for non ppc platforms.
3090         * gcc.dg/vect/vect-74.c: Split into 3 tests (vect-79.c, vect-80.c).
3091         * gcc.dg/vect/vect-62.c: New testcase.
3092         * gcc.dg/vect/vect-63.c: New testcase.
3093         * gcc.dg/vect/vect-64.c: New testcase.
3094         * gcc.dg/vect/vect-65.c: New testcase.
3095         * gcc.dg/vect/vect-66.c: New testcase.
3096         * gcc.dg/vect/vect-67.c: New testcase.
3097         * gcc.dg/vect/vect-68.c: New testcase.
3098         * gcc.dg/vect/vect-69.c: New testcase.
3099         * gcc.dg/vect/vect-79.c: New testcase.
3100         * gcc.dg/vect/vect-80.c: New testcase.
3101
3102 2004-09-20  Richard Sandiford  <rsandifo@redhat.com>
3103
3104         * gcc.target/mips/asm-1.c: New test.
3105
3106 2004-09-19  Ira Rosen  <irar@il.ibm.com>
3107
3108         * gcc.dg/vect/vect-13.c: Now vectorized on ppc*.
3109         * gcc.dg/vect/vect-73.c: New testcase.
3110         * gcc.dg/vect/vect-74.c: New testcase.
3111         * gcc.dg/vect/vect-75.c: New testcase.
3112         * gcc.dg/vect/vect-76.c: New testcase.
3113         * gcc.dg/vect/vect-77.c: New testcase.
3114         * gcc.dg/vect/vect-78.c: New testcase
3115
3116 2004-09-18  Paul Brook  <paul@codesourcery.com>
3117
3118         * g++.old-deja/g++.pt/static11.C: XFAIL on arm*-*-eabi.
3119
3120 2004-09-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3121
3122         PR c/17424
3123         * gcc.dg/pr17424-1.c: New test.
3124
3125 2004-09-18  Diego Novillo  <dnovillo@redhat.com>
3126
3127         * g++.dg/tree-ssa/pr17153.C: New test.
3128
3129 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
3130
3131         PR pch/13361
3132         * testsuite/g++.dg/pch/wchar-1.C: New.
3133         * testsuite/g++.dg/pch/wchar-1.Hs: New.
3134
3135 2004-09-17  Kenneth Zadeck  <Kenneth.Zadeck@NaturalBridge.com>
3136
3137         * gcc.c-torture/execute/20040917-1.c: New test.
3138
3139 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
3140
3141         PR tree-optimization/17319
3142         * gcc.dg/pr17319.c: New test.
3143
3144 2004-09-17  Devang Patel  <dpatel@apple.com>
3145
3146         * gcc.dg/20040813-1.c: New test.
3147
3148 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
3149
3150         PR tree-optimization/17273
3151         * gcc.c-torture/compile/pr17273.c: New test.
3152
3153 2004-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3154
3155         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c:
3156         Update expected messages.
3157         * gcc.dg/declspec-13.c: New test.
3158
3159 2004-09-17  David Edelsohn  <edelsohn@gnu.org>
3160
3161         * gcc.dg/darwin-longlong.c: XFAIL on AIX and SPE.
3162
3163 2004-09-17  Diego Novillo  <dnovillo@redhat.com>
3164
3165         * gcc.c-torture/execute/pr17252.c: Use post-increment to
3166         change what 'a' is pointing to.
3167
3168 2004-09-17  Mark Mitchell  <mark@codesourcery.com>
3169
3170         PR c++/16002
3171         * g++.dg/template/error18.C: New test.
3172
3173         PR c++/16029
3174         * g++.dg/warn/Wunused-8.C: New test.
3175
3176 2004-09-17  Steven Bosscher  <stevenb@suse.de>
3177
3178         PR tree-optimization/17513
3179         * gcc.dg/20040916-1.c: New test.
3180
3181 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
3182
3183         PR c++/17501
3184         * g++.dg/template/typename7.C: New test.
3185
3186 2004-09-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3187
3188         * gcc.dg/tree-ssa/copy-headers.c: Update outcome.
3189
3190 2004-09-16  Frank Ch. Eigler  <fche@redhat.com>
3191
3192         * gcc.misc-tests/bprob.exp, g++.dg/bprob/bprob.exp: Iterate tests
3193         with -ftree-based-profiling also.
3194         * lib/profopt.exp: Support late-set profile_option/feedback_option.
3195
3196 2004-09-16  Victor Leikehman  <lei@il.ibm.com>
3197
3198         PR/15364
3199         * gfortran.dg/der_array_io_1.f90: New test.
3200         * gfortran.dg/der_array_io_2.f90: New test.
3201         * gfortran.dg/der_array_io_3.f90: New test.
3202
3203 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
3204
3205         * testsuite/g++.old-deja/g++.abi/cxa_vec.C: Adjust for ARM
3206         EABI.
3207
3208 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
3209
3210         * g++.dg/opt/switch1.C: New test.
3211
3212 2004-09-15  Joseph S. Myers  <jsm@polyomino.org.uk>
3213
3214         * g++.dg/ext/member-attr.C, g++.dg/warn/deprecated.C,
3215         gcc.dg/deprecated.c, gcc.dg/noreturn-1.c, gcc.dg/noreturn-4.c:
3216         Update expected messages.
3217
3218 2004-09-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3219
3220         PR fortran/16485
3221         * gfortran.dg/same_name_1.f90: New test.
3222
3223 2004-09-15  Diego Novillo  <dnovillo@redhat.com>
3224
3225         * gcc.c-torture/execute/pr17252.c: Fix thinko.  Don't
3226         dereference garbage pointers.
3227
3228 2004-09-15  Jakub Jelinek  <jakub@redhat.com>
3229
3230         * gcc.c-torture/execute/builtins/strlen-3.c: New test.
3231         * gcc.c-torture/execute/builtins/strlen-3-lib.c: New.
3232
3233         * gcc.c-torture/execute/builtins/memmove.c (main_test): Formatting.
3234         * gcc.c-torture/execute/builtins/memmove-2.c: New test.
3235         * gcc.c-torture/execute/builtins/memmove-2-lib.c: New.
3236
3237 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
3238
3239         PR c++/17324
3240         * g++.dg/template/mangle1.C: New test.
3241
3242 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
3243
3244         PR tree-optimization/17252
3245         * gcc.c-torture/execute/pr17252.c: New test.
3246
3247 2004-09-14  Andrew Pinski  <apinski@apple.com>
3248
3249         * g++.dg/tree-ssa/pointer-reference-alias.C: New test.
3250
3251 2004-09-14  Roger Sayle  <roger@eyesopen.com>
3252
3253         PR rtl-optimization/9771
3254         * gcc.dg/pr9771-1.c: New test case.
3255
3256 2004-09-14  Diego Novillo  <dnovillo@redhat.com>
3257
3258         PR tree-optimization/15262
3259         * gcc.c-torture/execute/pr15262-1.c: New test.
3260         * gcc.c-torture/execute/pr15262-2.c: New test.
3261
3262 2004-09-14  Joseph S. Myers  <jsm@polyomino.org.uk>
3263
3264         * gcc.dg/declspec-12.c: New test.
3265
3266 2004-09-14  Bud Davis  <bdavis9659@comcast.net>
3267
3268         * gfortran.dg/pr17090.f90: Add directives to test.
3269
3270 2004-09-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3271
3272         * gcc.c-torture/compile/20040914-1.c: New test.
3273
3274 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
3275
3276         PR c++/16162
3277         * g++.dg/template/decl2.C: New test.
3278
3279 2004-09-13  Bud Davis  <bdavis9659@comcast.net>
3280
3281         PR fortran/17090
3282         * gfortran.dg/pr17090.f90: New test.
3283
3284 2004-09-13  Dale Johannesen  <dalej@apple.com>
3285
3286         * gcc.c-torture/compile/pr17408.c:  New test case.
3287
3288 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
3289
3290         PR c++/16716
3291         * g++.dg/parse/crash17.C: New test.
3292
3293         PR c++/17327
3294         * g++.dg/template/enum3.C: New test.
3295
3296 2004-09-13  Hans-Peter Nilsson  <hp@bitrange.com>
3297
3298         * lib/gcc-defs.exp: Load wrapper.exp.
3299         * lib/g++.exp (g++_init): Call g++_maybe_build_wrapper instead of
3300         using local code.
3301         * lib/gcc.exp (gcc_init): Similar.
3302         * lib/gfortran.exp (gfortran_init): Similar.
3303         * lib/objc.exp (objc_init): Similar.
3304         * lib/treelang.exp (treelang_init): Similar.
3305         * lib/wrapper.exp: New file with build_wrapper call machinery in
3306         ${tool}_maybe_build_wrapper.
3307
3308 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3309
3310         * gcc.dg/declspec-7.c: Don't expect diagnostic for duplicate
3311         "inline".
3312         * gcc.dg/declspec-11.c: Update expected messages.
3313         * gcc.dg/inline-6.c, gcc.dg/inline-7.c, gcc.dg/inline-8.c,
3314         gcc.dg/inline-9.c, gcc.dg/inline-10.c, gcc.dg/inline-11.c,
3315         gcc.dg/inline-12.c: New tests.
3316
3317 2004-09-13  Andrew MacLeod  <amacleod@redhat.com>
3318
3319         * g++.dg/tree-ssa/pr17400.C: New testcase.
3320
3321 2004-09-13  James E Wilson  <wilson@specifixinc.com>
3322
3323         * gcc.target/mips/sb1-1.c: New testcase.
3324
3325 2004-09-12  Hans-Peter Nilsson  <hp@bitrange.com>
3326
3327         * lib/g77-dg.exp: Remove unused file.
3328         * lib/mike-g77.exp: Ditto.
3329         * lib/g77.exp: Ditto.
3330
3331 2004-09-12  Richard Henderson  <rth@redhat.com>
3332
3333         * g++.old-deja/g++.other/sizeof3.C: Fix abort declaration.
3334
3335 2004-09-13  Joseph S. Myers  <jsm@polyomino.org.uk>
3336
3337         * g++.dg/warn/Wswitch-1.C, g++.dg/warn/Wswitch-2.C,
3338         gcc.dg/Wswitch-2.c, gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
3339         gcc.dg/declspec-9.c, gcc.dg/declspec-10.c, gcc.dg/declspec-11.c,
3340         gcc.dg/m-un-2.c, gcc.dg/noreturn-1.c, gcc.dg/wtr-conversion-1.c:
3341         Update expected messages.
3342
3343 2004-09-13  Hans-Peter Nilsson  <hp@axis.com>
3344
3345         * gcc.dg/asmreg-1.c (__syscall_getdents64): Adjust signedness
3346         declaration/use mismatch for dirp parameter.
3347
3348 2004-09-12  Andrew Pinski  <apinski@apple.com>
3349
3350         * lib/objc.exp (objc_target_compile): Look for libobjc-gnu.a also when
3351         -fgnu-runtime is passed.
3352
3353 2004-09-12  Richard Henderson  <rth@redhat.com>
3354
3355         * lib/fortran-torture.exp (add-ieee-options): Replace ieee-options;
3356         do the uplevel thing and update additional_flags directly.
3357         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x,
3358         gfortran.fortran-torture/execute/intrinsic_nearest.x,
3359         gfortran.fortran-torture/execute/intrinsic_set_exponent.x,
3360         gfortran.fortran-torture/execute/nan_inf_fmt.x: Update to match.
3361
3362 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3363
3364         * g++.dg/parse/break-in-for.C: Fix for -ansi -pedantic-errors.
3365
3366 2004-09-11  Roger Sayle  <roger@eyesopen.com>
3367
3368         PR middle-end/17411
3369         * g++.dg/opt/pr17411-1.C: New test case.
3370
3371 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3372
3373         * gcc.dg/declspec-4.c, gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3374         gcc.dg/tls/diag-2.c: Update expected messages.
3375         * gcc.dg/991209-1.c: Specify compilation options.  Update expected
3376         messages.
3377         * gcc.dg/pr14289-2.c, gcc.dg/pr14289-3.c: Remove.
3378         * gcc.dg/declspec-7.c, gcc.dg/declspec-8.c, gcc.dg/declspec-9.c,
3379         gcc.dg/declspec-10.c, gcc.dg/declspec-11.c, gcc.dg/tls/diag-4.c,
3380         gcc.dg/tls/diag-5.c: New tests.
3381
3382 2004-09-11  Zack Weinberg  <zack@codesourcery.com>
3383
3384         * gcc.dg/20040910-1.c: Correct dg-error regexp.
3385
3386 2004-09-11  Steven Bosscher  <stevenb@suse.de>
3387
3388         * g++.dg/parse/break-in-for.C: New test.
3389
3390 2004-09-11  Jakub Jelinek  <jakub@redhat.com>
3391
3392         * gcc.dg/tree-ssa/20040911-1.c: New test.
3393
3394 2004-09-11  Andreas Jaeger  <aj@suse.de>
3395
3396         * gcc.c-torture/execute/991118-1.x: Delete, PR 16437 is fixed.
3397         * gcc.c-torture/execute/bf64-1.x: Remove XFAIL on x86-64.
3398
3399 2004-09-11  Richard Sandiford  <rsandifo@redhat.com>
3400
3401         * gcc.target/frv: New directory of FR-V-specific tests.
3402
3403 2004-09-10  James E Wilson  <wilson@specifixinc.com>
3404
3405         * gcc.dg/convert-vec-1.c: New test.
3406
3407 2004-09-10  Roger Sayle  <roger@eyesopen.com>
3408
3409         PR middle-end/17024
3410         * gcc.dg/pr17024-1.c: New test case.
3411
3412 2004-09-10  Eric Christopher  <echristo@redhat.com>
3413
3414         * gcc.dg/20040910-1.c: New test.
3415
3416 2004-09-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3417
3418         * gcc.dg/bitfld-9.c: New test.
3419
3420 2004-09-10  Richard Sandiford  <rsandifo@redhat.com>
3421
3422         * gcc.c-torture/execute/ieee/acc1.c: New test.
3423         * gcc.c-torture/execute/ieee/acc2.c: New test.
3424         * gcc.c-torture/execute/ieee/mzero6.c: New test.
3425
3426 2004-09-10  Joseph S. Myers  <jsm@polyomino.org.uk>
3427
3428         * gcc.dg/deprecated-2.c: New test.
3429
3430 2004-09-09  James E Wilson  <wilson@specifixinc.com>
3431
3432         * gcc.dg/init-vec-1.c: New test.
3433
3434 2004-09-09  Roger Sayle  <roger@eyesopen.com>
3435
3436         PR middle-end/17055
3437         * gcc.dg/pr17055-1.c: New test case.
3438
3439 2004-09-09  Hans-Peter Nilsson  <hp@axis.com>
3440
3441         PR target/17377
3442         * gcc.c-torture/execute/pr17377.c: New test.
3443
3444 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3445
3446         PR c/8420
3447         * gcc.dg/anon-struct-4.c, gcc.dg/declspec-1.c,
3448         gcc.dg/declspec-2.c, gcc.dg/declspec-3.c, gcc.dg/declspec-4.c,
3449         gcc.dg/declspec-5.c, gcc.dg/declspec-6.c,
3450         gcc.dg/long-long-typespec-1.c: New tests.
3451         * gcc.dg/tls/diag-2.c: Update expected diagnostics
3452
3453 2004-09-09  Joseph S. Myers  <jsm@polyomino.org.uk>
3454
3455         * gcc.dg/c90-static-1.c, gcc.dg/c99-static-1.c,
3456         gcc.dg/gnu99-static-1.c: New tests.
3457
3458 2004-09-08  Devang Patel  <dpatel@apple.com>
3459
3460         * gcc.dg/darwin-ld-20040828-1.c: New test.
3461         * gcc.dg/darwin-ld-20040828-2.c: New test.
3462         * gcc.dg/darwin-ld-20040828-3.c: New test.
3463
3464 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
3465
3466         * objc.dg/bitfield-2.m: Make 'id' definition a typedef.
3467         * obj.dg/bitfield-4.m: Allow 'unsigned' in addition to 'unsigned int'
3468         in error message.
3469         * objc.dg/id-1.m: Attempt to define 'id' in an incompatible fashion.
3470         * objc.dg/method-6.m: Allow 'unsigned' in addition to 'unsigned int'
3471         in error message.
3472         * objc.dg/proto-qual-1.m: Protocol qualifiers now appear before the
3473         types they qualify.
3474         * objc.dg/type-size-2.m: Fix wording in comment.
3475         * objc.dg/va-meth-1.m: New test case.
3476
3477 2004-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3478
3479         PR c/16633:
3480         * lib/gcc-dg.exp: Set up LD_LIBRARY_PATH, SHLIB_PATH,
3481         LD_LIBRARYN32_PATH, LD_LIBRARY64_PATH and DYLD_LIBRARY_PATH.
3482
3483 2004-09-06  Devang Patel  <dpatel@apple.com>
3484
3485         * gcc.dg/tree-ssa/ifc-20040816-1.c: Use -ftree-vectorize.
3486         * gcc.dg/tree-ssa/ifc-20040816-2.c: Use -ftree-vectorize.
3487
3488 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
3489
3490         * g++.old-deja/g++.other/enum2.C: Move dg-error markers to
3491         reflect changed line numbering of diagnostics.
3492
3493 2004-09-06  Paul Brook  <paul@codesourcery.com>
3494
3495         * gfortran.dg/edit_real_1.f90: Add new test.
3496
3497 2004-09-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3498
3499         * gcc.dg/tree-ssa/loop-2.c: New test.
3500         * gcc.dg/tree-ssa/loop-3.c: New test.
3501         * gcc.dg/tree-ssa/loop-4.c: New test.
3502         * gcc.dg/tree-ssa/loop-5.c: New test.
3503
3504 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3505
3506         * gcc.dg/format/sentinel-1.c: Update for parameter option.
3507
3508 2004-09-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3509
3510         * gcc.dg/format/sentinel-1.c: New test.
3511
3512 2004-09-04  Uros Bizjak  <uros@kss-loka.si>
3513
3514         * testsuite/gcc.dg/builtins-46.c: New.
3515
3516 2004-09-03  Devang Patel  <dpatel@apple.com>
3517
3518         * gcc.dg/tree-ssa/ifc-20040816-1.c: New test.
3519         * gcc.dg/tree-ssa/ifc-20040816-2.c: New test.
3520
3521 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3522
3523         * g++.dg/abi/bitfield5.C: Use -mno-ms-bitfields.
3524         * g++.old-deja/g++.jason/thunk2.C: xfail for NetWare.
3525         * g++.old-deja/g++.law/profile1.C: xfail for NetWare.
3526         * g++.old-deja/g++.other/store-expr1.C: xfail for NetWare.
3527         * gcc.c-torture/compile/20001109-1.c: xfail for NetWare.
3528         * gcc.c-torture/compile/20001109-2.c: xfail for NetWare.
3529         * gcc.c-torture/execute/multi-ix.c: Use __builtin_bzero rather than
3530         the non-portable bzero.
3531         * gcc.dg/20010912-1.c: xfail for NetWare.
3532         * gcc.dg/20020426-2.c: xfail for NetWare.
3533         * gcc.dg/20021014-1.c: xfail for NetWare.
3534         * gcc.dg/20021018-1.c: xfail for NetWare.
3535         * gcc.dg/20030213-1.c: xfail for NetWare.
3536         * gcc.dg/20030225-1.c: xfail for NetWare.
3537         * gcc.dg/20030708-1.c: xfail for NetWare.
3538         * gcc.dg/builtins-config.h: Also exclude NetWare.
3539         * gcc.dg/format/format.h: Define restrict only if not already defined.
3540         * gcc.dg/nest.c: xfail for NetWare.
3541         * gcc.dg/special/gcsec-1.c: Don't pass -static for NetWare.
3542         * lib/target-supports.exp (check_visibility_available): Exclude
3543         NetWare.
3544
3545 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3546
3547         * gcc.dg/pack-test-2.c: Adjust to permit and check #pragma pack(push).
3548         * gcc.dg/c99-flex-array-4.c: Add -fpack-struct=8 to provide a
3549         deterministic starting point for the alignment of structure fields.
3550         * gcc.dg/Wpadded.c: Dito.
3551         * g++.dg/abi/vbase10.C: Dito.
3552
3553 2004-09-03  Devang Patel  <dpatel@apple.com>
3554
3555         * g++.dg/debug/pr15736.cc: New test.
3556
3557 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3558
3559         * README.QMTEST: Fix out-of-date link.
3560
3561 2004-09-03  David Billinghurst <David.Billinghurst@riotinto.com>
3562
3563         PR fortran/16579
3564         * gfortran.fortran-torture/execute/intrinsic_i_char.f90:
3565         Delete.  Duplicate of gfortran.dg/g77/20010610.f
3566
3567 2004-09-02  Mark Mitchell  <mark@codesourcery.com>
3568
3569         * g++.dg/abi/arm_rtti1.C: New test.
3570
3571 2004-09-02  Geoffrey Keating  <geoffk@apple.com>
3572
3573         * gcc.dg/ppc-vector-memcpy.c: New.
3574         * gcc.dg/ppc-vector-memset.c: New.
3575
3576 2004-09-02  Chao-ying Fu  <fu@mips.com>
3577
3578         * gcc.target/mips/mips-3d-1.c: New test.
3579         * gcc.target/mips/mips-3d-2.c: New test.
3580         * gcc.target/mips/mips-3d-3.c: New test.
3581         * gcc.target/mips/mips-3d-4.c: New test.
3582         * gcc.target/mips/mips-3d-5.c: New test.
3583         * gcc.target/mips/mips-3d-6.c: New test.
3584         * gcc.target/mips/mips-3d-7.c: New test.
3585         * gcc.target/mips/mips-3d-8.c: New test.
3586         * gcc.target/mips/mips-3d-9.c: New test.
3587         * gcc.target/mips/mips-ps-1.c: New test.
3588         * gcc.target/mips/mips-ps-2.c: New test.
3589         * gcc.target/mips/mips-ps-3.c: New test.
3590         * gcc.target/mips/mips-ps-4.c: New test.
3591         * gcc.target/mips/mips-ps-type.c: New test.
3592
3593 2004-09-02  Paul Brook  <paul@codesourcery.com>
3594
3595         * gfortran.dg/edit_real_1.f90: Add new tests.
3596
3597 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3598
3599         PR fortran/15327
3600         * gfortran.dg/merge_char_1.f90: New test.
3601
3602 2004-09-01  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3603
3604         PR fortran/16404
3605         * gfortran.dg/der_io_1.f90: XFAIL illegal testcase.
3606
3607 2004-09-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3608
3609         PR c/1522
3610         * gcc.c-torture/compile/20040901-1.c: New test, from PR.
3611
3612 2004-09-01  Mark Mitchell  <mark@codesourcery.com>
3613
3614         * g++.dg/opt/loop1.C: Do not XFAIL.
3615
3616 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3617
3618         * gcc.c-torture/execute/20040831-1.c: New test.
3619
3620 2004-09-01  David Billinghurst <David.Billinghurst@riotinto.com>
3621
3622         PR fortran/16579
3623         * gfortran.dg/g77/20010610.f: Now passes.
3624         Copy from g77.f-torture/execute. Add dg-run directive.
3625         * gfortran.dg/g77/README: Update
3626
3627 2004-08-31  Andrew Pinski  <pinskia@physics.uc.edu>
3628
3629         * gcc.dg/rs6000-power2-1.c (t1, t2, t3, t4): Add volatile.
3630         * gcc.dg/rs6000-power2-2.c: Fix the scan-assembly for the store.
3631         (t1, t2, t3, t4): Add volatile.
3632
3633 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3634
3635         * g++.dg/ext/visibility/arm1.C: New test.
3636
3637 2004-08-31  Geoffrey Keating  <geoffk@apple.com>
3638
3639         * gcc.dg/funcdef-storage-1.c: Add dg-options to suppress
3640         -pedantic-errors.
3641
3642 2004-09-01  Paul Brook  <paul@codesourcery.com>
3643
3644         * gfortran.dg/eof_2.f90: New test.
3645
3646 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3647
3648         PR fortran/16579
3649         * gfortran.fortran-torture/execute/intrinsic_i_char.f90: New test.
3650
3651 2004-08-31  Bud Davis  <bdavis9659@comcast.net>
3652
3653         PR libfortran/16805
3654         * gfortran.dg/list_read_2.f90: New test.
3655
3656 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
3657
3658         * g++.dg/abi/key1.C: New test.
3659
3660 2004-08-31  Richard Henderson  <rth@redhat.com>
3661
3662         * g++.dg/other/offsetof1.C: Include cstddef, use non-builtin
3663         form of offsetof.
3664         * g++.dg/other/offsetof5.C: Remove duplicate.
3665
3666 2004-08-31  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3667
3668         PR fortran/17244
3669         * gfortran.dg/func_derived_1.f90: New test.
3670
3671 2004-08-31  Paul Brook  <paul@codesourcery.com>
3672
3673         * gfortran.dg/eof_1.f90: New test.
3674
3675 2004-08-31  Paul Brook  <paul@codesourcery.com>
3676
3677         * gfortran.dg/list_read_1.f90: New file.
3678
3679 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
3680
3681         * g++.dg/opt/loop1.C: XFAIL.
3682
3683 2004-08-30  Geoffrey Keating  <geoffk@apple.com>
3684
3685         * gcc.dg/funcdef-storage-1.c: New.
3686         * gcc.c-torture/compile/920625-2.c: Don't use 'static' to declare
3687         an extern function in local scope.
3688         * gcc.c-torture/execute/20010605-1.c: Don't use 'static inline' to
3689         declare an 'auto inline' function in local scope.
3690         * gcc.dg/20011130-1.c: Likewise.
3691         * gcc.c-torture/execute/nest-stdar-1.c: Don't use 'static' to declare
3692         an 'auto' function in local scope.
3693         * gcc.dg/20021014-1.c: Likewise.
3694         * gcc.dg/20030331-2.c: Likewise.
3695
3696 2004-08-30  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3697
3698         * gfortran.dg/blockdata_1.f90: New test.
3699
3700 2004-08-30  Richard Henderson  <rth@redhat.com>
3701
3702         * g++.dg/other/offsetof1.C: Use __builtin_offsetof.
3703
3704 2004-08-30  Richard Henderson  <rth@redhat.com>
3705
3706         * lib/fortran-torture.exp (fortran-torture-execute): Honor
3707         additional_flags set by alternate driver.
3708         (ieee-options): New procedure.
3709         * gfortran.fortran-torture/execute/intrinsic_fraction_exponent.x: New.
3710         * gfortran.fortran-torture/execute/intrinsic_nearest.x: New.
3711         * gfortran.fortran-torture/execute/intrinsic_set_exponent.x: New.
3712         * gfortran.fortran-torture/execute/nan_inf_fmt.x: New.
3713
3714 2004-08-30  Richard Henderson  <rth@redhat.com>
3715
3716         * lib/f-torture.exp: Remove.
3717
3718 2004-08-29  Mark Mitchell  <mark@codesourcery.com>
3719
3720         PR rtl-optimization/16590
3721         * g++.dg/opt/loop1.C: New test.
3722
3723 2004-08-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3724
3725         PR fortran/13910
3726         * gfortran.dg/oldstyle_1.f90: New test.
3727
3728 2004-08-29  Steven G. Kargl  <kargls@comcast.net>
3729         Paul Brook  <paul@codesourcery.com>
3730
3731         * gfortran.dg/g77/README: Update.
3732         * gfortran.dg/g77/erfc.f: Copy from g77.f-torture.
3733         * gfortran.dg/g77/intrinsic-unix-bessel.f: Ditto.
3734         * gfortran.dg/g77/intrinsic-unix-erf.f: Ditto.
3735
3736 2004-08-28  Paul Brook  <paul@codesourcery.com>
3737
3738         PR libfortran/17195
3739         * gfortran.dg/edit_real_1.f90: New test.
3740
3741 2004-08-27  Paul Brook  <paul@codesourcery.com>
3742
3743         * gfortran.dg/rewind_1.f90: New test.
3744
3745 2004-08-27  Bud Davis  <bdavis9659@comcast.net>
3746
3747         PR fortran/16597
3748         * gfortran.dg/pr16597.f90: New test.
3749
3750 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3751
3752         PR c/13801
3753         * gcc.dg/redecl-3.c, gcc.dg/redecl-4.c, gcc.dg/redecl-6.c,
3754         gcc.dg/redecl-7.c, gcc.dg/redecl-8.c, gcc.dg/redecl-9.c,
3755         gcc.dg/redecl-10.c, gcc.dg/debug/redecl-1.c,
3756         gcc.dg/debug/redecl-2.c, gcc.dg/debug/redecl-3.c,
3757         gcc.dg/debug/redecl-4.c, gcc.dg/debug/redecl-5.c: New tests.
3758
3759 2004-08-26  Nick Clifton  <nickc@redhat.com>
3760
3761         * gcc.c-torture/compile/pr17119.c: New test.
3762
3763 2004-08-26  Joseph S. Myers  <jsm@polyomino.org.uk>
3764
3765         * gcc.dg/c90-typespec-1.c, gcc.dg/c99-typespec-1.c: New tests.
3766
3767 2004-08-25  Richard Henderson  <rth@redhat.com>
3768
3769         * gfortran.fortran-torture/execute/intrinsic_sr_kind.f90: Disable
3770         the bits that expect kind=8 to be the largest real kind.
3771
3772 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3773
3774         * objc.dg/const-str-3.m: Include <stdlib.h> and <memory.h>.
3775
3776 2004-08-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3777
3778         * gfortran.dg/assignment_1.f90: New test.
3779
3780 2004-08-25  Adam Nemet  <anemet@lnxw.com>
3781
3782         * g++.dg/template/repo3.C: New test.
3783
3784 2004-08-25  Roger Sayle  <roger@eyesopen.com>
3785
3786         PR middle-end/16693
3787         PR tree-optimization/16372
3788         * g++.dg/opt/pr16372-1.C: New test case.
3789         * g++.dg/opt/pr16693-1.C: New test case.
3790         * g++.dg/opt/pr16693-2.C: New test case.
3791
3792 2004-08-25  Ziemowit Laski  <zlaski@apple.com>
3793
3794         * objc.dg/proto-lossage-4.m: New test.
3795
3796 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
3797
3798         PR c++/17155
3799         * g++.dg/inherit/local2.C: New test.
3800
3801 2004-08-25  Paul Brook  <paul@codesourcery.com>
3802
3803         PR fortran/17144
3804         * gfortran.dg/string_ctor_1.f90: New test.
3805
3806 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3807
3808         PR c++/14428
3809         * g++.dg/template/redecl2.C: New test.
3810
3811 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3812
3813         PR fortran/17143
3814         * gfortran.dg/pr17143.f90: New test.
3815
3816 2004-08-24  Bud Davis  <bdavis9659@comcast.net>
3817
3818         PR fortran/17164
3819         * gfortran.dg/pr17164.f90: New test.
3820
3821 2004-08-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3822
3823         * gcc.dg/tree-ssa/loop-1.c: New test.
3824
3825 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3826
3827         * gcc.c-torture/compile/20040824-1.c: New test.
3828
3829 2004-08-24  Richard Sandiford  <rsandifo@redhat.com>
3830
3831         * gcc.c-torture/compile/iftrap-3.c: New test.
3832
3833 2004-08-24  Paul Brook  <paul@codesourcery.com>
3834
3835         * gfortran.dg/entry_2.f90: New test.
3836
3837 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3838
3839         PR c++/16889
3840         * g++.dg/lookup/ambig[12].C: New.
3841
3842 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3843
3844         PR c++/16706
3845         * g++.dg/template/crash21.C: New test.
3846         * g++.dg/template/crash22.C: Likewise.
3847
3848 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
3849
3850         PR c++/17149
3851         * g++.dg/template/access15.C: New.
3852
3853 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3854
3855         PR c++/17163
3856         * g++.dg/template/repo2.C: New test.
3857
3858 2004-08-23  Roger Sayle  <roger@eyesopen.com>
3859
3860         PR rtl-optimization/17078
3861         * gcc.c-torture/execute/pr17078-1.c: New test case.
3862
3863 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3864
3865         PR c/14492
3866         * gcc.dg/debug/crash1.c: New test.
3867
3868 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
3869
3870         PR c/16180
3871         * gcc.dg/loop-5.c: New test.
3872
3873 2004-08-23  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3874
3875         * gcc.c-torture/execute/20040823-1.c: New test.
3876
3877 2004-08-23  Richard Sandiford  <rsandifo@redhat.com>
3878
3879         * gcc.dg/special/mips-abi.exp: Expect gcc to pass the GNU ABI flags
3880         to the assembler.  Simplify test accordingly.
3881         (asm_abi_flags): Use GNU names.
3882         (check_mips_abi, default_abi): Use string matches against "-mabi=*"
3883         to check for ABI flags.
3884
3885 2004-08-22  Andrew Pinski  <apinski@apple.com>
3886
3887         * g++.dg/opt/pr14029.C: New test.
3888         * gcc.c-torture/execute/pr15262.c: New test.
3889
3890 2004-08-22  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3891
3892         * gfortran.dg/reduction.f90: Add checks with complex arguments.
3893
3894 2004-08-21  Bud Davis  <bdavis9659@comcast.net>
3895
3896         PR 16908
3897         * gfortran.dg/direct_io.f90: New test.
3898
3899 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3900
3901         PR c++/17121
3902         * g++.dg/inherit/local2.C: New test.
3903
3904 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
3905
3906         PR c++/17120
3907         * g++.dg/warn/Wparentheses-4.C: New test.
3908
3909 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
3910
3911         PR c++/17121
3912         * g++.dg/inherit/local2.C: New test.
3913
3914         * gcc.dg/darwin-longlong.c: Include <stdlib.h>.
3915         * gcc.dg/ppc-ldstruct.c: Likewise.
3916         * gcc.dg/ppc64-abi-2.c: Likewise.
3917
3918 2004-08-20  Jakub Jelinek  <jakub@redhat.com>
3919
3920         PR rtl-optimization/17099
3921         * gcc.c-torture/execute/20040820-1.c: New test.
3922
3923 2004-08-20  David Edelsohn  <edelsohn@gnu.org>
3924
3925         * gcc.dg/uninit-H.c: Add _POWER to powerpc case.
3926
3927 2004-08-20  Canqun Yang  <canqun@nudt.edu.cn>
3928
3929         PR fortran/17077
3930         * gfortran.dg/auto_array_1.f90: New test.
3931
3932 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3933
3934         PR fortran/17074
3935         * gfortran.dg/simpleif_1.f90: New test.
3936
3937 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
3938
3939         * lib/target-supports.exp (check_profiling_available): Return
3940         false for arm*-*-symbianelf* and arm*-*-eabi*.
3941
3942         PR c++/15890
3943         * g++.dg/template/delete1.C: New test.
3944
3945 2004-08-19  Paul Brook  <paul@codesourcery.com>
3946
3947         PR fortran/14976
3948         PR fortran/16228
3949         * gfortran.dg/data_char_1.f90: New test.
3950
3951 2004-08-19  Erik Schnetter  <schnetter@aei.mpg.de>
3952
3953         PR fortran/16946
3954         * gfortran.dg/reduction.f90: New testcase.
3955
3956 2004-08-19  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
3957
3958         PR fortran/16520
3959         * gfortran.dg/g77/19990905-1.f: Don't expect excess errors.
3960
3961 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3962
3963         PR c++/17041
3964         * g++.dg/Wparentheses-3.C: New test.
3965
3966 2004-08-19  Dorit Naishlos  <dorit@il.ibm.com>
3967
3968         * gcc.dg/vect/vect-1.c: Remove xfail from i?86-*-* x86_64-*-* due
3969         to usage of PREFERRED_STACK_BOUNDARY in the vectorizer.
3970         * gcc.dg/vect/vect-2.c: Likewise.
3971         * gcc.dg/vect/vect-3.c: Likewise.
3972         * gcc.dg/vect/vect-4.c: Likewise.
3973         * gcc.dg/vect/vect-5.c: Likewise.
3974         * gcc.dg/vect/vect-6.c: Likewise.
3975         * gcc.dg/vect/vect-7.c: Likewise.
3976         * gcc.dg/vect/vect-25.c: Likewise.
3977         * gcc.dg/vect/vect-31.c: Likewise.
3978         * gcc.dg/vect/vect-32.c: Likewise.
3979         * gcc.dg/vect/vect-34.c: Likewise.
3980         * gcc.dg/vect/vect-36.c: Likewise.
3981         * gcc.dg/vect/vect-all.c: Likewise.
3982
3983 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
3984
3985         PR c++/17068
3986         * g++.dg/template/operator4.C: New test.
3987
3988 2004-08-18  Richard Henderson  <rth@redhat.com>
3989
3990         * gcc.dg/20040206-1.c: XFAIL.
3991
3992 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
3993
3994         PR c++/16246
3995         * g++.dg/template/array7.C: New test.
3996
3997 2004-08-17  James E Wilson  <wilson@specifixinc.com>
3998
3999         * gcc.dg/mips-movcc-1.c: New test.
4000         * gcc.dg/mips-movcc-2.c: New test.
4001         * gcc.dg/mips-movcc-3.c: New test.
4002
4003         * gcc.dg/mips-nmadd-1.c: New test.
4004         * gcc.dg/mips-nmadd-2.c: New test.
4005
4006 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
4007
4008         PR c++/15871
4009         * g++.dg/opt/inline8.C: New test.
4010
4011         PR c++/16965
4012         * g++.dg/parse/error17.C: New test.
4013
4014 2004-08-17  Dorit Naishlos  <dorit@il.ibm.com>
4015
4016         * gcc.dg/vect: New directory for vectorizer tests.
4017         * gcc.dg/vect/tree-vect.h: New file.
4018         * gcc.dg/vect/vect.exp: New file.
4019         * gcc.dg/vect/pr16105.c.c: New test.
4020         * gcc.dg/vect/vect-1.c: New test.
4021         * gcc.dg/vect/vect-2.c: New test.
4022         * gcc.dg/vect/vect-3.c: New test.
4023         * gcc.dg/vect/vect-4.c: New test.
4024         * gcc.dg/vect/vect-5.c: New test.
4025         * gcc.dg/vect/vect-6.c: New test.
4026         * gcc.dg/vect/vect-7.c: New test.
4027         * gcc.dg/vect/vect-8.c: New test.
4028         * gcc.dg/vect/vect-9.c: New test.
4029         * gcc.dg/vect/vect-10.c: New test.
4030         * gcc.dg/vect/vect-11.c: New test.
4031         * gcc.dg/vect/vect-12.c: New test.
4032         * gcc.dg/vect/vect-13.c: New test.
4033         * gcc.dg/vect/vect-14.c: New test.
4034         * gcc.dg/vect/vect-15.c: New test.
4035         * gcc.dg/vect/vect-16.c: New test.
4036         * gcc.dg/vect/vect-17.c: New test.
4037         * gcc.dg/vect/vect-18.c: New test.
4038         * gcc.dg/vect/vect-19.c: New test.
4039         * gcc.dg/vect/vect-20.c: New test.
4040         * gcc.dg/vect/vect-21.c: New test.
4041         * gcc.dg/vect/vect-22.c: New test.
4042         * gcc.dg/vect/vect-23.c: New test.
4043         * gcc.dg/vect/vect-24.c: New test.
4044         * gcc.dg/vect/vect-25.c: New test.
4045         * gcc.dg/vect/vect-26.c: New test.
4046         * gcc.dg/vect/vect-27.c: New test.
4047         * gcc.dg/vect/vect-28.c: New test.
4048         * gcc.dg/vect/vect-29.c: New test.
4049         * gcc.dg/vect/vect-30.c: New test.
4050         * gcc.dg/vect/vect-31.c: New test.
4051         * gcc.dg/vect/vect-32.c: New test.
4052         * gcc.dg/vect/vect-33.c: New test.
4053         * gcc.dg/vect/vect-34.c: New test.
4054         * gcc.dg/vect/vect-35.c: New test.
4055         * gcc.dg/vect/vect-36.c: New test.
4056         * gcc.dg/vect/vect-37.c: New test.
4057         * gcc.dg/vect/vect-38.c: New test.
4058         * gcc.dg/vect/vect-40.c: New test.
4059         * gcc.dg/vect/vect-41.c: New test.
4060         * gcc.dg/vect/vect-42.c: New test.
4061         * gcc.dg/vect/vect-43.c: New test.
4062         * gcc.dg/vect/vect-44.c: New test.
4063         * gcc.dg/vect/vect-45.c: New test.
4064         * gcc.dg/vect/vect-46.c: New test.
4065         * gcc.dg/vect/vect-47.c: New test.
4066         * gcc.dg/vect/vect-48.c: New test.
4067         * gcc.dg/vect/vect-49.c: New test.
4068         * gcc.dg/vect/vect-50.c: New test.
4069         * gcc.dg/vect/vect-51.c: New test.
4070         * gcc.dg/vect/vect-52.c: New test.
4071         * gcc.dg/vect/vect-53.c: New test.
4072         * gcc.dg/vect/vect-54.c: New test.
4073         * gcc.dg/vect/vect-55.c: New test.
4074         * gcc.dg/vect/vect-56.c: New test.
4075         * gcc.dg/vect/vect-57.c: New test.
4076         * gcc.dg/vect/vect-58.c: New test.
4077         * gcc.dg/vect/vect-59.c: New test.
4078         * gcc.dg/vect/vect-60.c: New test.
4079         * gcc.dg/vect/vect-61.c: New test.
4080         * gcc.dg/vect/vect-all.c: New test.
4081         * gcc.dg/vect/vect-none.c: New test.
4082
4083 2004-08-17  Paul Brook  <paul@codesourcery.com>
4084
4085         PR fortran/13082
4086         * gfortran.dg/entry_1.f90: New test.
4087
4088 2004-08-17  Andrew Pinski  <apinski@apple.com>
4089
4090         * gcc.dg/darwin-20040812-1.c: Compile only on darwin.
4091
4092 2004-08-17  Paolo Bonzini  <bonzini@gnu.org>
4093
4094         * gcc.dg/pr17036-1.c: New test.
4095
4096 2004-08-16  Devang Patel  <dpatel@apple.com>
4097
4098         * gcc.dg/darwin-20040809-1.c: New test.
4099
4100 2004-08-16  Joseph S. Myers  <jsm@polyomino.org.uk>
4101
4102         * gcc.dg/funcdef-attr-1.c: New test.
4103
4104 2004-08-16  Janis Johnson  <janis187@us.ibm.com>
4105
4106         * gcc.dg/altivec-17.c: New test.
4107         * gcc.dg/altivec-18.c: New test.
4108
4109 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4110
4111         PR c++/6749
4112         * g++.dg/template/vtable2.C: New test.
4113
4114 2004-08-14  Richard Henderson  <rth@redhat.com>
4115
4116         * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
4117         * gcc.dg/pack-test-4.c (main): Return 0.
4118         * gcc.dg/setjmp-1.c: Remove XFAIL.
4119         * gcc.dg/tree-ssa/20040615-1.c: Pass during dom1.
4120
4121 2004-08-14  Richard Henderson  <rth@redhat.com>
4122
4123         * gcc.dg/980217-1.c: Add prototype for printf.
4124
4125 2004-08-13  Bud Davis  <bdavis9659@comcast.net>
4126
4127         * gfortran.dg/pr16935.f90: New test.
4128
4129 2004-08-13  Janis Johnson  <janis187@us.ibm.com>
4130
4131         * g++.dg/ext/altivec-2.C: Revert previous changes and don't execute.
4132
4133 2004-08-13  Paul Brook  <paul@codesourcery.com>
4134
4135         * gfortran.dg/der_io_1.f90: Remove stray comma.
4136
4137 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
4138
4139         * gcc.dg/vmx/cw-bug-2.c: Remove.
4140         * gcc.dg/vmx/vprint-1.c: Remove.
4141         * gcc.dg/vmx/vscan-1.c: Remove.
4142
4143 2004-08-12  Devang patel  <dpatel@apple.com>
4144
4145         * gcc.dg/darwin-20040809-2.c: New test.
4146
4147 2004-08-12  Janis Johnson  <janis1872us.ibm.com>
4148
4149         * g++.dg/ext/altivec-12.C: New test.
4150
4151         * g++.dg/ext/altivec-11.C: New test.
4152
4153 2004-08-12  Paul Brook  <paul@codesourcery.com>
4154
4155         * g++.dg/abi/arm_cxa_vec_1.C: New test.
4156
4157 2004-08-12  Janis Johnson  <janis187@us.ibm.com>
4158
4159         * g++.dg/ext/altivec-2.C: Check for hardware support before
4160         executing any VMX instructions.
4161
4162         * gcc.dg/vmx/ops-long-2.c: Add dg-error directives.
4163
4164 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
4165
4166         PR c++/16276
4167         * g++.old-deja/g++.other/comdat4.C: New test.
4168         * g++.old-deja/g++.other/comdat4-aux.cc: New.
4169
4170 2004-08-12  Ben Elliston  <bje@au.ibm.com>
4171
4172         PR target/16286
4173         * gcc.dg/pr16286.c: New test.
4174
4175 2004-08-12 Jan Beulich <jbeulich@novell.com>
4176
4177         * g++.dg/ext/asm5.C: New.
4178
4179 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
4180
4181         PR c++/16698
4182         * g++.dg/eh/crash1.C: New test.
4183
4184         PR c++/16717
4185         * g++.dg/ext/construct1.C: New test.
4186
4187 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
4188
4189         PR c++/16853
4190         * g++.dg/init/ptrmem1.C: New test.
4191
4192         PR c++/16618
4193         * g++.dg/parse/offsetof5.C: New test.
4194
4195         PR c++/16870
4196         * g++.dg/template/overload3.C: New test.
4197
4198 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
4199
4200         PR c++/16964
4201         * g++.dg/parse/error16.C: New test.
4202
4203         PR c++/16904
4204         * g++.dg/template/error14.C: New test.
4205
4206         PR c++/16929
4207         * g++.dg/template/error15.C: New test.
4208
4209 2004-08-11  Devang Patel  <dpatel@apple.com>
4210
4211         * gcc.dg/darwin-ld-20040809-1.c: New test.
4212         * gcc.dg/darwin-ld-20040809-2.c: New test.
4213
4214 2004-08-11  Steven G. Kargl  <kargls@comcast.net>
4215
4216         PR fortran/16917
4217         * gfortran.dg/dfloat_1.f90: New test.
4218
4219 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
4220
4221         * gcc.dg/testsuite/gcc.dg/arm-eabi1.c: New test.
4222         * gcc.dg/dll-2.c: Fix dg-require syntax.
4223         * gcc.misc-tests/arm-isr.c (abort): Declare.
4224         (exit): Likewise.
4225
4226 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
4227
4228         PR c++/16971
4229         * g++.dg/parse/crash16.C: New test.
4230
4231 2004-08-10  Roger Sayle  <roger@eyesopen.com>
4232
4233         * gcc.dg/mips-rsqrt-1.c: New test case.
4234         * gcc.dg/mips-rsqrt-2.c: New test case.
4235         * gcc.dg/mips-rsqrt-3.c: New test case.
4236
4237 2004-08-10  Paul Brook  <paul@codesourcery.com>
4238
4239         * gfortran.dg/der_io_1.f90: New test.
4240
4241 2004-08-10  Paul Brook  <paul@codesourcery.com>
4242
4243         PR fortran/16919
4244         * gfortran.dg/der_array_1.f90: New test.
4245
4246 2004-08-09  David Edelsohn  <edelsohn@gnu.org>
4247
4248         * gcc.dg/cpp/assert4.c: _AIX asserts #system(unix).
4249
4250 2004-08-09  Paolo Bonzini  <bonzini@gnu.org>
4251
4252         * gcc.dg/wchar_t-2.c: Fix typo.
4253
4254 2004-08-09  Falk Hueffner  <falk@debian.org>
4255
4256         PR tree-optimization/12517
4257         * gcc.c-torture/compile/pr12517.c: New test.
4258
4259         PR tree-optimization/12578
4260         * gcc.c-torture/compile/pr12578.c: New test.
4261
4262         PR tree-optimization/12899
4263         * gcc.c-torture/compile/pr12899.c: New test.
4264
4265         PR rtl-optimization/14692
4266         * gcc.c-torture/compile/pr14692.c: New test.
4267
4268         PR tree-optimization/16461
4269         * gcc.c-torture/compile/pr16461.c: New test.
4270
4271 2004-08-06  Janne Blomqvist  <jblomqvi@cc.hut.fi>
4272
4273         * gfortran.dg/getenv_1.f90: New test.
4274
4275 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
4276
4277         * gcc.dg/symbian4.c: Expect a 2-byte wchar_t, not a 4-byte
4278         wchar_t.
4279         * gcc.dg/symbian5.c: Test -fno-short-wchar.
4280
4281 2004-08-06  Paul Brook  <paul@codesourcery.com>
4282
4283         * gfortran.dg/ret_array_1.f90: New test.
4284         * gfortran.dg/ret_pointer_1.f90: New test.
4285
4286 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
4287
4288         * gcc.dg/missing-field-init-[12].c: New tests.
4289         * g++.dg/warn/missing-field-init-[12].C: New tests.
4290
4291 2004-08-06  Mark Mitchell  <mark@codesourcery.com>
4292
4293         * gcc.dg/enum2.c: New test.
4294         * gcc.dg/symbian3.c: Likewise.
4295         * gcc.dg/symbian4.c: Likewise.
4296         * gcc.dg/wchar_t-2.c: Likewise.
4297
4298 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
4299
4300         * g++.dg/ext/visibility/visibility-8.C: Add constructor and
4301         destructor tests.
4302
4303 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
4304
4305         * g++.dg/ext/visibility/assign1.C: Use scan-hidden and
4306         dg-require-visiblity.
4307         * g++.dg/ext/visibility/fvisibility-inlines-hidden.C: Likewise.
4308         * g++.dg/ext/visibility/fvisibility.C: Likewise.
4309         * g++.dg/ext/visibility/memfuncts.C: Likewise.
4310         * g++.dg/ext/visibility/new1.C: Likewise.
4311         * g++.dg/ext/visibility/pragma.C: Likewise.
4312         * g++.dg/ext/visibility/staticmemfuncts.C: Likewise.
4313         * g++.dg/ext/visibility/virtual.C: Likewise.
4314         * g++/dg/ext/visibility/visibility-1.C: Likewise.
4315         * g++/dg/ext/visibility/visibility-2.C: Likewise.
4316         * g++/dg/ext/visibility/visibility-3.C: Likewise.
4317         * g++/dg/ext/visibility/visibility-4.C: Likewise.
4318         * g++/dg/ext/visibility/visibility-5.C: Likewise.
4319         * g++/dg/ext/visibility/visibility-6.C: Likewise.
4320         * g++/dg/ext/visibility/visibility-7.C: Likewise.
4321         * g++/dg/ext/visibility/visibility-8.C: New test.
4322         * gcc.c-torture/compile/dll.x: Remove.
4323         * gcc.dg/dll-2.c: Use dg-require-dll
4324         * gcc.dg/visibility-10.c: New test.
4325         * lib/gcc-dg.exp (dg-require-dll): Add Symbian to list of targets
4326         supporting DLLs.
4327         * testsuite/lib/scanasm.exp (scan_hidden): New function.
4328         (scan_not_hidden): Likewise.
4329
4330 2004-08-05  David Edelsohn  <edelsohn@gnu.org>
4331
4332         * gcc.dg/sh4a-fprun.c: Fix dg-do typo.
4333
4334 2004-08-05  Richard Sandiford  <rsandifo@redhat.com>
4335
4336         * gcc.c-torture/execute/20040805-1.c: New test.
4337
4338 2004-08-04  Andrew Pinski  <pinskia@physics.uc.edu>
4339
4340         * gcc.dg/20020118-1.c: Declare abort.
4341         * gcc.dg/altivec_check.h: Likewise.
4342         * gcc.dg/iftrap-2.c: Likewise.
4343         * gcc.dg/pragma-darwin.c: Likewise.
4344         * gcc.dg/rs6000-ldouble-1.c: Declare abort and exit.
4345
4346 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
4347
4348         * g++.dg/ext/altivec_check.h: Declare exit as extern "C".
4349
4350 2004-08-05  Joseph S. Myers  <jsm@polyomino.org.uk>
4351
4352         * gcc.c-torture/execute/builtins/abs-2.c,
4353         gcc.c-torture/execute/builtins/abs-3.c,
4354         gcc.c-torture/execute/builtins/lib/abs.c, gcc.dg/format/format.h,
4355         gcc.dg/torture/builtin-attr-1.c: Use predefined macros for
4356         intmax_t, uintmax_t and their limits.
4357         * gcc.dg/intmax_t-1.c: New test.
4358
4359 2004-08-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4360
4361         * g++.dg/tc1/dr147.C: Add reference to PR.
4362
4363 2004-08-03  Richard Sandiford  <rsandifo@redhat.com>
4364
4365         * gcc.dg/mips-args-[23].c: Declare abort() and exit().
4366         * gcc.dg/torture/mips-hilo-[12].c: Likewise.
4367
4368 2004-08-03  David Edelsohn  <edelsohn@gnu.org>
4369
4370         * gcc.dg/compat/struct-layout-1.exp: Fix error message typo.
4371
4372 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4373
4374         * gcc.dg/redecl-5.c: New test.
4375         * gcc.dg/format/attr-6.c: Expect warning for implicit declaration
4376         of scanf.
4377
4378 2004-08-03  Roger Sayle  <roger@eyesopen.com>
4379
4380         PR middle-end/16790
4381         * gcc.c-torture/execute/pr16790-1.c: New test case.
4382
4383 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
4384
4385         * g++.dg/ext/visibility/assign1.C: New test.
4386         * g++.dg/ext/visibility/new1.C: Likewise.
4387
4388         * gcc.dg/symbian1.c: New test.
4389         * gcc.dg/symbian2.c: Likewise.
4390
4391 2004-08-03  H.J. Lu  <hongjiu.lu@intel.com>
4392
4393         PR target/16570
4394         * gcc.dg/i386-sse-9.c: New test.
4395
4396 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4397
4398         * gcc.dg/array-7.c, gcc.dg/c99-tag-2.c: New tests.
4399
4400 2004-08-03  Joseph S. Myers  <jsm@polyomino.org.uk>
4401
4402         * gcc.dg/20001023-1.c, gcc.dg/20001108-1.c, gcc.dg/20001117-1.c,
4403         gcc.dg/20010202-1.c, gcc.dg/20011008-2.c, gcc.dg/20011214-1.c,
4404         gcc.dg/20020201-1.c, gcc.dg/20020312-2.c, gcc.dg/20020426-2.c,
4405         gcc.dg/20030331-2.c, gcc.dg/20030612-1.c, gcc.dg/20030926-1.c,
4406         gcc.dg/20031216-1.c, gcc.dg/20031218-3.c, gcc.dg/20040305-2.c,
4407         gcc.dg/980226-1.c, gcc.dg/Wreturn-type2.c,
4408         gcc.dg/Wunreachable-6.c, gcc.dg/Wunreachable-7.c,
4409         gcc.dg/align-1.c, gcc.dg/builtin-prefetch-1.c,
4410         gcc.dg/builtins-17.c, gcc.dg/builtins-19.c, gcc.dg/builtins-2.c,
4411         gcc.dg/builtins-20.c, gcc.dg/builtins-21.c, gcc.dg/builtins-7.c,
4412         gcc.dg/builtins-8.c, gcc.dg/cpp/19930510-1.c,
4413         gcc.dg/cpp/charconst-3.c, gcc.dg/cpp/charconst-4.c,
4414         gcc.dg/cpp/mi6.c, gcc.dg/cpp/tr-paste.c, gcc.dg/cpp/trad/mi6.c,
4415         gcc.dg/cpp/trad/paste.c, gcc.dg/cpp/trad/strify.c,
4416         gcc.dg/fastmath-1.c, gcc.dg/fshort-wchar.c, gcc.dg/i386-387-7.c,
4417         gcc.dg/i386-387-8.c, gcc.dg/i386-asm-1.c, gcc.dg/i386-cadd.c,
4418         gcc.dg/i386-fpcvt-3.c, gcc.dg/i386-loop-3.c,
4419         gcc.dg/i386-memset-1.c, gcc.dg/loop-2.c, gcc.dg/nest.c,
4420         gcc.dg/noncompile/971104-1.c, gcc.dg/noncompile/990416-1.c,
4421         gcc.dg/noncompile/scope.c, gcc.dg/pack-test-4.c,
4422         gcc.dg/pack-test-5.c, gcc.dg/pch/inline-4.c, gcc.dg/postincr-1.c,
4423         gcc.dg/pr10392-1.c, gcc.dg/pragma-align.c,
4424         gcc.dg/profile-generate-1.c, gcc.dg/sibcall-1.c,
4425         gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c,
4426         gcc.dg/sibcall-5.c, gcc.dg/sibcall-6.c, gcc.dg/switch-warn-1.c,
4427         gcc.dg/switch-warn-2.c, gcc.dg/torture/builtin-attr-1.c,
4428         gcc.dg/torture/builtin-math-1.c, gcc.dg/torture/builtin-noret-2.c,
4429         gcc.dg/trampoline-1.c, gcc.dg/tree-ssa/20030703-1.c,
4430         gcc.dg/tree-ssa/20030703-2.c, gcc.dg/tree-ssa/20030708-1.c,
4431         gcc.dg/tree-ssa/20030709-3.c, gcc.dg/tree-ssa/20030710-1.c,
4432         gcc.dg/tree-ssa/20030711-1.c, gcc.dg/tree-ssa/20030729-1.c,
4433         gcc.dg/tree-ssa/20030730-1.c, gcc.dg/tree-ssa/20030730-2.c,
4434         gcc.dg/tree-ssa/20030731-1.c, gcc.dg/tree-ssa/20030807-11.c,
4435         gcc.dg/tree-ssa/20030807-2.c, gcc.dg/tree-ssa/20030807-5.c,
4436         gcc.dg/tree-ssa/20030807-7.c, gcc.dg/tree-ssa/20030808-1.c,
4437         gcc.dg/tree-ssa/20030814-1.c, gcc.dg/tree-ssa/20030814-2.c,
4438         gcc.dg/tree-ssa/20030814-3.c, gcc.dg/tree-ssa/20030814-4.c,
4439         gcc.dg/tree-ssa/20030814-5.c, gcc.dg/tree-ssa/20030814-6.c,
4440         gcc.dg/tree-ssa/20030814-7.c, gcc.dg/tree-ssa/20030815-1.c,
4441         gcc.dg/tree-ssa/20030907-1.c, gcc.dg/tree-ssa/20030917-3.c,
4442         gcc.dg/tree-ssa/20030922-1.c, gcc.dg/tree-ssa/20031113-1.c,
4443         gcc.dg/tree-ssa/20040121-1.c, gcc.dg/tree-ssa/20040319-1.c,
4444         gcc.dg/tree-ssa/20040324-1.c, gcc.dg/tree-ssa/20040326-1.c,
4445         gcc.dg/tree-ssa/20040326-2.c, gcc.dg/tree-ssa/20040517-1.c,
4446         gcc.dg/tree-ssa/ssa-ccp-10.c, gcc.dg/tree-ssa/ssa-pre-1.c,
4447         gcc.dg/tree-ssa/tailcall-1.c, gcc.dg/tree-ssa/tailrecursion-5.c,
4448         gcc.dg/ultrasp3.c, gcc.dg/winline-7.c, gcc.misc-tests/bprob-1.c,
4449         gcc.misc-tests/bprob-2.c, gcc.misc-tests/gcov-3.c,
4450         gcc.misc-tests/gcov-4.c, gcc.misc-tests/gcov-4b.c,
4451         gcc.misc-tests/gcov-6.c, gcc.misc-tests/gcov-7.c,
4452         gcc.misc-tests/i386-pf-3dnow-1.c,
4453         gcc.misc-tests/i386-pf-athlon-1.c,
4454         gcc.misc-tests/i386-pf-none-1.c, gcc.misc-tests/i386-pf-sse-1.c,
4455         objc.dg/nested-func-1.m, objc.dg/special/unclaimed-category-1.m:
4456         Declare built-in functions used.
4457         * gcc.dg/torture/builtin-attr-1.c (nexttoward): Use FPTEST2ARG2.
4458
4459 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
4460
4461         PR c++/16707
4462         * g++.dg/lookup/using12.C: New test.
4463
4464         * g++.dg/init/null1.C: Fix PR number.
4465         * g++.dg/parse/namespace10.C: Likewise.
4466
4467 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4468
4469         PR c++/16224
4470         * g++.dg/template/spec17.C: New test.
4471         * g++.old-deja/g++.ns/template13.C: Remove XFAIL.
4472         * g++.old-deja/g++.pt/lookup10.C: Add dg-error marker.
4473
4474 2004-08-02  David Billinghurst
4475
4476         PR fortran/16292
4477         * gfortran.dg/g77/cabs.f: xfail on mips-sgi-irix6*
4478
4479 2004-08-01  Zack Weinberg  <zack@codesourcery.com>
4480
4481         * gcc.dg/ia64-got-1.c: New test case.
4482
4483 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
4484
4485         PR c++/16489
4486         * g++.dg/init/null1.C: New test.
4487         * g++.dg/tc1/dr76.C: Adjust error marker.
4488
4489         PR c++/16529
4490         * g++.dg/parse/namespace10.C: New test.
4491
4492         PR c++/16810
4493         * g++.dg/inherit/ptrmem2.C: New test.
4494
4495 2004-08-02  Ben Elliston  <bje@au.ibm.com>
4496
4497         PR target/16155
4498         * gcc.dg/pr16155.c: New test.
4499
4500 2004-07-31  Joseph S. Myers  <jsm@polyomino.org.uk>
4501
4502         * gcc.dg/redecl-2.c: New test.
4503
4504 2004-07-30  Geoffrey Keating  <geoffk@apple.com>
4505
4506         * gcc.dg/darwin-longdouble.c: New file.
4507
4508 2004-07-30  Richard Henderson  <rth@redhat.com>
4509
4510         * gfortran.fortran-torture/execute/intrinsic_rrspacing.f90: Fix
4511         write to constant argument.
4512         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Likewise.
4513
4514 2004-07-30  Richard Henderson  <rth@redhat.com>
4515
4516         * gfortran.fortran-torture/execute/intrinsic_nearest.f90: Disable
4517         tests of nearest around zero.
4518
4519 2004-07-30  Andrew Pinski  <apinski@apple.com>
4520
4521         * gcc.c-torture/compile/20040730-1.c: New test.
4522
4523 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4524
4525         * gcc.dg/vmx/vmx.exp: Explain why we skip tests for
4526         powerpc-eabispe.
4527
4528 2004-07-30  Aldy Hernandez  <aldyh@redhat.com>
4529
4530         * gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
4531
4532 2004-07-30  Richard Sandiford  <rsandifo@redhat.com>
4533
4534         * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
4535         contains $ld_library_path.
4536         * lib/gfortran.exp (gfortran_link_flags): Likewise.
4537
4538 2004-07-29  Richard Henderson  <rth@redhat.com>
4539
4540         * g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
4541
4542         * g++.dg/ext/stmtexpr2.C (alt1): Rename from expected.
4543         (alt2, which): New.
4544         (Check): Accept either alternative.
4545
4546 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
4547
4548         * g++.dg/abi/inline1.C: New test.
4549         * g++.dg/abi/local1-a.cc: Likewise.
4550         * g++.dg/abi/local1.C: Likewise.
4551         * g++.dg/abi/mangle11.C: Tweak location of warnings.
4552         * g++.dg/abi/mangle12.C: Likewise.
4553         * g++.dg/abi/mangle17.C: Likewise.
4554         * g++.dg/abi/mangle20-2.C: Likewise.
4555         * g++.dg/opt/interface1.C: Likewise.
4556         * g++.dg/opt/interface1.h: Likewise.
4557         * g++.dg/opt/interface1-a.cc: New test.
4558         * g++.dg/parse/repo1.C: New test.
4559         * g++.dg/template/repo1.C: Likewise.
4560         * g++.dg/warn/Winline-1.C: Likewise.
4561         * lib/gcc-dg.exp (gcc-dg-test-1): Fix -frepo handling.
4562
4563 2004-07-29  Diego Novillo  <dnovillo@redhat.com>
4564
4565         * gcc.dg/tree-ssa/20040729-1.c: New test.
4566
4567 2004-07-27  Matt Austern <austern@apple.com>
4568
4569         * gcc.dg/darwin-bool-1.c: New test.
4570         * gcc.dg/darwin-bool-2.c: New test.
4571
4572 2004-07-28  Richard Henderson  <rth@redhat.com>
4573
4574         * gfortran.fortran-torture/execute/intrinsic_spacing.f90: Pass
4575         arguments in the correct type.  Don't write to constant arguments.
4576
4577 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4578
4579         PR tree-optimization/16688
4580         PR tree-optimization/16689
4581         * g++.dg/tree-ssa/pr16688.C: New test.
4582
4583 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4584
4585         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4586         loads.  Not only in the comment, this time.
4587
4588 2004-07-28  Alexandre Oliva  <aoliva@redhat.com>
4589
4590         2003-07-06  Alexandre Oliva  <aoliva@redhat.com>
4591         * gcc.dg/sh4a-memmovua.c: Tweak regular expression.
4592         2003-07-01  Alexandre Oliva  <aoliva@redhat.com>
4593         * gcc.dg/sh4a-bitmovua.c: New.
4594         * gcc.dg/sh4a-cos.c: New.
4595         * gcc.dg/sh4a-cosf.c: New.
4596         * gcc.dg/sh4a-fprun.c: New.
4597         * gcc.dg/sh4a-fsrra.c: New.
4598         * gcc.dg/sh4a-memmovua.c: New.
4599         * gcc.dg/sh4a-sin.c: New.
4600         * gcc.dg/sh4a-sincos.c: New.
4601         * gcc.dg/sh4a-sincosf.c: New.
4602         * gcc.dg/sh4a-sinf.c: New.
4603
4604 2004-07-28  Diego Novillo  <dnovillo@redhat.com>
4605
4606         * gcc.dg/tree-ssa/20030714-2.c: Adjust number of expected
4607         conditionals.
4608         * gcc.dg/tree-ssa/20031022-1.c: Adjust number of expected
4609         loads.
4610         * gcc.dg/tree-ssa/ssa-dom-cse-1.c: Expect optimization in
4611         DOM1.
4612
4613 2004-07-27  Andrew Pinski  <apinski@apple.com>
4614
4615         * g++.dg/rtti/tinfo1.C: Correct the xfail.
4616
4617 2004-07-27  Nitin Yewale <nitiny@kpitcummins.com>
4618
4619         * gcc.dg/pragma-isr.c: New test.
4620
4621 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4622
4623         PR c++/14429
4624         * g++.dg/template/ttp11.C: New test.
4625
4626 2004-07-27  Diego Novillo  <dnovillo@redhat.com>
4627
4628         * gcc.c-torture/compile/20040727-1.c: New test.
4629
4630 2004-07-26  Eric Christopher  <echristo@redhat.com>
4631
4632         * gcc.c-torture/compile/20040726-2.c: New test.
4633
4634 2004-07-26  Andrew Pinski  <apinski@apple.com>
4635
4636         * g++.dg/rtti/tinfo1.C: Xfail.
4637
4638 2004-07-26  Richard Sandiford  <rsandifo@redhat.com>
4639
4640         * gcc.c-torture/compile/20040726-1.c: New test.
4641
4642 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
4643             Brian Ryner  <bryner@brianryner.com>
4644
4645         PR c++/9283
4646         PR c++/15000
4647         * gcc.dg/visibility-9.c, gcc.dg/visibility-a.c: New tests.
4648         * g++.dg/ext/visibility/: New directory.
4649         * g++.dg/ext/visibility-1.C, g++.dg/ext/visibility-2.C
4650         g++.dg/ext/visibility-3.C, g++.dg/ext/visibility-4.C,
4651         g++.dg/ext/visibility-5.C, g++.dg/ext/visibility-6.C,
4652         g++.dg/ext/visibility-7.C: Move to g++.dg/ext/visibility/.
4653         * g++.dg/ext/visibility/fvisibility.C,
4654         g++.dg/ext/visibility/fvisibility-inlines-hidden.C,
4655         g++.dg/ext/visibility/fvisibility-override1.C
4656         g++.dg/ext/visibility/fvisibility-override2.C
4657         g++.dg/ext/visibility/memfuncts.C
4658         g++.dg/ext/visibility/noPLT.C
4659         g++.dg/ext/visibility/pragma.C
4660         g++.dg/ext/visibility/pragma-override1.C
4661         g++.dg/ext/visibility/pragma-override2.C
4662         g++.dg/ext/visibility/staticmemfuncts.C
4663         g++.dg/ext/visibility/virtual.C: New tests.
4664
4665 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4666
4667         PR c/15360
4668         * gcc.dg/pr15360-1.c: New test.
4669
4670 2004-07-25  Daniel Jacobowitz  <dan@debian.org>
4671
4672         * gcc.dg/pragma-align-2.c: New test.
4673         * gcc.dg/pragma-init-fini.c: New test.
4674         * gcc.dg/pragma-align.c: Change from compile to run.  Run on Solaris
4675         targets.
4676
4677 2004-07-25  Joseph S. Myers  <jsm@polyomino.org.uk>
4678
4679         * gcc.dg/init-string-2.c: New test.
4680
4681 2004-07-24  Zack Weinberg  <zack@codesourcery.com>
4682
4683         PR 16684
4684         * gcc.dg/Wredundant-decls-1.c: New test case.
4685
4686 2004-07-24  Jakub Jelinek  <jakub@redhat.com>
4687
4688         * README.compat: Add RUN_ALL_COMPAT_TESTS documentation.
4689         * lib/compat.exp: Replace ^$tmpdir/? in testcase names with tmpdir-.
4690         * gcc.dg/compat/struct-layout-1.exp: New testsuite driver.
4691         * gcc.dg/compat/struct-layout-1_generate.c: New testcase generator.
4692         * gcc.dg/compat/generate-random.c: New file.
4693         * gcc.dg/compat/generate-random.h: Likewise.
4694         * gcc.dg/compat/generate-random_r.c: Likewise.
4695         * gcc.dg/compat/struct-layout-1.h: Likewise.
4696         * gcc.dg/compat/struct-layout-1_x1.h: Likewise.
4697         * gcc.dg/compat/struct-layout-1_x2.h: Likewise.
4698         * gcc.dg/compat/struct-layout-1_y1.h: Likewise.
4699         * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
4700         * gcc.dg/compat/struct-layout-1_main.c: New test.
4701         * gcc.dg/compat/struct-layout-1_x.c: New file.
4702         * gcc.dg/compat/struct-layout-1_y.c: New file.
4703         * gcc.dg/compat/struct-layout-1_test.h: New file.
4704
4705 2004-07-23  Joseph S. Myers  <jsm@polyomino.org.uk>
4706
4707         * gcc.dg/comp-return-1.c: New test
4708
4709 2004-07-23  Janis Johnson  <janis187@us.ibm.com>
4710
4711         * gcc.dg/vmx/8-02a.c: Fix typo.
4712
4713         * gcc.dg/vmx/varargs-4.c: Remove a Darwin-specific check.
4714         * gcc.dg/darwin-abi-3.c: New test.
4715
4716         * gcc.dg/vmx/debug-1.c: Use int, not long, in union with vector.
4717         * gcc.dg/vmx/varargs-1.c: Use int, not long, in union with vector.
4718
4719         * gcc.dg/vmx/ops.c: Remove checks using pointers to long.
4720         * gcc.dg/vmx/ops-long-1.c: New test.
4721         * gcc.dg/vmx/ops-long-2.c: New test.
4722
4723 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
4724
4725         * g++.dg/lookup/conv-[1234].C: New.
4726
4727 2004-07-22  Mark Mitchell  <mark@codesourcery.com>
4728
4729         * g++.dg/parse/attr2.C: Simplify.
4730
4731 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4732
4733         PR c/7284
4734         * gcc.c-torture/execute/pr7284-1.c: New test.
4735
4736 2004-07-22  Brian Booth  <bbooth@redhat.com>
4737
4738         * gcc.dg/tree-ssa/20040721-1.c: New test.
4739
4740 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
4741
4742         * g++.dg/template/crash20.c: New.
4743
4744 2004-07-22  David Billinghurst (David.Billinghurst@riotinto.com)
4745
4746         * gfortran.dg/g77/970625-2.f Copy from g77.f-torture/execute.
4747         Add dg-run directive.  Declare variables as required.
4748         * gfortran.dg/g77/README: Update
4749
4750 2004-07-22  Hans-Peter Nilsson  <hp@axis.com>
4751
4752         * gcc.dg/cris-peep2-xsrand.c, gcc.dg/cris-peep2-andu1.c,
4753         gcc.dg/cris-peep2-andu2.c: New tests.
4754
4755 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4756
4757         PR c/15052
4758         * gcc.dg/noreturn-5.c: Test qualifiers on function type instead of
4759         on return type.
4760         * gcc.dg/qual-return-1.c: Use -Wreturn-type.  Update expected
4761         messages.
4762         * gcc.dg/qual-return-2.c: Update expected messages.
4763         * gcc.dg/qual-return-3.c, gcc.dg/qual-return-4.c: New tests.
4764
4765 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4766
4767         * gcc.dg/c99-init-3.c, gcc.dg/gnu99-init-2.c: New tests.
4768         * gcc.dg/noncompile/921102-1.c: Update expected error message.
4769
4770 2004-07-22  Joseph S. Myers  <jsm@polyomino.org.uk>
4771
4772         PR c/11250
4773         * gcc.dg/init-string-1.c: New test.
4774
4775 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
4776
4777         PR middle-end/15345
4778         PR c/16450
4779         * gcc.dg/torture/nested-fn-1.c: New test.
4780
4781 2004-07-20  H.J. Lu  <hongjiu.lu@intel.com>
4782
4783         PR target/16559
4784         * gcc.dg/ia64-fptr-1.c: New file.
4785
4786 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4787
4788         PR c++/14497
4789         * g++.dg/template/spec16.C: New test.
4790         * g++.old-deja/g++.robertl/eb118.C: Remove.
4791
4792 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4793
4794         PR c++/509
4795         * g++.dg/template/spec15.C: New test.
4796
4797 2004-07-21  David Billinghurst (David.Billinghurst@riotinto.com)
4798
4799         Copy cases from g77.f-torture/execute and add dg-run
4800         directive.  Other changes as noted.
4801         * gfortran.dg/g77/13037.f
4802         * gfortran.dg/g77/1832.f
4803         * gfortran.dg/g77/19981119-0.f
4804         * gfortran.dg/g77/19990313-0.f
4805         * gfortran.dg/g77/19990313-1.f
4806         * gfortran.dg/g77/19990313-2.f
4807         * gfortran.dg/g77/19990313-3.f
4808         * gfortran.dg/g77/19990419-1.f
4809         * gfortran.dg/g77/19990826-0.f
4810         * gfortran.dg/g77/19990826-2.f
4811         * gfortran.dg/g77/20000503-1.f
4812         * gfortran.dg/g77/20001111.f
4813         * gfortran.dg/g77/20010116.f
4814         * gfortran.dg/g77/20010426-1.f: Renamed from 20010426-1.f
4815         * gfortran.dg/g77/20010430.f
4816         * gfortran.dg/g77/6177.f
4817         * gfortran.dg/g77/947.f
4818         * gfortran.dg/g77/970816-3.f
4819         * gfortran.dg/g77/971102-1.f
4820         * gfortran.dg/g77/980520-1.f
4821         * gfortran.dg/g77/980628-0.f
4822         * gfortran.dg/g77/980628-1.f
4823         * gfortran.dg/g77/980628-10.f
4824         * gfortran.dg/g77/980628-2.f
4825         * gfortran.dg/g77/980628-3.f
4826         * gfortran.dg/g77/980628-7.f
4827         * gfortran.dg/g77/980628-8.f
4828         * gfortran.dg/g77/980628-9.f
4829         * gfortran.dg/g77/980701-0.f
4830         * gfortran.dg/g77/980701-1.f
4831         * gfortran.dg/g77/cabs.f
4832         * gfortran.dg/g77/claus.f
4833         * gfortran.dg/g77/complex_1.f
4834         * gfortran.dg/g77/cpp3.F: Renamed from cpp3.F
4835         * gfortran.dg/g77/dcomplex.f
4836         * gfortran.dg/g77/dnrm2.f: Add dg-warnings as required.
4837         * gfortran.dg/g77/f90-intrinsic-mathematical.f
4838         * gfortran.dg/g77/f90-intrinsic-numeric.f
4839         * gfortran.dg/g77/int8421.f
4840         * gfortran.dg/g77/labug1.f
4841         * gfortran.dg/g77/large_vec.f
4842         * gfortran.dg/g77/le.f
4843         * gfortran.dg/g77/short.f
4844         * gfortran.dg/g77/README: Update
4845
4846 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
4847
4848         PR c++/16637
4849         * g++.dg/parse/lookup4.C: New test.
4850
4851 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4852
4853         PR c++/16175
4854         * g++.dg/template/ttp10.C: New test.
4855
4856 2004-07-20  Joseph S. Myers  <jsm@polyomino.org.uk>
4857
4858         * gcc.dg/pr12625-1.c: New test.
4859
4860 2004-07-20  Steven Bosscher  <stevenb@suse.de>
4861
4862         * testsuite/gcc.dg/switch-warn-1.c: New test.
4863         * testsuite/gcc.dg/switch-warn-2.c: New test.
4864         * gcc.c-torture/compile/pr14730.c: Update.
4865
4866 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
4867
4868         * g++.dg/lookup/java1.C, g++.dg/lookup/java2.C, g++.dg/other/crash-2.C,
4869         g++.dg/parse/casting-operator2.C, g++.dg/parse/dtor3.C,
4870         g++.dg/parse/typename6.C, g++.dg/template/dependent-expr4.C,
4871         g++.dg/template/nontype3.C: Remove trailing CR from tests.
4872
4873 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
4874
4875         PR c++/16623
4876         * g++.dg/template/assign1.C: New test.
4877
4878 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4879
4880         PR c++/12170
4881         * g++.dg/template/ttp9.C: New test.
4882
4883 2004-07-19  Daniel Jacobowitz  <dan@debian.org>
4884
4885         * gcc.dg/format/cmn-err-1.c: New test.
4886
4887 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4888
4889         * g++.dg/warn/Wparentheses-1.C, g++.dg/warn/Wparentheses-2.C,
4890         gcc.dg/Wparentheses-10.c: New tests.
4891         * gcc.dg/Wparentheses-5.c: Remove XFAILs.
4892
4893 2004-07-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4894
4895         PR fortran/16465
4896         * gfortran.dg/g77//ffixed-line-length-0.f,
4897         gfortran.dg/g77/ffixed-line-length-132.f,
4898         gfortran.dg/g77/ffixed-line-length-72.f,
4899         gfortran.dg/g77/ffixed-line-length-none.f: Copy from g77.dg.
4900         gfortran.dg/g77/README: Update.
4901
4902 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4903
4904         PR c++/13092
4905         * g++.dg/template/non-dependent7.C: New test.
4906         * g++.dg/template/non-dependent8.C: Likewise.
4907         * g++.dg/template/non-dependent9.C: Likewise.
4908         * g++.dg/template/non-dependent10.C: Likewise.
4909
4910 2004-07-17  Mark Mitchell  <mark@codesourcery.com>
4911
4912         PR c++/16337
4913         * g++.dg/parse/attr2.C: New test.
4914
4915 2004-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>
4916
4917         * g77.dg: Removed.
4918         * g77.f-torture: Ditto.
4919
4920 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
4921
4922         * gcc.dg/Wparentheses-2.c, gcc.dg/Wparentheses-3.c,
4923         gcc.dg/Wparentheses-4.c, Wparentheses-5.c, Wparentheses-6.c,
4924         Wparentheses-7.c, Wparentheses-8.c, Wparentheses-9.c: New tests.
4925
4926 2004-07-16  Richard Henderson  <rth@redhat.com>
4927
4928         * gcc.c-torture/compile/20020210-1.c: Remove XFAIL.
4929
4930 2004-07-16  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4931
4932         * lib/fortran-torture.exp (fortran-torture): Don't test compile
4933         tests with full list of options.
4934         * lib/gfortran-dg.exp (gfortran-dg-runtest): Only test with all
4935         of TORTURE_OPTIONS if test contains 'dg-do run'.
4936
4937         PR fortran/16404
4938         * gfortran.dg/do_iterator.f90: New test.
4939
4940 2004-07-16  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4941
4942         PR rtl-optimization/16536
4943         * gcc.c-torture/execute/restrict-1.c: New test.
4944
4945 2004-07-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
4946
4947         PR fortran/15324
4948         * gfortran.dg/pr15324.f90: New test.
4949
4950         PR fortran/15129
4951         * gfortran.dg/pr15129.f90: New test.
4952
4953         PR fortran/15140
4954         * gfortran.dg/pr15140.f90: New test.
4955
4956         PR fortran/13792
4957         * gfortran.fortran-torture/execute/bounds.f90: Add check for
4958         compile-time simplification.
4959
4960 2004-07-14  Mike Stump  <mrs@apple.com>
4961
4962         * gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.
4963
4964 2004-07-14  James E Wilson  <wilson@specifixinc.com>
4965
4966         PR target/16325
4967         * gcc.dg/profile-generate-1.c: New.
4968
4969 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
4970
4971         * gcc.c-torture/execute/20040709-1.c: New test.
4972         * gcc.c-torture/execute/20040709-2.c: New test.
4973
4974 2004-07-14  Mike Stump  <mrs@apple.com>
4975
4976         * gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.
4977
4978 2004-07-14  Mike Stump  <mrs@apple.com>
4979
4980         * gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.
4981
4982 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
4983
4984         PR c++/16518
4985         * g++.dg/parse/mutable1.C: New test.
4986
4987 2004-07-13  Diego Novillo  <dnovillo@redhat.com>
4988
4989         PR tree-optimization/16443
4990         * gcc.dg/tree-ssa/20040713-1.c: New test.
4991
4992 2004-07-15  Ulrich Weigand  <uweigand@de.ibm.com>
4993
4994         * g++.dg/lookup/new2.C: Use first operand of type __SIZE_TYPE__
4995         for operator new.
4996
4997 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
4998
4999         * gfortran.dg/g77/README: New file
5000         * gfortran.dg/g77/19981216-0.f:  Copy from
5001         g77.f-torture/noncompile.  Add "dg-do compile" and
5002         dg-error as required.
5003         * gfortran.dg/g77/19990218-1.f: Likewise
5004         * gfortran.dg/g77/19990905-1.f: Likewise
5005         * gfortran.dg/g77/9263.f: Likewise
5006         * gfortran.dg/g77/980615-0.f: Likewise
5007         * gfortran.dg/g77/980616-0.f: Likewise
5008         * gfortran.dg/g77/check0.f: Likewise
5009         * gfortran.dg/g77/select_no_compile.f: Likewise
5010
5011 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
5012
5013         Copy files from g77.f-torture/compile.
5014         Add "{ dg-do compile}".  Other changes as noted
5015         * gfortran.dg/g77/19990905-0.f: XFAIL PR 16511
5016         * gfortran.dg/g77/20010519-1.f: Add dg-warning as required
5017         * gfortran.dg/g77/20030115-1.f: Add dg-warning as required
5018         * gfortran.dg/g77/20030326-1.f: XFAIL PR 16511
5019         * gfortran.dg/g77/970125-0.f: Add dg-excess-errors.
5020         * gfortran.dg/g77/980519-2.f: Declare hd_S,hd_Z,hd_T
5021         * gfortran.dg/g77/990115-1.f: Declare RANK as INTEGER
5022         * gfortran.dg/g77/alpha1.f: Separate declaration and DATA
5023         statement to conform to standard.  Append alpha1.x for reference.
5024         * gfortran.dg/g77/xformat.f: Add dg-warning
5025
5026 2004-07-13  David Billinghurst <David.Billinghurst@riotinto.com>
5027
5028         * gfortran.dg/g77/cpp.F: Copy from g77.f-torture/compile.
5029         Add {dg-do compile} directive.
5030         * gfortran.dg/g77/cpp2.F: Likewise
5031
5032 2004-07-12  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5033
5034         PR c++/5402
5035         * g++.dg/lookup/name-clash1.C: New test.
5036
5037         PR c++/9777
5038         * g++.dg/lookup/name-clash2.C: New test.
5039
5040         PR c++/12102
5041         * g++.dg/lookup/name-clash3.C: New test.
5042
5043 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5044
5045         * g++.dg/lookup/new2.C: New test.
5046         * g++.old-deja/g++.ns/new1.C: Remove (ill-formed).
5047
5048 2004-07-12  David Billinghurst <David.Billinghurst@riotinto.com>
5049
5050         * gfortran.dg/g77/12002.f: Copy from g77.f-torture/compile.
5051         Add {dg-do compile} directive.
5052         * gfortran.dg/g77/13060.f: Likewise
5053         * gfortran.dg/g77/19990218-0.f: Likewise
5054         * gfortran.dg/g77/19990305-0.f: Likewise
5055         * gfortran.dg/g77/19990419-0.f: Likewise
5056         * gfortran.dg/g77/19990502-0.f: Likewise
5057         * gfortran.dg/g77/19990502-1.f: Likewise
5058         * gfortran.dg/g77/19990525-0.f: Likewise
5059         * gfortran.dg/g77/19990826-1.f: Likewise
5060         * gfortran.dg/g77/19990826-3.f: Likewise
5061         * gfortran.dg/g77/19990905-2.f: Likewise
5062         * gfortran.dg/g77/20000412-1.f: Likewise
5063         * gfortran.dg/g77/20000511-1.f: Likewise
5064         * gfortran.dg/g77/20000511-2.f: Likewise
5065         * gfortran.dg/g77/20000518.f: Likewise
5066         * gfortran.dg/g77/20000601-1.f: Likewise
5067         * gfortran.dg/g77/20000601-2.f: Likewise
5068         * gfortran.dg/g77/20000629-1.f: Likewise
5069         * gfortran.dg/g77/20000630-2.f: Likewise
5070         * gfortran.dg/g77/20010115.f: Likewise
5071         * gfortran.dg/g77/20010321-1.f: Likewise
5072         * gfortran.dg/g77/20010426.f: Likewise
5073         * gfortran.dg/g77/20020307-1.f: Likewise
5074         * gfortran.dg/g77/8485.f: Likewise
5075         * gfortran.dg/g77/960317-1.f: Likewise
5076         * gfortran.dg/g77/970915-0.f: Likewise
5077         * gfortran.dg/g77/980310-1.f: Likewise
5078         * gfortran.dg/g77/980310-2.f: Likewise
5079         * gfortran.dg/g77/980310-3.f: Likewise
5080         * gfortran.dg/g77/980310-4.f: Likewise
5081         * gfortran.dg/g77/980310-6.f: Likewise
5082         * gfortran.dg/g77/980310-7.f: Likewise
5083         * gfortran.dg/g77/980310-8.f: Likewise
5084         * gfortran.dg/g77/980419-2.f: Likewise
5085         * gfortran.dg/g77/980424-0.f: Likewise
5086         * gfortran.dg/g77/980427-0.f: Likewise
5087         * gfortran.dg/g77/980729-0.f: Likewise
5088         * gfortran.dg/g77/981117-1.f: Likewise
5089         * gfortran.dg/g77/toon_1.f: Likewise
5090
5091 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5092
5093         PR c++/2204
5094         * g++.dg/other/abstract2.C: New test.
5095
5096 2004-07-12  Paul Brook  <paul@codesourcery.com>
5097
5098         * gfortran.dg/pointer_init_1.f90: New test.
5099
5100 2004-07-11  Paul Brook  <paul@codesourcery.com>
5101
5102         PR fortran/15986
5103         * gfortran.dg/contained_1.f90: New test.
5104
5105 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
5106
5107         * g++.dg/parse/defarg8.C: New test.
5108
5109 2004-07-11  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5110
5111         PR fortran/16433
5112         * gfortran.dg/pr16433.f: New test.
5113
5114         PR fortran/17574
5115         * gfortran.dg/pr15754.f90: New test.
5116
5117 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
5118
5119         PR tree-optimization/16437
5120         * gcc.c-torture/execute/bitfld-4.c: New test.
5121
5122 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5123
5124         * gfortran.fortran-torture/execute/common_2.f90: Add check for
5125         access to common var from module.
5126
5127 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5128
5129         PR fortran/16336
5130         * gfortran.fortran-torture/execute/common_2.f90: New test.
5131
5132 2004-07-10  Paul Brook  <paul@codesourcery.com>
5133
5134         * gfortran.fortran-torture/execute/der_init_5.f90: Enable more tests.
5135
5136 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5137
5138         PR fortran/15969
5139         * gfortran.fortran-torture/execute/der_init_5.f90: New test.
5140
5141 2004-07-10  David Billinghurst <David.Billinghurst@riotinto.com>
5142
5143         * gfortran.dg/g77/ffixed-form-1.f: Copy from g77.dg
5144         * gfortran.dg/g77/ffixed-form-2.f: Likewise
5145         * gfortran.dg/g77/ffree-form-1.f: Likewise
5146         * gfortran.dg/g77/ffree-form-2.f: Likewise
5147         * gfortran.dg/g77/ffree-form-3.f: Likewise
5148         * gfortran.dg/g77/fno-underscoring.f: Likewise
5149         * gfortran.dg/g77/funderscoring.f: Likewise
5150         * gfortran.dg/g77/pr9258.f: Likewise.  Add dg-warning lines.
5151
5152 2004-07-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5153
5154         * gfortran.fortran-torture/execute/module_init_1.f90: Fix test.
5155
5156 2004-07-10 Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5157         Paul Brook  <paul@codesourcery.com>
5158
5159         PR fortran/13415
5160         * gfortran.dg/common_pointer_1.f90: New test.
5161
5162 2004-07-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5163
5164         * g++.dg/lookup/new1.C: Fix dg-excess-error syntax.
5165
5166 2004-07-09  James E Wilson  <wilson@specifixinc.com>
5167
5168         PR target/16364
5169         * gcc.c-torture/compile/20040709-1.c: New.
5170
5171 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5172
5173         PR fortran/14077
5174         * gfortran.fortran-torture/execute/module_init_1.f90: New test.
5175
5176 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5177
5178         PR fortran/13201
5179         * gfortran.dg/shape_1.f90: New test.
5180
5181 2004-07-09  Zack Weinberg  <zack@codesourcery.com>
5182             Andrew Pinski  <apinski@apple.com>
5183
5184         * gcc.dg/noncompile/init-4.c: Remove bogus dg-error marker.
5185
5186 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5187
5188         * gfortran.fortran-torture/compile/name_clash2.f90: Remove outdated
5189         comment.
5190
5191 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5192         Paul Brook  <paul@codesourcery.com>
5193
5194         * gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
5195         '.f95' and '.F95'.
5196
5197 2004-07-09  Diego Novillo  <dnovillo@redhat.com>
5198
5199         * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
5200
5201 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5202
5203         * gfortran.dg/dg.exp: Don't use wildcard for suffixes, also check
5204         testcases with capital suffix.
5205
5206 2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5207
5208         PR fortran/15481
5209         PR fortran/13372
5210         PR fortran/13575
5211         PR fortran/15978
5212         * gfortran.fortran-torture/compile/implicit_2.f90: New test.
5213
5214         * gfortran.dg/implicit_1.f90: New test.
5215
5216 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5217
5218         * lib/gfortran-dg.exp (gfortran-dg-test):  Adapt regular
5219         expression to match gfortran warning/error messages
5220         * gfortran.dg/g77/12632.f: Copy from g77.dg and fix
5221         dg-error text.
5222
5223 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5224
5225         * lib/fortran-torture.exp: Rename proc search_for to
5226         search_for_re.
5227
5228 2004-07-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
5229
5230         * gcc.c-torture/execute/simd-5.x: New file.
5231         XFAIL on SPARC 64-bit at -O0.
5232
5233 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5234
5235         PR c++/8211
5236         PR c++/16165
5237         * g++.dg/warn/effc3.C: New test.
5238
5239 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5240
5241         * gfortran.dg/g77/f77-edit-i-in.f: Copy from g77.dg and
5242         change X to 1X in format.
5243         * gfortran.dg/g77/20010216-1.f:  Copy from g77.dg and
5244         add data statements to conform to standard.
5245
5246 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5247
5248         * gfortran.dg/g77/f77-edit-s-out.f: Copy from g77.dg. XFAIL
5249         * gfortran.dg/g77/f77-edit-t-in.f: Likewise
5250         * gfortran.dg/g77/f77-edit-x-out.f: Likewise
5251
5252 2004-07-09  David Billinghurst <David.Billinghurst@riotinto.com>
5253
5254         * gfortran.dg/g77/7388.f: Copy from g77.dg
5255         * gfortran.dg/g77/f77-edit-i-out.f: Likewise
5256         * gfortran.dg/g77/f77-edit-apostrophe-out.f: Likewise
5257         * gfortran.dg/g77/f77-edit-slash-out.f: Likewise
5258         * gfortran.dg/g77/f77-edit-colon-out.f: Likewise
5259         * gfortran.dg/g77/f77-edit-t-out.f: Likewise
5260         * gfortran.dg/g77/f77-edit-h-out.f: Likewise
5261         * gfortran.dg/g77/strlen0.f: Likewise
5262
5263 2004-07-09   David Billinghurst <David.Billinghurst@riotinto.com>
5264
5265         * lib/gfortran-dg.exp: New file (adapted from lib/g77-dg.exp)
5266         * gfortran.dg/dg.exp: New file (adapted from g77.dg/dg.exp)
5267
5268 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5269
5270         * gcc.c-torture/execute/920428-2.x: Delete.
5271         * gcc.c-torture/execute/920501-7.x: Likewise.
5272
5273 2004-07-08  Jakub Jelinek  <jakub@redhat.com>
5274
5275         * gcc.mist-tests/i386-prefetch.exp (PREFETCH_SSE): Change all
5276         -march=i386 into -march=i686.  Add -march=i686 -mtune=x and
5277         -march=x for pentium3, pentium3m, pentium-m, pentium4m,
5278         prescott and c3-2.
5279         (PREFETCH_3DNOW): Add -march=c3.
5280
5281 2004-07-08  Diego Novillo  <dnovillo@redhat.com>
5282
5283         PR c/16437
5284         * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
5285         * gcc.c-torture/execute/bf64-1.x: Likewise.
5286
5287 2004-07-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5288
5289         * gcc.c-torture/compile/20040708-1.c: New test.
5290
5291 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5292
5293         PR c++/16169
5294         * g++.dg/warn/effc2.C: New test.
5295
5296 2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
5297
5298         * gcc.c-torture/execute/bitfld-1.x: Remove.
5299         * gcc.c-torture/execute/bitfld-3.c: New test.
5300         * gcc.dg/bitfld-2.c: Remove XFAILs.
5301
5302 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
5303
5304         PR c++/16276
5305         * g++.dg/rtti/tinfo1.C: New file.
5306
5307 2004-07-07  Eric Christopher  <echristo@redhat.com>
5308
5309         * gcc.c-torture/compile/20020210-1.c: xfail with optimization.
5310
5311 2004-07-07  Andrew Pinski  <apinski@apple.com>
5312
5313         * gcc.c-torture/execute/931004-12.x: Xfail on powerpc-*-darwin*.
5314
5315 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
5316
5317         * g++.dg/init/call1.C: XFAIL.
5318
5319 2004-07-07  Alexandre Oliva  <aoliva@redhat.com>
5320
5321         * gcc.c-torture/execute/builtins/mempcpy-2.c: Rename movstr*,
5322         except for movstrict*, to movmem* and clrstr* to clrmem*.
5323
5324 2004-07-07  Richard Sandiford  <rsandifo@redhat.com>
5325
5326         * gcc.c-torture/execute/20040707-1.c: New test.
5327
5328 2004-07-06  Richard Sandiford  <rsandifo@redhat.com>
5329
5330         * gcc.c-torture/execute/20040706-1.c: New test.
5331
5332 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5333
5334         PR c++/3671
5335         * g++.dg/template/spec14.C: New test.
5336
5337 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
5338
5339         * gcc.c-torture/execute/20040629-1.c (FIELDS1, FIELDS2): Define to
5340         nothing if not yet defined.  Use it in b, c and d type definitions.
5341         * gcc.c-torture/execute/20040705-1.c: New test.
5342         * gcc.c-torture/execute/20040705-2.c: New test.
5343
5344 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5345
5346         PR c++/2518
5347         * g++.dg/lookup/new1.C: New test.
5348
5349 2004-07-05  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5350
5351         PR c++/11406
5352         * g++.dg/template/sizeof8.C: New test.
5353
5354 2004-07-05  Richard Sandiford  <rsandifo@redhat.com>
5355
5356         * gcc.c-torture/compile/20040705-1.c: New test.
5357
5358 2004-07-04  Bud Davis  <bdavis9659@comcast.net>
5359
5360         * gfortran.fortran-torture/execute/seq_io.f90: New test.
5361
5362 2004-07-04  Neil Booth  <neil@duron.akihabara.co.uk>
5363
5364         * gcc.dg/cpp/if-mop.c: Two new testcases.
5365         * gcc.dg/cpp/trad/comment-3.c: New.
5366
5367 2004-07-04  Paul Brook  <paul@codesourcery.com>
5368
5369         * gfortran.fortran-torture/compile/implicit_1.f90: New test.
5370
5371 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
5372
5373         PR c++/3761
5374         * g++.dg/lookup/crash4.C: New test.
5375
5376 2004-07-02  Zack Weinberg  <zack@codesourcery.com>
5377
5378         * gcc.c-torture/execute/builtin-abs-1.c
5379         * gcc.c-torture/execute/builtin-abs-2.c
5380         * gcc.c-torture/execute/builtin-complex-1.c
5381         * gcc.c-torture/execute/builtins/string-1-lib.c
5382         * gcc.c-torture/execute/builtins/string-1.c
5383         * gcc.c-torture/execute/builtins/string-2-lib.c
5384         * gcc.c-torture/execute/builtins/string-2.c
5385         * gcc.c-torture/execute/builtins/string-3-lib.c
5386         * gcc.c-torture/execute/builtins/string-3.c
5387         * gcc.c-torture/execute/builtins/string-4-lib.c
5388         * gcc.c-torture/execute/builtins/string-4.c
5389         * gcc.c-torture/execute/builtins/string-5-lib.c
5390         * gcc.c-torture/execute/builtins/string-5.c
5391         * gcc.c-torture/execute/builtins/string-6-lib.c
5392         * gcc.c-torture/execute/builtins/string-6.c
5393         * gcc.c-torture/execute/builtins/string-7-lib.c
5394         * gcc.c-torture/execute/builtins/string-7.c
5395         * gcc.c-torture/execute/builtins/string-8-lib.c
5396         * gcc.c-torture/execute/builtins/string-8.c
5397         * gcc.c-torture/execute/builtins/string-9-lib.c
5398         * gcc.c-torture/execute/builtins/string-9.c
5399         * gcc.c-torture/execute/builtins/string-asm-1-lib.c
5400         * gcc.c-torture/execute/builtins/string-asm-1.c
5401         * gcc.c-torture/execute/builtins/string-asm-2-lib.c
5402         * gcc.c-torture/execute/builtins/string-asm-2.c
5403         * gcc.c-torture/execute/stdio-opt-1.c
5404         * gcc.c-torture/execute/stdio-opt-2.c
5405         * gcc.c-torture/execute/stdio-opt-3.c
5406         * gcc.c-torture/execute/string-opt-1.c
5407         * gcc.c-torture/execute/string-opt-10.c
5408         * gcc.c-torture/execute/string-opt-11.c
5409         * gcc.c-torture/execute/string-opt-12.c
5410         * gcc.c-torture/execute/string-opt-13.c
5411         * gcc.c-torture/execute/string-opt-14.c
5412         * gcc.c-torture/execute/string-opt-15.c
5413         * gcc.c-torture/execute/string-opt-16.c
5414         * gcc.c-torture/execute/string-opt-2.c
5415         * gcc.c-torture/execute/string-opt-6.c
5416         * gcc.c-torture/execute/string-opt-7.c
5417         * gcc.c-torture/execute/string-opt-8.c:
5418         Replace with ...
5419
5420         * gcc.c-torture/execute/builtins/abs-2.c
5421         * gcc.c-torture/execute/builtins/abs-3.c
5422         * gcc.c-torture/execute/builtins/complex-1.c
5423         * gcc.c-torture/execute/builtins/fprintf.c
5424         * gcc.c-torture/execute/builtins/fputs.c
5425         * gcc.c-torture/execute/builtins/memcmp.c
5426         * gcc.c-torture/execute/builtins/memmove.c
5427         * gcc.c-torture/execute/builtins/memops-asm.c
5428         * gcc.c-torture/execute/builtins/mempcpy-2.c
5429         * gcc.c-torture/execute/builtins/mempcpy.c
5430         * gcc.c-torture/execute/builtins/memset.c
5431         * gcc.c-torture/execute/builtins/printf.c
5432         * gcc.c-torture/execute/builtins/sprintf.c
5433         * gcc.c-torture/execute/builtins/strcat.c
5434         * gcc.c-torture/execute/builtins/strchr.c
5435         * gcc.c-torture/execute/builtins/strcmp.c
5436         * gcc.c-torture/execute/builtins/strcpy.c
5437         * gcc.c-torture/execute/builtins/strcspn.c
5438         * gcc.c-torture/execute/builtins/strlen-2.c
5439         * gcc.c-torture/execute/builtins/strlen.c
5440         * gcc.c-torture/execute/builtins/strncat.c
5441         * gcc.c-torture/execute/builtins/strncmp-2.c
5442         * gcc.c-torture/execute/builtins/strncmp.c
5443         * gcc.c-torture/execute/builtins/strncpy.c
5444         * gcc.c-torture/execute/builtins/strpbrk.c
5445         * gcc.c-torture/execute/builtins/strpcpy-2.c
5446         * gcc.c-torture/execute/builtins/strpcpy.c
5447         * gcc.c-torture/execute/builtins/strrchr.c
5448         * gcc.c-torture/execute/builtins/strspn.c
5449         * gcc.c-torture/execute/builtins/strstr-asm.c
5450         * gcc.c-torture/execute/builtins/strstr.c:
5451         ... these new files.
5452
5453         * gcc.c-torture/execute/builtins/abs-2-lib.c
5454         * gcc.c-torture/execute/builtins/abs-3-lib.c
5455         * gcc.c-torture/execute/builtins/complex-1-lib.c
5456         * gcc.c-torture/execute/builtins/fprintf-lib.c
5457         * gcc.c-torture/execute/builtins/fputs-lib.c
5458         * gcc.c-torture/execute/builtins/memcmp-lib.c
5459         * gcc.c-torture/execute/builtins/memmove-lib.c
5460         * gcc.c-torture/execute/builtins/memops-asm-lib.c
5461         * gcc.c-torture/execute/builtins/mempcpy-2-lib.c
5462         * gcc.c-torture/execute/builtins/mempcpy-lib.c
5463         * gcc.c-torture/execute/builtins/memset-lib.c
5464         * gcc.c-torture/execute/builtins/printf-lib.c
5465         * gcc.c-torture/execute/builtins/sprintf-lib.c
5466         * gcc.c-torture/execute/builtins/strcat-lib.c
5467         * gcc.c-torture/execute/builtins/strchr-lib.c
5468         * gcc.c-torture/execute/builtins/strcmp-lib.c
5469         * gcc.c-torture/execute/builtins/strcpy-lib.c
5470         * gcc.c-torture/execute/builtins/strcspn-lib.c
5471         * gcc.c-torture/execute/builtins/strlen-2-lib.c
5472         * gcc.c-torture/execute/builtins/strlen-lib.c
5473         * gcc.c-torture/execute/builtins/strncat-lib.c
5474         * gcc.c-torture/execute/builtins/strncmp-2-lib.c
5475         * gcc.c-torture/execute/builtins/strncmp-lib.c
5476         * gcc.c-torture/execute/builtins/strncpy-lib.c
5477         * gcc.c-torture/execute/builtins/strpbrk-lib.c
5478         * gcc.c-torture/execute/builtins/strpcpy-2-lib.c
5479         * gcc.c-torture/execute/builtins/strpcpy-lib.c
5480         * gcc.c-torture/execute/builtins/strrchr-lib.c
5481         * gcc.c-torture/execute/builtins/strspn-lib.c
5482         * gcc.c-torture/execute/builtins/strstr-asm-lib.c
5483         * gcc.c-torture/execute/builtins/strstr-lib.c
5484         * gcc.c-torture/execute/builtins/lib/abs.c
5485         * gcc.c-torture/execute/builtins/lib/fprintf.c
5486         * gcc.c-torture/execute/builtins/lib/memset.c
5487         * gcc.c-torture/execute/builtins/lib/printf.c
5488         * gcc.c-torture/execute/builtins/lib/sprintf.c
5489         * gcc.c-torture/execute/builtins/lib/strcpy.c
5490         * gcc.c-torture/execute/builtins/lib/strcspn.c
5491         * gcc.c-torture/execute/builtins/lib/strncat.c
5492         * gcc.c-torture/execute/builtins/lib/strncmp.c
5493         * gcc.c-torture/execute/builtins/lib/strncpy.c
5494         * gcc.c-torture/execute/builtins/lib/strpbrk.c
5495         * gcc.c-torture/execute/builtins/lib/strspn.c
5496         * gcc.c-torture/execute/builtins/lib/strstr.c:
5497         New files containing support routines.
5498
5499         * gcc.c-torture/execute/builtins/abs-1.c: Remove unnecessary
5500         declaration.
5501         * gcc.c-torture/execute/builtins/lib/main.c: Define link_error
5502         when not optimizing.
5503
5504 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
5505
5506         PR c++/16240
5507         * g++.dg/abi/mangle22.C: New test.
5508         * g++.dg/abi/mangle23.C: Likewise.
5509
5510 2004-07-02  David Billinghurst  <David.Billinghurst@riotinto.com>
5511
5512         PR fortran/16290
5513         * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
5514         Allow for cases without denormalized floating point numbers.
5515
5516 2004-07-01  Joseph S. Myers  <jsm@polyomino.org.uk>
5517
5518         PR c/1027
5519         * gcc.dg/Wswitch-enum.c, gcc.dg/Wswitch.c,
5520         gcc.dg/format/branch-1.c, gcc.dg/format/diag-1.c,
5521         gcc.dg/format/multattr-3.c, gcc.dg/format/xopen-1.c: Update
5522         expected warning text.
5523         * gcc.dg/format/diag-2.c: New test.
5524
5525 2004-07-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
5526
5527         * gcc.c-torture/compile/20040323-1.c: XFAIL on Solaris 2.
5528
5529 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
5530
5531         * gcc.dg/builtins-43.c: New.
5532         * gcc.dg/builtins-44.c: New.
5533         * gcc.dg/builtins-45.c: New.
5534
5535 2004-06-26  Geoffrey Keating  <geoffk@apple.com>
5536             Andreas Tobler  <a.tobler@schweiz.ch>
5537
5538         * gcc.dg/cleanup-10.c: Run on all Linux platforms and powerpc-darwin.
5539         Use SA_RESETHAND rather than SA_ONESHOT.  Trap SIGBUS as well
5540         as SIGSEGV.
5541         * gcc.dg/cleanup-11.c: Likewise.
5542         * gcc.dg/cleanup-8.c: Likewise.
5543         * gcc.dg/cleanup-9.c: Likewise.
5544         * gcc.dg/cleanup-5.c: Run on all platforms.
5545
5546 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
5547
5548         * g++.dg/warn/nonnull1.C: New test.
5549
5550 2004-06-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
5551
5552         * gcc.dg/compat/compat-common.h: Wrap up CINT in
5553         an #ifndef SKIP_COMPLEX_INT/#endif pair.
5554         Special-case the Sun compiler wrt to <complex.h>.
5555
5556 2004-06-30  Nitin Yewale <nitiny@kpitcummins.com>
5557
5558         * gcc.dg/Wunreachable-8.C: New test.
5559
5560         * gcc.dg/h8300-ice2.c : New test.
5561
5562 2004-06-30  Tobias Schlueter  <tobias.shclueter@physik.uni-muenchen.de>
5563
5564         PR fortran/16161
5565         * gfortran.fortran-torture/compile/implicit.f90: Add test
5566         for implicit character.
5567
5568 2004-06-30  David Billinghurst <David.Billinghurst@riotinto.com>
5569
5570         PR fortran/16289
5571         * gfortran.fortran-torture/execute/intrinsic_nearest.f90
5572         Use tiny() intrinsic to find smallest non-negative real
5573
5574 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
5575
5576         * gcc.dg/compat/struct-by-value-22_main.c: New test.
5577         * gcc.dg/compat/struct-by-value-22_x.c: New.
5578         * gcc.dg/compat/struct-by-value-22_y.c: New.
5579
5580         * gcc.c-torture/execute/20040629-1.c: New test.
5581
5582 2004-06-29  Jakub Jelinek  <jakub@redhat.com>
5583
5584         * gcc.dg/compat/vector-defs.h: Use vector_size attribute
5585         only for GCC 3.5+, for GCC up to 3.4 mode(V*) attribute instead.
5586
5587         PR target/16195
5588         * gcc.dg/20040625-1.c: New test.
5589
5590 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5591
5592         * gfortran.fortran-torture/execute/parameter_2.f90: New test.
5593
5594 2004-06-29  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5595
5596         PR fortran/15963
5597         * gfortran.fortran-torture/execute/initialization_1.f90: New test.
5598
5599 2004-06-29  Richard Henderson  <rth@redhat.com>
5600
5601         * gcc.dg/tree-ssa/20040430-1.c: Expect zero if's.
5602
5603 2004-06-29  Paul Brook  <paul@codesourcery.com>
5604
5605         * g++.old-deja/g++.abi/arraynew.C: Handle ARM EABI cookies.
5606         * g++.old-deja/g++.abi/cxa_vec.C: Allocate larger cookies for AEABI.
5607
5608 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
5609
5610         PR c++/16260
5611         * g++.dg/parse/crash15.C: New.
5612
5613 2004-06-28  Andrew Pinski  <apinski@apple.com>
5614
5615         * gcc.dg/pr14963.c: Remove the dg-warning as it is dected
5616         by the error already.
5617
5618         * g++.dg/opt/ptrmem4.C: Change to compile only test.
5619
5620 2004-06-28  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
5621
5622         PR target/14041
5623         * gcc.dg/h8300-bss-align-1.c : New.
5624
5625 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
5626
5627         * PR c++/16174
5628         * g++.dg/template/ctor4.C: New.
5629
5630 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5631
5632         PR c++/16205
5633         * g++.dg/warn/Wsequence-point-1.C: New test.
5634
5635 2004-06-27  Paul Brook  <paul@codesourcery.com>
5636
5637         * gfortran.fortran-torture/execute/specfics.f90: Use correct typing.
5638
5639 2004-06-27  Zack Weinberg  <zack@codesourcery.com>
5640
5641         * g++.old-deja/g++.mike/p7325.C: Remove.
5642
5643 2004-06-27  Andrew Pinski  <pinskia@physics.uc.edu>
5644
5645         PR c/14963
5646         * gcc.dg/pr14963.c: New test.
5647
5648 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
5649
5650         PR c++/16193
5651         * g++.dg/parse/redef1.C: New test.
5652
5653 2004-06-27  Joseph S. Myers  <jsm@polyomino.org.uk>
5654
5655         * gcc.c-torture/compile/20021123-1.c: Remove duplicate of
5656         20021110.c.
5657         * gcc.c-torture/compile/20021123-4.c: Remove duplicate of
5658         20021119-1.c.
5659         * gcc.dg/vmx/5-05.c, gcc.dg/vmx/5-06.c, gcc.dg/vmx/5-07.c,
5660         gcc.dg/vmx/5-08.c: Remove duplicates of 5-01.c, 5-02.c, 5-03.c,
5661         5-04.c.
5662         * gcc.dg/builtins-42.c: Remove duplicate of builtins-41.c.
5663         * g++.dg/other/new1.C: Remove duplicate of g++.dg/init/new1.C.
5664         * g++.dg/init/elide3.C: Remove duplicate of elide2.C.
5665         * g++.old-deja/g++.law/enum8.C: Remove duplicate of
5666         g++.brendan/enum14.C.
5667         * g++.old-deja/g++.mike/ns8.C: Remove duplicate of ns6.C
5668         * g++.old-deja/g++.ns/alias5.C: Remove duplicate of alias1.C.
5669         * g++.old-deja/g++.other/virtual1.C: Remove duplicate of
5670         g++.mike/virt1.C.
5671         * g++.old-deja/g++.pt/memtemp27.C: Remove duplicate of
5672         memtemp24.C.
5673
5674 2004-06-27  Roger Sayle  <roger@eyesopen.com>
5675
5676         * gcc.dg/20040527-1.c: New test case.
5677
5678 2004-06-26  Bud Davis  <bdavis9659@comcast.net>
5679
5680         PR gfortran/pr16196
5681         * gfortran.fortran-torture/execute/open_replace.f90: New test case.
5682
5683 2004-06-25  Roger Sayle  <roger@eyesopen.com>
5684
5685         PR middle-end/15825
5686         * gcc.dg/pr15825-1.c: New test case.
5687
5688 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5689
5690         * gcc.c-torture/execute/20040625-1.c: New test.
5691
5692 2004-06-25  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5693
5694         * gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.
5695
5696 2004-06-25  Richard Sandiford  <rsandifo@redhat.com>
5697
5698         * gcc.dg/torture/mips-div-1.c: New test.
5699
5700 2004-06-24  Jeff Law  <law@redhat.com>
5701
5702         * gcc.dg/tree-ssa/20040624-1.c: New test.
5703
5704 2004-06-24  Richard Sandiford  <rsandifo@redhat.com>
5705
5706         * gcc.c-torture/compile/20040624-1.c: New test.
5707
5708 2004-06-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5709
5710         * g++.dg/tree-ssa/tree-ssa.exp: Remove. dg.exp already handles
5711         this directory.
5712
5713 2004-06-23  Andrew Pinski  <apinski@apple.com>
5714
5715         PR middle-end/15988
5716         * g++.dg/opt/ptrmem4.C: New test.
5717
5718         * gcc.dg/c90-array-quals-2.c: New test.
5719
5720 2006-06-23  Nitin Yewale <NitinY@KPITCummins.com>
5721
5722         * gcc.dg/kpice1.c: New test.
5723
5724 2006-06-23  Andrew Pinski  <apinski@apple.com>
5725
5726         * gcc.dg/c90-array-quals.c: New test.
5727
5728 2006-06-22  Richard Henderson  <rth@redhat.com>
5729
5730         * gcc.dg/noreturn-1.c (foo5): Update function does return lineno.
5731
5732 2004-06-22  Loren James Rittle  <ljrittle@acm.org>
5733
5734         * gcc.dg/builtins-config.h: Handle FreeBSD.
5735
5736 2006-06-22  Richard Henderson  <rth@redhat.com>
5737
5738         * g++.dg/opt/devirt1.C: New.
5739
5740 2004-06-22  Kelley Cook <kcook@gcc.gnu.org>
5741
5742         * g++.dg/opt/pr15551.C: New testcase.
5743
5744 2004-06-22  H.J. Lu  <hongjiu.lu@intel.com>
5745
5746         PR target/14800
5747         * gcc.misc-tests/linkage.exp: Set native_cflags to "-m32" for
5748         x86_64-*-linux* when compiling for 32bit.
5749
5750 2004-06-21  Andrew Pinski  <apinski@apple.com>
5751
5752         * gcc.dg/pch/struct-1.c: New.
5753         * gcc.dg/pch/struct-1.hs: New.
5754
5755 2004-06-21  Geoffrey Keating  <geoffk@apple.com>
5756
5757         * gcc.dg/pch/save-temps-1.c: New file.
5758         * gcc.dg/pch/save-temps-1.hs: New file.
5759
5760 2004-06-22  Janne Blomqvist  <jblomqvi@cc.hut.fi>
5761
5762         * gfortran.fortran-torture/execute/iolength_1.f90: New test.
5763         * gfortran.fortran-torture/execute/iolength_3.f90: New test.
5764
5765 2004-06-21  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5766
5767         * gfortran.fortran-torture/execute/select_1.f90: Rename function
5768         to fix type error.
5769         * gfortran.fortran-torture/execute/intrinsic_associated.f90:
5770         Remove trailing spaces.
5771
5772 2004-06-21  Richard Henderson  <rth@redhat.com>
5773
5774         * gcc.dg/tree-ssa/20030714-1.c: Rename variables to avoid
5775         merging && to BIT_FIELD_REF.
5776
5777 2004-06-21  Richard Sandiford  <rsandifo@redhat.com>
5778
5779         * g++.dg/opt/placeholder1.C: New test.
5780
5781 2004-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
5782
5783         * gcc.dg/compat/struct-complex-1_x.c: Add dummy symbol.
5784         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
5785         * gcc.dg/compat/union-m128-1_x.c: Likewise.
5786         * gcc.dg/compat/union-m128-1_y.c: Likewise.
5787
5788 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
5789
5790         * g++.dg/expr/enum1.C, g++.dg/opt/const3.C: Declare abort with
5791         extern "C".
5792         * g++.dg/other/pragma-re-1.C: Add comments.
5793
5794 2004-06-19  Bud Davis  <bdavis9659@comcast.net>
5795
5796         PR gfortran/16080
5797         * gfortran.fortran-torture/execute/read_null_string.f90: New file.
5798
5799 2004-06-19  Andrew Pinski  <pinskia@physics.uc.edu>
5800
5801         * g++.dg/lookup/crash3.C: Use __SIZE_TYPE__
5802         instead of setting the type of size_t by
5803         hand.
5804
5805 2004-06-18  Roger Sayle  <roger@eyesopen.com>
5806
5807         * gcc.dg/unordered-2.c: New test case.
5808         * gcc.dg/unordered-3.c: New test case.
5809
5810 2004-06-19  David Billinghurst <David.Billinghurst@riotinto.com>
5811
5812         PR other/16043
5813         * lib/g++.exp (g++_version): Tweak regexp for version
5814         * lib/g77.exp (g77_version): Likewise
5815         * lib/gfortran.exp (gfortran_version): Likewise
5816         * lib/objc.exp (objc_version): Likewise
5817         * lib/treelang.exp (treelang_version): Likewise
5818
5819 2004-06-19  Jakub Jelinek  <jakub@redhat.com>
5820
5821         * gcc.dg/compat/struct-align-2_x.c: Include <limits.h>.
5822         Use INT_MAX instead of __INT_MAX__.
5823         * gcc.dg/compat/struct-align-2_y.c: Likewise.
5824
5825         * gcc.dg/compat/compat-common.h (CINT, CDBL): Define.
5826         * gcc.dg/compat/scalar-return-3_x.c: Use it.
5827         * gcc.dg/compat/scalar-return-3_y.c: Use it.
5828         * gcc.dg/compat/scalar-return-4_x.c: Use it.
5829         * gcc.dg/compat/scalar-return-4_y.c: Use it.
5830         * gcc.dg/compat/scalar-by-value-3_x.c: Use it.
5831         * gcc.dg/compat/scalar-by-value-3_y.c: Use it.
5832         * gcc.dg/compat/scalar-by-value-4_x.c: Use it.
5833         * gcc.dg/compat/scalar-by-value-4_y.c: Use it.
5834
5835         * gcc.dg/range-test-1.c: New test.
5836         * g++.dg/opt/range-test-1.C: New test.
5837
5838 2004-06-17  Richard Henderson  <rth@redhat.com>
5839
5840         * objc.dg/sync-1.m: New.
5841         * objc.dg/try-catch-1.m: Don't force next runtime.
5842         * objc.dg/try-catch-3.m, objc.dg/try-catch-4.m: Likewise.
5843         * objc.dg/try-catch-2.m: Likewise.  Enable everywhere.  Remove
5844         shadowed catch clause.
5845         * objc.dg/try-catch-5.m: New.
5846
5847 2004-06-17  Zack Weinberg  <zack@codesourcery.com>
5848
5849         Bug 14610
5850         * gcc.dg/ia64-float80-1.c, gcc.dg/ia64-float80-2.c: New testcases.
5851
5852 2004-06-15  Richard Henderson  <rth@redhat.com>
5853
5854         * gcc.dg/20001116-1.c: Move expected warning line.
5855
5856 2004-06-15  Richard Henderson  <rth@redhat.com>
5857
5858         * gcc.dg/i386-ssetype-1.c: Remove XFAIL.
5859         * gcc.dg/i386-ssetype-3.c: Remove XFAIL.
5860
5861 2004-06-15  Jeff Law  <law@redhat.com>
5862
5863         * gcc.dg/tree-ssa/20040615-1.c: New test.
5864         * gcc.dg/tree-ssa/20030824-1.c: Update expected output to
5865         be less sensitive to operand ordering.
5866         * gcc.dg/tree-ssa/20030824-2.c: Likewise.
5867
5868 2004-06-16  Danny Smith  <dannysmith@users.sourceforge.net>
5869
5870         * g++.dg/abi/bitfield3.C: Add comment..
5871
5872 2004-06-15  Richard Henderson  <rth@redhat.com>
5873
5874         * g++.dg/ext/stmtexpr1.C: XFAIL.
5875         * gcc.dg/20030612-1.c: XFAIL.
5876
5877 2004-06-15  Eric Christopher  <echristo@redhat.com>
5878
5879         * g++.dg/charset/asm5.c: New.
5880         * gcc.dg/charset/asm6.c: New.
5881
5882 2004-06-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5883
5884         PR fortran/15962
5885         * gfortran.fortran-torture/execute/select_1.f90: New test.
5886
5887 2004-06-15  Paul Brook  <paul@codesourcery.com>
5888
5889         * gcc.dg/arm-mmx-1.c: Use asm to clobber registers.
5890
5891 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5892
5893         PR c++/15967
5894         * g++.dg/lookup/crash3.C: New test.
5895
5896 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5897
5898         PR c++/15947
5899         * g++.dg/parse/dtor4.C: New test.
5900
5901 2004-06-14  Jeff Law  <law@redhat.com>
5902
5903         * gcc.c-torture/compile/20040614-1.c: New test.
5904
5905 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5906
5907         PR fortran/15211
5908         * gfortran.fortran-torture/execute/intrinsic_len.f90: Also test
5909         LEN of a character array.
5910
5911 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
5912
5913         PR c++/15096
5914         * g++.dg/template/ptrmem10.C: New test.
5915
5916         PR c++/14930
5917         * g++.dg/template/friend30.C: New test.
5918
5919 2004-06-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5920
5921         PR fortran/14928
5922         * gfortran.fortran-torture/compile/mloc.f90: New test.
5923
5924 2004-06-13  Paul Brook  <paul@codesourcery.com>
5925
5926         * gfortran.fortran-torture/execute/random_2.f90: New test.
5927
5928 2004-06-13  Eric Christopher  <echristo@redhat.com>
5929
5930         * gcc.dg/noncompile/redecl-1.c: Fix error message.
5931
5932 2004-06-12  Paul Brook  <paul@codesourcery.com>
5933
5934         * gfortran.fortran-torture/execute/contained_3.f90: New test.
5935
5936 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5937
5938         PR fortran/14923
5939         * gfortran.fortran-torture/execute/date_time_1.f90: New test.
5940
5941 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5942
5943         PR fortran/14957
5944         * gfortran.fortran-torture/execute/stack_varsize.f90: Correct
5945         syntax errors in end statements of contained subroutines.
5946
5947 2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5948
5949         PR fortran/12841
5950         * gfortran.fortran-torture/execute/null_arg.f90: New test.
5951
5952 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5953
5954         PR fortran/15665
5955         * gfortran.fortran-torture/execute/getarg_1.f90: New test.
5956
5957 2004-06-12  Bud Davis  <bdavis9659@comcast.net>
5958
5959         PR gfortran/12839
5960         * gfortran.fortran-torture/execute/nan_inf_fmt.f90: New test.
5961
5962 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
5963
5964         PR c++/15862
5965         * g++.dg/parse/enum1.C: New test.
5966
5967 2004-06-10  Jeff Law  <law@redhat.com>
5968
5969         * gcc.c-torture/compile/20040610-1.c: New test.
5970
5971 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5972
5973         * g++.old-deja/g++.robertl/eb4.C: Adjust error markers.
5974         * g++.old-deja/g++.other/decl3.C: Likewise.
5975
5976 2004-06-10  Brian Booth  <bbooth@redhat.com>
5977
5978         * gcc.dg/tree-ssa/20031015-1.c: Scan for
5979         V_MAY_DEF instead of VDEF.
5980         * gcc.dg/tree-ssa/20040517-1.c: Ditto.
5981
5982 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
5983
5984         PR c++/14211
5985         * g++.dg/conversion/const1.C: New test.
5986
5987         PR c++/15076
5988         * g++.dg/conversion/reinterpret1.C: New test.
5989
5990         PR c++/15877
5991         * g++.dg/template/enum2.C: New test.
5992
5993         PR c++/15227
5994         * g++.dg/template/error13.C: New test.
5995
5996 2004-06-10  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
5997
5998         PR fortran/14957
5999         * gfortran.fortran-torture/execute/intrinsic_scale.f90: Make all
6000         arguments to test_* REAL and of the right size.
6001
6002 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
6003
6004         PR target/15569
6005         PR rtl-optimization/15681
6006         * gcc.dg/20040609-1.c: New test.
6007
6008 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
6009
6010         PR c++/14791
6011         * g++.dg/opt/builtins1.C: New test.
6012
6013 2004-06-10  Danny Smith  <dannysmith@users.sourceforge.net>
6014
6015         * gcc.dg/i386-bitfield1.c: Add mingw32 and cygwin to targets
6016         that use default windows32 struct layout.
6017         * gcc.dg/i386-bitfield2.c: Likewise.
6018
6019 2004-06-09  Danny Smith  <dannysmith@users.sourceforge.net>
6020
6021         * g++.dg/abi/bitfield3.C: Add -mno-align-double compile option
6022         for mingw32 and cygwin targets.
6023
6024 2004-06-09  Geoffrey Keating  <geoffk@apple.com>
6025
6026         * gcc.dg/pch/macro-4.c: New.
6027         * gcc.dg/pch/macro-4.hs: New.
6028
6029 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6030
6031         PR fortran/13249
6032         * gfortran.fortran-torture/compile/name_clash.f90: New test.
6033
6034 2004-06-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6035
6036         PR fortran/13372
6037         * gfortran.fortran-torture/compile/named_args_2.f90: New test.
6038
6039 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
6040
6041         PR gfortran/14897
6042         * gfortran.fortran-torture/execute/t_edit.f90: New test.
6043
6044 2004-06-09  Bud Davis  <bdavis9659@comcast.net>
6045
6046         PR gfortran/15755
6047         * gfortran.fortran-torture/execute/backspace.c : New test.
6048
6049 2004-06-09  Paul Brook  <paul@codesourcery.com>
6050
6051         * gfortran.fortran-torture/execure/intrinsic_associated.f90
6052         (pointer_to_section): Rewrite to use smaller array.
6053
6054 2004-06-08  David Edelsohn  <edelsohn@gnu.org>
6055
6056         * gcc.dg/ext/altivec-1.c: XFAIL powerpc-ibm-aix*.
6057         * gcc.dg/ext/altivec-10.c: Same.
6058         * gcc.dg/ext/altivec-11.c: Same.
6059         * gcc.dg/ext/altivec-12.c: Same.
6060         * gcc.dg/ext/altivec-13.c: Same.
6061         * gcc.dg/ext/altivec-14.c: Same.
6062         * gcc.dg/ext/altivec-15.c: Same.
6063         * gcc.dg/ext/altivec-16.c: Same.
6064         * gcc.dg/ext/altivec-3.c: Same.
6065         * gcc.dg/ext/altivec-4.c: Same.
6066         * gcc.dg/ext/altivec-6.c: Same.
6067         * gcc.dg/ext/altivec-7.c: Same.
6068         * gcc.dg/ext/altivec-8.c: Same.
6069         * gcc.dg/ext/altivec-varargs-1.c: Same.
6070
6071         * g++.dg/ext/altivec-1.C: Correct dg syntax.
6072         * g++.dg/ext/altivec-10.C: Same.
6073         * g++.dg/ext/altivec-2.C: Same.
6074         * g++.dg/ext/altivec-3.C: Same.
6075         * g++.dg/ext/altivec-4.C: Same.
6076         * g++.dg/ext/altivec-5.C: Same.
6077         * g++.dg/ext/altivec-6.C: Same.
6078         * g++.dg/ext/altivec-7.C: Same.
6079         * g++.dg/ext/altivec-8.C: Same.
6080         * g++.dg/ext/altivec-9.C: Same.
6081
6082 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6083
6084         PR c++/7841
6085         * g++.old-deja/g++.pt/ctor2.C: Add error mark.
6086
6087 2004-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
6088
6089         * gcc.dg/union-1.c: New test.
6090
6091 2004-06-07  Roger Sayle  <roger@eyesopen.com>
6092
6093         * gcc.dg/builtins-41.c: New test case.
6094         * gcc.dg/builtins-42.c: New test case.
6095
6096 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
6097
6098         * g++.dg/ext/altivec-1.C: XFAIL powerpc-ibm-aix*.
6099         * g++.dg/ext/altivec-10.C: Same.
6100         * g++.dg/ext/altivec-2.C: Same.
6101         * g++.dg/ext/altivec-3.C: Same.
6102         * g++.dg/ext/altivec-4.C: Same.
6103         * g++.dg/ext/altivec-5.C: Same.
6104         * g++.dg/ext/altivec-6.C: Same.
6105         * g++.dg/ext/altivec-7.C: Same.
6106         * g++.dg/ext/altivec-8.C: Same.
6107         * g++.dg/ext/altivec-9.C: Same.
6108         * g++.old-deja/g++.abi/cxa_vec.C: Same.
6109         * g++.old-deja/g++.brendan/new3.C: Same.
6110         * gcc.c-torture/execute/eeprof-1.x: Same.
6111
6112 2004-06-07  Joseph S. Myers  <jsm@polyomino.org.uk>
6113
6114         PR c/14765
6115         * gcc.dg/pr14765-1.c: New test.
6116
6117 2004-06-07  Roger Sayle  <roger@eyesopen.com>
6118
6119         PR c/14649
6120         * gcc.dg/pr14649-1.c: New test case.
6121
6122 2004-06-07  Richard Henderson  <rth@redhat.com>
6123
6124         * gcc.dg/tree-ssa/20030728-1.c: Fixup return value to not match
6125         if temporaries.
6126
6127 2004-06-07  David Edelsohn  <edelsohn@gnu.org>
6128
6129         * g++.dg/eh/elide1.C: Remove XFAIL.
6130
6131 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
6132
6133         PR c++/15337
6134         * g++.dg/expr/sizeof3.C: New test.
6135
6136         PR c++/14777
6137         * g++.dg/template/access14.C: New test.
6138
6139         PR c++/15554
6140         * g++.dg/template/enum1.C: New test.
6141
6142         PR c++/15057
6143         * g++.dg/eh/throw1.C: New test.
6144
6145 2004-06-07  David Ayers  <d.ayers@inode.at>
6146             Ziemowit Laski  <zlaski@apple.com>
6147
6148         * lib/objc.exp (objc_target_compile): Revert the '-framework
6149         Foundation' flag fix, since bare Darwin does not ship
6150         with the Foundation framework.
6151         * objc/execute/next_mapping.h: Provide a local NSConstantString
6152         @interface and @implementation.
6153         (objc_constant_string_init): A constructor function, used to
6154         initialize the NSConstantString meta-class object.
6155         * objc/execute/string1.m: Include "next_mapping.h" instead of
6156         <Foundation/NSString.h>.
6157         * objc/execute/string2.m: Likewise.
6158         * objc/execute/string3.m: Likewise.
6159         * objc/execute/string4.m: Likewise.
6160
6161 2004-06-06  H.J. Lu  <hongjiu.lu@intel.com>
6162
6163         * gcc.c-torture/execute/ieee/fp-cmp-4.c (FLOAT): New. Default
6164         to double. Replace double with FLOAT.
6165         * gcc.c-torture/execute/ieee/fp-cmp-8.c: Likewise.
6166
6167         * gcc.c-torture/execute/ieee/fp-cmp-4e.c: New file.
6168         * gcc.c-torture/execute/ieee/fp-cmp-4f.c: Likewise.
6169         * gcc.c-torture/execute/ieee/fp-cmp-4l.c: Likewise.
6170         * gcc.c-torture/execute/ieee/fp-cmp-4q.c: Likewise.
6171         * gcc.c-torture/execute/ieee/fp-cmp-8e.c: Likewise.
6172         * gcc.c-torture/execute/ieee/fp-cmp-8f.c: Likewise.
6173         * gcc.c-torture/execute/ieee/fp-cmp-8l.c: Likewise.
6174         * gcc.c-torture/execute/ieee/fp-cmp-8q.c: Likewise.
6175
6176 2004-06-06  Joseph S. Myers  <jsm@polyomino.org.uk>
6177
6178         PR c/13519
6179         * gcc.c-torture/enum-3.c, gcc.dg/pr13519-1.c: New tests.
6180
6181 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6182
6183         PR c++/15503
6184         * g++.dg/template/meminit2.C: New test.
6185
6186 2004-06-04  Paolo Bonzini  <bonzini@gnu.org>
6187
6188         PR target/15822
6189         * gcc.c-torture/execute/compare-fp-1.c,
6190         gcc.c-torture/execute/compare-fp-2.c,
6191         gcc.c-torture/execute/compare-fp-3.c,
6192         gcc.c-torture/execute/compare-fp-4.c,
6193         gcc.c-torture/execute/compare-fp-3.x,
6194         gcc.c-torture/execute/compare-fp-4.x: Moved...
6195         * gcc.c-torture/execute/ieee/compare-fp-1.c,
6196         gcc.c-torture/execute/ieee/compare-fp-2.c,
6197         gcc.c-torture/execute/ieee/compare-fp-3.c,
6198         gcc.c-torture/execute/ieee/compare-fp-4.c,
6199         gcc.c-torture/execute/ieee/compare-fp-3.x,
6200         gcc.c-torture/execute/ieee/compare-fp-4.x: ...here.
6201
6202 2004-06-04  David Ayers  <d.ayers@inode.at>
6203
6204         * objc/execute/protocol-isEqual-4.m: New testcase.
6205
6206 2004-06-04  Nicola Pero  <n.pero@mi.flashnet.it>
6207
6208         * objc/execute/protocol-isEqual-1.m: New testcase.
6209         * objc/execute/protocol-isEqual-2.m: New testcase.
6210         * objc/execute/protocol-isEqual-3.m: New testcase.
6211
6212 2004-06-03  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6213
6214         * gfortran.fortran-torture/execute/optstring_1.f90: New testcase.
6215
6216 2004-06-02  Ziemowit Laski  <zlaski@apple.com>
6217
6218         * lib/objc.exp (objc_target_compile): When running tests on
6219         Darwin (Mac OS X), inform the linker about '-framework
6220         'Foundation'.
6221
6222 2004-06-02  Eric Christopher  <echristo@redhat.com>
6223
6224         * gcc.c-torture/compile/20040602-1.c: New.
6225
6226 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
6227
6228         * g++.dg/tree-ssa/ssa-sra-1.C: Fix comment.
6229         * g++.dg/tree-ssa/ssa-sra-2.C: Likewise.
6230
6231         PR tree-optimization/14736
6232         * g++.dg/tree-ssa/ssa-cast-1.C: New Test.
6233
6234         PR tree-optimization/14042
6235         * g++.dg/tree-ssa/ssa-sra-1.C: New Test.
6236
6237         PR tree-optimization/14729
6238         * g++.dg/tree-ssa/ssa-sra-2.C: New Test.
6239
6240 2004-06-02  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6241
6242         PR fortran/15557
6243         * gfortran.fortran-torture/execute/data_3.f90: New testcase.
6244
6245 2004-06-01  Richard Hederson  <rth@redhat.com>
6246
6247         * g++.dg/template/dependent-expr4.C: Use __builtin_offsetof.
6248
6249 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6250
6251         PR c++/14932
6252         * g++.dg/parse/offsetof4.C: New test.
6253
6254 2004-06-01  Nicola Pero  <nicola@brainstorm.co.uk>
6255
6256         PR objc/7993
6257         * objc.dg/private-1.m, objc-dg/private-2.m: New testcases.
6258
6259 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
6260
6261         PR c++/15701
6262         * g++.dg/template/friend29.C: New test.
6263
6264 2004-05-31  Joseph S. Myers  <jsm@polyomino.org.uk>
6265
6266         PR c/15749
6267         * gcc.dg/pr15749-1.c, gcc.dg/pr15749-1.h: New test.
6268
6269 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6270
6271         * gcc.dg/sparc-trap-1.c: New test.
6272
6273 2004-05-31  Roger Sayle  <roger@eyesopen.com>
6274
6275         PR middle-end/15069
6276         * g++.dg/opt/fold3.C: New test case.
6277
6278 2004-05-30  Graham Stott  <graham.stott@btinternet.com>
6279
6280         * lib/target-supports.exp (check_iconv_available): Fix fallout
6281         from 2004-05-28 patch.
6282
6283 2004-05-30  Paul Brook  <paul@codesourcery.com>
6284
6285         PR fortran/15620
6286         * gfortran.fortran-torture/execute/st_function_1.f90: New test.
6287         * gfortran.fortran-torture/execute/st_function_2.f90: New test.
6288
6289 2004-05-30  Steven G. Kargl  <kargls@comcast.net>
6290
6291         * gfortran.fortran-torture/execute/random_1.f90: New test.
6292
6293 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6294
6295         * g++.dg/ext/altivec-10.C: New test.
6296
6297 2004-05-29  Paul Brook  <paul@codesourcery.com>
6298
6299         * gfortran.fortran-torture/execute/equiv_1.f90: New test.
6300
6301 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6302
6303         * gcc.dg/altivec-16.c: New test.
6304
6305 2004-05-28  Janis Johnson  <janis187@us.ibm.com>
6306
6307         * lib/target-supports.exp (check_vmx_hw_available): New.
6308         * gcc.dg/vmx/vmx.exp: Use it to determine default action.
6309
6310         * lib/target-supports.exp (check_alias_available,
6311         check_iconv_available, check_named_sections_available): Use
6312         unique names for temporary files.
6313
6314 2004-05-28  Ziemowit Laski  <zlaski@apple.com>
6315
6316         * gcc.dg/altivec-15.c: New test.
6317
6318 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6319
6320         PR c++/15083
6321         * g++.dg/warn/noeffect6.C: New test.
6322
6323         PR c++/15471
6324         * g++.dg/expr/ptrmem4.C: New test.
6325
6326         PR c++/15640
6327         * g++.dg/template/operator3.C: New test.
6328
6329 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
6330
6331         PR c++/14668
6332         * g++.dg/lookup/redecl1.C: New test.
6333         * g++.old-deja/g++.benjamin/tem04.C: Add error marker.
6334
6335 2004-05-28  Paolo Bonzini  <bonzini@gnu.org>
6336
6337         * gcc.c-torture/execute/compare-fp-1.c,
6338         gcc.c-torture/execute/compare-fp-2.c,
6339         gcc.c-torture/execute/compare-fp-3.c,
6340         gcc.c-torture/execute/compare-fp-4.c,
6341         gcc.c-torture/execute/compare-fp-3.x,
6342         gcc.c-torture/execute/compare-fp-4.x,
6343         gcc.dg/pr15649-1.c: New.
6344
6345 2004-05-27  Adam Nemet  <anemet@lnxw.com>
6346
6347         PR c++/12883
6348         * g++.dg/init/array14.C: New test.
6349
6350 2004-05-25  Janis Johnson  <janis187@us.ibm.com>
6351
6352         * lib/compat.exp (compat-get-options-main): New.
6353         (compat-get-options): Remove unneeded code, warn for ignored
6354         command.
6355         (compat-execute): Check flag set by dg-require-* commands.
6356
6357         * lib/compat.exp (compat-execute): Break up long lines.
6358
6359 2004-05-24  Janis Johnson  <janis187@us.ibm.com>
6360
6361         * gcc.dg/altivec-7.c: Don't use 'vector long'.
6362         * gcc.dg/altivec-14.c: New test.
6363         * g++.dg/ext/altivec-7.C: Don't use 'vector long'.
6364
6365         * gcc.dg/altivec-6.c: Use -maltivec, don't limit to darwin.
6366         * gcc.dg/altivec-12.c: Ditto.
6367
6368         * gcc.dg/altivec-3.c: Move call to altivec_check.
6369
6370 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6371
6372         PR c++/15044
6373         * g++.dg/template/error12.C: New test.
6374
6375         PR c++/15317
6376         * g++.dg/ext/attrib15.C: New test.
6377
6378         PR c++/15329
6379         * g++.dg/template/ptrmem9.C: New test.
6380
6381 2004-05-25  Paul Brook  <paul@codesourcery.com>
6382
6383         * gfortran.fortran-torture/compile/inquiry_1.f90: New test.
6384
6385 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6386
6387         PR c++/15165
6388         * g++.dg/template/crash19.C: New test.
6389
6390 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6391
6392         PR c++/15025
6393         * g++.dg/template/redecl1.C: New test.
6394
6395 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
6396
6397         PR c++/14821
6398         * g++.dg/other/ns1.C: New test.
6399
6400         PR c++/14883
6401         * g++.dg/template/invalid1.C: New test.
6402
6403 2004-05-23  Paul Brook  <paul@codesourcery.com>
6404         Victor Leikehman  <lei@haifasphere.co.il>
6405
6406         * gfortran.fortran-torture/execute/common_init_1.f90: New test.
6407         * gfortran.fortran-torture/execute/equiv_init.f90: New test.
6408
6409 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6410
6411         PR c++/15285
6412         PR c++/15299
6413         * g++.dg/template/non-dependent5.C: New test.
6414         * g++.dg/template/non-dependent6.C: New test.
6415
6416 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
6417
6418         PR c++/15507
6419         * g++.dg/inherit/union1.C: New test.
6420
6421         PR c++/15542
6422         * g++.dg/template/addr1.C: New test.
6423
6424         PR c++/15427
6425         * g++.dg/template/array5.C: New test.
6426
6427         PR c++/15287
6428         * g++.dg/template/array6.C: New test.
6429
6430 2004-05-22  Wolfgang Bangerth  <bangerth@dealii.org>
6431             Roger Sayle  <roger@eyesopen.com>
6432
6433         * g++.dg/lookup/forscope2.C: New test case.
6434
6435 2004-05-22  Ben Elliston  <bje@au.ibm.com>
6436
6437         * gcc.dg/cpp/Wmissingdirs.c: New.
6438
6439 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6440
6441         PR target/15301
6442         * gcc.dg/compat/union-m128-1.h: New file.
6443         * gcc.dg/compat/union-m128-1_main.c: Likewise.
6444         * gcc.dg/compat/union-m128-1_x.c: Likewise.
6445         * gcc.dg/compat/union-m128-1_y.c: Likewise.
6446
6447 2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>
6448
6449         PR target/15302
6450         * gcc.dg/compat/struct-complex-1.h: New file.
6451         * gcc.dg/compat/struct-complex-1_main.c: Likewise.
6452         * gcc.dg/compat/struct-complex-1_x.c: Likewise.
6453         * gcc.dg/compat/struct-complex-1_y.c: Likewise.
6454
6455 2004-05-20  Roger Sayle  <roger@eyesopen.com>
6456
6457         PR middle-end/3074
6458         * gcc.dg/pr3074-1.c: New test case.
6459         * gcc.dg/sequence-pt-1.c: Remove an XFAIL.
6460
6461 2004-05-20  Falk Hueffner  <falk@debian.org>
6462
6463         PR other/15526
6464         * gcc.dg/ftrapv-1.c: New test case.
6465
6466 2004-05-18  Feng Wang  <fengwang@nudt.edu.cn>
6467
6468         * gfortran.fortran-torture/execute/power.f90: Test constant integers.
6469
6470 2004-05-18  Andrew Pinski  <pinskia@physics.uc.edu>
6471             Jeff Law  <law@redhat.com>
6472
6473         * gcc.dg/tree-ssa/20040514-2.c: Update expected output.
6474         * gcc.dg/tree-ssa/20040518-2.c: New test.
6475
6476         * gcc.dg/tree-ssa/20040518-1.c: New test.
6477
6478 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
6479
6480         * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c.
6481
6482 2004-05-18  Paul Brook  <paul@codesourcery.com>
6483
6484         PR fortran/13930
6485         * gfortran.fortran-torture/execute/der_init_4.f90: New test.
6486
6487 2004-05-18  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6488
6489         * gfortran.fortran-torture/execute/cmplx.f90: Add test for bug in
6490         constant folding.
6491
6492 2004-05-17  Steven Bosscher  <stevenb@suse.de>
6493
6494         * gcc.dg/tree-ssa/20040517-1.c: New test.
6495
6496 2004-05-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
6497
6498         * gcc.dg/loop-4.c: New test.
6499
6500 2004-05-15  Andrew Pinski  <pinskia@physics.uc.edu>
6501
6502         * gcc.dg/tree-ssa/20040514-1.c: Add '}' that was forgotten.
6503
6504 2004-05-15  Bud Davis  <bdavis9659@comcast.net>
6505
6506         PR fortran/15311
6507         * gfortran.fortran-torture/execute/write_a_1.f90: New test.
6508
6509 2004-05-15  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6510
6511         PR fortran/13826
6512         PR fortran/13940
6513         * gfortran.fortran-torture/compile/data_1.f90: New test.
6514
6515 2004-05-15  Ulrich Weigand  <uweigand@de.ibm.com>
6516
6517         * gcc.dg/const-elim-1.c: Remove XFAIL for s390*-*-*.
6518         * gcc.dg/uninit-H.c: Define ASM for __s390__.
6519
6520 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6521
6522         * gcc.c-torture/execute/20000603-1.c: Update WG14 URL.
6523
6524 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
6525
6526         PR c/15444
6527         * gcc.dg/format/xopen-1.c: Adjust expected message.
6528         * gcc.dg/format/xopen-3.c: New test.
6529
6530 2004-05-14  Victor Leikehman  <lei@haifasphere.co.il>
6531
6532         * gfortran.fortran-torture/execute/def_init_3.f90: New test.
6533
6534 2004-05-14  Jeff Law  <law@redhat.com>
6535
6536         * gcc.dg/tree-ssa/20040514-2.c: New test.
6537
6538 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6539
6540         * gfortran.fortran-torture/compile/noncontinuation_1.f90: Rename
6541         this ...
6542         * gfortran.fortran-torture/compile/noncontinuation_1.f: ... to
6543         this.
6544
6545 2004-05-14  Andrew Pinski  <pinskia@physics.uc.edu>
6546
6547         * gcc.dg/tree-ssa/20040514-1.c: New test.
6548
6549 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6550
6551         * gfortran.fortran-torture/compile/noncontinuation_1.f90: New
6552         test.
6553
6554 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6555
6556         PR fortran/14066
6557         * gfortran.fortran-torture/compile/do_1.f90: New test.
6558
6559 2004-05-14  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
6560
6561         PR fortran/15051
6562         * gfortran.fortran-torture/compile/empty_interface_1.f90: New
6563         test.
6564
6565 2004-05-14  Bud Davis  <bdavis9659@comcast.net>
6566
6567         PR fortran/15149
6568         * gfortran.fortran-torture/execute/random_init.f90: New test.
6569
6570 2004-05-13  Paul Brook  <paul@codesourcery.com>
6571
6572         PR fortran/15314
6573         * gfortran.fortran-torture/execute/der_init_s.f90: New test.
6574
6575 2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>
6576
6577         * gcc.dg/uninit-H.c: Test for __PPC__ and __ppc__
6578         for the powerpc case.
6579
6580 2004-05-13  Jeff Law  <law@redhat.com>
6581
6582         * gcc.dg/tree-ssa/20040513-1.c: New test.
6583         * gcc.dg/tree-ssa/20040513-2.c: New test.
6584
6585 2004-05-13  Paul Brook  <paul@codesourcery.com>
6586
6587         * gcc.dg/tree-ssa/20030808-1.c: Force enum size.
6588         * gcc.dg/tree-ssa/20030714-1.c: Ditto.
6589         * gcc.dg/tree-ssa/20030708-1.c: Ditto.
6590
6591 2004-05-13  Andreas Schwab  <schwab@suse.de>
6592
6593         PR other/10819
6594         * lib/gfortran.exp (gfortran_version): Do not match NL/CR
6595         characters.
6596
6597 2004-05-13  Bud Davis  <bdavis9659@comcast.net>
6598
6599         PR fortran/15294
6600         * gfortran.fortran-torture/execute/adjustr.f90: New file.
6601
6602 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6603
6604         Merge from tree-ssa-20020619-branch.  See
6605         ChangeLog.tree-ssa for details.
6606
6607 2004-05-11  Ziemowit Laski  <zlaski@apple.com>
6608
6609         * g++.dg/ext/altivec-8.C: Use '-maltivec' instead of '-faltivec';
6610         include <altivec.h> explicitly.
6611         * gcc.dg/altivec-13.c: Likewise.
6612
6613 2004-05-11  Paul Brook  <paul@codesourcery.com>
6614
6615         * gcc.c-torture/compile/20010518-1.c: Force enum size.
6616
6617 2004-05-10  Eric Christopher  <echristo@redhat.com>
6618
6619         * gcc.dg/sibcall-3.c: Remove xfail for mips*-*-elf.
6620         * gcc.dg/sibcall-4.c: Ditto.
6621
6622 2004-05-10  Ziemowit Laski  <zlaski@apple.com>
6623
6624         * g++.dg/ext/altivec-8.C: New test case.
6625         * gcc.dg/altivec-13.c: New test case.
6626
6627 2004-05-08  Roger Sayle  <roger@eyesopen.com>
6628
6629         * gcc.c-torture/execute/divcmp-1.c: New test case.
6630         * gcc.c-torture/execute/divcmp-2.c: New test case.
6631         * gcc.c-torture/execute/divcmp-3.c: New test case.
6632
6633 2004-05-07  Eric Botcazou <ebotcazou@libertysurf.fr>
6634
6635         * g++.dg/other/pragma-re-2.C: New test.
6636
6637 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6638
6639         * gcc.dg/i386-387-1.c: Add new test for __builtin_fmod.
6640         * gcc.dg/i386-387-2.c: Likewise.
6641
6642         * gcc.dg/i386-387-5.c: Add new tests for __builtin_log1p and
6643         __builtin_drem.
6644         * gcc.dg/i386-387-6.c: Likewise.
6645
6646 2004-05-07  Uros Bizjak  <uros@kss-loka.si>
6647
6648         * gcc.dg/builtins-33.c:  Also check log1p*.
6649
6650 2004-05-07  Hans-Peter Nilsson  <hp@axis.com>
6651
6652         PR optimization/15296
6653         * gcc.c-torture/execute/pr15296.c: New test.
6654
6655 2004-05-05  Uros Bizjak  <uros@kss-loka.si>
6656
6657         * gcc.dg/builtins-40.c: New test.
6658
6659 2004-05-05  Richard Sandiford  <rsandifo@redhat.com>
6660
6661         * gcc.dg/torture/mips-hilo-2.c: Provide dummy __mips16 version.
6662
6663 2004-05-04  Paolo Bonzini  <bonzini@gnu.org>
6664
6665         * g++.dg/ext/spe1.C: New testcase.
6666
6667 2004-05-04  Ziemowit Laski  <zlaski@apple.com>
6668
6669         * objc.dg/image-info.m: Allow additional attributes
6670         for __image_info section.
6671
6672 2004-05-04  Richard Sandiford  <rsandifo@redhat.com>
6673
6674         * gcc.dg/torture/mips-hilo-2.c: New test.
6675
6676 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6677
6678         PR c++/14389
6679         * g++.dg/template/member5.C: New test.
6680
6681 2004-05-03  Uros Bizjak  <uros@kss-loka.si>
6682
6683         * gcc.dg/builtins-34.c: Also check expm1*.
6684
6685 2004-05-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6686
6687         * gcc.dg/torture/builtin-integral-1.c: Reorg and add more cases.
6688         * gcc.dg/torture/builtin-convert-3.c: New test.
6689
6690 2004-05-01  Ulrich Weigand  <uweigand@de.ibm.com>
6691
6692         PR middle-end/15054
6693         * g++.dg/opt/pr15054.C: New test.
6694
6695 2004-04-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6696
6697         * gcc.dg/torture/builtin-rounding-1.c: New test.
6698         * gcc.dg/builtins-25.c: Delete.
6699         * gcc.dg/builtins-29.c: Delete.
6700
6701 2004-04-29  Andreas Krebbel  <krebbel1@de.ibm.com>
6702
6703         * gcc.dg/sibcall-3.c: Delete s390 from expected fail list.
6704         * gcc.dg/sibcall-4.c: Likewise.
6705         * gcc.dg/sibcall-6.c: Enable s390 as test platform.
6706
6707 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6708
6709         * gcc.c-torture/execute/20040331-1.c: Don't use too wide a
6710         bit-field on 16-bit targets.
6711
6712 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
6713
6714         * gcc.c-torture/execute/20040409-2.c: Fix constants used on
6715         16-bit targets.
6716
6717 2004-04-30  Andrew Pinski  <pinskia@physics.uc.edu>
6718
6719         * gcc.dg/rs6000-power2-1.c: Change to compile only.
6720         * gcc.dg/rs6000-power2-2.c: Likewise.
6721
6722 2004-04-29  Andrew Pinski  <pinskia@physics.uc.edu>
6723
6724         * gcc.dg/rs6000-power2-1.c: Change the options to be more correct.
6725         * gcc.dg/rs6000-power2-2.c: Change the options to be more correct.
6726         Change the asm registers to be in form of frN instead of fN.
6727
6728 2004-04-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6729
6730         * gcc.dg/torture/builtin-convert-2.c: New test.
6731
6732 2004-04-28  Andrew Pinski  <pinskia@physics.uc.edu>
6733
6734         * gcc.dg/rs6000-power2-1.c: New test.
6735         * gcc.dg/rs6000-power2-2.c: New test.
6736
6737 2004-04-28  Jan Hubicka  <jh@suse.cz>
6738
6739         * gcc.dg/unused-6.c: New test.
6740
6741 2004-04-24  Laurent GUERBY  <laurent@guerby.net>
6742             Ulrich Weigand  <uweigand@de.ibm.com>
6743
6744         * ada/acats/run_all.sh: Define $target variable.
6745
6746 2004-04-26  Andrew Pinski  <pinskia@physics.uc.edu>
6747
6748         PR c++/15119
6749         * g++.dg/other/vararg-1.C: New test.
6750
6751         PR c++/4794
6752         * g++.dg/eh/cleanup3.C: New test.
6753
6754 2004-04-24  Laurent GUERBY <laurent@guerby.net>
6755
6756         * ada/acats/run_all.sh: Handle cd2a83c, cd2a91c (target_bit)
6757         and ad8011a (target_insn).
6758         * ada/acats/support/macro.dfs: Likewise.
6759         * ada/acats/support/impbit.adb: New file.
6760
6761 2004-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
6762
6763         * gcc.dg/const-elim-1.c: XFAIL on s390*-*-*.
6764
6765 2004-04-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6766
6767         * gcc.dg/loop-3.c: New test.
6768
6769 2004-04-23  Daniel Jacobowitz  <drow@mvista.com>
6770
6771         * gcc.c-torture/execute/simd-5.c: New test.
6772
6773 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6774
6775         PR c++/15064
6776         * g++.dg/template/crash18.C: New test.
6777
6778 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
6779
6780         * g++.dg/ext/complit3.C: New test.
6781
6782 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6783
6784         * gcc.dg/altivec-1.c: XFAIL for powerpc-eabispe.
6785         * gcc.dg/altivec-3.c: Same.
6786         * gcc.dg/altivec-varargs-1.c: Same.
6787
6788 2004-04-21  Aldy Hernandez  <aldyh@redhat.com>
6789
6790         * lib/target-supports.exp (check_profiling_available): Assume
6791         profiling is not available on powerpc-eabi targets.
6792
6793 2004-04-21  Janis Johnson  <janis187@us.ibm.com>
6794
6795         * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
6796         * gcc.dg/vmx/bug-1.c: Ditto.
6797
6798 2004-04-20  Eric Christopher  <echristo@redhat.com>
6799
6800         * gcc.dg/charset/extern.c: New test.
6801         * g++.dg/charset/extern3.cc: Ditto.
6802
6803 2004-04-20  Uros Bizjak  <uros@kss-loka.si>
6804
6805         * gcc.dg/builtins-39.c: New test.
6806
6807 2004-04-20  Aldy Hernandez  <aldyh@redhat.com>
6808
6809         * gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
6810
6811 2004-04-20  Richard Sandiford  <rsandifo@redhat.com>
6812
6813         * gcc.dg/torture/mips-hilo-1.c: New test.
6814
6815 2004-04-19  Andrew Pinski  <pinskia@physics.uc.edu>
6816
6817         * gcc.c-torture/compile/20040419-1.c: New test.
6818
6819 2004-04-18  Aldy Hernandez  <aldyh@redhat.com>
6820
6821         * gcc.dg/vmx/varargs-1.c: Handle when printf outputs \r\n.
6822
6823 2004-04-18  Zack Weinberg  <zack@codesourcery.com>
6824             Aldy Hernandez  <aldyh@redhat.com>
6825
6826         * gcc.c-torture/execute/va-arg-24.c: New.
6827
6828 2004-04-17  Zack Weinberg  <zack@codesourcery.com>
6829             Aldy Hernandez  <aldyh@redhat.com>
6830
6831         * gcc.dg/vmx/1b-01.c: New.
6832         * gcc.dg/vmx/1b-02.c: New.
6833         * gcc.dg/vmx/1b-03.c: New.
6834         * gcc.dg/vmx/1b-04.c: New.
6835         * gcc.dg/vmx/1b-05.c: New.
6836         * gcc.dg/vmx/1b-06.c: New.
6837         * gcc.dg/vmx/1b-07.c: New.
6838         * gcc.dg/vmx/1c-01.c: New.
6839         * gcc.dg/vmx/1c-02.c: New.
6840         * gcc.dg/vmx/3a-01a.c: New.
6841         * gcc.dg/vmx/3a-01.c: New.
6842         * gcc.dg/vmx/3a-01m.c: New.
6843         * gcc.dg/vmx/3a-03.c: New.
6844         * gcc.dg/vmx/3a-03m.c: New.
6845         * gcc.dg/vmx/3a-04.c: New.
6846         * gcc.dg/vmx/3a-04m.c: New.
6847         * gcc.dg/vmx/3a-05.c: New.
6848         * gcc.dg/vmx/3a-06.c: New.
6849         * gcc.dg/vmx/3a-06m.c: New.
6850         * gcc.dg/vmx/3a-07.c: New.
6851         * gcc.dg/vmx/3b-01.c: New.
6852         * gcc.dg/vmx/3b-02.c: New.
6853         * gcc.dg/vmx/3b-10.c: New.
6854         * gcc.dg/vmx/3b-13.c: New.
6855         * gcc.dg/vmx/3b-14.c: New.
6856         * gcc.dg/vmx/3b-15.c: New.
6857         * gcc.dg/vmx/3c-01a.c: New.
6858         * gcc.dg/vmx/3c-01.c: New.
6859         * gcc.dg/vmx/3c-02.c: New.
6860         * gcc.dg/vmx/3c-03.c: New.
6861         * gcc.dg/vmx/3d-01.c: New.
6862         * gcc.dg/vmx/4-01.c: New.
6863         * gcc.dg/vmx/4-03.c: New.
6864         * gcc.dg/vmx/5-01.c: New.
6865         * gcc.dg/vmx/5-02.c: New.
6866         * gcc.dg/vmx/5-03.c: New.
6867         * gcc.dg/vmx/5-04.c: New.
6868         * gcc.dg/vmx/5-05.c: New.
6869         * gcc.dg/vmx/5-06.c: New.
6870         * gcc.dg/vmx/5-07.c: New.
6871         * gcc.dg/vmx/5-07t.c: New.
6872         * gcc.dg/vmx/5-08.c: New.
6873         * gcc.dg/vmx/5-10.c: New.
6874         * gcc.dg/vmx/5-11.c: New.
6875         * gcc.dg/vmx/7-01a.c: New.
6876         * gcc.dg/vmx/7-01.c: New.
6877         * gcc.dg/vmx/7c-01.c: New.
6878         * gcc.dg/vmx/7d-01.c: New.
6879         * gcc.dg/vmx/7d-02.c: New.
6880         * gcc.dg/vmx/8-01.c: New.
6881         * gcc.dg/vmx/8-02a.c: New.
6882         * gcc.dg/vmx/8-02.c: New.
6883         * gcc.dg/vmx/brode-1.c: New.
6884         * gcc.dg/vmx/bug-1.c: New.
6885         * gcc.dg/vmx/bug-2.c: New.
6886         * gcc.dg/vmx/bug-3.c: New.
6887         * gcc.dg/vmx/cw-bug-1.c: New.
6888         * gcc.dg/vmx/cw-bug-2.c: New.
6889         * gcc.dg/vmx/cw-bug-3.c: New.
6890         * gcc.dg/vmx/dct.c: New.
6891         * gcc.dg/vmx/debug-1.c: New.
6892         * gcc.dg/vmx/debug-2.c: New.
6893         * gcc.dg/vmx/debug-3.c: New.
6894         * gcc.dg/vmx/debug-4.c: New.
6895         * gcc.dg/vmx/dos-bug-1-gdb.c: New.
6896         * gcc.dg/vmx/dos-bug-2-gdb.c: New.
6897         * gcc.dg/vmx/eg-5.c: New.
6898         * gcc.dg/vmx/fft.c: New.
6899         * gcc.dg/vmx/gcc-bug-1.c: New.
6900         * gcc.dg/vmx/gcc-bug-2.c: New.
6901         * gcc.dg/vmx/gcc-bug-3.c: New.
6902         * gcc.dg/vmx/gcc-bug-4.c: New.
6903         * gcc.dg/vmx/gcc-bug-5.c: New.
6904         * gcc.dg/vmx/gcc-bug-6.c: New.
6905         * gcc.dg/vmx/gcc-bug-7.c: New.
6906         * gcc.dg/vmx/gcc-bug-8.c: New.
6907         * gcc.dg/vmx/gcc-bug-9.c: New.
6908         * gcc.dg/vmx/gcc-bug-b.c: New.
6909         * gcc.dg/vmx/gcc-bug-c.c: New.
6910         * gcc.dg/vmx/gcc-bug-d.c: New.
6911         * gcc.dg/vmx/gcc-bug-e.c: New.
6912         * gcc.dg/vmx/gcc-bug-f.c: New.
6913         * gcc.dg/vmx/gcc-bug-g.c: New.
6914         * gcc.dg/vmx/gcc-bug-i.c: New.
6915         * gcc.dg/vmx/harness.h: New.
6916         * gcc.dg/vmx/ira1.c: New.
6917         * gcc.dg/vmx/ira2a.c: New.
6918         * gcc.dg/vmx/ira2b.c: New.
6919         * gcc.dg/vmx/ira2.c: New.
6920         * gcc.dg/vmx/ira2c.c: New.
6921         * gcc.dg/vmx/mem.c: New.
6922         * gcc.dg/vmx/newton-1.c: New.
6923         * gcc.dg/vmx/ops.c: New.
6924         * gcc.dg/vmx/sn7153.c: New.
6925         * gcc.dg/vmx/spill2.c: New.
6926         * gcc.dg/vmx/spill3.c: New.
6927         * gcc.dg/vmx/spill.c: New.
6928         * gcc.dg/vmx/t.c: New.
6929         * gcc.dg/vmx/varargs-1.c: New.
6930         * gcc.dg/vmx/varargs-2.c: New.
6931         * gcc.dg/vmx/varargs-3.c: New.
6932         * gcc.dg/vmx/varargs-4.c: New.
6933         * gcc.dg/vmx/varargs-5.c: New.
6934         * gcc.dg/vmx/varargs-6.c: New.
6935         * gcc.dg/vmx/varargs-7.c: New.
6936         * gcc.dg/vmx/vmx.exp: New.
6937         * gcc.dg/vmx/vprint-1.c: New.
6938         * gcc.dg/vmx/vscan-1.c: New.
6939         * gcc.dg/vmx/x-01.c: New.
6940         * gcc.dg/vmx/x-02.c: New.
6941         * gcc.dg/vmx/x-03.c: New.
6942         * gcc.dg/vmx/x-04.c: New.
6943         * gcc.dg/vmx/x-05.c: New.
6944         * gcc.dg/vmx/yousufi-1.c: New.
6945         * gcc.dg/vmx/zero-1.c: New.
6946         * gcc.dg/vmx/zero.c: New.
6947
6948 2004-04-17  Andrew Pinski  <pinskia@physics.uc.edu>
6949
6950         * g++.dg/lookup/java1.C: Update for chage of
6951         _Jv_AllocObject.
6952         * g++.dg/lookup/java2.C: Likewise.
6953
6954 2004-04-17  Laurent GUERBY <laurent@guerby.net>
6955
6956         * ada/acats/run_all.sh: use -O2 by default.
6957
6958 2004-04-17  Richard Sandiford  <rsandifo@redhat.com>
6959
6960         * gcc.dg/vr-mult-[12].c: New tests.
6961
6962 2004-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6963
6964         * gcc.dg/funcorder.c: XFAIL hppa*64*-*-*.
6965
6966         * gcc.dg/const-elim-1.c: XFAIL hppa-*-*.
6967
6968 2004-04-15  Richard Sandiford  <rsandifo@redhat.com>
6969
6970         * lib/target-supports.exp (check_profiling_available): Assume profiling
6971         isn't available for mips*-*-elf targets.
6972
6973 2004-04-14  Uros Bizjak  <uros@kss-loka.si>
6974
6975         * gcc.dg/builtins-38.c: New test.
6976
6977 2004-04-14  Eric Christopher  <echristo@redhat.com>
6978
6979         * g++.dg/charset/charset.exp: Run .cc extension tests.
6980
6981 2004-04-14  Zack Weinberg  <zack@codesourcery.com>
6982
6983         * gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32).  Update commentary.
6984
6985 2004-04-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6986
6987         * gcc.dg/torture/builtin-ctype-2.c: Test builtin isdigit.
6988
6989 2004-04-13  Uros Bizjak  <uros@kss-loka.si>:
6990
6991         * gcc.dg/i386-387-1.c: Add new test for __builtin_tan.
6992         * gcc.dg/i386-387-2.c: Likewise.
6993
6994         * gcc.dg/i386-387-7.c: New test.
6995         * gcc.dg/i386-387-8.c: New test.
6996
6997         * gcc.dg/builtins-37.c: New test.
6998
6999 2004-04-13  Geoffrey Keating  <geoffk@apple.com>
7000
7001         * g++.dg/pch/externc-1.C: Add missing semicolon.
7002
7003 2004-04-13  Aldy Hernandez  <aldyh@redhat.com>
7004
7005         * gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc-*-*spe.
7006
7007 2004-04-12  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7008
7009         * gcc.c-torture/execute/20040411-1.c: New test.
7010
7011 2004-04-10  Joseph S. Myers  <jsm@polyomino.org.uk>
7012
7013         * gcc.dg/c90-intprom-1.c, gcc.dg/c99-intprom-1.c: New tests.
7014
7015 2004-04-09  Chris Demetriou  <cgd@broadcom.com>
7016
7017         * g++.dg/other/packed1.C: Mark xfail for mips*- not mips-.
7018
7019 2004-04-09  Zack Weinberg  <zack@codesourcery.com>
7020
7021         * lib/target-supports.exp (check_named_sections_available): New.
7022         * lib/gcc-dg.exp (dg-require-named-sections): New.
7023         * lib/prune.exp (prune_gcc_output): Incorporate prunes from
7024         old-deja.exp.  Also prune error-count message from HP linker.
7025         * g++.old-deja/old-deja.exp (g++-dg-prune): Delete.
7026
7027         * g++.dg/init/init-ref4.C: Use dg-require-weak.
7028         * g++.old-deja/g++.pt/static3.C: Likewise.
7029         * g++.dg/parse/attr-ctor1.C: Use dg-require-named-sections.
7030
7031 2004-04-09  Roger Sayle  <roger@eyesopen.com>
7032
7033         * gcc.c-torture/execute/20040409-1.c: New test case.
7034         * gcc.c-torture/execute/20040409-2.c: New test case.
7035         * gcc.c-torture/execute/20040409-3.c: New test case.
7036
7037 2004-04-09  Andrew Pinski  <pinskia@physics.uc.edu>
7038
7039         * gcc.dg/20040409-1.c: New test.
7040
7041 2004-04-08  Roger Sayle  <roger@eyesopen.com>
7042
7043         PR target/14888
7044         * g++.dg/opt/pr14888.C: New test case.
7045
7046 2004-04-08  Geoffrey Keating  <geoffk@apple.com>
7047
7048         * gcc.dg/pch/valid-1.c, gcc.dg/pch/valid-2.c, gcc.dg/pch/valid-3.c,
7049         gcc.dg/pch/valid-4.c, gcc.dg/pch/valid-5.c, gcc.dg/pch/valid-6.c,
7050         gcc.dg/pch/valid-1.hs, gcc.dg/pch/valid-2.hs, gcc.dg/pch/valid-3.hs,
7051         gcc.dg/pch/valid-4.hs, gcc.dg/pch/valid-5.hs, gcc.dg/pch/valid-6.hs:
7052         New tests.
7053
7054 2004-04-08  Paul Brook  <paul@codesourcery.com>
7055
7056         * gcc.dg/spill-1.c: New test.
7057
7058 2004-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7059
7060         * gcc.dg/torture/builtin-ctype-2.c: New test.
7061
7062 2004-04-07  Ian Lance Taylor  <ian@wasabisystems.com>
7063
7064         * gcc.dg/pch/pch.exp: Add largefile test.
7065
7066 2004-04-06  Geoffrey Keating  <geoffk@apple.com>
7067
7068         * g++.dg/pch/externc-1.Hs: New.
7069         * g++.dg/pch/externc-1.C: New.
7070
7071 2004-04-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7072
7073         * gcc.dg/compat/struct-by-value-5a_main.c,
7074         gcc.dg/compat/struct-by-value-5b_main.c: New files.
7075         * gcc.dg/compat/struct-by-value-5_main.c: Delete.
7076         * gcc.dg/compat/struct-by-value-5a_x.c,
7077         gcc.dg/compat/struct-by-value-5b_x.c: New, split out from
7078         gcc.dg/compat/struct-by-value-5_x.c.
7079         * gcc.dg/compat/struct-by-value-5a_y.c,
7080         gcc.dg/compat/struct-by-value-5b_y.c: New, split out from
7081         gcc.dg/compat/struct-by-value-5_y.c.
7082
7083         * gcc.dg/compat/struct-by-value-6a_main.c,
7084         gcc.dg/compat/struct-by-value-6b_main.c: New files.
7085         * gcc.dg/compat/struct-by-value-6_main.c: Delete.
7086         * gcc.dg/compat/struct-by-value-6a_x.c,
7087         gcc.dg/compat/struct-by-value-6b_x.c: New, split out from
7088         gcc.dg/compat/struct-by-value-6_x.c.
7089         * gcc.dg/compat/struct-by-value-6a_y.c,
7090         gcc.dg/compat/struct-by-value-6b_y.c: New, split out from
7091         gcc.dg/compat/struct-by-value-6_y.c.
7092
7093         * gcc.dg/compat/struct-by-value-7a_main.c,
7094         gcc.dg/compat/struct-by-value-7b_main.c: New files.
7095         * gcc.dg/compat/struct-by-value-7_main.c: Delete.
7096         * gcc.dg/compat/struct-by-value-7a_x.c,
7097         gcc.dg/compat/struct-by-value-7b_x.c: New, split out from
7098         gcc.dg/compat/struct-by-value-7_x.c.
7099         * gcc.dg/compat/struct-by-value-7a_y.c,
7100         gcc.dg/compat/struct-by-value-7b_y.c: New, split out from
7101         gcc.dg/compat/struct-by-value-7_y.c.
7102
7103 2004-04-06  Jakub Jelinek  <jakub@redhat.com>
7104
7105         * gcc.dg/i386-sse-8.c: Don't use -march=pentium3 on x86_64.
7106         * gcc.dg/i386-local.c: Expect %edi, not %eax register on x86_64.
7107         * gcc.dg/20020103-1.c: Add -fno-asynchronous-unwind-tables to
7108         options.
7109
7110 2004-04-06  Uros Bizjak  <uros@kss-loka.si>
7111
7112         * gcc.dg/builtins-36.c: New test.
7113
7114 2004-04-06  Paul Brook  <paul@codesourcery.com>
7115
7116         * README.gcc: Remove obsolete contraint on testcases.
7117
7118 2004-04-05  Paul Brook  <paul@codesourcery.com>
7119
7120         PR2123
7121         * g++.dg/expr/anew1.C: XFAIL and make reproducible.  Call abort on
7122         failure and exit(0) on success.
7123         * g++.dg/expr/anew2.C: Ditto.
7124         * g++.dg/expr/anew3.C: Ditto.
7125         * g++.dg/expr/anew4.C: Ditto.
7126
7127 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
7128
7129         PR c++/3518
7130         * g++.dg/template/unify7.C: New.
7131
7132 2004-04-02  Nathanael Nerode  <neroden@gcc.gnu.org>
7133
7134         * g++.dg/README: Bring up to date with new subdirectories; remove
7135         duplicate subdirectory lines.
7136
7137 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
7138
7139         PR c++/14007
7140         * g++.dg/template/unify5.C: New.
7141         * g++.dg/template/unify6.C: New.
7142         * g++.dg/template/qualttp20.C: Adjust.
7143         * g++.old-deja/g++.jason/report.C: Adjust.
7144         * g++.old-deja/g++.other/qual1.C: Adjust.
7145
7146 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
7147
7148         PR c++/14803
7149         * g++.dg/inherit/ptrmem1.C: New test.
7150
7151 2004-04-01  Jakub Jelinek  <jakub@redhat.com>
7152
7153         PR c++/14755
7154         * gcc.c-torture/execute/20040331-1.c: New test.
7155         * gcc.dg/20040331-1.c: New test.
7156
7157 2004-04-01  Paul Brook  <paul@codesourcery.com>
7158
7159         * gcc.dg/arm-mmx-1.c: Add -mabi=iwmmxt to dg-options.
7160
7161 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
7162
7163         PR c++/14724
7164         * g++.dg/init/goto1.C: New test.
7165
7166         PR c++/14763
7167         * g++.dg/template/defarg4.C: New test.
7168
7169 2004-03-30  Hartmut Penner  <hpenner@de.ibm.com>
7170
7171         * gcc.dg/altivec-11.c: Extend test for more valid cases.
7172
7173 2004-03-28  David Edelsohn  <edelsohn@gnu.org>
7174
7175         * gcc.dg/doloop-1.c: Do not check for lack of "blt".
7176
7177 2004-03-28  Zack Weinberg  <zack@codesourcery.com>
7178
7179         * gcc.dg/noncompile/undeclared-2.c: New test.
7180
7181 2004-03-28  Joseph S. Myers  <jsm@polyomino.org.uk>
7182
7183         * gcc.dg/940409-1.c: Remove XFAIL.
7184         * gcc.dg/reg-vol-struct-1.c: New test.
7185
7186 2004-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7187
7188         * gcc.dg/torture/builtin-wctype-1.c: New test.
7189
7190 2004-03-26  James A. Morrison  <ja2morri@uwaterloo.ca>
7191
7192         * gcc.dg/20001013-1.c: Run on 32-bit and 64-bit SPARC.
7193         * gcc.dg/20001101-1.c: Likewise.
7194         * gcc.dg/20001102-1.c: Likewise.
7195
7196 2004-03-25  Roger Sayle  <roger@eyesopen.com>
7197
7198         * gcc.dg/compare8.c: Add an additional test for XOR.
7199
7200 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7201
7202         * gcc.dg/torture/builtin-ctype-1.c: New test.
7203
7204 2004-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7205
7206         * gcc.dg/torture/builtin-explog-1.c: Add new cases.
7207         * gcc.dg/torture/builtin-math-1.c: Likewise.
7208         * gcc.dg/torture/builtin-power-1.c: New test.
7209
7210 2004-03-24  Andreas Schwab  <schwab@suse.de>
7211
7212         * lib/prune.exp (prune_gcc_output): Ignore errata warning from
7213         IA64 assembler.
7214
7215 2004-03-23  Joseph S. Myers  <jsm@polyomino.org.uk>
7216             Roger Sayle  <roger@eyesopen.com>
7217
7218         * gcc.dg/compare8.c: New test case.
7219
7220 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
7221
7222         * g++.dg/ext/altivec-7.C: New test.
7223
7224 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
7225
7226         PR 12267, 12391, 12560, 13129, 14114, 14133
7227         * gcc.dg/Wold-style-definition-1.c, gcc.dg/builtins-30.c
7228         * gcc.dg/unused-4.c, gcc.dg/noncompile/label-1.c
7229         * gcc.dg/noncompile/label-lineno-1.c, objc.dg/naming-1.m:
7230         Adjust error regexps.
7231         * gcc.dg/Wshadow-2.c, gcc.dg/noncompile/incomplete-3.c
7232         * gcc.dg/noncompile/undeclared-1.c: New test cases.
7233         * gcc.dg/decl-5.c, gcc.dg/redecl-1.c: Remove XFAIL.
7234         * gcc.dg/local1.c: Add explanatory comment.
7235
7236 2004-03-23  Roger Sayle  <roger@eyesopen.com>
7237
7238         PR optimization/14669
7239         * g++.dg/opt/fold2.C: New test case.
7240
7241 2004-03-22  Jakub Jelinek  <jakub@redhat.com>
7242
7243         PR c/14069
7244         * gcc.dg/20040322-1.c: New test.
7245
7246 2004-03-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
7247
7248         * gcc.dg/ultrasp2.c: Do not pass -m64.  Remove redundant lines.
7249         * gcc.dg/ultrasp4.c: Likewise.
7250         * gcc.dg/ultrasp8.c: Do not pass -m64.  Add sparcv9-*-*.
7251
7252 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
7253
7254         * gcc.dg/i386-sse-8.c: Reset default options.
7255
7256 2004-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
7257
7258         * gcc.dg/charset/asm2.c: Allow 'parse error' instead of 'syntax error'
7259         in the error message text.
7260
7261 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
7262
7263         * g++.dg/template/qualttp20.C: Adjust dg- regexp.
7264
7265 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
7266
7267         PR c++/14616
7268         * g++.dg/init/array13.C: New test.
7269
7270 2004-03-20  Roger Sayle  <roger@eyesopen.com>
7271
7272         PR target/13889
7273         * gcc.c-torture/compile/pr13889.c: New test case.
7274
7275 2004-03-20  Joseph S. Myers  <jsm@polyomino.org.uk>
7276
7277         PR c/14635
7278         * builtins-1.c (nan, nans): Don't test.
7279         * builtins-30.c: Don't use nan, nanf, nanl.
7280         * builtins-35.c: New test.
7281
7282 2004-03-19  Ziemowit Laski  <zlaski@apple.com>
7283
7284         * g++.dg/ext/altivec-6.C: New test.
7285
7286 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
7287
7288         * g++.dg/init/placement3.C: New test.
7289
7290         * g++.dg/template/spec13.C: New test.
7291
7292         * g++.dg/lookup/using11.C: New test.
7293
7294         * g++.dg/lookup/koenig3.C: New test.
7295
7296         * g++.dg/template/operator2.C: New test.
7297
7298         * g++.dg/expr/dtor3.C: New test.
7299         * g++.old-deja/g++.brendan/crash15.C: Remove incorrect dg-error
7300         marker.
7301         * g++.old-deja/g++.law/visibility28.C: Likewise.
7302
7303 2004-03-19  Paolo Bonzini  <bonzini@gnu.org>
7304
7305         * gcc.dg/altivec-6.c: Use vector_size attribute, not mode.
7306         * gcc.dg/ppc64-abi-3.c: Likewise.
7307
7308 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7309
7310         PR c++/14545
7311         * g++.dg/parse/template15.C: New test.
7312
7313 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7314
7315         * g++.dg/expr/dtor2.C: New test.
7316
7317         * g++.dg/lookup/anon4.C: New test.
7318
7319         * g++.dg/overload/using1.C: New test.
7320
7321         * g++.dg/template/lookup7.C: New test.
7322
7323         * g++.dg/template/typename6.C: New test.
7324
7325         * g++.dg/expr/cond6.C: New test.
7326
7327 2004-03-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7328
7329         * gcc.dg/torture/builtin-convert-1.c: Test more math builtins.
7330
7331 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7332
7333         * g++.dg/expr/cond5.C: New test.
7334         * g++.dg/expr/constcast1.C: Likewise.
7335         * g++.dg/expr/ptrmem2.C: Likewise.
7336         * g++.dg/expr/ptrmem3.C: Likewise.
7337         * g++.dg/lookup/main1.C: Likewise.
7338         * g++.dg/template/lookup6.C: Likewise.
7339
7340 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
7341
7342         * gcc.dg/local1.c: New test.
7343
7344         * gcc.dg/debug/dwarf2/c99-typedef1.c: New test.
7345
7346 2004-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7347
7348         * gcc.dg/torture/builtin-convert-1.c: New test.
7349
7350 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7351
7352         * gcc.dg/torture/builtin-integral-1.c: Also check for `rint'.
7353
7354 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7355
7356         PR c++/14481
7357         * g++.dg/warn/Wunused-7.C: New test.
7358
7359 2004-03-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7360
7361         * gcc.dg/torture/builtin-integral-1.c: New test.
7362
7363 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
7364
7365         PR c++/14586
7366         * g++.dg/parse/non-dependent3.C: New test.
7367
7368 2004-03-16  Paolo Bonzini  <bonzini@gnu.org>
7369
7370         * g++.dg/eh/simd-1.C: Use vector_size attribute, not mode.
7371         * g++.dg/eh/simd-2.C: Likewise.
7372         * g++.dg/init/array10.C: Likewise.
7373         * gcc.c-torture/compile/simd-1.c: Likewise.
7374         * gcc.c-torture/compile/simd-2.c: Likewise.
7375         * gcc.c-torture/compile/simd-3.c: Likewise.
7376         * gcc.c-torture/compile/simd-4.c: Likewise.
7377         * gcc.c-torture/compile/simd-6.c: Likewise.
7378         * gcc.c-torture/execute/simd-1.c: Likewise.
7379         * gcc.c-torture/execute/simd-2.c: Likewise.
7380         * gcc.dg/compat/vector-defs.h: Likewise.
7381         * gcc.dg/20020531-1.c: Likewise.
7382         * gcc.dg/altivec-3.c: Likewise.
7383         * gcc.dg/altivec-4.c: Likewise.
7384         * gcc.dg/altivec-varargs-1.c: Likewise.
7385         * testsuite/gcc.dg/compat/vector-defs.h: Likewise.
7386         * gcc.dg/i386-mmx-3.c: Likewise.
7387         * gcc.dg/i386-sse-4.c: Likewise.
7388         * gcc.dg/i386-sse-5.c: Likewise.
7389         * gcc.dg/i386-sse-8.c: Likewise.
7390         * gcc.dg/simd-1.c: Likewise.
7391         * gcc.dg/20030218-1.c: Likewise.  Plus, do not declare
7392         __ev64_opaque__ since the machine description provides it.
7393
7394 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7395
7396         * lib/compat.exp (skip_list): New global variable.
7397         Use it to hold the user defined COMPAT_SKIPS list if any.
7398         (compat-obj): Add the members of skip_list to optall.
7399
7400 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7401
7402         * gcc.dg/compat/union-by-value-1_main.c,
7403         union-by-value-1_x.c, union-by-value-1_y.c,
7404         union-check.h, union-defs.h,
7405         union-init.h, union-return-1_main.c,
7406         union-return-1_x.c, union-return-1_y.c: New files.
7407
7408 2004-03-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7409
7410         * gcc.dg/compat/mixed-struct-check.h, mixed-struct-defs.h,
7411         mixed-struct-init.h: Add 4 mixed structure types.
7412         struct-by-value-21_main.c, struct-by-value-21_x.c,
7413         struct-by-value-21_y.c, struct-return-21_main.c,
7414         struct-return-21_x.c, struct-return-21_y.c: New files.
7415
7416 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
7417
7418         PR c++/14550
7419         * g++.dg/parse/template14.C: New test.
7420
7421 2004-03-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
7422
7423         * gcc.c-torture/execute/20040313-1.c: New test.
7424
7425 2004-03-13  Jakub Jelinek  <jakub@redhat.com>
7426
7427         PR target/14533
7428         * gcc.dg/20040311-2.c: New test.
7429
7430 2004-03-12  Kazu Hirata  <kazu@cs.umass.edu>
7431
7432         PR other/14544
7433         * gcc.c-torture/execute/20040307-1.c: Remove the 24-bit
7434         bit-field.
7435
7436 2004-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
7437
7438         * gcc.dg/20040305-2.c: Add missing return statement.
7439
7440 2004-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7441
7442         * gcc.dg/builtins-34.c: Also check pow10*.
7443
7444 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7445
7446         PR target/14262
7447         * gcc.dg/20040305-2.c: New test.
7448
7449 2004-03-11  Ulrich Weigand  <uweigand@de.ibm.com>
7450
7451         * gcc.dg/20040310-1.c: New test.
7452
7453 2004-03-11  Roger Sayle  <roger@eyesopen.com>
7454
7455         * gcc.c-torture/execute/20040311-1.c: New test case.
7456
7457 2004-03-11  Mark Mitchell  <mark@codesourcery.com>
7458
7459         PR c++/14476
7460         * g++.dg/lookup/enum1.C: New test.
7461
7462 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
7463
7464         PR c++/14510
7465         * g++.dg/lookup/struct2.C: New test.
7466
7467 2004-03-10  Uros Bizjak  <uros@kss-loka.si>
7468
7469         * gcc.dg/builtins-34.c: New test.
7470
7471 2004-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7472
7473         * gcc.dg/torture/builtin-nonneg-1.c: New test.
7474
7475 2004-03-09  James E Wilson  <wilson@specifixinc.com>
7476
7477         * gcc.dg/alias-1.c: Add "will" to string passed to dg-warning.
7478         * gcc.dg/alias-2.c: New testcase.
7479
7480 2004-03-09  Zack Weinberg  <zack@codesourcery.com>
7481
7482         * gcc.dg/noncompile/incomplete-2.c: Move dg-error to proper line.
7483
7484 2004-03-09  Roger Sayle  <roger@eyesopen.com>
7485
7486         * gcc.c-torture/execute/20040309-1.c: New test case.
7487
7488 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
7489
7490         PR c++/14397
7491         * g++.dg/overload/ref1.C: New.
7492
7493 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7494
7495         PR c++/14409
7496         * g++.dg/template/spec12.C: New test.
7497
7498         PR c++/14448
7499         * g++.dg/parse/crash14.C: New test.
7500
7501 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7502
7503         PR c++/14230
7504         * g++.dg/init/ref11.C: New test.
7505
7506 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
7507
7508         PR c++/14432
7509         * g++.dg/parse/builtin2.C: New test.
7510
7511 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7512
7513         PR c++/14401
7514         * g++.dg/init/ctor3.C: New test.
7515         * g++.dg/init/union1.C: New test.
7516         * g++.dg/ext/anon-struct4.C: New test.
7517
7518 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
7519
7520         * g++.dg/lookup/koenig1.C: Tweak error messages.
7521         * g++.dg/lookup/used-before-declaration.C: Likewise.
7522         * g++.dg/other/do1.C: Likewise.
7523         * g++.dg/overload/koenig1.C: Likewise.
7524         * g++.dg/parse/crash13.C: Likewise.
7525         * g++.dg/template/instantiate3.C: Likewise.
7526
7527 2004-03-08  Eric Christopher  <echristo@redhat.com>
7528
7529         * * lib/target-supports.exp: Enable libiconv in test
7530         compilation.  Fix up error checking.
7531
7532 2004-03-08  Roger Sayle  <roger@eyesopen.com>
7533
7534         PR middle-end/14289
7535         * gcc.dg/pr14289-1.c: New test case.
7536         * gcc.dg/pr14289-2.c: Likewise.
7537         * gcc.dg/pr14289-3.c: Likewise.
7538
7539 2004-03-08  Eric Botcazou  <ebotcazou@act-europe.fr>
7540
7541         * gcc.c-torture/execute/20040308-1.c: New test.
7542
7543 2004-03-07  Roger Sayle  <roger@eyesopen.com>
7544
7545         * gcc.c-torture/execute/20040307-1.c: New test case.
7546
7547 2004-03-07  Richard Sandiford  <rsandifo@redhat.com>
7548
7549         * gcc.dg/torture/mips-sdata-1.c: Restrict to mips*-*-elf*.
7550
7551 2004-03-06  Ulrich Weigand  <uweigand@de.ibm.com>
7552
7553         * gcc.dg/20040306-1.c: New test.
7554
7555 2004-03-06  Kazu Hirata  <kazu@cs.umass.edu>
7556
7557         * gcc.dg/sibcall-3.c (recurser_void1, recurser_void2): Make
7558         them static.
7559         * gcc.dg/sibcall-4.c (recurser_void1, recurser_void2): Likewise.
7560
7561 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7562
7563         PR c/14465
7564         * gcc.dg/decl-6.c: New test.
7565
7566 2004-03-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7567
7568         * gcc.dg/torture/builtin-explog-1.c: Add comments for each test.
7569         Rename LOGPOW -> LOG_POW.
7570         (SQRT_EXP, POW_EXP): New.
7571
7572 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7573
7574         * gcc.dg/i386-sse-8.c: New test.
7575
7576 2004-03-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7577
7578         PR c/14114
7579         * gcc.dg/decl-5.c: New test.
7580
7581 2004-03-05  Andreas Krebbel  <krebbel1@de.ibm.com>
7582
7583         * gcc.dg/20040305-1.c: New test.
7584
7585 2004-03-05  Hans-Peter Nilsson  <hp@axis.com>
7586
7587         PR other/14354
7588         * gcc.c-torture/execute/ieee/mul-subnormal-single-1.c: New test.
7589
7590 2004-03-04  Ziemowit Laski  <zlaski@apple.com>
7591
7592         PR c++/14425, c++/14426
7593         * g++.dg/ext/altivec-4.C: New test.
7594         * g++.dg/ext/altivec-5.C: New test.
7595
7596 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
7597
7598         * g++.old-deja/g++.other/linkage1.C: Expect errors about
7599         global variables of a type with no linkage.
7600         * g++.old-deja/g++.other/qual1.C: Name class for 'action'.
7601         * g++.old-deja/g++.mike/misc13.C: Name enum for 'want'.
7602         * g++.old-deja/g++.bugs/900210_01.C: Name enum for 'ep'.
7603         * g++.old-deja/g++.bugs/900210_02.C: Likewise.
7604         * g++.old-deja/g++.bugs/900210_03.C: Likewise.
7605         * g++.old-deja/g++.brendan/bit-fields2.C: Name structure for 's'.
7606         * g++.old-deja/g++.brendan/init10.C: Name structure for 'a'.
7607         * g++.dg/warn/deprecated.C: Name enum Color.
7608         * g++.dg/overload/VLA.C: Name structure for 'b'.
7609         * g++.dg/lookup/anon2.C: Expect diagnostic about type linkage.
7610
7611 2004-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7612
7613         * gcc.c-torture/compile/20040304-1.c: New test.
7614
7615 2004-03-03  Zack Weinberg  <zack@codesourcery.com>
7616
7617         PR 13728
7618         * gcc.dg/decl-4.c: New testcase.
7619
7620 2004-03-03  Kazu Hirata  <kazu@cs.umass.edu>
7621
7622         * gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
7623         as PRECF if sizeof (float) > sizeof (double).
7624         (PRECL): Make it the same as PRECF if
7625         sizeof (float) > sizeof (long double).
7626
7627 2004-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7628
7629         * gcc.dg/builtins-config.h: Use underscore macro style for __sun
7630         system type.  Add check for irix6 which doesn't have c99 runtime.
7631
7632 2004-03-03  Bob Wilson  <bob.wilson@acm.org>
7633
7634         * gcc.dg/const-elim-1.c: xfail for xtensa.
7635
7636 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7637
7638         PR c++/14369
7639         * g++.dg/template/cond4.C: New test.
7640
7641 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7642
7643         PR c++/14360
7644         * g++.old-deja/g++.ns/koenig5.C: Remove some error markers.
7645
7646         PR c++/14361
7647         * g++.dg/parse/defarg7.C: New test.
7648
7649         PR c++/14359
7650         * g++.dg/template/friend26.C: New test.
7651
7652 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
7653
7654         PR c++/14324
7655         * g++.dg/abi/mangle21.C: New test.
7656
7657         PR c++/14260
7658         * g++.dg/parse/constructor2.C: New test.
7659
7660         PR c++/14337
7661         * g++.dg/template/sfinae1.C: New test.
7662
7663 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7664
7665         PR c++/14267
7666         * g++.dg/expr/crash2.C: New test.
7667
7668         PR middle-end/13448
7669         * gcc.dg/inline-5.c: New test.
7670         * gcc.dg/always-inline.c: Split out tests into ...
7671         * gcc.dg/always-inline2.c: ... this and ...
7672         * gcc.dg/always-inline3.c: ... this.
7673
7674 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
7675
7676         PR debug/12103
7677         * g++.dg/debug/crash1.C: New test.
7678
7679 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
7680
7681         * gcc.dg/sibcall-3.c (recurser_void1): Make it an extern
7682         function with __attribute__((noinline)).
7683         (recurser_void2): Likewise.
7684         * gcc.dg/sibcall-4.c (recurser_void1): Likewise.
7685         (recurser_void2): Likewise.
7686
7687 2004-02-29  Roger Sayle  <roger@eyesopen.com>
7688
7689         PR middle-end/14203
7690         * g++.dg/warn/Wunused-6.C: New test case.
7691
7692 2004-02-28  Richard Earnshaw  <rearnsha@arm.com>
7693
7694         * lib/g++.exp (g++_link_flags): Don't crash if LD_LIBRARY_PATH is
7695         not defined.
7696
7697 2004-02-27  Eric Christopher  <echristo@redhat.com>
7698
7699         * g++.dg/charset/charset.exp: Change CFLAGS to CHARSETCFLAGS.
7700         * g++.dg/charset/asm2.c: Run only x86.
7701         * gcc.dg/charset/asm3.c: Ditto.
7702
7703 2004-02-27  Aldy Hernandez  <aldyh@redhat.com>
7704
7705         * lib/g++.exp (g++_link_flags): Append LD_LIBRARY_PATH to
7706         ld_library_path.
7707
7708 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
7709
7710         * g++.dg/ext/altivec-3.C: New.
7711
7712 2004-02-26  Richard Henderson  <rth@redhat.com>
7713
7714         * g++.dg/ext/attrib10.C: Mark for warning.
7715         * gcc.dg/attr-alias-1.c: New.
7716
7717 2004-02-26  Richard Henderson  <rth@redhat.com>
7718
7719         * gcc.c-torture/execute/ieee/20040208-2.c: Move ...
7720         * gcc.c-torture/execute/20040208-2.c: ... it back.
7721
7722 2004-02-26  Eric Christopher  <echristo@redhat.com>
7723
7724         * lib/target-supports.exp (check-iconv-available): New function.
7725         * lib/gcc-dg.exp (dg-require-iconv): New function.
7726         Use above.
7727         * gcc.dg/charset: New directory.
7728         * gcc.dg/charset/charset.exp: New file.
7729         * gcc.dg/charset/asm1.c: Ditto.
7730         * gcc.dg/charset/asm2.c: Ditto.
7731         * gcc.dg/charset/asm3.c: Ditto.
7732         * gcc.dg/charset/asm4.c: Ditto.
7733         * gcc.dg/charset/asm5.c: Ditto.
7734         * gcc.dg/charset/attribute1.c: Ditto.
7735         * gcc.dg/charset/attribute2.c: Ditto.
7736         * gcc.dg/charset/string1.c: Ditto.
7737         * g++.dg/charset: New directory.
7738         * g++.dg/dg.exp: Add here. Special options.
7739         * g++.dg/charset/charset.exp: New file.
7740         * g++.dg/charset/asm1.c: Ditto.
7741         * g++.dg/charset/asm2.c: Ditto.
7742         * g++.dg/charset/asm3.c: Ditto.
7743         * g++.dg/charset/asm4.c: Ditto.
7744         * g++.dg/charset/attribute1.c: Ditto.
7745         * g++.dg/charset/attribute2.c: Ditto.
7746         * g++.dg/charset/extern1.cc: Ditto.
7747         * g++.dg/charset/extern2.cc: Ditto.
7748         * g++.dg/charset/string1.c: Ditto.
7749
7750 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
7751
7752         PR c++/14278
7753         * g++.dg/parse/comma1.C: New test.
7754
7755 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7756
7757         PR c++/14284
7758         * g++.dg/template/ttp8.C: New test.
7759
7760 2004-02-26  Eric Botcazou  <ebotcazou@act-europe.fr>
7761
7762         * gcc.dg/fixuns-trunc-1.c: New test.
7763
7764 2004-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7765
7766         * gcc.dg/builtins-config.h: Use #elif.
7767
7768 2004-02-26  Michael Matz  <matz@suse.de>
7769
7770         * gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
7771         * gcc.dg/991214-1.c: Likewise.
7772         * gcc.dg/i386-asm-1.c: Likewise.
7773
7774 2004-02-25  Richard Henderson  <rth@redhat.com>
7775
7776         * gcc.c-torture/execute/20040208-2.c: Move ...
7777         * gcc.c-torture/execute/ieee/20040208-2.c: ... here.
7778
7779 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7780
7781         PR c++/14246
7782         * g++.dg/other/crash-3.C: New test.
7783
7784 2004-02-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7785
7786         * g++.dg/opt/inline4.C (dg-final): Robustify regexp.
7787         * g++.dg/opt/inline6.C (dg-final): Robustify regexp.
7788
7789         * gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
7790         HP-UX.
7791
7792 2004-02-24  Michael Matz  <matz@suse.de>
7793
7794         * gcc.dg/i386-regparm.c: New.
7795
7796 2004-02-23  James E Wilson  <wilson@specifixinc.com>
7797
7798         * gcc.c-torture/execute/20040223-1.c: New.
7799
7800 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
7801             Kazu Hirata  <kazu@cs.umass.edu>
7802
7803         * gcc.dg/fwritable-strings-1.c: Remove.
7804
7805 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
7806
7807         PR c/14156
7808         * gcc.dg/20040223-1.c: New test.
7809
7810 2004-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7811
7812         PR c++/14106
7813         * g++.dg/ext/typeof9.C: New test.
7814
7815 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7816
7817         PR c++/14250
7818         * g++.dg/other/switch1.C: New test.
7819
7820 2004-02-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
7821
7822         * gcc.dg/cast-function-1.c: Adjust for new informative message.
7823         * gcc.dg/va-arg-1.c: Likewise.
7824
7825 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7826
7827         PR c++/14143
7828         * g++.dg/template/koenig5.C: New test.
7829
7830 2004-02-21  Ziemowit Laski  <zlaski@apple.com>
7831
7832         * g++.dg/ext/altivec-1.C: Generalize target triple.
7833         * g++.dg/ext/altivec-2.C: New test case.
7834         * g++.dg/ext/altivec_check.h: New file.
7835         * gcc.dg/altivec-1.c: Generalize target triple;
7836         include altivec_check.h and call altivec_check().
7837         * gcc.dg/altivec-[2-5].c: Generalize target triple.
7838         * gcc.dg/altivec-6.c: New test case.
7839         * gcc.dg/altivec-[7-9].c: Generalize target triple; add
7840         type casts as needed.
7841         * gcc.dg/altivec-10.c: Include altivec_check.h and call
7842         altivec_check().
7843         * gcc.dg/altivec-12.c: New test case.
7844         * gcc.dg/altivec-varargs-1.c: Generalize target triple;
7845         include altivec_check.h and call altivec_check().
7846         * gcc.dg/altivec_check.h: New file.
7847
7848 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7849
7850         * lib/target-supports.exp (check_alias_available): Don't mangle
7851         function `g' in test program.
7852
7853 2004-02-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7854
7855         * lib/target-supports.exp (check_profiling_available): Check
7856         argument to determine whether we support a profiling type.
7857         * lib/gcc-dg.exp (dg-require-profiling): Pass argument to
7858         check_profiling_available.
7859         * g++.dg/bprob/bprob.exp: Likewise
7860         * g77.dg/bprob/bprob.exp: Likewise.
7861         * gcc.misc-tests/bprob.exp: Likewise.
7862         * g++.old-deja/g++.law/profile1.C: Pass profiling type to
7863         dg-require-profiling and delete expected error handling.
7864         * gcc.dg/20021014-1.c: Likewise.
7865         * gcc.dg/nest.c: Likewise.
7866
7867 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7868
7869         PR c++/12007
7870         * g++.dg/other/vthunk1.C: New test.
7871
7872 2004-02-20  Falk Hueffner  <falk@debian.org>
7873
7874         PR target/14201
7875         * gcc.c-torture/compile/fix-trunc-mem-1.c: New test.
7876
7877 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
7878
7879         PR c++/13927
7880         * g++.dg/other/error8.C: Remove XFAIL markers.
7881
7882         PR c++/14173
7883         * g++.dg/ext/packed5.C: New test.
7884
7885         PR c++/14199
7886         * g++.dg/warn/Wunused-5.C: New test.
7887
7888         PR c++/14186
7889         * g++.dg/lookup/member1.C: New test.
7890
7891 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
7892
7893         * gcc.c-torture/compile/20040130-1.c: Enable only when
7894         __INT_MAX__ >= 2147483647L.
7895         * gcc.c-torture/compile/961203-1.c: Likewise.
7896
7897 2004-02-19  Nathan Sidwell  <nathan@codesourcery.com>
7898
7899         * g++.dg/parse/attr-ctor1.C: XFAIL on hppa.
7900         * g++.dg/opt/template1.C: Robustify assembler regexp
7901
7902 2004-02-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
7903
7904         * gcc.c-torture/execute/simd-4.x: Remove.
7905         * gcc.c-torture/execute/va-arg-25.x: Likewise.
7906         * gcc.dg/compat/vector-1_x.c: Do not XFAIL on SPARC.
7907         Guard with #ifndef SKIP_ATTRIBUTE.
7908         * gcc.dg/compat/vector-1_y.c: Likewise.
7909         * gcc.dg/compat/vector-2_x.c: Likewise.
7910         * gcc.dg/compat/vector-2_y.c: Likewise.
7911         * g++.dg/eh/simd-1.C: Do not XFAIL on SPARC.
7912         * g++.dg/eh/simd-2.C: Likewise.
7913
7914 2004-02-19  Alan Modra  <amodra@bigpond.net.au>
7915
7916         * gcc.c-torture/compile/complex-1.c: New.
7917
7918 2004-02-19  Hans-Peter Nilsson  <hp@axis.com>
7919
7920         PR target/14209
7921         * gcc.c-torture/execute/20040218-1.c: New test.
7922
7923 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7924
7925         PR c++/14181
7926         * g++.dg/parse/new2.C: New test.
7927
7928 2004-02-18  Paul Brook  <paul@codesourcery.com>
7929
7930         * gcc.c-torture/compile/libcall-1.c: New test.
7931
7932 2004-02-18  Paul Brook  <paul@codesourcery.com>
7933
7934         PR debug/12934
7935         * gcc.dg/debug/debug-7.c: New test.
7936
7937 2004-02-17  Ulrich Weigand  <uweigand@de.ibm.com>
7938
7939         * gcc.dg/20040217-1.c: New test.
7940
7941 2004-02-17  Zack Weinberg  <zack@codesourcery.com>
7942
7943         * gcc.c-torture/execute/990208-1.x: Delete.
7944
7945 2004-02-17  Richard Sandiford  <rsandifo@redhat.com>
7946
7947         * gcc.c-torture/execute/20040208-2.x: New file.
7948
7949 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
7950
7951         PR c++/11326
7952         * g++.dg/abi/structret1.C: New test.
7953
7954 2004-02-17  Jakub Jelinek  <jakub@redhat.com>
7955
7956         * gcc.dg/i386-cpuid.h (bit_CMOV): Define.
7957         (i386_cpuid): No need to test if cpuid is available on AMD64.
7958         Fix assembly, so that it works onboth i386 and AMD64.
7959         * gcc.dg/i386-sse-6.c: Include stdio.h, stdlib.h and string.h.
7960         (vecInLong): Fix s[] member type to unsigned int.
7961         (vecInWord): Remove type.
7962         (mmx_tests, sse_tests, dump64_16, dump64_32, dump64_64): Remove.
7963         (a64, b64, c64, d64, e64): Remove.
7964         (main): Pass if CPU has no MMX, SSE, SSE2 or CMOV support.
7965         Remove unused variable.  Remove initialization of removed variables.
7966         Don't call mmx_tests nor sse_tests.
7967         (reference_mmx, reference_sse): Remove.
7968         (check): Add return stmt.
7969         * gcc.dg/i386-sse-7.c: New test.
7970         * gcc.dg/i386-mmx-4.c: New test.
7971
7972 2004-02-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7973
7974         * g++.dg/tc1/dr176.C: Add missing semicolon (typo).
7975         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7976         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7977         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr193.C,
7978         g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C, g++.dg/tc1/dr56.C,
7979         g++.dg/tc1/dr68.C, g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C,
7980         g++.dg/tc1/dr94.C: Fix line terminator.
7981
7982 2004-02-16  Geoffrey Keating  <geoffk@apple.com>
7983
7984         * gcc.c-torture/compile/20040216-1.c: New.
7985
7986 2004-02-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7987
7988         * g++.dg/tc1/dr101.C, g++.dg/tc1/dr135.C, g++.dg/tc1/dr142.C,
7989         g++.dg/tc1/dr152.C, g++.dg/tc1/dr159.C, g++.dg/tc1/dr161.C,
7990         g++.dg/tc1/dr166.C, g++.dg/tc1/dr176.C, g++.dg/tc1/dr188.C,
7991         g++.dg/tc1/dr193.C, g++.dg/tc1/dr194.C, g++.dg/tc1/dr217.C,
7992         g++.dg/tc1/dr48.C, g++.dg/tc1/dr56.C, g++.dg/tc1/dr68.C,
7993         g++.dg/tc1/dr76.C, g++.dg/tc1/dr80.C, g++.dg/tc1/dr94.C: New tests.
7994
7995 2004-02-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
7996
7997         * gcc.c-torture/execute/20020720-1.x: XFAIL on SPARC with -fPIC.
7998
7999 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
8000
8001         PR c++/13971
8002         * g++.dg/expr/cond4.C: New test.
8003
8004         PR c++/14086
8005         * g++.dg/lookup/crash2.C: New test.
8006
8007 2004-02-14  Josef Zlomek  <zlomekj@suse.cz>
8008
8009         * gcc.c-torture/compile/20040214-2.c: New test.
8010
8011 2004-02-14  Andrew Pinski  <pinskia@physics.uc.edu>
8012
8013         PR c++/14116
8014         * g++.dg/ext/typeof8.C: New test.
8015
8016 2004-02-14  Eric Botcazou  <ebotcazou@act-europe.fr>
8017
8018         * gcc.c-torture/compile/20040214-1.c: New test.
8019
8020 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8021
8022         PR c++/13635
8023         * g++.dg/template/spec11.C: New test.
8024
8025 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8026
8027         PR c++/13927
8028         * g++.dg/other/error8.C: New test.
8029
8030 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
8031
8032         PR c++/14122
8033         * g++.dg/template/array4.C: New test.
8034
8035         PR c++/14108
8036         * g++.dg/inherit/thunk2.C: New test.
8037
8038         PR c++/14083
8039         * g++.dg/eh/cond2.C: New test.
8040
8041 2004-02-12  Alan Modra  <amodra@bigpond.net.au>
8042
8043         * gcc.dg/debug/20020327-1.c: Disable for powerpc64.
8044
8045 2004-02-12  Nathaniel Smith <njs@codesourcery.com>
8046
8047         * lib/scanasm.exp (dg-scan): Quote pattern before display.
8048
8049 2004-02-12  Hartmut Penner  <hpenner@de.ibm.com>
8050
8051         * g++.dg/simd-2.C: xfail on ppc64-linux.
8052
8053 2004-02-11  Joseph S. Myers  <jsm@polyomino.org.uk>
8054
8055         PR c/456
8056         * gcc.dg/cpp/c90-if-comma-1.c, gcc.dg/cpp/c99-if-comma-1.c: New
8057         tests.
8058
8059 2004-02-11  Uros Bizjak  <uros@kss-loka.si>
8060
8061         * gcc.dg/builtins-33.c: New test.
8062
8063 2004-02-11  Paolo Bonzini  <bonzini@gnu.org>
8064
8065         * gcc.dg/pr14092-1.c: Use intptr_t for the cast.
8066
8067 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
8068
8069         * g++.dg/simd-2.C: Set -maltivec for ppc64.
8070
8071 2004-02-11  Hartmut Penner  <hpenner@de.ibm.com>
8072
8073         * gcc.dg/ppc64-abi-3.c: New test.
8074
8075 2004-02-10  Paolo Bonzini  <bonzini@gnu.org>
8076
8077         PR c/14092
8078
8079         * gcc.dg/pr14092-1.c: New testcase.
8080
8081 2004-02-10  Alan Modra  <amodra@bigpond.net.au>
8082
8083         * gcc.dg/cpp/assert4.c: Fix typo last change.
8084
8085         * gcc.dg/darwin-longlong.c: Only use r0 in asm for darwin.
8086         * gcc.dg/cpp/assert4.c: Handle powerpc64.
8087
8088         * gcc.dg/debug/20020327-1.c: xfail for powerpc64.
8089
8090 2004-02-09  Roger Sayle  <roger@eyesopen.com>
8091
8092         * gcc.c-torture/compile/20040209-1.c: New test case.
8093
8094 2004-02-08  Joseph S. Myers  <jsm@polyomino.org.uk>
8095
8096         * gcc.dg/c90-init-1.c: Adjust expected error messages.
8097
8098 2004-02-08  Richard Sandiford  <rsandifo@redhat.com>
8099
8100         * gcc.c-torture/execute/20040208-[12].c: New tests.
8101
8102 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8103
8104         * g++.dg/eh/simd-2.C: Adjust line numbers for SPARC.
8105
8106 2004-02-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8107
8108         * gcc.c-torture/execute/va-arg-25.x: XFAIL only on SPARC 64-bit.
8109
8110 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
8111
8112         Bug 13856
8113         * gcc.dg/visibility-8.c: New testcase.
8114
8115 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
8116
8117         * gcc.c-torture/execute/string-opt-15.c: Define memcmp with void *
8118         arguments.
8119         * gcc.dg/fwritable-strings-1.c: Expect the deprecation notice.
8120
8121 2004-02-07  Roger Sayle  <roger@eyesopen.com>
8122
8123         PR middle-end/13696
8124         * g++.dg/opt/fold1.C: New test case.
8125
8126 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8127
8128         PR c++/14033
8129         * g++.dg/other/crash-2.C: New test.
8130
8131 2003-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8132
8133         PR c++/14028
8134         * g++.dg/parse/angle-bracket2.C: New test.
8135
8136 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8137
8138         PR middle-end/13750
8139         Revert:
8140         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
8141         PR pch/13361
8142         * testsuite/g++.dg/pch/wchar-1.C: New.
8143         * testsuite/g++.dg/pch/wchar-1.Hs: New.
8144
8145 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8146
8147         PR c++/14008
8148         * g++.dg/parse/error15.C: New test.
8149         * g++.dg/parse/crash11.C: Update dg-error mark.
8150
8151 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
8152
8153         PR c++/13932
8154         * g++.dg/warn/conv2.C: New test.
8155
8156 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8157
8158         PR c++/13086
8159         * g++.dg/warn/incomplete1.C: Remove xfail.
8160
8161 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
8162
8163         * lib/file-format.exp (gcc_target_object_format): Use
8164         ${tool}_target_compile, not gcc_target_compile.
8165         * lib/target-supports.exp (check_alias_available): Likewise.
8166         (check_gc_sections_available): Likewise.
8167         * g++.dg/ext/attrib10.C: Use dg-require-alias.
8168         * g++.old-deja/g++.ext/attrib5.C: Use dg-require-weak and
8169         dg-require-alias.
8170
8171 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
8172
8173         PR c++/13969
8174         * g++.dg/template/static6.C: New test.
8175
8176 2004-02-04  Ian Lance Taylor  <ian@wasabisystems.com>
8177
8178         * gcc.dg/arm-mmx-1.c: Don't look for ldmfd if -mthumb.
8179
8180 2004-02-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8181
8182         * objc.dg/encode-2.m, objc.dg/encode-3.m, objc.dg/encode-4.m: Fix
8183         tests for systems where `char' is unsigned by default.
8184
8185 2003-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8186
8187         PR c++/13997
8188         * g++.dg/template/partial3.C: New test.
8189
8190 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8191
8192         * gcc.dg/20020312-2.c, gcc.dg/builtin-inf-1.c,
8193         gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/cpp/assert4.c:
8194         Remove mentions of obsolete ports.
8195
8196 2004-02-04  Paolo Bonzini  <bonzini@gnu.org>
8197
8198         * gcc.dg/noncompile/20001228-1.c: Fix for new
8199         error message.
8200
8201 2004-02-03  Roger Sayle  <roger@eyesopen.com>
8202
8203         PR target/9348
8204         * gcc.c-torture/execute/multdi-1.c: New test case.
8205
8206 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8207
8208         PR c++/13925
8209         * g++.dg/template/lookup5.C: New test.
8210
8211 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8212
8213         PR c++/13950
8214         * g++.dg/template/lookup4.C: New test.
8215
8216         PR c++/13970
8217         * g++.dg/parse/error14.C: New test.
8218
8219         PR c++/14002
8220         * g++.dg/parse/template13.C: New test.
8221
8222 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
8223
8224         PR c++/13978
8225         * g++.dg/template/koenig4.C: New test.
8226
8227         PR c++/13968
8228         * g++.dg/template/crash17.C: New test.
8229
8230         PR c++/13975
8231         * g++.dg/parse/error13.C: New test.
8232         * g++.old-deja/g++.robertl/eb125.C: Tweak error messages.
8233
8234 2004-02-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
8235
8236         * gcc.dg/20020503-1.c: Remove -mflat dg-options.
8237
8238 2004-02-03  Paolo Bonzini  <bonzini@gnu.org>
8239
8240         PR c/11658
8241         PR c/13994
8242         * gcc.dg/noncompile/20040203-1.c: New test.
8243         * gcc.dg/noncompile/20040203-2.c: Likewise.
8244         * gcc.dg/noncompile/20040203-3.c: Likewise.
8245         * gcc.dg/20040203-1.c: Likewise.
8246
8247 2004-02-02  Andrew Pinski  <pinskia@physics.uc.edu>
8248
8249         PR c++/10858
8250         * g++.dg/template/sizeof7.C: New test.
8251
8252 2004-02-02  Eric Christopher  <echristo@redhat.com>
8253             Zack Weinberg  <zack@codesourcery.com>
8254
8255         * gcc.c-torture/execute/wchar_t-1.c: Add -finput-charset.
8256
8257 2004-02-02  Zack Weinberg  <zack@codesourcery.com>
8258
8259         * g++.dg/eh/forced1.C, g++.dg/eh/forced2.C, g++.dg/eh/forced3.C
8260         * g++.dg/eh/forced4.C: XFAIL ia64-hp-hpux11.*.
8261         * g++.dg/eh/ia64-1.C: Test branch regs only #ifdef __LP64__.
8262         * gcc.dg/cleanup-5.c: Run only on Linux targets.
8263
8264 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
8265
8266         PR c++/13113
8267         * g++.old-deja/g++.mike/net36.C: Adjust error messages.
8268
8269         PR c++/13854
8270         * g++.dg/ext/attrib13.C: New test.
8271
8272         PR c++/13907
8273         * g++.dg/conversion/op2.C: New test.
8274
8275 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8276
8277         * gcc.dg/titype-1.c: Fix pasto.
8278
8279 2004-02-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
8280
8281         * gcc.dg/titype-1.c: New test.
8282
8283 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8284
8285         PR c++/13957
8286         * g++.dg/template/non-type-template-argument-1.C,
8287         g++.dg/template/qualified-id1.C: Update dg-error marks.
8288         * g++.dg/template/nontype6.C: New test.
8289
8290 2004-02-01  Roger Sayle  <roger@eyesopen.com>
8291
8292         * gcc.dg/builtins-1.c: Also test for __builtin_signbit{,f,l}.
8293         * gcc.dg/builtins-31.c: New testcase.
8294         * gcc.dg/builtins-32.c: New testcase.
8295
8296 2004-01-30  Andrew Pinski  <pinskia@physics.uc.edu>
8297
8298         * objc.dg/call-super-2.m: Update line numbers
8299         for the including of stddef.h.
8300
8301 2004-01-30  Michael Matz  <matz@suse.de>
8302
8303         * g++.dg/ext/case-range1.C, g++.dg/ext/case-range2.C,
8304         g++.dg/ext/case-range3.C: New tests.
8305
8306 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8307
8308         DR206
8309         PR c++/13813
8310         * g++.dg/template/member4.C: New test.
8311
8312 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8313
8314         PR c++/13683
8315         * g++.dg/template/sizeof6.C: New test.
8316
8317 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8318
8319         * gcc.dg/fwritable-strings-1.c: New test.
8320
8321 2004-01-30  Eric Botcazou  <ebotcazou@libertysurf.fr>
8322
8323         * gcc.c-torture/compile/20040130-1.c: New test.
8324
8325 2004-01-29  Geoffrey Keating  <geoffk@geoffk.org>
8326
8327         * objc.dg/call-super-2.m: Include stddef.h for size_t.
8328
8329 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
8330
8331         PR c++/13883
8332         * g++.dg/template/ctor3.C: New test.
8333
8334 2004-01-29  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8335
8336         * g++.dg/tc1: New directory.
8337         * g++.dg/tc1/dr108.C, g++.dg/tc1/dr128.C, g++.dg/tc1/dr147.C,
8338         g++.dg/tc1/dr179.C, g++.dg/tc1/dr1.C, g++.dg/tc1/dr213.C,
8339         g++.dg/tc1/dr74.C, g++.dg/tc1/dr90.C, g++.dg/tc1/dr127.C,
8340         g++.dg/tc1/dr137.C, g++.dg/tc1/dr164.C, g++.dg/tc1/dr185.C,
8341         g++.dg/tc1/dr20.C, g++.dg/tc1/dr52.C, g++.dg/tc1/dr85.C: New tests.
8342
8343 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8344
8345         * g++.dg/parse/error11.C: New test.
8346         * g++.dg/parse/error12.C: Likewise.
8347
8348 2004-01-28  Ziemowit Laski  <zlaski@apple.com>
8349
8350         * objc.dg/proto-qual-1.m (ROUND, aligned_sizeof): New.
8351         (scan_initial, main): Use aligned_sizeof instead of sizeof.
8352
8353 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
8354
8355         PR c++/13791
8356         * g++.dg/ext/attrib12.C: New test.
8357
8358         PR c++/13736
8359         * g++.dg/parse/cast2.C: New test.
8360
8361 2004-01-27  James E Wilson  <wilson@specifixinc.com>
8362
8363         * objc.dg/encode-2.m (main): New local string.  Set depending on
8364         sizeof long.  Use in sscanf call.
8365         * objc.dg/encode-3.m (main): New local string.  Set depending on
8366         sizeof long.  Use in scan_initial call.
8367
8368 2004-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8369
8370         * objc.dg/call-super-2.m: Make LP64-safe.
8371         * objc.dg/desig-init-1.m: Likewise.
8372
8373 2004-01-27  Devang Patel <dpatel@apple.com>
8374
8375         * g++.dg/debug/namespace1.C: New test.
8376
8377 2004-01-27  Ian Lance Taylor  <ian@wasabisystems.com>
8378
8379         * gcc.dg/const-elim-1.c: Add xfail for strongarm-*-* and
8380         xscale-*-*.
8381
8382         * gcc.dg/arm-mmx-1.c: New test.
8383
8384 2004-01-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
8385
8386         * gcc.dg/20040127-1.c: New test.
8387         * gcc.dg/20040127-2.c: New test.
8388
8389 2004-01-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8390
8391         * objc.dg/stret-1.m (glob): Renamed to globa.
8392
8393 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
8394
8395         PR c++/13663
8396         * g++.dg/expr/for1.C: New test.
8397
8398 2004-01-26  Fariborz Jahanian <fjahanian@apple.com>
8399
8400         PR middle-end/13779
8401         * gcc.dg/darwin-longlong.c: New test.
8402
8403 2004-01-26  Ian Lance Taylor  <ian@wasabisystems.com>
8404
8405         * gcc.dg/20040124-1.c: Moved test from here...
8406         * gcc.c-torture/compile/20040124-1.c: ...to here.
8407
8408 2004-01-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
8409
8410         * gcc.dg/sparc-ret.c: Run only in 32-bit mode.  Don't scan
8411         the assembly output if -m64 is passed.
8412
8413 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
8414
8415         PR c++/13833
8416         * g++.dg/template/cond3.C: New test.
8417
8418 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8419
8420         PR c++/13810
8421         * g++.dg/template/ttp7.C: New test.
8422
8423 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8424
8425         PR c++/13797
8426         * g++.dg/template/nontype4.C: New test.
8427         * g++.dg/template/nontype5.C: Likewise.
8428
8429 2004-01-25  Richard Sandiford  <rsandifo@redhat.com>
8430
8431         * gcc.dg/torture/mips-clobber-at.c: New test.
8432
8433 2004-01-24  Ian Lance Taylor  <ian@wasabisystems.com>
8434
8435         * gcc.dg/20040124-1.c: New test.
8436
8437 2004-01-24  Jakub Jelinek  <jakub@redhat.com>
8438
8439         * gcc.dg/20040123-1.c: New test.
8440
8441 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8442
8443         * gcc.dg/builtins-30.c: Move dg-warning marks to the proper lines.
8444
8445 2004-01-24  Joseph S. Myers  <jsm@polyomino.org.uk>
8446
8447         * gcc.dg/c90-array-lval-7.c, gcc.dg/c99-array-lval-7.c: New tests.
8448
8449 2004-01-23  Andrew Pinski  <apinski@apple.com>
8450
8451         * gcc.dg/20030121-1.c: Move to ..
8452         * gcc.dg/20040121-1.c: here.
8453
8454 2004-01-23  Roger Sayle  <roger@eyesopen.com>
8455
8456         * gcc.dg/builtins-29.c: New test case.
8457
8458 2004-01-23  Zack Weinberg  <zack@codesourcery.com>
8459
8460         PR 18314
8461         * gcc.dg/builtins-30.c: New testcase.
8462
8463 2004-01-23  Andreas Tobler  <a.tobler@schweiz.ch>
8464
8465         * g++.dg/compat/compat.exp: Add LD_LIBRARY_PATH_32/64 for Solaris.
8466         * lib/g77.exp: Likewise.
8467         * lib/objc.exp: Likewise.
8468         * lib/g++.exp: Likewise.
8469
8470 2004-01-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
8471
8472         * gcc.dg/struct-by-value-2.c: New test.
8473
8474 2004-01-21  Andrew Pinski  <apinski@apple.com>
8475
8476         PR target/13785
8477         * gcc.dg/20030121-1.c: New test.
8478
8479 2004-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
8480
8481         * gcc.dg/20030123-1.c: Add -fno-omit-frame-pointer option.  Do not
8482         clobber frame pointer register in asm statement.
8483
8484 2004-01-21  Falk Hueffner  <falk@debian.org>
8485
8486         * gcc.c-torture/compile/20040121-1.c: New test.
8487
8488 2004-01-21  Zack Weinberg  <zack@codesourcery.com>
8489
8490         * gcc.dg/noncompile/20020213-1.c: Add another dg-warning line.
8491
8492 2004-01-20  Hartmut Penner  <hpenner@de.ibm.com>
8493
8494         * gcc.dg/ppc64-abi-2.c: New test.
8495
8496 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8497
8498         * lib/treelang.exp: Fill out this file.
8499         * lib/treelang-dg.exp: New File.
8500
8501 2004-01-20  Joseph S. Myers  <jsm@polyomino.org.uk>
8502
8503         * gcc.c-torture/compile/981022-1.c: Remove.
8504         * gcc.dg/array-5.c: Remove XFAIL.
8505         * gcc.dg/sequence-pt-1.c: Remove test using extended lvalues.
8506         * gcc.dg/cast-lvalue-1.c, gcc.dg/compound-lvalue-1.c,
8507         gcc.dg/cond-lvalue-1.c: Update.
8508         * gcc.dg/cast-lvalue-2.c: New test.
8509
8510 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
8511
8512         PR c++/13592
8513         * g++.dg/other/error1.C (class foo): Tweak error message.
8514
8515         PR c++/13592
8516         * g++.dg/template/call2.C: New test.
8517
8518 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8519
8520         * gcc.dg/compat/fnptr-by-value-1_x.c, scalar-by-value-1_y.c
8521         scalar-by-value-3_x.c, scalar-by-value-3_y.c,
8522         scalar-by-value-4_x.c, scalar-by-value-4_y.c,
8523         scalar-return-1_x.c, scalar-return-2_y.c,
8524         scalar-return-3_x.c, scalar-return-3_y.c,
8525         scalar-return-4_x.c, scalar-return-4_y.c,
8526         struct-align-1.h, struct-align-1_x.c,
8527         struct-align-1_y.c, struct-align-2.h,
8528         struct-align-2_x.c, struct-align-2_y.c,
8529         struct-by-value-10_y.c, struct-by-value-11_x.c,
8530         struct-by-value-11_y.c, struct-by-value-12_x.c,
8531         struct-by-value-12_y.c, struct-by-value-13_x.c,
8532         struct-by-value-13_y.c, struct-by-value-14_x.c,
8533         struct-by-value-14_y.c, struct-by-value-15_x.c,
8534         struct-by-value-15_y.c, struct-by-value-16_y.c,
8535         struct-by-value-17_y.c, struct-by-value-18_y.c,
8536         struct-by-value-19_y.c, struct-by-value-1_x.c,
8537         struct-by-value-1_y.c, struct-by-value-20_y.c,
8538         struct-by-value-2_x.c, struct-by-value-2_y.c,
8539         struct-by-value-3_y.c, struct-by-value-4_x.c,
8540         struct-by-value-4_y.c, struct-by-value-5_y.c,
8541         struct-by-value-6_y.c, struct-by-value-7_y.c
8542         struct-by-value-8_x.c, struct-by-value-8_y.c
8543         struct-by-value-9_x.c, struct-by-value-9_y.c
8544         struct-return-10_x.c, struct-return-10_y.c,
8545         struct-return-19_x.c, struct-return-20_x.c
8546         struct-return-2_x.c, struct-return-2_y.c
8547         struct-return-3_x.c: Guard non-C99 tests with SKIP_COMPLEX_INT,
8548         SKIP_ATTRIBUTE and SKIP_ZERO_ARRAY.  Turns SKIPVA into SKIP_VA.
8549
8550 2004-01-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
8551
8552         * gcc.dg/tls/alias-1.c: Add dg-warning for unsupported visibility
8553         attribute on sparc*-sun-solaris2.*.
8554
8555 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
8556
8557         PR c++/13710
8558         * g++.dg/ext/typeof7.C: New test.
8559
8560 2004-01-18  David Edelsohn  <edelsohn@gnu.org>
8561
8562         * gcc.dg/array-quals-1.c: xfail on powerpc*-*-aix*.
8563         * gcc.dg/const-elim-1.c: Same.
8564
8565 2004-01-17  Ziemowit Laski  <zlaski@apple.com>
8566
8567         * objc.dg/stret-1.m: New.
8568         * objc.dg/stret-2.m: New.
8569
8570 2004-01-17  Andrew Pinski  <pinskia@physics.uc.edu>
8571
8572         PR c++/11895
8573         * g++.dg/ext/vector1.C: New test.
8574
8575 2004-01-16  Geoffrey Keating  <geoffk@apple.com>
8576
8577         * gcc.dg/pch/import-1.c: New.
8578         * gcc.dg/pch/import-1.hs: New.
8579         * gcc.dg/pch/import-1a.h: New.
8580         * gcc.dg/pch/import-1b.h: New.
8581         * gcc.dg/pch/import-1c.h: New.
8582
8583 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8584
8585         PR c++/13574
8586         * g++.dg/ext/array1.C: New test.
8587
8588         PR c++/13178
8589         * g++.dg/conversion/op1.C: New test.
8590
8591 2004-01-16  J"orn Rennecke <joern.rennecke@superh.com>
8592
8593         PR 11864
8594         From Kazumoto Kojima / Dan Kegel:
8595         * gcc.dg/pr11864-1.c: New test.
8596
8597         PR 10392
8598         From Marcus Comstedt / Dan Kegel:
8599         * gcc.dg/pr10392-1.c: New test.
8600
8601 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
8602
8603         PR c++/13478
8604         * g++.dg/init/ref10.C: New test.
8605
8606 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8607
8608         PR c++/13407
8609         * g++.dg/parse/typename6.C: New test.
8610
8611 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
8612
8613         PR pch/13361
8614         * testsuite/g++.dg/pch/wchar-1.C: New.
8615         * testsuite/g++.dg/pch/wchar-1.Hs: New.
8616
8617 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8618
8619         PR c++/9259
8620         * g++.dg/expr/sizeof2.C: New test.
8621
8622 2004-01-15  Kazu Hirata  <kazu@cs.umass.edu>
8623
8624         * gcc.dg/sibcall-3.c: Replace mn10?00 with mn10300.
8625
8626 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8627
8628         PR c++/13659
8629         * g++.dg/lookup/strong-using-3.C: New.
8630         * g++.dg/lookup/using-10.C: New.
8631
8632 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
8633
8634         PR c++/13594
8635         * g++.dg/lookup/strong-using-2.C: New.
8636
8637 2004-01-15  Marcus Comstedt <marcus@mc.pp.se>
8638             Dan Kegel <dank@kegel.com>
8639             J"orn Rennecke <joern.rennecke@superh.com>
8640
8641         PR target/9365
8642         * gcc.dg/pr9365-1.c: New test.
8643
8644 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8645
8646         PR c++/8856
8647         * g++.dg/parse/casting-operator2.C: New test.
8648         * g++.old-deja/g++.pt/explicit83.C: Remove.
8649
8650 2004-01-14  Joseph S. Myers  <jsm@polyomino.org.uk>
8651
8652         * gcc.dg/label-compound-stmt-1.c: New test.
8653         * gcc.c-torture/compile/950922-1.c,
8654         gcc.c-torture/compile/20000211-3.c,
8655         gcc.c-torture/compile/20000518-1.c,
8656         gcc.c-torture/compile/20021108-1.c: Avoid labels at and of
8657         compound statements.
8658
8659 2004-01-14  Hartmut Penner  <hpenner@de.ibm.com>
8660
8661         * gcc.dg/ppc64-abi-1.c: New test.
8662
8663 2004-01-14  Danny Smith  <dannysmith@users.sourceforge.net>
8664
8665          * g++.dg/ext/attrib9.C: Add dg-warnings.
8666
8667 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8668
8669         PR c++/12335
8670         * g++.dg/parse/dtor3.C: New test.
8671
8672 2004-01-13  Andrew Pinski  <pinskia@physics.uc.edu>
8673
8674         PR c++/12709
8675         * g++.dg/parse/try-catch-1.C: New test.
8676
8677 2004-01-13  Arnaud Charlet  <charlet@act-europe.fr>
8678
8679         * ada/acats/run_all.sh: Add more verbose output in acats.log
8680         when compiling tests.
8681
8682 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8683
8684         PR 13656
8685         * gcc.dg/typedef-redecl.c: New test case.
8686         * gcc.dg/typedef-redecl.h: New support file.
8687
8688 2004-01-13  Jan Hubicka  <jh@suse.cz>
8689
8690         * gcc.dg/always_inline.c: New test.
8691         * gcc.dg/debug/20031231-1.c: Fix.
8692
8693 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8694
8695         PR c++/13474
8696         * g++.dg/template/array3.C: New test.
8697
8698 2004-01-12  Zack Weinberg  <zack@codesourcery.com>
8699
8700         * g++.dg/ext/lvalue1.C: No longer expected to fail.
8701         * g++.dg/warn/Wunused-2.C: Likewise.
8702
8703 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8704
8705         PR c++/13289
8706         * g++.dg/template/instantiate6.C: New test.
8707
8708 2004-01-12  Roger Sayle  <roger@eyesopen.com>
8709
8710         PR middle-end/11397
8711         * gcc.dg/special/wkali-2.c: Add dg-require-alias.
8712
8713 2004-01-12  Jan Hubicka  <jh@suse.cz>
8714
8715         PR opt/12826
8716         * gcc.dg/20040112-1.c: New.
8717
8718         * gcc.dg/dwarf-die[1-7].c: Move to...
8719         * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here.
8720         * gcc.dg/debug/dwarf2/dwarf2.exp: New.
8721
8722 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8723
8724         PR c++/4100
8725         * g++.dg/parse/friend4.C: New test.
8726
8727 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
8728
8729         PR c++/4100
8730         * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class
8731         definition is called a friend.
8732
8733 2004-01-11  Zack Weinberg  <zack@codesourcery.com>
8734
8735         * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
8736
8737 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
8738
8739         PR c++/3478
8740         * g++.dg/parse/error10.C: New test.
8741         * g++.dg/template/arg2.C: Accept "invalid type" error.
8742
8743 2004-01-11  Jakub Jelinek  <jakub@redhat.com>
8744
8745         PR middle-end/13392
8746         * g++.dg/opt/expect2.C: New test.
8747
8748 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8749
8750         * gcc.dg/Wshadow-1.c, gcc.dg/attr-noinline.c, gcc.dg/decl3.c
8751         * gcc.dg/redecl-1.c, gcc.dg/visibility-7.c, gcc.dg/wtr-static-1.c
8752         * gcc.dg/noncompile/20020220-1.c, objc.dg/method-1.m:
8753         Update dg-error regexps.
8754
8755 2004-01-10  Zack Weinberg  <zack@codesourcery.com>
8756
8757         * gcc.c-torture/compile/20021123-2.c: Delete; dup of 20021120-1.c.
8758         * gcc.c-torture/compile/20021123-3.c: Delete; dup of 20021120-2.c.
8759
8760 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8761
8762         * gcc.dg/pragma-re-1.c: Use right pointer type.
8763
8764 2004-01-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
8765
8766         * g++.dg/eh/simd-1.c: Ajust line number for dg-error line.
8767
8768 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
8769
8770         * gcc.dg/rs6000-ldouble-1.c: New.
8771
8772 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8773
8774         DR 337
8775         PR c++/9256
8776         * g++.dg/other/abstract1.C: New test.
8777
8778 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
8779
8780         * g++.dg/lookup/strong-using-1.C: New.
8781
8782 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
8783
8784         PR c/11234
8785         * gcc.dg/func-ptr-conv-1.c: New test.
8786         * gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
8787
8788 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
8789
8790         PR target/13380.
8791         * gcc.c-torture/compile/20040109-1.c: New.
8792
8793 2004-01-08  Stuart Hastings  <stuart@apple.com>
8794
8795         * testsuite/gcc.dg/20020523-2.c (bail_if_no_sse): Moved cpu-ID code...
8796         testsuite/gcc.dg/i386-cpuid.h (i386_cpuid): ...to here, to share with...
8797         * testsuite/gcc.dg/i386-sse-6.c: ...this new testcase.
8798
8799 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
8800
8801         * gcc.dg/array-quals-1.c: Accept .data.rel.ro.
8802
8803 2004-01-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8804
8805         * ada/acats/run_acats: Treat 'gnatchop' the same way
8806         as 'gnatmake'.  Export GCC_DRIVER.
8807         * ada/acats/run_all.sh: Add target_gnatchop.  Use
8808         'host_gnatchop' and 'target_gnatchop' instead of 'gnatshop'.
8809
8810 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8811
8812         PR c++/12573
8813         * g++.dg/template/dependent-expr4.C: New test.
8814
8815 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
8816
8817         * gcc.dg/altivec-11.c: New test.
8818
8819 2004-01-07  Mark Mitchell  <mark@codesourcery.com>
8820
8821         * g++.dg/abi/vbase10.C: Use -mstructure-size-boundary=8 on ARM.
8822
8823 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8824
8825         PR c/6024
8826         * gcc.dg/enum-compat-1.c: New test.
8827         * gcc.c-torture/execute/builtin-types-compatible-p.c: Update.
8828
8829 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
8830
8831         PR c/12165
8832         * gcc.dg/array-quals-1.c, gcc.dg/c90-idem-qual-3.c,
8833         gcc.dg/c99-idem-qual-3.c: New tests.
8834
8835 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
8836
8837         * gcc.dg/winline-7.c: Don't cast void * to int.
8838
8839 2004-01-06  Jan Hubicka  <jh@suse.cz>
8840
8841         * gcc.dg/i386-sse-5.c: New test
8842         * g++.dg/eh/simd-1.c: Add -w argument for i386.
8843
8844 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8845
8846         PR c++/12815
8847         * g++.dg/rtti/typeid4.C: New test.
8848
8849 2004-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
8850
8851         * gcc.dg/compat/sdata-section.h: Declare 'abort'.
8852
8853 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
8854
8855         PR c++/12132
8856         * g++.dg/template/error11.C: New test.
8857
8858         PR c++/13451
8859         * g++.dg/template/class2.C: New test.
8860
8861 2004-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8862         Richard Sandiford <rsandifo@redhat.com>
8863
8864         PR c++/13387
8865         * g++.dg/opt/alias3.C: New test.
8866
8867 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
8868
8869         PR c++/13157
8870         * g++.dg/template/koenig3.C: New test.
8871
8872         PR c++/13529
8873         * g++.dg/parse/offsetof3.C: New test.
8874
8875         * g++.dg/init/copy7.C: Add missing dg-error markers.
8876
8877         PR c++/12226
8878         * g++.dg/init/copy7.c: New test.
8879
8880         PR c++/13536
8881         * g++.dg/parse/cast1.C: New test.
8882
8883 2004-01-04  Jan Hubicka  <jh@suse.cz>
8884
8885         * gcc.dg/winline[1-7].c: New tests.
8886
8887 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8888
8889         PR c++/13520
8890         * g++.dg/template/qualttp22.C: New test.
8891
8892 2004-01-01  Jan Hubicka  <jh@suse.cz>
8893
8894         * gcc.dg/debug/20031231-1.c: New.
8895         * gcc.c-torture/compile/20040101-1.c: New.
8896         * gcc.dg/dwarf-die-[1-7].c: New.
8897
8898 2004-01-01  Jakub Jelinek  <jakub@redhat.com>
8899
8900         PR optimization/13521
8901         * gcc.c-torture/compile/20031231-1.c: New test.
8902
8903 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8904
8905         * gcc.dg/sibcall-4.c: Replace mn10?00 with mn10300.
8906
8907 2003-12-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8908
8909         PR c++/10079
8910         * g++.dg/template/crash16.C: New test.
8911
8912 2003-12-30  Mark Mitchell  <mark@codesourcery.com>
8913
8914         * g++.dg/abi/vbase10.C: XFAIL on arm*-*-*.
8915
8916 2003-12-30  Kazu Hirata  <kazu@cs.umass.edu>
8917
8918         * g++.old-deja/g++.jason/thunk2.C: Remove traces of dead
8919         ports.
8920         * g++.old-deja/g++.jason/thunk3.C: Likewise.
8921         * g++.old-deja/g++.law/profile1.C: Likewise.
8922         * gcc.c-torture/compile/981006-1.c: Likewise.
8923         * gcc.c-torture/execute/loop-2e.x: Likewise.
8924         * gcc.c-torture/execute/loop-2f.x: Remove.
8925         * gcc.c-torture/execute/loop-2g.x: Likewise.
8926         * gcc.c-torture/execute/strct-varg-1.x: Likewise.
8927         * gcc.dg/20020312-2.c: Remove traces of dead ports.
8928
8929 2003-12-30  Nathan Sidwell  <nathan@codesourcery.com>
8930
8931         PR c++/13507
8932         * g++.dg/ext/attrib11.C: New test.
8933
8934         PR c++/13494
8935         * g++.dg/template/array2-1.C: New test.
8936         * g++.dg/template/array2-2.C: New test.
8937
8938 2003-12-29  Mark Mitchell  <mark@codesourcery.com>
8939
8940         * g++.old-deja/g++.pt/static11.C: Correct XFAIL syntax.
8941
8942 2003-12-29  Nathan Sidwell  <nathan@codesourcery.com>
8943
8944         PR c++/12774
8945         * g++.dg/template/array1-1.C: New test.
8946         * g++.dg/template/array1-2.C: New test.
8947
8948 2003-12-29  Roger Sayle  <roger@eyesopen.com>
8949
8950         PR fortran/12632
8951         * g77.dg/12632.f: New test case.
8952
8953 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8954
8955         PR c++/13289
8956         * g++.dg/parse/nontype1.C: New test.
8957
8958 2003-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8959
8960         PR c++/12403
8961         * g++.dg/parse/explicit1.C: New test.
8962         * g++.old-deja/g++.pt/explicit71.C: Adjust expected error.
8963
8964 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8965
8966         PR c++/13081
8967         * g++.dg/opt/inline6.C: New test.
8968
8969         PR c++/12613
8970         * g++.dg/parse/error9.C: New test.
8971
8972         * gcc.dg/const-elim-1.c: XFAIL on arm-*-*.
8973
8974 2003-12-28  Mark Mitchell  <mark@codesourcery.com>
8975
8976         PR c++/13009
8977         * g++.dg/init/assign1.C: New test.
8978
8979 2003-12-28  Roger Sayle  <roger@eyesopen.com>
8980
8981         PR c++/13070
8982         * g++.dg/warn/format3.C: New test case.
8983
8984 2003-12-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8985
8986         * gcc.c-torture/compile/20031227-1.c: New test.
8987
8988 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
8989
8990         * g++.dg/bprob/bprob.exp: Load target-supports.exp
8991         * g77.dg/bprob/bprob.exp: Likewise.
8992         * gcc.misc-tests/bprob.exp: Likewise.
8993         * gcc.dg/builtins-18.c: Use builtins-config.h.  Do not test float
8994         variants on systems where the library does not provide that
8995         functionality.
8996         * gcc.dg/builtins-20.c: Use builtins-config.h.
8997         * gcc.dg/builtins-config.h: New file.
8998
8999 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
9000
9001         * lib/gcc-dg.exp (dg-require-profiling): New function.
9002         * lib/target-supports.exp (check_profiling_available): Likewise.
9003         * g++.dg/bprob/bprob.exp: Use check_profiling_available.
9004         * g77.dg/bprob/bprob.exp: Likewise.
9005         * gcc.misc-tests/bprob.exp: Likewise.
9006         * g++.old-deja/g++.law/profile1.C: Use dg-require-profiling.
9007         * gcc.dg/20021014-1.c: Likewise.
9008         * gcc.dg/nest.c: Likewise.
9009
9010 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
9011
9012         * g++.dg/lookup/java1.C: Use -fdollars-in-identifiers when
9013         compiling.
9014         * g++.dg/lookup/java2.C: Likewise.
9015         * gcc.dg/cpp/lexident.c: Likewise.
9016
9017 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9018
9019         * gcc.c-torture/compile/20020604-1.c: XFAIL on H8 if -mn is
9020         given.
9021         * gcc.c-torture/compile/961203-1.c: Likewise.
9022         * gcc.c-torture/compile/980506-1.c: Likewise.
9023
9024 2003-12-23  Zack Weinberg  <zack@codesourcery.com>
9025
9026         * lib/gcc-dg.exp (dg-prune-output): New annotation.
9027         (additional_prunes): New global.
9028         (gcc-dg-prune): Handle additional per-test pruning.
9029         (dg-test): Clear additional_prunes between tests.
9030
9031         * gcc.c-torture/compile/920625-1.c: Remove xfail.  Use
9032         dg-prune-output to avoid spurious failures from assembler
9033         complaining about nonexistent WAW violations.
9034         * gcc.c-torture/compile/981223-1.c: Remove dg-options line.
9035         Use dg-prune-output to avoid spurious failures from assembler
9036         warning about Itanium B-step errata.
9037
9038 2003-12-23  Mark Mitchell  <mark@codesourcery.com>
9039
9040         * g++.dg/abi/macro0.C: New test.
9041         * g++.dg/abi/macro1.C: Likewise.
9042         * g++.dg/abi/macro2.C: Likewise.
9043
9044         * g++.dg/abi/bitfield5.C: Add explicit -fabi-version=1 option.
9045         * g++.dg/abi/bitfield7.C: Likewise.
9046         * g++.dg/abi/dtor2.C: Likewise.
9047         * g++.dg/abi/mangle11.C: Likewise.
9048         * g++.dg/abi/mangle12.C: Likewise.
9049         * g++.dg/abi/mangle14.C: Likewise.
9050         * g++.dg/abi/mangle17.C: Likewise.
9051         * g++.dg/abi/vbase10.C: Likewise.
9052         * g++.dg/abi/vbase14.C: Likewise.
9053         * g++.dg/template/qualttp17.C: Likewise.
9054
9055 2003-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
9056
9057         PR c/11995
9058         * gcc.dg/20031223-1.c: New test.
9059
9060 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9061
9062         * gcc.dg/noreturn-7.c: New test.
9063
9064 2003-12-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
9065
9066         * gcc.dg/null-pointer-1.c: New test.
9067
9068 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
9069
9070         * g++.old-deja/g++.jason/template18.C: Remove.
9071         * g++.old-deja/g++.jason/template37.C: Likewise.
9072
9073         PR c++/12862
9074         * g++.dg/lookup/ns1.C: New test.
9075
9076         PR c++/12397
9077         * g++.dg/template/lookup3.C: New test.
9078
9079 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
9080
9081         * g++.dg/template/recurse1.C: New test
9082
9083 2003-12-22  Mark Mitchell  <mark@codesourcery.com>
9084
9085         PR c++/12479
9086         * g++.dg/parse/semicolon1.C: New test.
9087         * g++.dg/parse/semicolon1.h: Likewise.
9088
9089 2003-12-22  Fariborz Jahanian <fjahanian@apple.com>
9090
9091         * gcc.dg/darwin-misaligned.c: New test.
9092
9093 2003-12-22  Andrew Pinski  <pinskia@physics.uc.edu>
9094
9095         PR c/9163
9096         * gcc.dg/20031222-1.c: New test.
9097
9098 2003-12-21  Mark Mitchell  <mark@codesourcery.com>
9099
9100         PR c++/13438
9101         * g++.dg/parse/error8.C: New test.
9102
9103         PR c++/11554
9104         * testsuite/g++.dg/warn/ctor-init-1.C: New test.
9105
9106 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
9107
9108         * gcc.c-torture/compile/20020910-1.c: Disable if __INT_MAX is
9109         too small.
9110         * gcc.c-torture/compile/930217-1.c: Likewise.
9111         * gcc.c-torture/compile/930513-1.c: Likewise.
9112         * gcc.c-torture/execute/920908-2.c: Likewise.
9113         * gcc.c-torture/execute/921204-1.c: Likewise.
9114         * gcc.c-torture/execute/930621-1.c: Likewise.
9115         * gcc.c-torture/execute/930630-1.c: Likewise.
9116         * gcc.c-torture/execute/931031-1.c: Likewise.
9117         * gcc.c-torture/execute/980602-2.c: Likewise.
9118         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
9119         * gcc.c-torture/execute/compndlit-1.c: Likewise.
9120         * gcc.c-torture/execute/extzvsi.c: Likewise.
9121         * gcc.c-torture/unsorted/ext.c: Likewise.
9122
9123 2003-12-20  Andrew Pinski  <pinskia@gcc.gnu.org>
9124
9125         PR target/12749
9126         * gcc.c-torture/compile/20031220-2.c: New test case.
9127
9128 2003-12-20  Roger Sayle  <roger@eyesopen.com>
9129
9130         PR optimization/13031
9131         * gcc.c-torture/compile/20031220-1.c: New test case.
9132
9133 2003-12-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9134
9135         * gcc.dg/cast-function-1.c: New test.
9136
9137 2003-12-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9138
9139         * gcc.dg/format/ext-1.c: Allow 'I' flag on floating point decimal
9140         formats.
9141
9142 2003-12-19  Mark Mitchell  <mark@codesourcery.com>
9143
9144         PR c++/12795
9145         * g++.dg/ext/attrib10.C: New test.
9146
9147 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
9148
9149         * gcc.dg/cleanup-10.c: New test.
9150         * gcc.dg/cleanup-11.c: New test.
9151
9152 2003-12-19  Jakub Jelinek  <jakub@redhat.com>
9153
9154         PR c++/13239
9155         * g++.dg/opt/expect1.C: New test.
9156
9157 2003-12-19  Hartmut Penner  <hpenner@de.ibm.com>
9158
9159         * gcc.dg/altivec-varargs-1.c: Enable testcase on ppc linux.
9160
9161 2003-12-18  Andrew Pinski  <pinskia@physics.uc.edu>
9162
9163         PR debug/12923
9164         * gcc.dg/20031218-1.c: New test.
9165
9166         PR debug/12389
9167         * gcc.dg/20031218-2.c: New test.
9168         * gcc.dg/20031218-3.c: New test.
9169
9170         * g++.dg/abi/mangle18-1.C: Modify regexp to test for `[: \t\n]' at end
9171         of label name and allow for USER_LABEL_PREFIX == "_" names.
9172         * g++.dg/abi/mangle18-2.C: Likewise.
9173         * g++.dg/abi/mangle19-1.C: Likewise.
9174         * g++.dg/abi/mangle19-2.C: Likewise.
9175         * g++.dg/abi/mangle20-1.C: Likewise.
9176         * g++.dg/abi/mangle20-2.C: Likewise.
9177
9178 2003-12-18  Richard Henderson  <rth@redhat.com>
9179
9180         * gcc.dg/bitfld-1.c: Expect warnings for enum bitfields.
9181
9182 2003-12-18  Steven Bosscher  <steven@gcc.gnu.org>
9183             Dan Kegel <dank@kegel.com>
9184
9185         PR other/12009
9186         * g++.dg/compat/compat.exp:  Do not set LD_LIBRARY_PATH when
9187         testing a cross compiler, it causes spurious compile failures.
9188         * lib/g++.exp: Likewise.
9189
9190 2003-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9191
9192         PR c++/13262
9193         * g++.dg/template/access13.C: New test.
9194
9195 2003-12-18  Ulrich Weigand  <uweigand@de.ibm.com>
9196
9197         * gcc.dg/20031216-1.c: New test.
9198
9199 2003-12-18  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9200
9201         PR c++/9154
9202         * g++.dg/template/error10.C: New test.
9203
9204 2003-12-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
9205
9206         * g++.dg/eh/simd-1.C: XFAIL on SPARC.
9207         * g++.dg/eh/simd-2.C: Likewise.
9208
9209 2003-12-17  James E Wilson  <wilson@specifixinc.com>
9210             Roger Sayle  <roger@eyesopen.com>
9211
9212         * gcc.c-torture/execute/ieee/mzero5.c: New.
9213
9214 2003-12-17  Mark Mitchell  <mark@codesourcery.com>
9215
9216         PR c++/10603
9217         * g++.dg/parse/error6.C: New test.
9218
9219         PR c++/12827
9220         * g++.dg/parse/error7.C: New test.
9221
9222 2003-12-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
9223
9224         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Do not run debug-[12].c
9225         at -O with stabs debugging formats.
9226         * gcc.dg/debug/debug-1.c: Turn 'p' into a global variable.
9227         * gcc.dg/debug/debug-2.c: Likewise.
9228
9229 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
9230
9231         PR c++/12696
9232         * g++.dg/init/error1.C: New test.
9233
9234         PR c++/12218
9235         * g++.dg/init/pm3.C: New test.
9236
9237 2003-12-17  Joseph S. Myers  <jsm@polyomino.org.uk>
9238
9239         PR c/3347
9240         * gcc.dg/bitfld-8.c: New test.
9241
9242 2003-12-16  James Lemke  <jim@wasabisystems.com>
9243
9244         * gcc.dg/arm-scd42-[123].c: New tests.
9245
9246 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9247
9248         PR c++/9043
9249         * g++.dg/abi/mangle20-1.C: New test.
9250         * g++.dg/abi/mangle20-2.C: New test.
9251
9252 2003-12-16  Mark Mitchell  <mark@codesourcery.com>
9253
9254         PR c++/13275
9255         * g++.dg/other/offsetof2.C: Remove XFAIL.
9256         * g++.dg/parse/offsetof1.C: New test.
9257         * g++.gd/parse/offsetof2.C: Likewise.
9258
9259 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9260
9261         * g++.dg/template/nontype3.C: New test.
9262         * g++.dg/template/static2.C: Tweaked the dg-error clause.
9263
9264 2003-12-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9265
9266         * g++.dg/warn/noreturn-3.C: Also test instantiation.
9267
9268 2003-12-16  Nathan Sidwell  <nathan@codesourcery.com>
9269
9270         PR c++/13387
9271         * g++.dg/expr/assign1.C: New test.
9272
9273         PR c++/13242
9274         * g++.dg/abi/mangle19-1.C: New test.
9275         * g++.dg/abi/mangle19-2.C: New test.
9276
9277 2003-12-16  Hartmut Penner  <hpenner@de.ibm.com>
9278
9279         * testsuite/gcc.dg/altivec-10.c: Test vec_cmple and vec_all_numeric.
9280
9281 2003-12-16  Eric Botcazou  <ebotcazou@libertysurf.fr>
9282
9283         * gcc.c-torture/execute/20031216-1.c: New test.
9284
9285 2003-12-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9286
9287         * g++.dg/template/ptrmem7.C: Simplified the test case to not hit
9288         an ICE regression.
9289
9290 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9291
9292         PR c++/10926
9293         * g++.dg/template/error9.C: New test.
9294
9295         PR c++/11116
9296         * g++.dg/template/error8.C: New test.
9297
9298 2003-12-15  Roger Sayle  <roger@eyesopen.com>
9299
9300         PR middle-end/13400
9301         * gcc.c-torture/execute/20031215-1.c: New test case.
9302
9303 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9304
9305         PR c++/13269
9306         * g++.dg/parse/error5.C: New test.
9307
9308         PR c++/12989
9309         * g++.dg/expr/sizeof1.C: New test.
9310
9311         PR c++/13310
9312         * g++.dg/template/crash15.C: New test.
9313
9314 2003-12-15  Geoffrey Keating  <geoffk@apple.com>
9315
9316         * g++.old-deja/g++.pt/vaarg3.C: Don't expect an error for passing
9317         a non-POD type as the last named parameter of a varargs function.
9318
9319 2003-12-15  Mark Mitchell  <mark@codesourcery.com>
9320
9321         PR c++/13243
9322         PR c++/12573
9323         * g++.dg/template/crash14.C: New test.
9324         * g++.dg/template/dependent-expr3.C: Add dg-error markers.
9325
9326 2003-12-15  Nathan Sidwell  <nathan@codesourcery.com>
9327
9328         * g++.dg/other/java1.C: New test.
9329
9330         PR c++/13241
9331         * g++.dg/abi/mangle18-1.C: New test.
9332         * g++.dg/abi/mangle18-2.C: New test.
9333
9334 2003-12-15  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9335
9336         PR optimization/10312
9337         * gcc.c-torture/execute/20031214-1.c: New.
9338
9339 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
9340
9341         PR c++/10779
9342         PR c++/12160
9343         * g++.dg/parse/error3.C: New test.
9344         * g++.dg/parse/error4.C: Likewise.
9345         * g++.dg/abi/mangle4.C: Tweak error messages.
9346         * g++.dg/lookup/using5.C: Likewise.
9347         * g++.dg/other/error2.C: Likewise.
9348         * g++.dg/parse/typename5.C: Likewise.
9349         * g++.dg/parse/undefined1.C: Likewise.
9350         * g++.dg/template/arg2.C: Likewise.
9351         * g++.dg/template/ttp3.C: Likewise.
9352         * g++.dg/template/type1.C: Likewise.
9353         * g++.old-deja/g++.other/crash32.C: Likewise.
9354         * g++.old-djea/g++.pt/defarg8.C: Likewise.
9355
9356 2003-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9357
9358         PR c++/13106
9359         * g++.dg/warn/noreturn-3.C: New test.
9360
9361 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9362
9363         PR c++/13118
9364         * g++.dg/abi/covariant3.C: New.
9365
9366 2003-12-12  Jakub Jelinek  <jakub@redhat.com>
9367
9368         * g++.dg/eh/ia64-1.C: New test.
9369
9370 2003-12-12  Roger Sayle  <roger@eyesopen.com>
9371
9372         PR optimization/13037
9373         * g77.f-torture/execute/13037.f: New test case.
9374
9375 2003-12-12  Nathan Sidwell  <nathan@codesourcery.com>
9376
9377         PR c++/12881
9378         * g++.dg/abi/covariant2.C: New.
9379
9380 2003-12-12  Neil Booth  <neil@daikokuya.co.uk>
9381
9382         * testsuite/gcc.dg/cpp/trad/macro.c: New tests.
9383
9384 2003-12-11  Zack Weinberg  <zack@codesourcery.com>
9385
9386         * gcc.c-torture/execute/wchar_t-1.x: Delete.
9387
9388 2003-12-10  Robert Schiele  <rschiele@uni-mannheim.de>
9389
9390         PR other/10819
9391         * lib/gcc.exp (default_gcc_version): Do not match NL/CR characters
9392         to fix Bug 10819.
9393         * lib/g++.exp (g++_version): Likewise.
9394         * lib/g77.exp (g77_version): Likewise.
9395         * lib/objc.exp (default_objc_version): Likewise.
9396
9397 2003-12-10  Richard Henderson  <rth@redhat.com>
9398
9399         * gcc.c-torture/execute/wchar_t-1.c: Convert to utf-8.
9400
9401         * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
9402
9403 2003-12-08  Matt Austern  <austern@apple.com>
9404
9405         PR c/13134
9406         * lib/gcc-dg.exp (dg-require-visibility): Define.
9407         * lib/target-supports (check_visibility_available): Define.
9408         * gcc.dg/visibility-1.c: New test.
9409         * gcc.dg/visibility-2.c: Likewise.
9410         * gcc.dg/visibility-3.c: Likewise.
9411         * gcc.dg/visibility-4.c: Likewise.
9412         * gcc.dg/visibility-5.c: Likewise.
9413         * gcc.dg/visibility-6.c: Likewise.
9414         * g++.dg/ext/visibility-1.C: Likewise.
9415         * g++.dg/ext/visibility-2.C: Likewise.
9416         * g++.dg/ext/visibility-3.C: Likewise.
9417         * g++.dg/ext/visibility-4.C: Likewise.
9418         * g++.dg/ext/visibility-5.C: Likewise.
9419         * g++.dg/ext/visibility-6.C: Likewise.
9420
9421 2003-12-07  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9422
9423         * g++.dg/lookup/java1.C: New test.
9424         * g++.dg/lookup/java2.C: New test.
9425
9426 2003-12-07  Falk Hueffner  <falk@debian.org>
9427
9428         * g++.dg/opt/noreturn-1.C: New test.
9429
9430 2003-12-07  Wolfgang Bangerth  <bangerth@dealii.org>
9431
9432         * gcc.dg/overflow-1.c: New test.
9433
9434 2003-12-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
9435
9436         * g77.f-torture/compile/13060.f: New test.
9437
9438 2003-12-06  Mark Mitchell  <mark@codesourcery.com>
9439
9440         PR c++/13323
9441         * g++.dg/inherit/operator2.C: New test.
9442
9443 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9444
9445         PR c++/13305
9446         * g++.dg/ext/attrib9.C: New test.
9447
9448 2003-12-05  Mark Mitchell  <mark@codesourcery.com>
9449
9450         PR c++/13314
9451         * g++.dg/template/error7.C: New test.
9452
9453 2003-12-05  Stuart Menefy <stuart.menefy@st.com>
9454             J"orn Rennecke <joern.rennecke@superh.com>
9455
9456         PR target/13302
9457         * g++.dg/other/struct-va_list.C: New test.
9458
9459 2003-12-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9460
9461         PR c++/13166
9462         * g++.dg/parse/defarg6.C: New test.
9463
9464 2003-12-05  Hans-Peter Nilsson  <hp@axis.com>
9465
9466         PR target/13256
9467         * gcc.c-torture/execute/20031201-1.c: New test.
9468
9469 2003-12-05  Arnaud Charlet  <charlet@act-europe.fr>
9470
9471         * ada/acats/run_acats: Add checks against missing gnatlib/gnattools.
9472
9473 2003-12-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9474
9475         * gcc.dg/builtin-return-1.c: New test.
9476
9477 2003-12-04  Stuart Menefy <stuart.menefy@st.com>
9478             J"orn Rennecke <joern.rennecke@superh.com>
9479
9480         PR optimization/13260
9481         * gcc.c-torture/execute/20031204-1.c: New test.
9482
9483 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9484
9485         PR c++/9127
9486         * g++.dg/template/error6.C: New test.
9487
9488 2003-12-03  Jakub Jelinek  <jakub@redhat.com>
9489
9490         * gcc.dg/20031202-1.c: New test.
9491
9492 2003-12-03  Mark Mitchell  <mark@codesourcery.com>
9493
9494         PR c++/13179
9495         * g++.dg/template/eh1.C: New test.
9496
9497         PR c++/10771
9498         * g++.dg/template/error5.C: New test.
9499
9500 2003-12-02  David Ung  <davidu@mips.com>
9501
9502         * gcc.dg/compat/vector-check.h: Corrected type for var
9503         g_##TMODE
9504
9505 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9506
9507         PR c++/10126
9508         * g++.dg/template/ptrmem8.C: New test.
9509
9510 2003-12-02  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9511
9512         PR c++/12573
9513         * g++.dg/template/dependent-expr3.C: New test.
9514
9515 2003-12-01  James Lemke  <jim@wasabisystems.com>
9516
9517         * gcc.dg/arm-g2.c: New test.
9518
9519 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9520
9521         PR optimization/11634
9522         * gcc.dg/20031201-2.c: New test case.
9523
9524 2003-12-01  Zack Weinberg  <zack@codesourcery.com>
9525
9526         PR 11433
9527         * objc.dg/proto-lossage-3.m: New test.
9528
9529 2003-12-01  Roger Sayle  <roger@eyesopen.com>
9530
9531         PR optimization/12628
9532         * gcc.dg/20031201-1.c: New test case.
9533
9534 2003-12-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
9535
9536         * gcc.dg/unaligned-1.c: New test.
9537
9538 2003-11-30  Mark Mitchell  <mark@codesourcery.com>
9539
9540         PR c++/9849
9541         * g++.dg/template/error4.C: New test.
9542         * g++.dg/template/nested3.C: Adjust error markers.
9543
9544 2003-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9545
9546         * gcc.dg/cpp/assert4.c: Check more #system assertions.
9547
9548 2003-11-29  Joseph S. Myers  <jsm@polyomino.org.uk>
9549
9550         PR c/10333
9551         * gcc.dg/bitfld-7.c: New test.
9552
9553 2003-11-29  Richard Sandiford  <rsandifo@redhat.com>
9554
9555         * gcc.dg/tls/asm-1.C: New test.
9556
9557 2003-11-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9558
9559         * gcc.dg/cpp/assert4.c: Update.
9560
9561 2003-11-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
9562
9563         * gcc.dg/builtin-apply2.c: Set size of stack argument data to 64.
9564         * gcc.dg/builtin-apply3.c: New test.
9565
9566 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9567
9568         * lib/compat.exp (compat-obj): New xfaildata parameter.
9569         Use it to set compiler_conditional_xfail_data before compiling.
9570         (compat-get-options): Handle dg-xfail-if.
9571         (compat-execute): Retrieve XFAIL data and pass them to compat-obj.
9572         * gcc.dg/compat/vector-1_x.c: XFAIL on SPARC.
9573         * gcc.dg/compat/vector-1_y.c: Likewise.
9574         * gcc.dg/compat/vector-2_x.c: Likewise.
9575         * gcc.dg/compat/vector-2_y.c: Likewise.
9576
9577 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9578
9579         * g++.dg/opt/reg-stack4.C: New test.
9580
9581 2003-11-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
9582
9583         * gcc.dg/builtin-apply2.c: New test.
9584
9585 2003-11-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
9586
9587         * gcc.c-torture/compile/20031023-4.c: Don't XFAIL on SPARC64.
9588
9589 2003-11-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9590
9591         PR c++/12924
9592         * g++.dg/template/template-id-2.C: New test.
9593
9594 2003-11-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9595
9596         PR c++/5369
9597         * g++.dg/template/memfriend1.C: New test.
9598         * g++.dg/template/memfriend2.C: Likewise.
9599         * g++.dg/template/memfriend3.C: Likewise.
9600         * g++.dg/template/memfriend4.C: Likewise.
9601         * g++.dg/template/memfriend5.C: Likewise.
9602         * g++.dg/template/memfriend6.C: Likewise.
9603         * g++.dg/template/memfriend7.C: Likewise.
9604         * g++.dg/template/memfriend8.C: Likewise.
9605         * g++.old-deja/g++.pt/friend44.C: Remove a bogus error.
9606
9607 2003-11-21  Mark Mitchell  <mark@codesourcery.com>
9608
9609         PR c++/12515
9610         * g++.dg/ext/cond1.C: New test.
9611
9612 2003-11-20  Richard Henderson  <rth@redhat.com>
9613
9614         * gcc.dg/20020201-2.c: Remove.
9615         * gcc.dg/20020201-4.c: Remove.
9616         * gcc.dg/20020304-1.c: Remove.
9617
9618 2003-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9619
9620         * gcc.dg/cpp/trad/xwin1.c: New test case.
9621
9622 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9623
9624         * g++.dg/compat/compat.exp: Add DYLD_LIBRARY_PATH for darwin.
9625         * lib/g77.exp: Likewise.
9626         * lib/objc.exp: Likewise.
9627         * lib/g++.exp: Likewise, add -multiply_defined suppress flag
9628         for darwin.
9629
9630 2003-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9631
9632         PR c++/12932
9633         * g++.dg/template/static5.C: New test.
9634
9635 2003-11-18  Joseph S. Myers  <jsm@polyomino.org.uk>
9636
9637         * gcc.dg/nested-func-1.c: New test.
9638
9639 2003-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9640
9641         * gcc.dg/cpp/assert4.c: New test.
9642
9643 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9644
9645         PR c++/2294
9646         * g++.dg/lookup/using9.c: New test.
9647
9648 2003-11-14  Mark Mitchell  <mark@codesourcery.com>
9649
9650         PR c++/12762
9651         * g++.dg/template/error3.C: New test.
9652
9653 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9654
9655         PR ada/13035
9656         * ada/acats/run_acats, run_all.sh: Fix syntax error.
9657         No longer use a wrapper for gcc, since this does not work under
9658         Windows.
9659
9660 2003-11-14  Giovanni Bajo  <giovannibajo@libero.it>
9661
9662         PR c++/2094
9663         * g++.dg/template/ptrmem7.C: New test.
9664
9665 2003-11-13  Andrew Pinski <apinski@apple.com>
9666
9667         * gcc.c-torture/compile/20031113-1.c: New test.
9668
9669 2003-11-13  Mark Mitchell  <mark@codesourcery.com>
9670             Kean Johnston <jkj@sco.com>
9671
9672         PR c/13029
9673         * gcc.dg/unused-4.c: Update.
9674
9675 2003-11-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
9676
9677         * g++.dg/opt/const3.C: New test.
9678
9679 2003-11-13  Jan Hubicka  <jh@suse.cz>
9680
9681         * gcc.c-torture/compile/20031112-1.c: New test.
9682
9683 2003-11-12  Mark Mitchell  <mark@codesourcery.com>
9684
9685         * g++.dg/parse/crash10.C: Remove bogus error marker.
9686
9687 2003-11-12  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9688
9689         * ada/acats/run_acats (host_gnatmake): Use type in a /bin/sh script.
9690         (host_gcc): Likewise.
9691         (ROOT): Honor $PWDCMD.
9692         (BASE): Likewise.
9693         * ada/acats/run_all.sh (dir): Honor $PWDCMD.
9694
9695 2003-11-12  Catherine Moore  <clm@redhat.com>
9696
9697         * gcc.c-torture/execute/20020720-1.x:  Add xfail for frv-*-*.
9698
9699 2003-11-12  Andreas Jaeger  <aj@suse.de>
9700             Jakub Jelinek  <jakub@redhat.com>
9701             Andrew Pinski  <pinskia@physics.uc.edu>
9702             Richard Henderson  <rth@redhat.com>
9703
9704         * gcc.dg/c90-const-expr-2.c (foo): Avoid extra warning on 64-bit
9705         systems.
9706         * gcc.dg/c99-const-expr-2.c (foo): Likewise.
9707
9708         * gcc.dg/20030926-1.c: Make it work on x86_64 systems.
9709         * gcc.dg/i386-pentium4-not-mull.c: Likewise.
9710
9711 2003-11-11  Andreas Jaeger  <aj@suse.de>
9712
9713         * gcc.c-torture/execute/20020720-1.x: Test passes also on x86_64.
9714
9715         * gcc.c-torture/execute/20020227-1.x: Test passes also on x86_64.
9716
9717 2003-11-10  Arnaud Charlet  <charlet@act-europe.fr>
9718
9719         * ada/acats/run_all.sh: Add handling of unsupported (tasking) tests.
9720         Clean ups.
9721
9722 2003-11-10  Waldek Hebisch  <hebisch@math.uni.wroc.pl>
9723
9724         * gcc.dg/trampoline-1.c: New test.
9725
9726 2003-11-09  Andrew Pinski  <pinskia@physics.uc.edu>
9727
9728         * gcc.c-torture/compile/200031109-1.c: New test.
9729
9730 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9731
9732         PR c/3190
9733         PR c/8714
9734         * gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
9735         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/ext3.c,
9736         gcc.dg/format/no-y2k-1.c: Update.
9737
9738 2003-11-08  Roger Sayle  <roger@eyesopen.com>
9739
9740         PR optimization/10467
9741         * gcc.dg/20031108-1.c: New test case.
9742
9743 2003-11-07  Geoffrey Keating  <geoffk@apple.com>
9744
9745         * gcc.dg/pch/warn-1.c: Allow for more helpful error message.
9746
9747 2003-11-08  Joseph S. Myers  <jsm@polyomino.org.uk>
9748
9749         * gcc.dg/compound-lvalue-1.c: New test.
9750         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Remove
9751         some XFAILs.
9752
9753 2003-11-06  Geoffrey Keating  <geoffk@apple.com>
9754
9755         * gcc.dg/altivec-varargs-1.c: New test.
9756
9757 2003-11-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
9758
9759         * gcc.c-torture/compile/20031023-4.c: XFAIL on SPARC64
9760         * gcc.c-torture/compile/simd-5.c: XFAIL on SPARC64 at -O0 and -O1.
9761         * gcc.c-torture/execute/simd-4.x: New file.  XFAIL on SPARC at -O0.
9762         * gcc.c-torture/execute/va-arg-25.x: New file.  XFAIL on SPARC.
9763         * gcc.dg/uninit-C.c: XFAIL on non 64-bit Solaris versions.
9764
9765 2003-11-05  Joseph S. Myers  <jsm@polyomino.org.uk>
9766
9767         * gcc.dg/cond-lvalue-1.c: New test.
9768
9769 2003-11-05  Gernot Hillier  <gernot.hillier@siemens.com>
9770
9771         * g++.old-deja/g++.pt/asm1.C: Enable for e.g. x86_64-*-linux-gnu.
9772
9773 2003-11-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9774
9775         PR c++/11616
9776         * g++.dg/template/instantiate5.C: New test.
9777
9778 2003-11-03  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9779
9780         PR c++/12726
9781         * g++.dg/ext/complit2.C: Replace test with self-contained version.
9782         * ChangeLog: Add missing first entry for above test.
9783
9784 2003-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9785
9786         PR c++/9810
9787         * g++.dg/template/using8.C: New test.
9788         * g++.old-deja/g++.other/access11.C: Adjust expected error location.
9789
9790 2003-11-02  Roger Sayle  <roger@eyesopen.com>
9791
9792         PR optimization/10817
9793         * gcc.c-torture/compile/20031102-1.c: New test case.
9794
9795 2003-11-02  Kazu Hirata  <kazu@cs.umass.edu>
9796
9797         * gcc.c-torture/execute/va-arg-25.c: Enable only if INT_MAX ==
9798         2147483647.
9799
9800 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9801
9802         * gcc.dg/20031102-1.c: New test.
9803
9804 2003-11-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
9805
9806         * gcc.dg/complex-1.c: New test.
9807
9808 2003-11-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9809
9810         PR c++/12796
9811         * g++.dg/template/crash13.C: Adjust expected error location.
9812         * g++.old-deja/g++.brendan/ns1.C: Likewise.
9813
9814 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9815
9816         * g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9817
9818 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9819
9820         PR/10239
9821         * gcc.c-torture/compile/20031031-2.c: New test.
9822
9823 2003-10-31  Josef Zlomek  <zlomekj@suse.cz>
9824
9825         PR/11640
9826         * gcc.c-torture/compile/20031031-1.c: New test.
9827
9828 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
9829
9830         * g77.dg/bprob/bprob.exp: Disable test on arm-elf configs.
9831         * gcc.misc-tests/bprob.exp: Likewise.
9832         * g77.dg/execute/20001201.x, 6367.x, io0.x, io1.x, u77-test.x: XFAIL
9833         the execution test on arm-elf configs.
9834         * g77.dg/execute/10197.x: New file.  XFAIL the execution test on
9835         configs that don't support scratch files.
9836         * g77.dg/execute/u77-test.x: XFAIL compilation on arm-elf configs.
9837
9838 2003-10-30  Arnaud Charlet  <charlet@act-europe.fr>
9839
9840         * ada/acats/run_all.sh: Do not print PASS messages to stdout, as
9841         done by dejagnu.
9842
9843 2003-10-29  Arnaud Charlet  <charlet@act-europe.fr>
9844
9845         * ada/acats/run_all.sh: Redirect mv output to /dev/null
9846         Avoid non pure sh syntax. Add more logging.
9847
9848         * ada/acats/norun.lst: Disable cdd2a03, since it is expected to
9849         fail.
9850
9851 2003-10-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9852
9853         PR libgcj/10610
9854         * gcc.dg/ppc-stackalign-1.c: New test.
9855
9856 2003-10-28  Arnaud Charlet  <charlet@act-europe.fr>
9857
9858         * ada/acats/run_all.sh: Change output to be more compliant with
9859         dejagnu framework.
9860         Create acats.sum and acats.log files under testsuite/ada/acats
9861         Only run [a-z]* directories, to filter out e.g. CVS.
9862         Redirect build output to log file.
9863
9864 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9865
9866         * README.ada: Removed, integrated in ../doc/sourcebuild.texi
9867
9868 2003-10-27  Arnaud Charlet  <charlet@act-europe.fr>
9869
9870         PR ada/5909:
9871         * README.ada, ada/acats: Import ACATS 2.5 for GCC Ada test suite.
9872
9873 2003-10-27  Jakub Jelinek  <jakub@redhat.com>
9874
9875         * gcc.c-torture/compile/20031023-1.c: New test.
9876         * gcc.c-torture/compile/20031023-2.c: New test.
9877         * gcc.c-torture/compile/20031023-3.c: New test.
9878         * gcc.c-torture/compile/20031023-4.c: New test.
9879
9880 2003-10-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9881
9882         PR c++/10371
9883         * g++.dg/lookup/scoped8.C: New test.
9884
9885 2003-10-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
9886
9887         * g++.dg/opt/reg-stack3.C: New test.
9888
9889 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9890
9891         * gcc.dg/c99-arraydecl-2.c: New test.  PR c/11943.
9892
9893 2003-10-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9894
9895         PR c++/11076
9896         * g++.dg/template/crash13.C: New test.
9897
9898 2003-10-24  Joseph S. Myers  <jsm@polyomino.org.uk>
9899
9900         * gcc.dg/c99-restrict-2.c: New test.
9901
9902 2003-10-24  Nathan Sidwell  <nathan@codesourcery.com>
9903
9904         PR c++/12698, c++/12699, c++/12700, c++/12566
9905         * g++.dg/inherit/covariant9.C: New test.
9906         * g++.dg/inherit/covariant10.C: New test.
9907         * g++.dg/inherit/covariant11.C: New test.
9908
9909 2003-10-23  Jason Merrill  <jason@redhat.com>
9910
9911         PR c++/12726
9912         * g++.dg/ext/complit2.C: New test.
9913
9914 2003-10-20  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9915
9916         PR target/12654
9917         * gcc.c-torture/execute/20031020-1.c: New test.
9918
9919 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9920
9921         * gcc.dg/old-style-asm-1.c: Also check for (set (pc) on lines
9922         following the jump_insn.
9923
9924 2003-10-22  Joseph S. Myers  <jsm@polyomino.org.uk>
9925
9926         * gcc.dg/cast-lvalue-1.c: New test.
9927
9928 2003-10-21  Mark Mitchell  <mark@codesourcery.com>
9929
9930         PR c++/11962
9931         * g++.dg/template/cond2.C: New test.
9932
9933 2003-10-20  Joseph S. Myers  <jsm@polyomino.org.uk>
9934
9935         * gcc.dg/builtins-28.c: New test.
9936
9937 2003-10-20  Jan Hubicka  <jh@suse.cz>
9938
9939         * testsuite/g++.dg/opt/inline4.C: Do not use min-inline-insns
9940         parameter.
9941         * testsuite/gcc.dg/inline-2.c: Likewise.
9942
9943 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9944
9945         * gcc.dg/20021014-1.c:  XFAIL for *-*-windiss targets.
9946         * gcc.dg/nest.c:  Likewise.
9947
9948 2003-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9949
9950         PR c++/9781, c++/10583, c++/11862
9951         * g++.dg/parse/crash13.C: New test.
9952
9953 2003-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9954
9955         * gcc.dg/old-style-asm-1.c: Count jump_insns instead of labels.
9956
9957 2003-10-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
9958
9959         * gcc.dg/builtins-18.c: Wrap C99 tests with HAVE_C99_RUNTIME.
9960         Define HAVE_C99_RUNTIME except on Solaris.
9961         * gcc.dg/builtins-20.c: Likewise.
9962
9963 2003-10-19  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9964
9965         * gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
9966
9967 2003-10-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9968
9969         PR c++/12495
9970         * g++.dg/template/crash21.C: New test.
9971
9972 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9973
9974         PR c++/2513
9975         * g++.dg/template/typename5.C: New test.
9976
9977 2003-10-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9978
9979         PR c++/12369
9980         * g++.dg/template/friend25.C: New test.
9981
9982 2003-10-16  Ziemowit Laski  <zlaski@apple.com>
9983
9984         * objc.dg/try-catch-2.m: Relax target triple to all Darwin
9985         versions.
9986
9987 2003-10-16  Kazu Hirata  <kazu@cs.umass.edu>
9988
9989         * gcc.c-torture/execute/20031003-1.c: Enable only when INT_MAX
9990         == 2147483647.
9991
9992 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
9993
9994         * gcc.c-torture/execute/960416-1.x: Remove.
9995         * gcc.c-torture/execute/divconst-3.x: Likewise.
9996
9997 2003-10-15  Hans-Peter Nilsson  <hp@axis.com>
9998
9999         PR target/12598
10000         * gcc.dg/torture/cris-volatile-1.c: New test.
10001
10002 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10003
10004         PR optimization/9325
10005         * gcc.c-torture/execute/20031003-1.c: Remove non-portable tests
10006         for overflowing floating point to integer conversion during RTL
10007         simplification.
10008
10009 2003-10-13  Ziemowit Laski  <zlaski@apple.com>
10010
10011         * objc/execute/_cmd.m: Fix typo.
10012         * objc.dg/image-info.m, objc.dg/symtab-1.m:
10013         Relax 'scan-assembler' regexp.
10014         * objc.dg/try-catch-1.m, objc.dg/try-catch-3.m,
10015         objc.dg/try-catch-4.m: Run on non-Darwin targets.
10016         * objc.dg/zero-link-2.m: Remove blank line.
10017         * objc.dg/zero-link-3.m: New test case.
10018
10019 2003-10-13  Geoffrey Keating  <geoffk@apple.com>
10020
10021         * g77.f-torture/execute/980520-1.x: XFAIL at -O0.
10022
10023         * gcc.dg/asm-names.c: Use scan-assembler-not rather
10024         than linker trickery.
10025
10026 2003-10-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10027
10028         PR c++/12370
10029         * g++.dg/other/friend2.C: New test.
10030
10031 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
10032
10033         * gcc.dg/20031012-1.c: New test.
10034
10035 2003-10-12  Steven Bosscher  <steven@gcc.gnu.org>
10036
10037         * gcc.dg/weak/weak-3.c: Fix for new warning.
10038
10039 2003-10-12  Kelley Cook  <kcook@gcc.gnu.org>
10040
10041         PR optimization/8750
10042         * gcc.c-torture/execute/20031012-1.c: New test case.
10043
10044 2003-10-11  Roger Sayle  <roger@eyesopen.com>
10045
10046         * gcc.c-torture/execute/string-opt-8.c: Don't test optimizations
10047         that inline strncmp as cmpstrsi on i386 when compiled with -Os.
10048
10049 2003-10-11  Roger Sayle  <roger@eyesopen.com>
10050
10051         PR optimization/12260
10052         * gcc.c-torture/compile/20031011-2.c: New test case.
10053
10054 2003-10-11  Roger Sayle  <roger@eyesopen.com>
10055
10056         * gcc.c-torture/execute/20031011-1.c: New testcase.
10057
10058 2003-10-11  Eric Botcazou  <ebotcazou@libertysurf.fr>
10059
10060         * gcc.c-torture/compile/20031011-1.c: New test.
10061
10062 2003-10-11  Jan Hubicka  <jh@suse.cz>
10063
10064         * g++.dg/other/first-global.C: New test.
10065
10066 2003-10-11  Roger Sayle  <roger@eyesopen.com>
10067
10068         * gcc.c-torture/execute/string-opt-18.c: New testcase.
10069
10070 2003-10-10  Ian Lance Taylor  <ian@wasabisystems.com>
10071
10072         * gcc.c-torture/compile/20031010-1.c: New test.
10073
10074 2003-10-10  Geoffrey Keating  <geoffk@apple.com>
10075
10076         * gcc.c-torture/execute/va-arg-24.c: Correct, and rename to...
10077         * gcc.c-torture/execute/va-arg-25.c: ... here.
10078
10079 2003-10-09  Mark Mitchell  <mark@codesourcery.com>
10080
10081         * g++.dg/ext/attrib8.C: Only run it on x86 targets.
10082
10083 2003-10-08  Richard Sandiford  <rsandifo@redhat.com>
10084
10085         * gcc.c-torture/compile/mipscop-[1-4].c: Disable for mips16.
10086
10087 2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
10088
10089         * g++.dg/parse/error2.C: New test.
10090
10091 2003-10-08  Giovanni Bajo <giovannibajo@libero.it>
10092
10093         PR c++/11097
10094         * g++.dg/other/error5.C: Modify the error message.
10095         * g++.dg/lookup/using8.C: New test.
10096
10097 2003-10-07  Geoffrey Keating  <geoffk@apple.com>
10098
10099         * gcc.dg/darwin-abi-2.c: New file.
10100         * gcc.c-torture/execute/va-arg-24.c: New file.
10101
10102 2003-10-06  Bob Wilson  <bob.wilson@acm.org>
10103
10104         * g++.dg/template/spec10.C: Set exit value to zero on success.  Fix
10105         indentation.
10106
10107 2003-10-06  Mark Mitchell  <mark@codesourcery.com>
10108
10109         PR c++/10147
10110         * g++.dg/other/error4.C: Update error messages.
10111         * g++.dg/template/ptrmem4.C: Likewise.
10112
10113         PR c++/12337
10114         * g++.dg/init/new9.C: New test.
10115
10116         PR c++/12334, c++/12236, c++/8656
10117         * g++.dg/ext/attrib8.C: New test.
10118
10119 2003-10-06  Devang Patel  <dpatel@apple.com>
10120
10121         * gcc.dg/debug/dwarf2-3.h: New test.
10122         * gcc.dg/debug/dwarf2-3.c: New test case for -feliminate-dwarf2-dups.
10123
10124 2003-10-06  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
10125
10126         * g++.dg/opt/cfg2.C: New test.
10127
10128 2003-10-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10129
10130         * g++.dg/opt/float1.C: New test.
10131
10132 2003-10-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10133
10134         * gcc.dg/c90-array-lval-6.c: New test.
10135         * gcc.dg/c99-array-lval-6.c: New test.
10136
10137 2003-10-03  Alexander Malmberg  <alexander@malmberg.org>
10138             Ziemowit Laski  <zlaski@apple.com>
10139
10140         * objc.dg/method-6.m ('starboard'): Move prototype from 'Base' to
10141         'Derived', so that it is never considered a class method; add
10142         new warning for '+port' method ambiguity.
10143         * objc.dg/method-12.m: Include <objc/objc.h> instead of
10144         <objc/objc-api.h> (needed on Mac OS X).
10145         * objc.dg/method-13.m: New test.
10146
10147 2003-10-03  Roger Sayle  <roger@eyesopen.com>
10148
10149         PR optimization/9325, PR java/6391
10150         * gcc.c-torture/execute/20031003-1.c: New test case.
10151
10152 2003-10-02  Mark Mitchell  <mark@codesourcery.com>
10153
10154         PR optimization/12180
10155         * gcc.dg/20031002-1.c: New test.
10156
10157         PR c++/12486
10158         * g++.dg/inherit/error1.C: New test.
10159
10160 2003-10-02  Chris Demetriou  <cgd@broadcom.com>
10161
10162         * lib/f-torture.exp (search_for): Rename to...
10163         (search_for_re): This.  Also, clean up comments and the
10164         "regexp" invocation.
10165
10166 2003-10-02  Josef Zlomek  <zlomekj@suse.cz>
10167
10168         * gcc.c-torture/compile/20031002-1.c: New test.
10169
10170 2003-10-02  Jakub Jelinek  <jakub@redhat.com>
10171
10172         * g++.dg/opt/cond1.C: New test.
10173
10174 2003-10-01  Kelley Cook  <kelleycook@wideopenwest.com>
10175
10176         * gcc.dg/Wold-style-definition-2.c: New testcase.
10177         * gcc.dg/wtr-func-def-1.c: Modify to reflect new warning.
10178
10179 2003-09-29  Richard Henderson  <rth@redhat.com>
10180
10181         * g++.dg/init/array10.C: Add dg-options.
10182
10183 2003-09-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
10184
10185         * g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
10186
10187 2003-09-28  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10188
10189         * g++.dg/template/friend19.C: Fix typo.
10190         * g++.old-deja/g++.other/crash31.C: Adjust expected error.
10191
10192 2003-09-28  Richard Sandiford  <rsandifo@redhat.com>
10193
10194         * gcc.c-torture/execute/20030928-1.c: New test.
10195         * gcc.dg/torture/mips-sdata-1.c (f): Refer to x[0] rather than x[3].
10196
10197 2003-09-27  Eric Botcazou  <ebotcazou@libertysurf.fr>
10198
10199         * g++.dg/opt/unroll1.C: New test.
10200
10201 2003-09-26  Roger Sayle  <roger@eyesopen.com>
10202
10203         PR optimization/11741
10204         * gcc.dg/20030926-1.c: New test case.
10205
10206 2003-09-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10207
10208         PR c++/5655
10209         * g++.dg/parse/access7.C: New test.
10210         * g++.old-deja/g++.brendan/crash56.C: Fix redeclaration error.
10211
10212 2003-09-24  Ziemowit Laski  <zlaski@apple.com>
10213
10214         MERGE OF objc-improvements-branch into MAINLINE:
10215         * lib/objc.exp (objc_target_compile): Do not point at libobjc headers
10216         if libobjc has not been built.
10217         * objc/execute/IMP.m, objc/execute/_cmd.m, objc/execute/bf-common.h,
10218         objc/execute/bycopy-3.m, objc/execute/class-{1-14}.m,
10219         objc/execute/class-self-2.m, objc/execute/many_args_method.m,
10220         objc/execute/nested-3.m, objc/execute/np-2.m,
10221         objc/execute/object_is_class.m, objc/execute/object_is_meta_class.m,
10222         objc/execute/redefining_self.m, objc/execute/root_methods.m,
10223         objc/execute/static-{1-2}.m, objc/execute/string-{1-4}.m,
10224         objc/execute/va_method.m, objc.dg/comp-types-4.m, objc.dg/headers.m,
10225         objc.dg/special/unclaimed-category-1.h,
10226         objc.dg/special/unclaimed-category-1.m: Make usable with NeXT as
10227         well as GNU runtime.
10228         * execute/next_mapping.h: New header, for GNU->NeXT impedance matching.
10229         * execute/cascading-1.m, execute/function-message-1.m,
10230         objc.dg/anon-1.m, objc.dg/bitfield-{3-4}.m,
10231         objc.dg/call-super-{1-3}.m, objc.dg/category-1.m,
10232         objc.dg/const-str-{3-6}.m, objc.dg/encode-{1-4}.m,
10233         objc.dg/func-ptr-1.m, objc.dg/gnu-runtime-1.m, objc.dg/image-info.m,
10234         objc.dg/method-{3-12}.m, objc.dg/missing-proto-{1-3}.m,
10235         objc.dg/nested-func-1.m, objc.dg/proto-lossage-2.m,
10236         objc.dg/proto-qual-1.m, objc.dg/sizeof-1.m, objc.dg/static-1.m,
10237         objc.dg/symtab-1.m, objc.dg/try-catch-{1-4}.m,
10238         objc.dg/type-size-{1-2}.m, objc.dg/zero-link-{1-2}.m: New test cases.
10239         * objc.dg/bitfield-2.m: Run only on Darwin.
10240         * objc.dg/class-2.m, objc.dg/comp-types-1.m, objc.dg/desig-init-1.m,
10241         objc.dg/method-{1-2}.m, objc.dg/proto-hier-1.m,
10242         objc.dg/proto-lossage-1.m: Adjust for message wording changes.
10243         * objc.dg/const-str-1.m: Fix constant string layout.
10244
10245 2003-09-24  Alexandre Oliva  <aoliva@redhat.com>
10246
10247         * gcc.dg/cpp/Wunknown-pragmas-1.c: New test.
10248
10249 2003-09-23  Geoffrey Keating  <geoffk@apple.com>
10250
10251         * gcc.dg/darwin-abi-1.c: New file.
10252
10253 2003-09-21  Andrew Pinski  <pinskia@physics.uc.edu>
10254
10255         PR target/12281
10256         * gcc.c-torture/compile/20030921-1.c: New test.
10257
10258 2003-09-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
10259
10260         * g++.dg/opt/reg-stack2.C: New test.
10261
10262 2003-09-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
10263
10264         * g++.dg/eh/delayslot1.C: New test.
10265
10266 2003-09-20  Richard Henderson  <rth@redhat.com>
10267
10268         * gcc.dg/format/gcc_diag-1.c: Add tests for %J.
10269
10270 2003-09-20  Roger Sayle  <roger@eyesopen.com>
10271
10272         * gcc.c-torture/execute/20030920-1.c: New test case.
10273
10274 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10275
10276         * g++.dg/rtti/typeid3.C: Correct expected error message.
10277
10278 2003-09-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10279
10280         PR c++/157
10281         * g++.dg/parse/crash12.C: New test.
10282
10283 2003-09-19  Janis Johnson  <janis187@us.ibm.com>
10284
10285         * gcc.dg/compat/mixed-struct-check.h: New.
10286         * gcc.dg/compat/mixed-struct-defs.h: New.
10287         * gcc.dg/compat/mixed-struct-init.h: New.
10288         * gcc.dg/compat/struct-by-value-19_main.c: New.
10289         * gcc.dg/compat/struct-by-value-19_x.c: New.
10290         * gcc.dg/compat/struct-by-value-19_y.c: New.
10291         * gcc.dg/compat/struct-by-value-20_main.c: New.
10292         * gcc.dg/compat/struct-by-value-20_x.c: New.
10293         * gcc.dg/compat/struct-by-value-20_y.c: New.
10294         * gcc.dg/compat/struct-return-19_main.c: New.
10295         * gcc.dg/compat/struct-return-19_x.c: New.
10296         * gcc.dg/compat/struct-return-19_y.c: New.
10297         * gcc.dg/compat/struct-return-20_main.c: New.
10298         * gcc.dg/compat/struct-return-20_x.c: New.
10299         * gcc.dg/compat/struct-return-20_y.c: New.
10300
10301 2003-09-19  Andrew Pinski  <pinskia@physics.uc.edu>
10302         * g++.dg/init/array11.C: Change unsigned to __SIZE_TYPE__
10303         so that it will not complain on LP64 targets.
10304
10305 2003-09-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10306
10307         PR c++/495
10308         * g++.dg/template/friend24.C: New test.
10309
10310 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
10311
10312         PR c++/12332
10313         * g++.dg/template/memtmpl2.C: New test.
10314
10315 2003-09-18  Mark Mitchell  <mark@codesourcery.com>
10316
10317         PR target/11184
10318         * gcc.dg/builtin-apply1.c: New test.
10319
10320 2003-09-18  Nathan Sidwell  <nathan@codesourcery.com>
10321
10322         PR c++/9848
10323         * g++.dg/warn/Wunused-4.C: New test.
10324
10325 2003-09-18  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10326
10327         PR c++/12316
10328         * g++.dg/other/gc2.C: New test.
10329
10330 2003-09-17  Mark Mitchell  <mark@codesourcery.com>
10331
10332         PR c++/11991
10333         * g++.dg/rtti/typeid3.C: New test.
10334
10335         PR c++/12266
10336         * g++.dg/overload/template1.C: New test.
10337
10338 2003-09-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
10339
10340         * g++.dg/opt/cfg3.C: New test.
10341
10342 2003-09-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10343
10344         PR c++/7939
10345         * g++.dg/template/crash11.C: New test.
10346
10347 2003-09-16  Jason Merrill  <jason@redhat.com>
10348             Jakub Jelinek  <jakub@redhat.com>
10349
10350         * gcc.dg/attr-warn-unused-result.c: New test.
10351
10352 2003-09-15  Nathan Sidwell  <nathan@codesourcery.com>
10353
10354         PR c++/12184
10355         * g++.dg/expr/call2.C: New test.
10356
10357 2003-09-15  Andreas Jaeger  <aj@suse.de>
10358
10359         * gcc.dg/Wold-style-definition-1.c: New test.
10360
10361 2003-09-14  Mark Mitchell  <mark@codesourcery.com>
10362
10363         PR c++/3907
10364         * g++.dg/parse/template12.C: New test.
10365
10366         * g++.dg/abi/bitfield11.C: New test.
10367         * g++.dg/abi/bitfield12.C: Likewise.
10368
10369 2003-09-14  Alexandre Oliva  <aoliva@redhat.com>
10370
10371         * gcc.dg/cpp/separate-1.c: Adjust line of error.  Test for correct
10372         non-expansion of functional macro name without arguments at EOL.
10373         * gcc.dg/cpp/spacing1.c: Revert 2003-08-04's change.  Likewise.
10374
10375 2003-09-14  Richard Sandiford  <rsandifo@redhat.com>
10376
10377         * gcc.c-torture/execute/20030914-[12].c: New tests.
10378
10379 2003-09-11  Nathan Sidwell  <nathan@codesourcery.com>
10380
10381         PR c++/11788
10382         * g++.dg/overload/addr1.C: New test.
10383
10384 2003-09-10  Ian Lance Taylor  <ian@wasabisystems.com>
10385
10386         * gcc.dg/20030909-1.c: New test.
10387
10388 2003-09-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
10389
10390         * gcc.dg/ultrasp10.c: New test.
10391
10392 2003-09-09  Devang Patel  <dpatel@apple.com>
10393
10394         * gcc.dg/darwin-ld-6.c: New test.
10395
10396 2003-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10397
10398         * gcc.dg/torture/builtin-explog-1.c: New testcase.
10399
10400 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10401
10402         * gcc.dg/ia64-types1.c: New test.
10403         * gcc.dg/ia64-types2.c: Likewise.
10404
10405 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10406
10407         * gcc.dg/builtins-1.c: Add more _Complex tests.
10408         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10409
10410         * gcc.dg/builtins-1.c: Test existing _Complex functions.
10411         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10412
10413 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
10414
10415         PR c++/11786
10416         * g++.dg/lookup/koenig2.C: New test.
10417
10418         PR c++/5296
10419         * g++.dg/rtti/typeid2.C: New test.
10420
10421 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
10422
10423         * gcc.c-torture/compile/20030904-1.c: New test.
10424
10425 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
10426
10427         * g++.dg/opt/longbranch2.C: New test.
10428
10429 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10430
10431         * g++.dg/template/crash10.C: Only compile it.
10432
10433 2003-09-07  Andrew Pinski  <pinskia@physics.uc.edu>
10434
10435         PR middle-end/11665
10436         * gcc.c-torture/compile/20030907-1.c: New test.
10437         * g++.dg/init/array11.C: New test.
10438
10439 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10440
10441         PR c++/11852
10442         * g++.dg/init/struct1.C: New test.
10443
10444 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
10445
10446         PR c++/12181
10447         * g++.dg/expr/comma1.C: New test.
10448
10449 2003-09-06  Mark Mitchell  <mark@codesourcery.com>
10450
10451         PR c++/11867
10452         * g++.dg/expr/static_cast5.C: New test.
10453
10454 2003-09-06  Andrew Pinski  <pinskia@physics.uc.edu>
10455
10456         PR c++/11507
10457         * g++.dg/lookup/scoped7.C: New test.
10458
10459         PR c++/9574
10460         * g++.dg/other/static1.C: New test.
10461
10462         PR c++/11490
10463         * g++.dg/warn/template-1.C: New test.
10464
10465         PR c++/11432
10466         * g++.dg/template/crash10.C: New test.
10467
10468         PR c++/2478
10469         * g++.dg/overload/VLA.C: New test.
10470
10471         PR c++/10804
10472         * g++.dg/template/call1.C: New test.
10473
10474 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10475
10476         PR c++/11794
10477         * g++.dg/parse/using3.C: New test.
10478
10479 2003-09-06  Roger Sayle  <roger@eyesopen.com>
10480
10481         PR c++/11409
10482         * g++.dg/overload/builtin3.C: New test case.
10483
10484 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
10485
10486         PR c/9862
10487         * gcc.dg/20030906-1.c: New test.
10488         * gcc.dg/20030906-2.c: Likewise.
10489
10490 2003-09-06  Nathan Sidwell  <nathan@codesourcery.com>
10491
10492         PR c++/12167
10493         * g++.dg/parse/defarg5.C: New test.
10494
10495         * g++.dg/template/non-type-template-argument-1.C: Tweak expected error.
10496
10497 2003-09-05  Mark Mitchell  <mark@codesourcery.com>
10498
10499         PR c++/12163
10500         * g++.dg/expr/static_cast4.C: New test.
10501
10502         PR c++/12146
10503         * g++.dg/template/crash9.C: New test.
10504
10505 2003-09-05  Andrew Pinski  <pinskia@physics.uc.edu>
10506
10507         * g++.old-deja/g++.ext/pretty2.C: Update for change
10508         in __FUNCTION__.
10509         * g++.old-deja/g++.ext/pretty3.C: Likewise.
10510
10511 2003-09-05  Nathan Sidwell  <nathan@codesourcery.com>
10512
10513         PR c++/11922
10514         * g++/dg/template/qualified-id1.C: New test.
10515
10516         PR c++/12037
10517         * g++.dg/warn/noeffect4.C: New test.
10518
10519 2003-09-04  Matt Austern  <austern@apple.com>
10520
10521         * g++.dg/ext/fnname1.C: New test. (__func__ for C++.)
10522         * g++.dg/ext/fnname2.C: Likewise.
10523         * g++.dg/ext/fnname3.C: Likewise.
10524
10525 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
10526
10527         * g++.dg/expr/lval1.C: New test.
10528         * g++.dg/ext/lvcast.C: Remove.
10529
10530 2003-09-03  Roger Sayle  <roger@eyesopen.com>
10531
10532         PR optimization/11700.
10533         * gcc.c-torture/compile/20030903-1.c: New test case.
10534
10535 2003-09-03  Mark Mitchell  <mark@codesourcery.com>
10536
10537         PR c++/12053
10538         * g++.dg/abi/layout4.C: New test.
10539
10540 2003-09-02  Scott Brumbaugh  <scottb.lists@verizon.net>
10541
10542         PR c++/11553
10543         * g++.dg/parse/friend3.C: New test.
10544
10545 2003-09-02  Mark Mitchell  <mark@codesourcery.com>
10546
10547         PR c++/11847
10548         * g++.dg/template/class1.C: New test.
10549
10550         PR c++/11808
10551         * g++.dg/expr/call1.C: New test.
10552
10553 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
10554
10555         PR c++/12114
10556         * g++.dg/init/ref9.C: New test.
10557
10558         PR c++/11972
10559         * g++.dg/template/nested4.C: New test.
10560
10561 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10562
10563         PR c++/12093
10564         * g++.dg/template/non-dependent4.C: New test.
10565
10566         PR c++/11928
10567         * g++.dg/inherit/conv1.C: New test.
10568
10569 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
10570
10571         PR c++/6196
10572         * g++.dg/ext/label1.C: New test.
10573         * g++.dg/ext/label2.C: Likewise.
10574
10575 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10576
10577         * g++.dg/expr/cond3.C: New test.
10578
10579 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10580
10581         * gcc.dg/builtins-1.c: Add new builtin cases.
10582
10583 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10584
10585         * gcc.dg/builtins-1.c: Add new cases.
10586         * gcc.dg/torture/builtin-attr-1.c: Likewise.
10587
10588 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10589
10590         * gcc.dg/builtins-1.c: Add more math builtin tests.
10591         * gcc.dg/torture/builtin-attr-1.c: New test.
10592
10593 2003-08-28  Mark Mitchell  <mark@codesourcery.com>
10594
10595         PR optimization/5079
10596         * g++.dg/opt/static3.C: New test.
10597
10598 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10599
10600         * gcc.misc-tests/gcov-10b.c: New test.
10601
10602 2003-08-27  Mark Mitchell  <mark@codesourcery.com>
10603
10604         * g++.dg/opt/ptrmem3.C: New test.
10605
10606         * g++.old-deja/g++.pt/overload8.C: Remove XFAIL.
10607
10608 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
10609
10610         * gcc.dg/20030826-2.c: New test.
10611
10612 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10613
10614         PR middle-end/12002
10615         * g77.f-torture/compile/12002.f: New test case.
10616
10617 2003-08-26  Roger Sayle  <roger@eyesopen.com>
10618
10619         * gcc.dg/20030826-1.c: New test case.
10620
10621 2003-08-26  Matt Kraai  <kraai@alumni.cmu.edu>
10622
10623         * gcc.dg/noncompile/20030818-1.c: Expect second line of error.
10624
10625 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
10626
10627         PR c++/11871
10628         * c++.dg/lookup/crash1.C: New test.
10629
10630         * c++.dg/warn/noeffect3.C: New test.
10631
10632 2003-08-25  Janis Johnson  <janis187@us.ibm.com>
10633
10634         * gcc.dg/compat/vector-1_x.c: Compile with -w.
10635         * gcc.dg/compat/vector-1_y.c: Ditto.
10636         * gcc.dg/compat/vector-2_x.c: Ditto.
10637         * gcc.dg/compat/vector-2_y.c: Ditto.
10638
10639 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
10640
10641         * gcc.dg/20030702-1.c: New test.
10642
10643 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
10644
10645         PR c++/8795
10646         * g++.dg/ext/altivec-1.C: New test.
10647
10648 2003-08-24  Richard Henderson  <rth@redhat.com>
10649
10650         * g++.dg/eh/simd-2.C: Add -w for x86.
10651
10652 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
10653
10654         * gcc.dg/20030815-1.c: New test.
10655
10656 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10657
10658         PR c++/3765
10659         * g++.dg/parse/access6.C: New test.
10660
10661 2003-08-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10662
10663         PR c++/641, c++/11876
10664         * g++.dg/template/friend22.C: New test.
10665         * g++.dg/template/friend23.C: Likewise.
10666
10667 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10668
10669         * gcc.misc-tests/linkage.exp: Treat all HP-UX platforms
10670         identically.
10671
10672 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10673
10674         * g++.old-deja/g++.ext/attrib5.C: XFAIL on hppa2*-hp-hpux11*.
10675
10676 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10677
10678         * gcc.dg/20020313-1.c: Add "-w" to dg-options.
10679
10680 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10681
10682         * gcc.misc-tests/linkage.exp: Add logic for ia64-hp-hpux*.
10683
10684 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
10685
10686         * g++.dg/other/packed1.C: Add XFAIL marker for ia64-hp-hpux*.
10687
10688 2003-08-21  Mark Mitchell  <mark@codesourcery.com>
10689
10690         PR c++/11919
10691         * g++.dg/overload/prom1.C: New test.
10692
10693         PR c++/11551
10694         * g++.dg/parse/dtor2.C: New test.
10695
10696         PR c++/10762
10697         * g++.dg/parse/using2.C: New test.
10698
10699 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
10700
10701         PR target/11805
10702         * gcc.c-torture/compile/20030821-1.c: New.
10703
10704 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
10705
10706         PR c++/11834
10707         * g++.dg/template/deduce2.C: New test.
10708
10709 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
10710
10711         * gcc.c-torture/execute/20030821-1.c: New test.
10712
10713 2003-08-20  Roger Sayle  <roger@eyesopen.com>
10714
10715         PR middle-end/11984
10716         * gcc.dg/20030820-1.c: New test case.
10717
10718 2003-08-20  Nathan Sidwell  <nathan@codesourcery.com>
10719
10720         PR c++/11945
10721         * g++.dg/warn/noeffect2.C: New test.
10722
10723 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
10724
10725         PR c++/10926
10726         * g++.dg/template/dtor2.C: New test.
10727
10728         PR c++/11684
10729         * g++.dg/template/operator1.C: New test.
10730         * g++.dg/parse/operator4.C: New test.
10731
10732         PR c++/11946.C
10733         * g++.dg/expr/enum1.C: New test.
10734         * gcc.dg/c99-bool-1.c: Remove bogus warning.
10735
10736         PR c++/11036.C
10737         * g++.dg/parse/elab2.C: New test.
10738         * g++.dg/parse/typedef4.C: Change error message.
10739         * g++.old-deja/g++.robertl/eb133.C: Remove bogus error markers.
10740         * g++.old-deja/g++.robertl/eb133a.C: Remove bogus error markers.
10741         * g++.old-deja/g++.robertl/eb133b.C: Remove bogus error markers.
10742
10743 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10744
10745         * gcc.dg/pch/warn-1.c: New.
10746         * gcc.dg/pch/warn-1.hs: New.
10747
10748         * lib/dg-pch.exp (dg-pch): Use 'return' not 'continue' to skip
10749         not-tested file.
10750
10751 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10752
10753         * gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
10754
10755 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
10756
10757         * gcc.dg/uninit-D.c: New Test.
10758         * gcc.dg/uninit-E.c: New Test.
10759         * gcc.dg/uninit-F.c: New Test.
10760         * gcc.dg/uninit-G.c: New Test.
10761
10762 2003-08-19  Michael Ritzert  <ritzert@t-online.de>
10763
10764         * g++.dg/README: Describe the pch directory.
10765
10766 2003-08-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10767
10768         PR c++/11174
10769         * g++.dg/parse/access4.C: New test.
10770         * g++.dg/parse/access5.C: Likewise.
10771         * g++.old-deja/g++.jason/access17.C: Adjust error message.
10772
10773 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
10774
10775         * gcc.dg/noncompile/20030818-1.c: New.
10776
10777 2003-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10778
10779         PR c++/11957
10780         * g++.dg/warn/noeffect1.C: New test.
10781
10782         * g++.dg/template/scope2.C: New test.
10783         * g++.dg/template/error2.C: Correct dg-error
10784
10785 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
10786
10787         * gcc.c-torture/compile/mipscop*.c: Turn into compile-only tests.
10788
10789 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
10790
10791         PR C++/11512
10792         * g++.dg/template/warn1.C: New.
10793
10794 2003-08-15  Nathan Sidwell  <nathan@codesourcery.com>
10795
10796         * g++.dg/template/error2.C: New test.
10797         * g++.dg/lookup/using7.C: Adjust errors
10798         * g++.old-deja/g++.pt/crash36.C: Likewise.
10799         * g++.old-deja/g++.pt/derived3.C: Likewise.
10800
10801 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10802
10803         * gcc.c-torture/execute/builtins/lib/strcat.c: New.
10804         * gcc.c-torture/execute/builtins/string-9-lib.c: New.
10805         * gcc.c-torture/execute/builtins/string-9.c: New, from
10806         string-opt-9.c.  Adjust for execute/builtins framework.
10807         * gcc.c-torture/execute/string-opt-9.c: Delete.
10808
10809 2003-08-12  Mark Mitchell  <mark@codesourcery.com>
10810
10811         * g++.dg/init/new8.C: Use __SIZE_TYPE__ to get the type of size_t.
10812
10813         * g++.dg/parse/ret-type2.C: New test.
10814
10815         PR c++/11703
10816         * g++.dg/init/new8.C: New test.
10817
10818         PR c++/10923
10819         * g++.dg/parse/typedef5.C: New test.
10820
10821         PR c++/9512
10822         * g++.dg/parse/qualified2.C: New test.
10823         * g++.old-deja/g++.other/decl5.C: Mark one more instance of
10824         invalid code.
10825
10826 2003-08-11  Mark Mitchell  <mark@codesourcery.com>
10827
10828         * g++.dg/conversion/ptrmem1.C: New test.
10829
10830 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
10831
10832         PR target/11693
10833         * gcc.dg/20030811-1.c: New test.
10834
10835         PR target/11535
10836         * gcc.c-torture/execute/20030811-1.c: New test.
10837
10838 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10839
10840         * gcc.c-torture/execute/string-opt-9.c: Add more strcat cases.
10841
10842 2003-08-10  Mark Mitchell  <mark@codesourcery.com>
10843
10844         PR c++/11789.C
10845         * g++.dg/inherit/multiple1.C: New test.
10846
10847 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10848
10849         * gcc.dg/spe1.c: New test.
10850
10851         PR c++/11670
10852         * g++.dg/expr/cast2.C: New test.
10853
10854         PR c++/10530
10855         * g++.dg/template/dependent-name2.C: New test.
10856
10857 2003-08-08  Andrew Pinski  <pinskia@physics.uc.edu>
10858
10859         * g++.dg/parse/crash11.C: Put the dg options in comments.
10860
10861 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
10862
10863         * lib/gcc-dg.exp: Update for diagnostic change.
10864
10865 2003-08-07  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10866
10867         PR c++/5767
10868         * g++.dg/parse/crash11.C: New test.
10869
10870 2003-08-06  Alexandre Oliva  <aoliva@redhat.com>
10871
10872         * gcc.dg/cpp/spacing1.c: Update.
10873
10874 2003-08-04  Janis Johnson  <janis187@us.ibm.com>
10875
10876         PR target/11739
10877         * gcc.misc-tests/i386-prefetch.exp: Use -march=i386 when specifying
10878         a value for -mtune.
10879
10880 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10881
10882         PR middle-end/11771
10883         * gcc.c-torture/compile/20030804-1.c: New test case.
10884
10885 2003-08-04  Roger Sayle  <roger@eyesopen.com>
10886
10887         * gcc.dg/20030804-1.c: New test case.
10888
10889 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
10890
10891         * gcc.dg/cpp/separate-1.c: New test.
10892
10893 2003-08-03  Nathan Sidwell  <nathan@codesourcery.com>
10894
10895         PR c++/11704
10896         * g++.dg/template/dependent-expr2.C: New test.
10897
10898         PR c++/11766
10899         * g++.dg/expr/ptrmem1.C: New test.
10900
10901 2003-08-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10902
10903         PR c++/9453
10904         * g++.dg/template/friend15.C: New test.
10905
10906 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
10907
10908         * lib/dg-pch.exp: Work round PCH bug.
10909
10910 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10911
10912         * gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
10913         builtins.  Move cases from builtins-4.c here.
10914
10915         * gcc.dg/torture/builtin-math-1.c: New test taken from
10916         bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
10917         additional cases.
10918
10919         * gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
10920         Delete.
10921
10922 2003-08-02  Nathan Sidwell  <nathan@codesourcery.com>
10923
10924         PR c++/9447
10925         * g++.dg/template/using7.C: New test.
10926
10927 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
10928
10929         * import1.c, import2.c: New tests.
10930
10931 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
10932
10933         * g++.dg/eh/crossjump1.C: New test.
10934
10935 2003-08-01  Mark Mitchell  <mark@codesourcery.com>
10936
10937         PR c++/11697
10938         * g++.dg/template/using6.C: New test.
10939
10940         PR c++/11744
10941         * g++.dg/template/koenig2.C: New test.
10942
10943 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10944
10945         PR c++/7983
10946         * g++.dg/parse/typedef4.C: New test.
10947
10948 2003-08-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10949
10950         PR c++/8442, c++/8806
10951         * g++.dg/template/elab1.C: New test.
10952         * g++.dg/template/type2.C: Likewise.
10953         * g++.dg/template/ttp3.C: Adjust expected error message.
10954         * g++.old-deja/g++.law/visibility13.C: Likewise.
10955         * g++.old-deja/g++.niklas/t135.C: Likewise.
10956         * g++.old-deja/g++.pt/ttp41.C: Likewise.
10957         * g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
10958         template argument.
10959         * g++.old-deja/g++.pt/ttp44.C: Likewise.
10960
10961 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
10962
10963         PR c++/11295
10964         * g++.dg/ext/stmtexpr1.C: New test.
10965
10966         * g++.dg/opt/tmp1.C: New test.
10967
10968         PR c++/11525
10969         * g++.dg/parse/constant4.C: New test.
10970
10971         PR c++/9447
10972         * g++.dg/template/using5.C: New test.
10973
10974 2003-07-31  Roger Sayle  <roger@eyesopen.com>
10975
10976         * gcc.dg/builtins-27.c: New test case.
10977
10978 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
10979
10980         * gcc.dg/tls/opt-7.c: New test.
10981
10982 2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>
10983
10984         * g++.old-deja/g++.other/crash18.C: Remove.
10985
10986 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
10987
10988         * g++.dg/template/explicit3.C: New.
10989         * g++.dg/template/explicit4.C: New.
10990         * g++.dg/template/explicit5.C: New.
10991
10992         PR c++/11347
10993         * g++.dg/template/memtmpl1.C: New.
10994
10995 2003-07-29  Andrew Pinski <pinskia@physics.uc.edu>
10996
10997         PR target/11565
10998         * gcc.dg/i386-387-1.c (dg-options): Add -march=i386.
10999         * gcc.dg/i386-387-5.c (dg-options): Likewise.
11000
11001 2003-07-30  Jan Hubicka  <jh@suse.cz>
11002
11003         * vtgc1.c: Kill.
11004
11005 2003-07-29  Zack Weinberg  <zack@codesourcery.com>
11006
11007         * gcc.dg/struct-in-proto-1.c: New test.
11008
11009 2003-07-29  Neil Booth  <neil@daikokuya.co.uk>
11010
11011         * gcc.dg/cpp/include2.c: Only expect one message.
11012
11013 2003-07-29  Nathan Sidwell  <nathan@codesourcery.com>
11014
11015         PR c++/9447
11016         * g++.dg/template/using1.C: New test.
11017         * g++.dg/template/using2.C: New test.
11018         * g++.dg/template/using3.C: New test.
11019         * g++.dg/template/using4.C: New test.
11020
11021 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
11022
11023         * gcc.c-torture/execute/string-opt-9.c: strcmp returns int.
11024         * gcc.c-torture/execute/string-opt-10.c: Likewise.
11025
11026 2003-07-28  Jan Hubicka  <jh@suse.cz>
11027
11028         PR c++/11530
11029         * g++.dg/opt/call1.C: New test.
11030
11031 2003-07-28  Alexandre Oliva <aoliva@redhat.com>
11032
11033         PR c++/11667
11034         * g++.dg/init/enum2.C: New test.
11035         * g++.dg/template/overload1.C: Add "-w" option.
11036
11037 2003-07-28    <hp@bitrange.com>
11038
11039         * gcc.dg/Wdeclaration-after-statement-1.c,
11040         gcc.dg/Wdeclaration-after-statement-2.c: New tests.
11041
11042 2003-07-28  Jakub Jelinek  <jakub@redhat.com>
11043
11044         * gcc.c-torture/compile/20030725-1.c: New test.
11045
11046 2003-07-28  Aldy Hernandez  <aldyh@redhat.com>
11047
11048         * gcc.dg/20030505.c: Only run for SPE.
11049         Remove definition of opaque type.
11050
11051 2003-07-27  Mark Mitchell  <mark@codesourcery.com>
11052
11053         * g++.dg/template/ptrmem6.C: New test.
11054
11055 2003-07-26  Geoffrey Keating  <geoffk@apple.com>
11056
11057         * gcc.c-torture/compile/zero-strct-2.c: New test.
11058
11059 2003-07-25  Geoffrey Keating  <geoffk@apple.com>
11060
11061         * gcc.dg/intermod-1.c: New test.
11062
11063 2003-07-25  Nathan Sidwell  <nathan@codesourcery.com>
11064
11065         PR c++/11617
11066         * g++.dg/template/lookup2.C: New test.
11067         * g++.dg/template/memclass1.C: Remove instantiated from error.
11068         * g++.dg/other/error2.C: Tweak expected errors.
11069
11070         PR c++/11596
11071         * g++.dg/template/defarg3.C: New test.
11072
11073         * g++.dg/ext/packed2.C: Pack member struct too. Explain why.
11074
11075 2003-07-24  Mark Mitchell  <mark@codesourcery.com>
11076
11077         * g++.dg/inherit/access5.C: New test.
11078
11079 2003-07-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11080
11081         PR c++/11513
11082         * g++.dg/template/crash8.C: New test.
11083
11084 2003-07-23  Steven Bosscher <steven@gcc.gnu.org>
11085
11086         PR c/10602
11087         * gcc.dg/noncompile/incomplete-2.c: New test.
11088
11089 2003-07-23  Mark Mitchell  <mark@codesourcery.com>
11090
11091         PR c++/11645
11092         * g++.dg/inherit/access4.C: New test.
11093
11094         PR c++/11517
11095         * g++.dg/expr/cond2.C: New test.
11096
11097         PR optimization/10679
11098         * g++.dg/opt/inline4.C: New test.
11099
11100 2003-07-23  Nathan Sidwell  <nathan@codesourcery.com>
11101
11102         * g++.dg/parse/crash10: New test.
11103
11104 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
11105
11106         * g++.dg/ext/flexary1.C: New test.
11107
11108 2003-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11109
11110         PR c++/10793
11111         * g++.dg/template/crash9.C: New test.
11112
11113 2003-07-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11114
11115         PR c++/3004
11116         * g++.dg/parse/typedef3.C: New test.
11117
11118         PR c++/7906
11119         * g++.dg/parse/operator2.C: New test.
11120
11121         PR c++/8895
11122         * g++.dg/parse/def-tmpl-arg1.C: New test.
11123
11124         PR c++/9282
11125         * g++.dg/parse/funptr1.C: New test.
11126
11127         PR c++/9452
11128         * g++.dg/parse/ambig3.C: New test.
11129
11130         PR c++/9454
11131         * g++.dg/parse/operator3.C: New test.
11132
11133         PR c++/9486
11134         * g++.dg/parse/template10.C: New test.
11135
11136         PR c++/9488
11137         * g++.dg/parse/template11.C: New test.
11138
11139         PR c++/10150
11140         * g++.dg/parse/invalid-op1.C: New test.
11141
11142         PR c++/10247
11143         * g++.dg/parse/condexpr1.C: New test.
11144
11145 2003-07-22  Nathan Sidwell  <nathan@codesourcery.com>
11146
11147         * g++.dg/ext/packed3.C: New test.
11148         * g++.dg/ext/packed4.C: New test.
11149
11150         * gcc.dg/pack-test-3.c: New test.
11151
11152 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
11153
11154         * lib/compat.exp: Handle dg-options per source file.
11155         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
11156         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
11157         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
11158         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
11159         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
11160         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
11161         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
11162         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
11163         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
11164         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
11165         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
11166         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
11167         * g++.dg/compat/break/bitfield7_x.C: Ditto.
11168         * g++.dg/compat/break/bitfield7_y.C: Ditto.
11169
11170 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
11171
11172         PR c/10320
11173         * gcc.c-torture/execute/20030718-1.c: New test.
11174
11175 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
11176
11177         PR optimization/11536
11178         * gcc.dg/20030721-1.c: New test.
11179
11180 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
11181
11182         PR c++/11546
11183         * g++.dg/template/lookup1.C: New test.
11184
11185 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
11186
11187         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
11188         diagnostics of ill-formed constructs involving labels.
11189         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
11190         the new 'previously defined here' message.
11191
11192 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
11193
11194         * g++.dg/parse/non-dependent2.C: New test.
11195
11196 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
11197
11198         * g++.dg/init/init-ref4.C: xfail on targets without
11199         weak symbols.
11200
11201 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
11202
11203         PR target/11087
11204         * gcc.c-torture/execute/20030717-1.c: New test.
11205
11206 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
11207
11208         * g++.dg/opt/cfg1.C: New test.
11209
11210 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
11211
11212         PR optimization/11557
11213         * gcc.dg/20030717-1.c: New test.
11214
11215 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
11216
11217         PR c++/10476
11218         * g++.dg/expr/crash-1.C: New test.
11219
11220         PR c++/11027
11221         * g++.dg/template/init3.C: New test.
11222
11223         PR c++/8222
11224         * g++.dg/template/non-dependent1.C: New test.
11225
11226         PR c++/11070
11227         * g++.dg/template/non-dependent2.C: New test.
11228
11229         PR c++/11071
11230         * g++.dg/template/non-dependent3.C: New test.
11231
11232         PR c++/9907
11233         * g++.dg/template/sizeof5.C: New test.
11234
11235 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
11236
11237         PR 11498
11238         * gcc.c-torture/compile/mangle-1.c: New file.
11239
11240 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11241
11242         PR c++/7809
11243         * g++.dg/parse/access3.C: New test.
11244
11245 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
11246
11247         PR c++/11384
11248         * g++.dg/init/init-ref4.C: New test.
11249
11250 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
11251
11252         PR c++/11547
11253         * g++.dg/parse/constant3.C: New test.
11254         * g++.dg/parse/crash7.C: Likewise.
11255
11256 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
11257
11258         PR target/11008
11259         * gcc.dg/i386-pentium4-not-mull.c: New.
11260
11261 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
11262
11263         * gcc.dg/asm-names.c (ymain): Make it weak.
11264
11265 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11266
11267         PR c++/5421
11268         * g++.dg/template/friend21.C: New test.
11269
11270 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
11271
11272         * gcc.dg/cleanup-8.c: New test.
11273         * gcc.dg/cleanup-9.c: New test.
11274
11275 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
11276
11277         * g++.dg/ext/dll-MI1.h: New file.
11278         * g++.dg/ext/dllexport-MI1.C: New file.
11279         * g++.dg/ext/dllimport-MI1.C: New file.
11280
11281 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
11282
11283         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
11284         it does not have cmpstrsi patterns (just cmpmemsi).
11285
11286 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
11287
11288         PR debug/11473
11289         * g++.dg/debug/debug8.C: New test.
11290
11291 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11292
11293         PR c++/10108
11294         * g++.dg/template/crash7.C: New test.
11295
11296 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
11297
11298         PR target/10795
11299         * gcc.c-torture/compile/20030708-1.c: New.
11300
11301 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11302
11303         * gcc.c-torture/execute/20030715-1.c: New test.
11304
11305 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
11306
11307         * gcc.dg/pch/inline-3.c: New file.
11308         * gcc.dg/pch/inline-3.hs: New file.
11309         * gcc.dg/pch/inline-4.c: New file.
11310         * gcc.dg/pch/inline-4.hs: New file.
11311
11312 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
11313
11314         PR c++/11509
11315         * g++.dg/template/crash6.C: New test.
11316
11317         PR c++/7053
11318         * g++.dg/template/friend20.C: New test.
11319
11320         PR c++/7019
11321         * g++.dg/template/overload2.C: New test.
11322
11323 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11324
11325         PR optimization/11440
11326         * gcc.c-torture/execute/20030714-1.c: New test.
11327
11328 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11329
11330         PR c++/11154
11331         * g++.dg/template/partial2.C: New test.
11332
11333 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
11334
11335         PR c++/11503
11336         * g++.dg/template/anon1.C: New test.
11337
11338         PR c++/11493
11339         PR c++/11495
11340         * g++.dg/parse/template9.C: Likewise.
11341         * g++.dg/template/crash4.C: New test.
11342         * g++.dg/template/koenig1.C: Likewise.
11343         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
11344         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
11345         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
11346         functions.
11347         * g++.old-deja/g++.jason/template36.C: Likewise.
11348         * g++.old-deja/g++.mike/p1989.C: Likewise.
11349         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
11350         * g++.old-deja/g++.pt/ttp20.C: Use this->.
11351         * g++.old-deja/g++.pt/ttp21.C: Use this->.
11352         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
11353         compiling.
11354         * g++.old-deja/g++.pt/union2.C: Use this->.
11355
11356 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
11357
11358         * gcc.dg/20030711-1.c: New test.
11359
11360 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
11361
11362         PR c++/11050
11363         * g++.dg/parse/args1.C: New test.
11364         * g++.pt/defarg8.C: Change expected errors.
11365
11366 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
11367
11368         PR c++/8164
11369         * g++.dg/template/nontype2.C: New test.
11370
11371         PR c++/10558
11372         * g++.dg/parse/template8.C: New test.
11373
11374         PR c++/8327
11375         * g++.dg/template/scope1.C: New test.
11376
11377         * g++.dg/warn/Wsign-compare-1.C: New test.
11378
11379 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11380
11381         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
11382
11383 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
11384
11385         PR c++/9411
11386         * g++.dg/template/explicit2.C: New test.
11387
11388         PR c++/10032
11389         * g++.dg/warn/pedantic1.C: New test.
11390
11391 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
11392
11393         PR c++ 9483
11394         * g++.dg/other/field1.C: New test.
11395
11396 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
11397
11398         PR c/11449
11399         * gcc.c-torture/compile/20030707-1.c: New.
11400
11401 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11402
11403         PR c++/10849
11404         * g++.dg/template/access12.C: New test.
11405
11406 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
11407
11408         * g++.dg/bprob/bprob.exp (prof_ext): Update.
11409         * g77.dg/bprob/bprob.exp (prof_ext): Update.
11410         * gcc.misc-tests/bprob.exp (prof_ext): Update.
11411         * gcc.misc-tests/gcov.exp: Update
11412         * g++.dg/gcov/gcov.exp: Update
11413         * lib/gcov.exp: Update.
11414
11415 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
11416
11417         * g++.dg/abi/mangle17.C: Make sure template expressions are
11418         dependent.
11419         * g++.dg/abi/mangle4.C: Mark erroneous casts.
11420         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
11421         * g++.dg/opt/stack1.C: Remove erroneous code.
11422         * g++.dg/parse/template7.C: New test.
11423         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
11424         * g++.old-deja/g++.pt/crash4.C: Likewise.
11425
11426 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11427
11428         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
11429         with zero or one occurence of `$' after the initial `L'.
11430
11431 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
11432
11433         * gcc.c-torture/compile/20030704-1.c: Add a comment.
11434
11435 2003-07-08  Roger Sayle  <roger@eyesopen.com>
11436
11437         PR c/11370
11438         * gcc.dg/Wunreachable-6.c: New testcase.
11439         * gcc.dg/Wunreachable-7.c: New testcase.
11440
11441 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11442
11443         PR c/11420
11444         * gcc.dg/20030708-1.c: New test.
11445
11446 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
11447
11448         * gcc.dg/compat/sdata-section.h: New file.
11449         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
11450         * gcc.dg/torture/mips-sdata-1.c: New test.
11451
11452 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11453
11454         PR c++/11030
11455         * g++.dg/template/friend19.C: New test.
11456
11457 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
11458
11459         * g++.dg/opt/strength-reduce.C: New test.
11460
11461 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11462
11463         PR target/10979
11464         * gcc.dg/20030707-1.c: New testcase.
11465
11466 2003-07-07  Roger Sayle  <roger@eyesopen.com>
11467
11468         PR optimization/11059
11469         * g++.dg/opt/emptyunion.C: New testcase.
11470
11471 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11472             Eric Botcazou  <ebotcazou@libertysurf.fr>
11473
11474         * g++.dg/opt/stack1.C: New test.
11475
11476 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
11477
11478         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
11479         run test.
11480
11481         PR c++/11431
11482         * g++.dg/expr/static_cast3.C: New test.
11483
11484 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11485
11486         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
11487         everywhere.
11488         * gcc.dg/concat.c: Concatenation of string constants with
11489         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
11490         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
11491         * gcc.dg/cpp/escape-2.c: Use wide character constants where
11492         necessary to avoid multi-character character constant warning.
11493         * gcc.dg/cpp/escape.c: Likewise.
11494         * gcc.dg/cpp/ucs.c: Likewise.
11495         Remove backslashes from dg-bogus comments, as they confuse Tcl.
11496         Fix a typo.
11497
11498 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11499
11500         PR c/11428
11501         * gcc.c-torture/compile/20030704-1.c: New.
11502
11503 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
11504
11505         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
11506
11507 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
11508
11509         PR c++/5287, PR c++/7910,  PR c++/11021
11510         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
11511         tests for warnings.
11512         * g++.dg/ext/dllimport2.C: Add tests for warnings.
11513         * g++.dg/ext/dllimport3.C: Likewise.
11514         * g++.dg/ext/dllimport4.C: New file.
11515         * g++.dg/ext/dllimport5.C: New file.
11516         * g++.dg/ext/dllimport6.C: New file.
11517         * g++.dg/ext/dllimport7.C: New file.
11518         * g++.dg/ext/dllimport8.C: New file.
11519         * g++.dg/ext/dllimport9.C: New file.
11520         * g++.dg/ext/dllimport10.C: New file.
11521         * g++.dg/ext/dllexport1.C: New file.
11522
11523 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11524
11525         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
11526         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
11527
11528 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11529
11530         * gcc.dg/builtins-25.c: New testcase.
11531         * gcc.dg/builtins-26.c: New testcase.
11532
11533 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
11534
11535         * gcc.dg/compat/vector-defs.h: New file.
11536         * gcc.dg/compat/vector-setup.h: New file.
11537         * gcc.dg/compat/vector-check.h: New file.
11538         * gcc.dg/compat/vector-1_main.c: New file.
11539         * gcc.dg/compat/vector-1_x.c: New file.
11540         * gcc.dg/compat/vector-1_y.c: New file.
11541         * gcc.dg/compat/vector-2_main.c: New file.
11542         * gcc.dg/compat/vector-2_x.c: New file.
11543         * gcc.dg/compat/vector-2_y.c: New file.
11544
11545         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
11546         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
11547         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
11548         * gcc.dg/compat/struct-align-1.h: New file.
11549         * gcc.dg/compat/struct-align-1_main.c: New file.
11550         * gcc.dg/compat/struct-align-1_x.c: New file.
11551         * gcc.dg/compat/struct-align-1_y.c: New file.
11552         * gcc.dg/compat/struct-align-2.h: New file.
11553         * gcc.dg/compat/struct-align-2_main.c: New file.
11554         * gcc.dg/compat/struct-align-2_x.c: New file.
11555         * gcc.dg/compat/struct-align-2_y.c: New file.
11556
11557         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
11558         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11559         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11560         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11561         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11562         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11563         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11564         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11565         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11566         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11567         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11568         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11569         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11570         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11571         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11572         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11573         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11574         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11575         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11576         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11577         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11578         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11579         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11580         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11581         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11582         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11583         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11584         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11585         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11586
11587 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11588
11589         * gcc.dg/i386-call-1.c: New test.
11590
11591 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
11592
11593         PR c++/9162
11594         * g++.dg/parse/defarg4.C: New.
11595
11596 2003-07-03  Roger Sayle  <roger@eyesopen.com>
11597
11598         PR target/10700
11599         * gcc.c-torture/compile/20030703-1.c: New test case.
11600
11601 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
11602
11603         * g++.dg/template/local3.C: Remove extra semicolon.
11604
11605 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
11606
11607         * gcc.dg/i386-volatile-1.c: New test.
11608
11609 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
11610
11611         PR c++/11072
11612         * g++.dg/other/offsetof2.C: XFAIL.
11613         * g++.dg/other/offsetof5.C: New.
11614
11615         PR c++/10219
11616         * g++.dg/template/error1.C: New.
11617
11618         PR c++/9779
11619         * g++.dg/template/dependent-expr1.C: New.
11620
11621 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11622
11623         PR c++/6949
11624         * g++.dg/template/local3.C: New test.
11625
11626         PR c++/11149
11627         * g++.dg/lookup/scoped6.C: New test.
11628
11629 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
11630
11631         PR c++/8046
11632         * g++.dg/other/error7.C: New test.
11633
11634 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
11635
11636         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
11637         * g++.old-deja/g++.abi/vtable3.h: Likewise.
11638         * g++.old-deja/g++.law/code-gen5.C: Likewise.
11639         * g++.old-deja/g++.other/union2.C: Likewise.
11640         * gcc.dg/c90-const-expr-2.c: Likewise.
11641         * gcc.dg/c90-const-expr-3.c: Likewise.
11642         * gcc.dg/c99-const-expr-2.c: Likewise.
11643         * gcc.dg/c99-const-expr-3.c: Likewise.
11644         * gcc.dg/concat.c: Likewise.
11645
11646 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
11647
11648         PR c++/9559
11649         * g++.dg/init/static1.C: New test.
11650
11651 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11652
11653         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
11654         * g++.old-deja/g++.other/access2.C: Likewise.
11655         * g++.old-deja/g++.other/decl2.C: Likewise.
11656         * gcc.c-torture/execute/20020615-1.c: Likewise.
11657
11658 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11659
11660         PR c++/4933
11661         * g++.dg/template/sizeof4.C: New test.
11662
11663 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11664
11665         * g++.dg/other/error6.C: New test.
11666
11667 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
11668
11669         PR c++/10750
11670         * g++.dg/parse/constant2.C: New test.
11671
11672 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
11673
11674         PR c++/11106
11675         * g++.dg/other/error5.C: New test.
11676
11677 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11678
11679         * gcc.dg/format/gcc_diag-1.c: New test.
11680
11681 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
11682
11683         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
11684
11685 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
11686
11687         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
11688         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
11689         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
11690
11691 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
11692
11693         * gcc.c-torture/execute/builtins/string-8.c: New test.
11694         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
11695         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
11696         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
11697
11698 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11699
11700         PR c++/10468
11701         * g++.dg/ext/typeof6.C: New test.
11702
11703 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
11704
11705         PR c++/10796
11706         * g++.dg/init/enum1.C: New test.
11707
11708 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
11709
11710         * gcc.dg/20030627-1.c: New test.
11711
11712 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
11713
11714         PR c++/11332
11715         * g++.dg/expr/static_cast2.C: New test.
11716
11717 2003-06-26  Roger Sayle  <roger@eyesopen.com>
11718             Jakub Jelinek  <jakub@redhat.com>
11719
11720         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
11721         sprintf(dst,"%s",src) optimization.
11722         * gcc.c-torture/execute/20030626-1.c: New test case.
11723         * gcc.c-torture/execute/20030626-2.c: New test case.
11724
11725 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
11726
11727         * gcc.c-torture/execute/multi-ix.c: New test.
11728
11729         * gcc.c-torture/execute/simd-4.c (main):
11730         Added missing semicolon at end of union.
11731
11732 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
11733
11734         PR c++/8266
11735         * g++.dg/template/explicit-instantiation3.C: New test.
11736
11737 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11738
11739         * gcc.dg/20030626-1.c: Use signed char.
11740
11741 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
11742
11743         * gcc.dg/20030626-1.c: New test.
11744
11745 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
11746
11747         * const-str-2.m: Update.
11748
11749 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
11750
11751         PR c++/10990
11752         * g++.dg/rtti/dyncast1.C: New test.
11753         * g++.dg/abi/mangle4.C: Correct base-specifier access.
11754         * g++.dg/lookup/scoped1.C: Remove XFAIL.
11755         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
11756
11757         PR c++/10931
11758         * g++.dg/expr/static_cast1.C: New test.
11759
11760 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
11761
11762         * gcc.dg/20030625-1.c: New test.
11763
11764 2003-06-24  Roger Sayle  <roger@eyesopen.com>
11765
11766         * gcc.c-torture/compile/20030624-1.c: New test case.
11767
11768 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
11769
11770         * gcc.c-torture/execute/string-opt-17.c: New test.
11771
11772 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
11773
11774         PR c++/5754
11775         * g++.dg/parse/crash6.C: New test.
11776
11777 2003-06-23  Roger Sayle  <roger@eyesopen.com>
11778
11779         * gcc.dg/builtins-24.c: New test case.
11780
11781 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
11782
11783         * g++.dg/opt/operator1.C: New test.
11784
11785 2003-06-22  Roger Sayle  <roger@eyesopen.com>
11786
11787         * gcc.c-torture/execute/string-opt-16.c: New test case.
11788
11789 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11790
11791         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
11792         * g++.old-deja/g++.other/conv7.C: Likewise
11793         * g++.old-deja/g++.other/overcnv2.C: Likewise.
11794         * g++.old-deja/g++.other/overload14.C: Likewise.
11795
11796 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
11797
11798         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
11799         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
11800
11801 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11802
11803         PR c++/10888
11804         * g++.dg/warn/Winline-3.C: New test.
11805
11806 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11807
11808         * lib/target-supports.exp (check_alias_available): Make the test
11809         program acceptable to the Solaris assembler.
11810
11811         PR c++/10749
11812         * g++.dg/template/memclass2.C: New test.
11813
11814 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11815             Eric Botcazou  <ebotcazou@libertysurf.fr>
11816
11817         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
11818         data for non-matching targets.
11819         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
11820
11821 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
11822
11823         PR c++/10845
11824         * g++.dg/template/member3.C: New test.
11825
11826 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
11827
11828         PR c++/10939
11829         * g++.dg/template/func1.C: New test.
11830
11831         PR c++/9649
11832         * g++.dg/template/static4.C: New test.
11833         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
11834
11835         PR c++/11041
11836         * g++.dg/init/ref7.C: New test.
11837
11838 2003-06-19  Matt Austern  <austern@apple.com>
11839
11840         PR c++/11228
11841         * g++.dg/anew1.C: New test.
11842         * g++.dg/anew2.C: New test.
11843         * g++.dg/anew3.C: New test.
11844         * g++.dg/anew4.C: New test.
11845
11846 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
11847
11848         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
11849
11850 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
11851
11852         * gcc.c-torture/execute/simd-4.c (main): Make expected value
11853         endian-dependent.
11854
11855 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11856
11857         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
11858         Remove cruft.
11859
11860 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11861
11862         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
11863         * gcc.c-torture/compile/961203-1.c: Likewise.
11864         * gcc.c-torture/compile/980506-1.c: Likewise.
11865
11866 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11867
11868         PR c++/10712
11869         * g++.dg/lookup/using7.C: New test.
11870
11871 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
11872
11873         PR c++/11105
11874         * g++.dg/abi/conv1.C: Remove it.
11875         * g++.dg/template/conv7.C: New test.
11876         * g++.dg/template/conv8.C: Likewise.
11877         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
11878         conversion operator.
11879
11880 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
11881
11882         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
11883         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
11884         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
11885         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
11886         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
11887         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
11888         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
11889         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
11890         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
11891         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
11892         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
11893         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
11894         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
11895         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
11896         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
11897         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
11898         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
11899         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
11900         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
11901         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
11902         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
11903         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
11904         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
11905         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
11906         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
11907         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
11908         * gcc.dg/compat/struct-return-10_x.c: Ditto.
11909         * gcc.dg/compat/struct-return-2_x.c: Ditto.
11910         * gcc.dg/compat/struct-return-3_x.c: Ditto.
11911
11912 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
11913
11914         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
11915         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
11916         indications.
11917
11918 2003-06-16  Roger Sayle  <roger@eyesopen.com>
11919
11920         * gcc.dg/i386-387-5.c: New test case.
11921         * gcc.dg/i386-387-6.c: New test case.
11922         * gcc.dg/builtins-23.c: New test case.
11923
11924 2003-06-15  Roger Sayle  <roger@eyesopen.com>
11925
11926         * gcc.dg/builtins-22.c: New test case.
11927         * gcc.dg/i386-387-1.c: Update to test exp.
11928         * gcc.dg/i386-387-2.c: Likewise.
11929
11930 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11931
11932         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
11933
11934 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
11935
11936         * lib/gcc-dg.exp (dg-require-dll): New function.
11937         (dg-xfail-if): Likewise.
11938         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
11939         driver.
11940
11941         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
11942         * gcc.c-torture/compile/20001205-1.c: Likewise.
11943         * gcc.c-torture/compile/20001226-1.c: Likewise.
11944         * gcc.c-torture/compile/20010518-2.c: Likewise.
11945         * gcc.c-torture/compile/20020312-1.c: Likewise.
11946         * gcc.c-torture/compile/20020604-1.c: Likewise.
11947         * gcc.c-torture/compile/920501-12.c: Likewise.
11948         * gcc.c-torture/compile/920501-4.c: Likewise.
11949         * gcc.c-torture/compile/920520-1.c: Likewise.
11950         * gcc.c-torture/compile/920521-1.c: Likewise.
11951         * gcc.c-torture/compile/920625-1.c: Likewise.
11952         * gcc.c-torture/compile/961203-1.c: Likewise.
11953         * gcc.c-torture/compile/980506-1.c: Likewise.
11954         * gcc.c-torture/compile/981006-1.c: Likewise.
11955         * gcc.c-torture/compile/981022-1.c: Likewise.
11956         * gcc.c-torture/compile/981223-1.c: Likewise.
11957         * gcc.c-torture/compile/990617-1.c: Likewise.
11958         * gcc.c-torture/compile/dll.c: Likewise.
11959         * gcc.c-torture/compile/labels-3.c: Likewise.
11960         * gcc.c-torture/compile/mipscop-1.c: Likewise.
11961         * gcc.c-torture/compile/mipscop-2.c: Likewise.
11962         * gcc.c-torture/compile/mipscop-3.c: Likewise.
11963         * gcc.c-torture/compile/mipscop-4.c: Likewise.
11964         * gcc.c-torture/compile/simd-5.c: Likewise.
11965         * gcc.c-torture/compile/20000804-1.x: Remove.
11966         * gcc.c-torture/compile/20001205-1.x: Likewise.
11967         * gcc.c-torture/compile/20001226-1.x: Likewise.
11968         * gcc.c-torture/compile/20010518-2.x: Likewise.
11969         * gcc.c-torture/compile/20020312-1.x: Likewise.
11970         * gcc.c-torture/compile/20020604-1.x: Likewise.
11971         * gcc.c-torture/compile/920501-12.x: Likewise.
11972         * gcc.c-torture/compile/920501-4.x: Likewise.
11973         * gcc.c-torture/compile/920520-1.x: Likewise.
11974         * gcc.c-torture/compile/920521-1.x: Likewise.
11975         * gcc.c-torture/compile/920625-1.x: Likewise.
11976         * gcc.c-torture/compile/961203-1.x: Likewise.
11977         * gcc.c-torture/compile/980506-1.x: Likewise.
11978         * gcc.c-torture/compile/981006-1.x: Likewise.
11979         * gcc.c-torture/compile/981022-1.x: Likewise.
11980         * gcc.c-torture/compile/981223-1.x: Likewise.
11981         * gcc.c-torture/compile/990617-1.x: Likewise.
11982         * gcc.c-torture/compile/mipscop-1.x: Likewise.
11983         * gcc.c-torture/compile/mipscop-2.x: Likewise.
11984         * gcc.c-torture/compile/mipscop-3.x: Likewise.
11985         * gcc.c-torture/compile/mipscop-4.x: Likewise.
11986         * gcc.c-torture/compile/simd-5.x: Likewise.
11987
11988         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
11989
11990 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
11991
11992         * gcc.c-torture/execute/20030611-1.c: New test.
11993
11994 2003-06-12  Roger Sayle  <roger@eyesopen.com>
11995
11996         PR middle-end/168
11997         * gcc.dg/20030612-1.c: New test case.
11998
11999 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
12000
12001         PR c++/10635
12002         * g++.dg/expr/cast1.C: New test.
12003
12004 2003-06-12  Roger Sayle  <roger@eyesopen.com>
12005
12006         * gcc.dg/builtins-21.c: New test case.
12007
12008 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
12009
12010         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
12011         options instead of at the end.
12012         * lib/objc.exp (objc_target_compile): Likewise.
12013
12014 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
12015
12016         PR c++/10432
12017         * g++.dg/parse/error1.C: New test.
12018
12019 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
12020
12021         * gcc.dg/compat/struct-by-value-11_main.c: New file.
12022         * gcc.dg/compat/struct-by-value-11_x.c: New file.
12023         * gcc.dg/compat/struct-by-value-11_y.c: New file.
12024         * gcc.dg/compat/struct-by-value-12_main.c: New file.
12025         * gcc.dg/compat/struct-by-value-12_x.c: New file.
12026         * gcc.dg/compat/struct-by-value-12_y.c: New file.
12027         * gcc.dg/compat/struct-by-value-13_main.c: New file.
12028         * gcc.dg/compat/struct-by-value-13_x.c: New file.
12029         * gcc.dg/compat/struct-by-value-13_y.c: New file.
12030         * gcc.dg/compat/struct-by-value-14_main.c: New file.
12031         * gcc.dg/compat/struct-by-value-14_x.c: New file.
12032         * gcc.dg/compat/struct-by-value-14_y.c: New file.
12033         * gcc.dg/compat/struct-by-value-15_main.c: New file.
12034         * gcc.dg/compat/struct-by-value-15_x.c: New file.
12035         * gcc.dg/compat/struct-by-value-15_y.c: New file.
12036         * gcc.dg/compat/struct-by-value-16_main.c: New file.
12037         * gcc.dg/compat/struct-by-value-16_x.c: New file.
12038         * gcc.dg/compat/struct-by-value-16_y.c: New file.
12039         * gcc.dg/compat/struct-by-value-17_main.c: New file.
12040         * gcc.dg/compat/struct-by-value-17_x.c: New file.
12041         * gcc.dg/compat/struct-by-value-17_y.c: New file.
12042         * gcc.dg/compat/struct-by-value-18_main.c: New file.
12043         * gcc.dg/compat/struct-by-value-18_x.c: New file.
12044         * gcc.dg/compat/struct-by-value-18_y.c: New file.
12045
12046         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
12047         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
12048         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
12049         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
12050         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
12051         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
12052         * gcc.dg/compat/scalar-return-3_main.c: New file.
12053         * gcc.dg/compat/scalar-return-3_x.c: New file.
12054         * gcc.dg/compat/scalar-return-3_y.c: New file.
12055         * gcc.dg/compat/scalar-return-4_main.c: New file.
12056         * gcc.dg/compat/scalar-return-4_x.c: New file.
12057         * gcc.dg/compat/scalar-return-4_y.c: New file.
12058
12059 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
12060
12061         * gcc.dg/compat/fp2-struct-check.h: New file.
12062         * gcc.dg/compat/fp2-struct-defs.h: New file.
12063         * gcc.dg/compat/fp2-struct-init.h: New file.
12064         * gcc.dg/compat/struct-by-value-10_main.c: New file.
12065         * gcc.dg/compat/struct-by-value-10_x.c: New file.
12066         * gcc.dg/compat/struct-by-value-10_y.c: New file.
12067         * gcc.dg/compat/struct-return-10_main.c: New file.
12068         * gcc.dg/compat/struct-return-10_x.c: New file.
12069         * gcc.dg/compat/struct-return-10_y.c: New file.
12070
12071         * gcc.dg/compat/compat-common.h: New file.
12072         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
12073         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
12074         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
12075         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
12076         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
12077         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
12078         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
12079         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
12080         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
12081         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
12082         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
12083         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
12084         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
12085         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
12086         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
12087         * gcc.dg/compat/small-struct-check.h: Ditto.
12088         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
12089         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
12090         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
12091         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
12092         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
12093         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
12094         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
12095         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
12096         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
12097         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
12098         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
12099         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
12100         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
12101         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
12102         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
12103         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
12104         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
12105         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
12106         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
12107         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
12108         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
12109         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
12110         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
12111         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
12112         * gcc.dg/compat/struct-return-2_main.c: Ditto.
12113         * gcc.dg/compat/struct-return-2_x.c: Ditto.
12114         * gcc.dg/compat/struct-return-2_y.c: Ditto.
12115         * gcc.dg/compat/struct-return-3_main.c: Ditto.
12116         * gcc.dg/compat/struct-return-3_x.c: Ditto.
12117         * gcc.dg/compat/struct-return-3_y.c: Ditto.
12118
12119 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
12120
12121         * g++.dg/pch/static-1.C: New file.
12122         * g++.dg/pch/static-1.Hs: New file.
12123
12124 2003-06-10  Richard Henderson  <rth@redhat.com>
12125
12126         * gcc.dg/asm-7.c: Adjust expected warning text.
12127
12128 2003-06-10  Roger Sayle  <roger@eyesopen.com>
12129
12130         * gcc.dg/builtins-20.c: New test case.
12131
12132 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
12133
12134         PR c++/11131
12135         * g++.dg/opt/template1.C: New test.
12136
12137 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
12138
12139         * lib/gcc-dg.exp (dg-test): Clear additional_files and
12140         additional_sources.
12141
12142 2003-05-21  David Taylor  <dtaylor@emc.com>
12143
12144         * gcc.dg/Wpadded.c: New file.
12145
12146 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
12147
12148         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
12149         * gcc.dg/special/weak-2.c: Add dg-require-weak.
12150         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
12151         dg-require-weak.
12152
12153 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
12154
12155         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
12156
12157 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
12158
12159         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
12160         (dg-require-alias): Likewise.
12161         (dg-require-gc-sections): Likewise.
12162         * lib/target-supports.exp (check_gc_sections_available): Likewise.
12163
12164 2003-06-08  Richard Henderson  <rth@redhat.com>
12165
12166         * gcc.dg/20011029-2.c: Fix the array reference.
12167         * gcc.dg/asm-7.c: New.
12168
12169 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
12170
12171         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
12172
12173 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
12174
12175         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
12176         (dg-require-gc-sections): Likewise.
12177
12178 2003-06-08  Jan Hubicka  <jh@suse.cz>
12179
12180         * i386-cmov1.c: Fix regular expression.
12181         * i386-cvt-1.c: Likewise.
12182         * i386-local.c: Likewise.
12183         * i386-local2.c: Likewise.
12184         * i386-mul.c: Likewise.
12185         * i386-ssetype-1.c: Likewise.
12186         * i386-ssetype-3.c: Likewise.
12187         * i386-ssetype-5.c: Likewise.
12188
12189 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12190
12191         PR c++/11039
12192         * g++.dg/warn/implicit-typename2.C: New test.
12193         * g++.dg/warn/implicit-typename3.C: New test.
12194
12195 2003-06-07  Richard Henderson  <rth@redhat.com>
12196
12197         * g++.dg/other/offsetof3.C: Use size_t.
12198         * g++.dg/other/offsetof4.C: Likewise.
12199
12200 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
12201
12202         * lib/copy-file.exp: New. Implement gcc_copy_files.
12203
12204         * lib/dg-pch.exp: Load copy-file.exp
12205         (dg-pch): Use gcc_copy_files instead of "file copy".
12206
12207 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
12208
12209         * gcc.dg/weak/weak.exp: Simplify.
12210         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
12211         * gcc.dg/weak/weak-1.c: Likewise.
12212         * gcc.dg/weak/weak-2.c: Likewise.
12213         * gcc.dg/weak/weak-3.c: Likewise.
12214         * gcc.dg/weak/weak-4.c: Likewise.
12215         * gcc.dg/weak/weak-5.c: Likewise.
12216         * gcc.dg/weak/weak-6.c: Likewise.
12217         * gcc.dg/weak/weak-7.c: Likewise.
12218         * gcc.dg/weak/weak-8.c: Likewise.
12219         * gcc.dg/weak/weak-9.c: Likewise.
12220
12221 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
12222
12223         gcc.c-torture/execute/20030606-1.c: New.
12224
12225 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12226
12227         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
12228         * gcc.dg/builtins-19.c: Likewise.
12229
12230 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12231
12232         * gcc.dg/builtins-2.c: Add some more tests.
12233         * gcc.dg/builtins-18.c: New test case.
12234         * gcc.dg/builtins-19.c: New test case.
12235
12236 2003-06-06  Roger Sayle  <roger@eyesopen.com>
12237             Jim Wilson  <wilson@tuliptree.org>
12238
12239         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
12240
12241 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
12242
12243         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
12244         mempcpy/stpcpy calls not to be optimized into something else.
12245         * gcc.c-torture/execute/string-opt-3.c: Moved to...
12246         * gcc.c-torture/execute/builtins/string-7.c: ...here.
12247         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
12248
12249 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12250
12251         * gcc.dg/format/asm_fprintf-1.c: New test.
12252
12253 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
12254
12255         * lib/gcc-defs.exp (additional_sources): New variable.
12256         (dg-additional-sources): New function.
12257         (additional_files): New variable.
12258         (dg-additional-files): New function.
12259         (dg-additional-files-options): Likewise.
12260         * lib/gcc-dg.exp (dg-require-weak): New function.
12261         (dg-require-alias): Likewise.
12262         (dg-require-gc-sections): Likewise.
12263         * lib/target-supports.exp (check_alias_available): Remove testfile
12264         parameter.
12265         (check_gc_sections_available): New function.
12266         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
12267         (dg-gpp-additional-files): Likewise.
12268         * lib/g++.exp (additional_sources): Remove.
12269         (additional_files): Likewise.
12270         (g++_target_compile): Use dg-additional-files-options.
12271
12272         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
12273         Tcl logic.
12274         * gcc.dg/special/ecos.exp: Remove.
12275         * gcc.dg/special/20000419-2.c: Use dg-require-*.
12276         * gcc.dg/special/alias-1.c: Likewise.
12277         * gcc.dg/special/alias-2.c: Likewise.
12278         * gcc.dg/special/gcsec-1.c: Likewise.
12279         * gcc.dg/special/weak-1.c: Likewise.
12280         * gcc.dg/special/weak-2.c: Likewise.
12281         * gcc.dg/special/wkali-1.c: Likewise.
12282         * gcc.dg/special/wkali-2.c: Likewise.
12283
12284         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
12285         dg-gpp-additional-*.
12286         * g++.dg/special/conpr-3.C: Likewise.
12287         * g++.dg/special/conpr-4.C: Likewise.
12288         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
12289         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
12290         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
12291         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
12292         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
12293         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
12294         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
12295         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
12296         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
12297         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
12298         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
12299         * g++.old-deja/g++.other/comdat1.C: Likewise.
12300         * g++.old-deja/g++.other/comdat2.C: Likewise.
12301         * g++.old-deja/g++.other/comdat3.C: Likewise.
12302         * g++.old-deja/g++.other/ctor1.C: Likewise.
12303         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
12304
12305 2003-06-05  Richard Henderson  <rth@redhat.com>
12306
12307         * gcc.dg/debug/20030605-1.c: New.
12308
12309 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
12310
12311         * README.QMTEST: Update.
12312
12313 2003-06-04  Richard Henderson  <rth@redhat.com>
12314
12315         * gcc.dg/cleanup-1.c: New.
12316         * gcc.dg/cleanup-2.c: New.
12317         * gcc.dg/cleanup-3.c: New.
12318         * gcc.dg/cleanup-4.c: New.
12319         * gcc.dg/cleanup-5.c: New.
12320         * gcc.dg/cleanup-6.c: New.
12321         * gcc.dg/cleanup-7.c: New.
12322
12323 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
12324
12325         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
12326
12327         * lib/dg-pch.exp: New file.
12328         * g++.dg/pch/pch.exp: Use dg-pch.exp.
12329         * gcc.dg/pch/pch.exp: Likewise.
12330
12331 2003-06-04  Roger Sayle  <roger@eyesopen.com>
12332
12333         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
12334         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
12335         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
12336         * gcc.dg/builtins-17.c: New test case.
12337         * gcc.dg/i386-387-4.c: New test case.
12338         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
12339
12340 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12341
12342         * gcc.dg/ultrasp9.c: New test.
12343
12344 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
12345
12346         * gcc.c-torture/compile/20030604-1.c: New test.
12347         * gcc.dg/sparc-constant-1.c: New test.
12348
12349 2003-06-03  Glen Nakamura  <glen@imodulo.com>
12350
12351         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
12352
12353 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
12354
12355         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
12356
12357         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
12358         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
12359
12360 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
12361
12362         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
12363
12364 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12365
12366         PR c++/10940
12367         * g++.dg/template/spec10.C: New test.
12368
12369 2003-06-03  Roger Sayle  <roger@eyesopen.com>
12370
12371         * gcc.dg/builtins-16.c: New test case.
12372
12373 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
12374
12375         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
12376         mempcpy test with post-increments.
12377         * gcc.c-torture/execute/string-opt-3.c: New test.
12378         * gcc.dg/string-opt-1.c: New test.
12379
12380 2003-06-03  David Billinghurst <David.Billinghurst@riotinto.com>
12381
12382         PR fortran/10965
12383         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
12384
12385 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
12386
12387         * lib/scanasm.exp (dg-scan): New function, factored out of ...
12388         (scan-assembler): ... here.  Use dg-scan.
12389         (scan-assembler-not): Likewise.
12390         (scan-file): New function.
12391         (scan-file-not): Likewise.
12392         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
12393         * gcc.dg/cpp/_Pragma4.c: Likewise.
12394         * gcc.dg/cpp/_Pragma5.c: Likewise.
12395         * gcc.dg/cpp/avoidpaste1.c: Likewise.
12396         * gcc.dg/cpp/avoidpaste2.c: Likewise.
12397         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
12398         * gcc.dg/cpp/cmdlne-P.c: Likewise.
12399         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
12400         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
12401         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
12402         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
12403         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
12404         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
12405         * gcc.dg/cpp/cxxcom1.c: Likewise.
12406         * gcc.dg/cpp/line1.c: Likewise.
12407         * gcc.dg/cpp/maccom1.c: Likewise.
12408         * gcc.dg/cpp/maccom2.c: Likewise.
12409         * gcc.dg/cpp/maccom3.c: Likewise.
12410         * gcc.dg/cpp/maccom4.c: Likewise.
12411         * gcc.dg/cpp/maccom5.c: Likewise.
12412         * gcc.dg/cpp/maccom6.c: Likewise.
12413         * gcc.dg/cpp/multiline.c: Likewise.
12414         * gcc.dg/cpp/spacing1.c: Likewise.
12415         * gcc.dg/cpp/spacing2.c: Likewise.
12416         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
12417         * gcc.dg/cpp/trad/maccom1.c: Likewise.
12418         * gcc.dg/cpp/trad/maccom2.c: Likewise.
12419         * gcc.dg/cpp/trad/maccom3.c: Likewise.
12420         * gcc.dg/cpp/trad/maccom4.c: Likewise.
12421         * gcc.dg/cpp/trad/maccom6.c: Likewise.
12422         * gcc.dg/cpp/cxxcom2.c: Likewise.
12423         * gcc.dg/cpp/cxxcom2.h: New file.
12424
12425         * gcc.dg/cpp/truefalse.cpp: Move it to ...
12426         * g++.dg/cpp/truefalse.C: Here.
12427         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
12428
12429 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
12430
12431         * gcc.dg/cpp/redef3.c: New file.
12432
12433 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
12434
12435         * gcc.dg/i386-loop-3.c: New test.
12436
12437 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
12438
12439         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
12440
12441 2003-05-31  Roger Sayle  <roger@eyesopen.com>
12442
12443         * gcc.dg/fwrapv-1.c: New test case.
12444         * gcc.dg/fwrapv-2.c: New test case.
12445
12446 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12447
12448         PR c++/10956
12449         * g++.dg/template/spec9.C: New test.
12450
12451 2003-05-29  Roger Sayle  <roger@eyesopen.com>
12452
12453         * gcc.dg/duff-4.c: New test case.
12454
12455 2003-05-27  David Billinghurst <David.Billinghurst@riotinto.com>
12456
12457         PR fortran/10843
12458         * g77.dg/ffixed-form-1.f: New test
12459         * g77.dg/ffixed-form-2.f: New test
12460         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
12461         * g77.dg/ffree-form-3.f: New test
12462
12463 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
12464
12465         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
12466         * gcc.dg/wint_t-1.c: Likewise.
12467
12468 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12469
12470         * g++.dg/template/access11.C: New test.
12471
12472 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12473
12474         PR c++/10849
12475         * g++.dg/template/access10.C: New test.
12476
12477 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
12478             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12479
12480         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
12481
12482 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12483
12484         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
12485         suppress for powerpc-*-darwin*.
12486         * gcc.dg/torture/builtin-noret-2.c: Likewise.
12487
12488 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
12489
12490         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
12491         suppress option for powerpc-*-darwin*.
12492
12493 2003-05-23  Roger Sayle  <roger@eyesopen.com>
12494
12495         * gcc.dg/builtins-1.c: Add tests for tan and atan.
12496         * gcc.dg/builtins-4.c: Add test for fmod.
12497
12498 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12499
12500         PR c++/10682
12501         * g++.dg/template/instantiate4.C: New test.
12502
12503 2003-05-22  Roger Sayle  <roger@eyesopen.com>
12504
12505         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
12506
12507 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
12508
12509         * gcc.dg/compat/scalar-return-1_main.c: New file.
12510         * gcc.dg/compat/scalar-return-1_x.c: New file.
12511         * gcc.dg/compat/scalar-return-1_y.c: New file.
12512         * gcc.dg/compat/scalar-return-2_main.c: New file.
12513         * gcc.dg/compat/scalar-return-2_x.c: New file.
12514         * gcc.dg/compat/scalar-return-2_y.c: New file.
12515         * gcc.dg/compat/struct-return-3_main.c: New file.
12516         * gcc.dg/compat/struct-return-3_y.c: New file.
12517         * gcc.dg/compat/struct-return-3_x.c: New file.
12518         * gcc.dg/compat/struct-return-2_main.c: New file.
12519         * gcc.dg/compat/struct-return-2_x.c: New file.
12520         * gcc.dg/compat/struct-return-2_y.c: New file.
12521
12522 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
12523
12524         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
12525         for hppa*-hp-hpux*.
12526         * gcc.dg/20021014-1.c (dg-options): Likewise.
12527         * gcc.dg/nest.c (dg-options): Likewise.
12528
12529 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
12530
12531         PR c++/9738
12532         * g++.dg/ext/dllimport2.C: New file.
12533         * g++.dg/ext/dllimport3.C: New file.
12534
12535 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
12536
12537         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
12538         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
12539         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
12540         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
12541         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
12542         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
12543         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
12544         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
12545         * gcc.dg/compat/small-struct-defs.h: New file.
12546         * gcc.dg/compat/small-struct-init.h: New file.
12547         * gcc.dg/compat/small-struct-check.h: New file.
12548         * gcc.dg/compat/fp-struct-defs.h: New file.
12549         * gcc.dg/compat/fp-struct-check.h: New file.
12550         * gcc.dg/compat/fp-struct-init.h: New file.
12551         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
12552         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
12553
12554 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
12555
12556         * gcc.dg/20030225-2.c: New test.
12557
12558 2003-05-18  Roger Sayle  <roger@eyesopen.com>
12559             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12560
12561         * gcc.c-torture/compile/20030518-1.c: New test case.
12562
12563 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
12564
12565         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
12566         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
12567         gcc-dg-debug-runtest.
12568         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
12569         gcc-dg-debug-runtest.
12570
12571 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12572
12573         PR c++/9022
12574         * g++.dg/lookup/using6.C: New test.
12575
12576 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12577
12578         * g++.dg/parse/access2.C: New test.
12579
12580 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
12581
12582         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
12583         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
12584         * gcc.dg/debug/debug.exp: Likewise.
12585
12586 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
12587
12588         * gcc.dg/dollar.c: New test.
12589
12590 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
12591
12592         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
12593         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
12594         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
12595         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
12596         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
12597         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
12598         * gcc.dg/compat/struct-by-value-6_main.c: New file.
12599         * gcc.dg/compat/struct-by-value-6_x.c: New file.
12600         * gcc.dg/compat/struct-by-value-6_y.c: New file.
12601         * gcc.dg/compat/struct-by-value-7_main.c: New file.
12602         * gcc.dg/compat/struct-by-value-7_x.c: New file.
12603         * gcc.dg/compat/struct-by-value-7_y.c: New file.
12604         * gcc.dg/compat/struct-by-value-8_main.c: New file.
12605         * gcc.dg/compat/struct-by-value-8_x.c: New file.
12606         * gcc.dg/compat/struct-by-value-8_y.c: New file.
12607         * gcc.dg/compat/struct-by-value-9_main.c: New file.
12608         * gcc.dg/compat/struct-by-value-9_x.c: New file.
12609         * gcc.dg/compat/struct-by-value-9_y.c: New file.
12610
12611 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
12612
12613         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
12614         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
12615         support for "repo" mode.
12616         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
12617         * lib/g77-dg.exp: Likewise.
12618         * lib/obj-dg.exp: Likewise.
12619
12620 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
12621
12622         Merge from gcc-3_2-rhl8-branch:
12623         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
12624
12625         * gcc.dg/tls/opt-6.c: New test.
12626
12627         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
12628
12629         * gcc.dg/20030405-1.c: New test.
12630
12631         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
12632
12633         * gcc.dg/20030309-1.c: New test.
12634
12635         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12636
12637         * gcc.c-torture/execute/20030307-1.c: New test.
12638
12639         2003-02-20  Randolph Chung  <tausq@debian.org>
12640
12641         * gcc.c-torture/compile/20030220-1.c: New test.
12642
12643         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
12644
12645         * gcc.dg/20030217-1.c: New test.
12646
12647         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
12648
12649         * gcc.c-torture/compile/20020129-1.c: New test.
12650
12651         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
12652
12653         * gcc.dg/unroll-1.c: New test.
12654
12655         2002-11-16  Jan Hubicka  <jh@suse.cz>
12656
12657         * gcc.c-torture/execute/20020920-1.c: New test.
12658
12659         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
12660
12661         PR target/7434
12662         * gcc.c-torture/compile/20021008-1.c: New test.
12663
12664         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
12665
12666         PR target/7559
12667         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
12668
12669         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
12670
12671         * gcc.c-torture/compile/20020807-1.c: New test.
12672
12673         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
12674
12675         * gcc.dg/tls/opt-1.c: New test.
12676
12677         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
12678
12679         * gcc.dg/20020729-1.c: New test.
12680
12681         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
12682
12683         * g++.dg/opt/life1.C: New test.
12684
12685         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
12686
12687         * gcc.dg/20020525-1.c: New test.
12688
12689         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
12690
12691         PR c++/6794
12692         * g++.dg/ext/pretty1.C: New test.
12693         * g++.dg/ext/pretty2.C: New test.
12694
12695 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
12696
12697         PR c++/8385
12698         * g++.dg/ext/typeof5.C: New test.
12699
12700 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
12701
12702         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
12703         __USER_LABEL_PREFIX__ into account.
12704         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
12705
12706 2003-05-14  Roger Sayle  <roger@eyesopen.com>
12707
12708         * gcc.dg/builtins-15.c: New test case.
12709
12710 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
12711
12712         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
12713
12714 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
12715
12716         * lib/g++.exp: Tweak handling of additional source files.
12717         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
12718         * g++.dg/special/conpr-2a.C: Rename to ...
12719         * g++.dg/special/conpr-2a.cc: ... this.
12720         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
12721         * g++.dg/special/conpr-3a.C: Rename to ...
12722         * g++.dg/special/conpr-3a.cc: This.
12723         * g++.dg/special/conpr-3b.C: Rename to ...
12724         * g++.dg/special/conpr-3b.cc: This.
12725         * g++.dg/special/conpr-4.C: New test.
12726         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
12727
12728 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
12729
12730         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
12731
12732 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12733
12734         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
12735         * g++.old-deja/g++.robertl/eb71.C: Likewise.
12736         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
12737         * g++.old-deja/g++.other/warn3.C: Likewise.
12738
12739 2003-05-11  Roger Sayle  <roger@eyesopen.com>
12740
12741         * gcc.dg/i386-387-1.c: Update to also test log.
12742         * gcc.dg/i386-387-2.c: Likewise.
12743
12744 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
12745
12746         * g77.f-torture/execute/int8421.f: New test.
12747
12748 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12749
12750         PR c++/10230, c++/10481
12751         * g++.dg/lookup/scoped5.C: New test.
12752
12753 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12754
12755         PR c++/10552
12756         * g++.dg/template/ttp6.C: New test.
12757
12758 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
12759
12760         * gcc.c-torture/execute/builtins: New directory.
12761         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
12762         gcc.c-torture/execute/builtins.
12763         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
12764         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
12765         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
12766         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
12767
12768 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12769
12770         PR c++/9252
12771         * g++.dg/template/access8.C: New test.
12772         * g++.dg/template/access9.C: New test.
12773
12774 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12775
12776         PR c++/9554
12777         * g++.dg/parse/access1.C: New test.
12778
12779 2003-05-09  DJ Delorie  <dj@redhat.com>
12780
12781         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
12782         long, and not an int.
12783
12784 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12785
12786         PR c++/10555, c++/10576
12787         * g++.dg/template/memclass1.C: New test.
12788
12789 2003-05-08  DJ Delorie  <dj@redhat.com>
12790
12791         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
12792         targets.
12793         * gcc.c-torture/execute/20021024-1.x: Likewise.
12794         * gcc.c-torture/execute/shiftdi.x: Likewise.
12795         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
12796         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
12797         * gcc.dg/20021018-1.c: Likewise.
12798
12799 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12800
12801         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
12802
12803         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
12804         (bcopy): Call memmove.
12805
12806 2003-05-08  Roger Sayle  <roger@eyesopen.com>
12807
12808         * g77.f-torture/compile/8485.f: New test case.
12809
12810 2003-05-07  Richard Henderson  <rth@redhat.com>
12811
12812         PR c++/10570
12813         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
12814         Verify exception_cleanup not called for rethrows.
12815         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
12816         when exiting catch block without rethrowing.
12817         * g++.dg/eh/forced3.C: New.
12818         * g++.dg/eh/forced4.C: New.
12819
12820 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
12821
12822         * gcc.dg/20030505.c: Fix triplet.
12823
12824 2003-05-06  DJ Delorie  <dj@redhat.com>
12825
12826         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
12827         * gcc.dg/nest.c: Likewise.
12828
12829 2003-05-05  Roger Sayle  <roger@eyesopen.com>
12830
12831         * gcc.dg/builtins-14.c: New test case.
12832
12833 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
12834
12835         * lib/compat.exp (compat-execute): New argument.
12836         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
12837         * gcc.dg/compat: New test directory.
12838         * gcc.dg/compat/compat.exp: New expect script.
12839         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
12840         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
12841         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
12842         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
12843         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
12844         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
12845
12846         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
12847         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
12848         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
12849         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
12850         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
12851         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
12852         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
12853         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
12854         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
12855         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
12856         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
12857         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
12858         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
12859         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
12860         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
12861
12862 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
12863
12864         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
12865
12866 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
12867
12868         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
12869
12870 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
12871
12872         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
12873         * gcc.dg/ppc-fsel-2.c: New test.
12874
12875         * gcc.dg/unused-5.c: New test.
12876
12877 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12878
12879         PR c++/10496
12880         * g++.dg/warn/pmf1.C: New test.
12881
12882 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12883
12884         PR c++/4494
12885         * g++.dg/warn/main.C: New test.
12886
12887 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12888
12889         * gcc.dg/nonnull-3.c: New test.
12890
12891 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
12892
12893         * gcc.dg/cpp/Wtrigraphs.c: Update.
12894         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
12895
12896 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
12897
12898         * gcc.dg/ppc-fsel-1.c: New test.
12899
12900 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
12901
12902         PR c/10604
12903         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
12904
12905 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
12906
12907         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
12908
12909 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12910
12911         PR c++/9364, c++/10553, c++/10586
12912         * g++.dg/parse/typename4.C: New test.
12913         * g++.dg/parse/typename5.C: Likewise.
12914
12915 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
12916
12917         * gcc.c-torture/compile/20030503-1.c: New test.
12918
12919 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12920
12921         * g++.dg/lookup/using5.C: Fix testcase error.
12922
12923 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
12924
12925         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
12926         since MEABI is no longer supported.  Remove all vestiges
12927         of MEABI from the test.
12928
12929 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12930
12931         PR c++/10554
12932         * g++.dg/lookup/using5.C: New test.
12933
12934 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12935
12936         PR c++/8772
12937         * g++.dg/template/ttp5.C: New test.
12938
12939 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
12940
12941         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
12942         (dg-gpp-additional-sources): New function.
12943         (dg-gpp-additional-files): Likewise.
12944         * lib/g++.exp (additional_sources): New variable.
12945         (additional_files): Likewise.
12946         (g++_target_compile): Deal with them.
12947         * lib/old-dejagnu.exp: Remove.
12948         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
12949         * g++.old-deja: Revise all tests to use dg commands.
12950
12951 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12952
12953         PR c++/9432, c++/9528
12954         * g++.dg/lookup/using4.C: New test.
12955
12956 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
12957
12958         * gcc.dg/noreturn-5.c: New file.
12959         * gcc.dg/noreturn-6.c: New file.
12960
12961         * gcc.c-torture/compile/inline-1.c: New file.
12962
12963 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12964
12965         PR c++/10551
12966         * g++.dg/template/explicit1.C: New test.
12967
12968 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12969
12970         PR c++/10549
12971         * g++.dg/other/bitfield1.C: New test.
12972
12973         PR c++/10527
12974         * g++.dg/init/new7.C: New test.
12975
12976 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
12977
12978         * g++.dg/ext/desig1.C: New test.
12979         * g++.dg/ext/init1.C: Update.
12980
12981         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
12982
12983 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
12984
12985         PR c++/10180
12986         * g++.dg/warn/Winline-1.C: New test.
12987
12988 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
12989
12990         * gcc.c-torture/execute/string-opt-19.c: New test.
12991
12992         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
12993         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
12994
12995 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
12996
12997         PR c++/10506
12998         * g++.dg/init/new6.C: New test.
12999
13000         PR c++/10503
13001         * g++.dg/init/ref6.C: New test.
13002
13003 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
13004
13005         * g++.dg/warn/weak1.C: XFAIL on AIX4.
13006
13007 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13008
13009         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
13010         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
13011
13012 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
13013
13014         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
13015         initialized static data members.
13016
13017 2003-04-25  H.J. Lu <hjl@gnu.org>
13018
13019         * gcc.dg/ia64-sync-4.c: New test.
13020
13021 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13022
13023         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
13024         date.
13025
13026 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
13027
13028         PR c++/10337
13029         * g++.dg/warn/conv1.C: New test.
13030         * g++.old-deja/g++.other/conv7.C: Adjust.
13031         * g++.old-deja/g++.other/overload14.C: Adjust.
13032
13033 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
13034
13035         PR c++/10471
13036         * g++.dg/template/defarg2.C: New test.
13037
13038 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
13039
13040         * gcc.dg/cpp/include2.c: Update.
13041         * gcc.dg/cpp/multiline-2.c: New.
13042         * gcc.dg/cpp/multiline.c: Update.
13043         * gcc.dg/cpp/strify2.c: Update.
13044         * gcc.dg/cpp/trad/literals-2.c: Update.
13045
13046 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13047
13048         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
13049
13050 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
13051
13052         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
13053
13054 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
13055
13056         PR c++/10451
13057         * g++.dg/parse/crash4.C: New test.
13058
13059         PR c++/9847
13060         * g++.dg/parse/crash5.C: New test.
13061
13062 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
13063
13064         PR c++/10446
13065         * g++.dg/parse/crash3.C: New test.
13066
13067         PR c++/10428
13068         * g++.dg/parse/elab1.C: New test.
13069
13070 2003-04-22  Devang Patel  <dpatel@apple.com>
13071
13072         * gcc.dg/cpp/trad/funlike-5.c: New test.
13073
13074 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
13075
13076         * g++.dg/other/packed1.C: Fix dg options.
13077
13078 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
13079
13080         * g++.dg/other/offsetof2.C: New test.
13081
13082 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
13083
13084         * g++.dg/template/recurse.C: Adjust location of error messages.
13085
13086 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
13087
13088         PR c++/9881
13089         * g++.dg/init/addr-const1.C: New test.
13090         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
13091
13092 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13093
13094         PR c++/10405
13095         * g++.dg/lookup/struct-hack1.C: New test.
13096
13097 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
13098
13099         * ucs.c: Update diagnostic messages.
13100
13101 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
13102
13103         * gcc.dg/cpp/truefalse.cpp: New test.
13104         * gcc.dg/cpp/cpp.exp: Update.
13105         * g++.dg/other/stdbool-if.C: Remove.
13106
13107 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
13108
13109         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
13110         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
13111
13112 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
13113
13114         * gcc.c-torture/compile/20030418-1.c: New test.
13115
13116 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
13117
13118         * README.compat: Remove; content moved to doc/sourcebuild.texi.
13119
13120 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13121
13122         PR c++/10347
13123         g++.dg/template/dependent-name1.C: New test.
13124
13125 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
13126
13127         * gcc.dg/warn-1.c (tourist_guide): New array,
13128         contains a pointer to bar.
13129
13130 2003-04-16  Roger Sayle  <roger@eyesopen.com>
13131
13132         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
13133         * gcc.c-torture/execute/medce-1.c: New test case.
13134         * gcc.c-torture/execute/medce-2.c: New test case.
13135
13136 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
13137
13138         * lib/prune.exp: Ignore more messages.
13139
13140         PR c++/10381
13141         * g++.dg/parse/lookup3.C: New test.
13142
13143 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
13144
13145         * gcc.c-torture/compile/20030415-1.c : New test.
13146
13147 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
13148
13149         * gcc.c-torture/execute/scope-2.c: Move to ...
13150         * gcc.dg/noncompile/scope.c: .... here.
13151
13152 2003-04-14  Roger Sayle  <roger@eyesopen.com>
13153
13154         * gcc.dg/20030414-2.c: New test case.
13155
13156 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
13157
13158         PR target/10377
13159         * gcc.dg/20030414-1.c: New test.
13160
13161 2003-04-13  Roger Sayle  <roger@eyesopen.com>
13162
13163         * gcc.dg/builtins-12.c: New test case.
13164         * gcc.dg/builtins-13.c: New test case.
13165
13166 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13167
13168         * gcc.c-torture/execute/string-opt-18.c: New test.
13169
13170 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
13171
13172         PR c++/10300
13173         * g++.dg/init/new5.C: New test.
13174
13175 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
13176
13177         PR c++/7910
13178         * g++.dg/ext/dllimport1.C: New test.
13179
13180 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13181
13182         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
13183
13184 2003-04-11  Bud Davis <bdavis9659@comcast.net>
13185
13186         PR Fortran/9263
13187         * g77.f-torture/noncompile/9263.f: New test
13188         PR Fortran/1832
13189         * g77.f-torture/execute/1832.f: New test
13190
13191 2003-04-11  David Chad  <davidc@freebsd.org>
13192             Loren J. Rittle  <ljrittle@acm.org>
13193
13194         libobjc/8562
13195         * objc.dg/headers.m: New test.
13196
13197 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
13198
13199         * gcc.c-torture/execute/builtin-noret-2.c: New.
13200         * gcc.c-torture/execute/builtin-noret-2.x: New.
13201         XFAIL builtin-noret-2.c at -O1 and above.
13202         * gcc.dg/redecl.c: New.
13203         * gcc.dg/Wshadow-1.c: Update error regexps.
13204
13205 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
13206
13207         * g++.dg/abi/bitfield10.C: New test.
13208
13209 2003-04-09  Mike Stump  <mrs@apple.com>
13210
13211         * gcc.dg/pch/pch.exp: Make testcase names longer.
13212         * g++.dg/pch/pch.exp: Make testcase names longer.
13213
13214 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13215
13216         * gcc.dg/builtins-11.c: New test case.
13217
13218 2003-04-08  Roger Sayle  <roger@eyesopen.com>
13219
13220         * gcc.dg/builtins-9.c: New test case.
13221         * gcc.dg/builtins-10.c: New test case.
13222
13223 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
13224
13225         * gcc.dg/noncompile/init-4.c.c: New test.
13226
13227 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13228
13229         * gcc.misc-test/gcov-9.c: New test.
13230         * gcc.misc-test/gcov-10.c: New test
13231         * gcc.misc-test/gcov-11.c: New test.
13232
13233 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
13234
13235         PR optimization/10024
13236         * gcc.c-torture/compile/20030405-1.c: New test.
13237
13238 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
13239
13240         * gcc.dg/pch/static-3.c: New.
13241         * gcc.dg/pch/static-3.hs: New.
13242         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
13243
13244 2003-04-04  Richard Henderson  <rth@redhat.com>
13245
13246         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
13247         * g++.dg/eh/forced2.C: Likewise.
13248
13249 2003-04-03  Mike Stump  <mrs@apple.com>
13250
13251         * lib/scanasm.exp (scan-assembler): Add xfail processing for
13252         target arg.
13253         (scan-assembler-times, scan-assembler-not): Likewise.
13254         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
13255
13256 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
13257
13258         * gcc.dg/sparc-loop-1.c: New test.
13259
13260 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
13261
13262         PR other/9274
13263         * g++.dg/pch/system-2.C: New.
13264         * g++.dg/pch/system-2.Hs: New.
13265
13266 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
13267
13268         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
13269
13270         * g++.dg/eh/simd-1.C (vecfunc): Same.
13271
13272 2003-04-01  Roger Sayle  <roger@eyesopen.com>
13273
13274         * gcc.c-torture/execute/20030401-1.c: New test case.
13275
13276 2003-04-01  Ziemowit Laski <zlaski@apple.com>
13277
13278         * objc.dg/defs.m: New.
13279
13280 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
13281
13282         * g++.dg/eh/simd-1.C: New.
13283         * g++.dg/eh/simd-2.C: New.
13284
13285 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
13286
13287         * gcc.c-torture/execute/simd-3.c: New.
13288
13289 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13290
13291         PR c/9936
13292         * gcc.dg/20030331-2.c: New test.
13293
13294 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13295
13296         PR c++/10278
13297         * g++.dg/parse/crash2.C: New test.
13298
13299 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13300
13301         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
13302         * gcc.c-torture/execute/20030331-1.c: ...here.
13303
13304 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13305
13306         * gcc.c-torture/execute/20030331-1.c: New test.
13307
13308 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13309
13310         * lib/gcov.exp: Adjust call return testing strings.
13311         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
13312
13313 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13314
13315         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
13316         * gcc.dg/builtins-7.c: New test case.
13317         * gcc.dg/builtins-8.c: New test case.
13318
13319 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13320
13321         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
13322
13323 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
13324
13325         PR c++/7647
13326         * g++.dg/lookup-class-member-2.C: New test.
13327
13328 2003-03-30  Glen Nakamura  <glen@imodulo.com>
13329
13330         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
13331
13332 2003-03-28  Roger Sayle  <roger@eyesopen.com>
13333
13334         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
13335
13336 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
13337
13338         * g++.dg/init/attrib1.C: New test.
13339
13340 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13341
13342         * gcc.dg/ultrasp8.c: New test.
13343
13344 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13345
13346         * gcc.dg/ultrasp7.c: New test.
13347
13348 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
13349
13350         PR c++/10047
13351         * g++.dg/template/inline1.C: New test.
13352
13353 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13354
13355         * gcc.dg/sparc-dwarf2.c: New test.
13356
13357 2003-03-27  Roger Sayle  <roger@eyesopen.com>
13358
13359         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
13360         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
13361
13362 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
13363
13364         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
13365         than reading .x files.
13366         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
13367         * g77.dg/gcov/gcov-1.f: Likewise.
13368         * gcc.misc-tests/gcov-4b.c: Likewise.
13369         * gcc.misc-tests/gcov-5b.c: Likewise.
13370         * gcc.misc-tests/gcov-6.c: Likewise.
13371         * gcc.misc-tests/gcov-7.c: Likewise.
13372         * gcc.misc-tests/gcov-8.c: Likewise.
13373         * g++.dg/gcov/gcov-1.x: Remove.
13374         * g77.dg/gcov/gcov-1.x: Likewise.
13375         * gcc.misc-tests/gcov-4b.x: Likewise.
13376         * gcc.misc-tests/gcov-5b.x: Likewise.
13377         * gcc.misc-tests/gcov-6.x: Likewise.
13378         * gcc.misc-tests/gcov-7.x: Likewise.
13379         * gcc.misc-tests/gcov-8.x: Likewise.
13380
13381 2003-03-27  Glen Nakamura  <glen@imodulo.com>
13382
13383         PR opt/10087
13384         * gcc.dg/20030324-1.c: New test.
13385
13386 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
13387
13388         PR c++/10224
13389         * g++.dg/template/arg3.C: New test.
13390
13391         PR c++/10158
13392         * g++.dg/template/friend18.C: New test.
13393
13394 2003-03-26  Roger Sayle  <roger@eyesopen.com>
13395
13396         * g77.f-torture/compile/20030326-1.f: New test case.
13397
13398 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
13399
13400         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
13401
13402         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
13403
13404 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
13405
13406         * gcc.dg/ia64-sync-3.c: New test.
13407
13408 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
13409
13410         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
13411
13412 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
13413
13414         * gcc.dg/ultrasp6.c: New test.
13415
13416 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13417
13418         * gcc.dg/i386-signbit-1.c: New test.
13419         * gcc.dg/i386-signbit-2.c: New test.
13420         * gcc.dg/i386-signbit-3.c: New test.
13421
13422 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13423
13424         * gcc.dg/ultrasp5.c: Fix options.
13425
13426 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
13427
13428         * gcc.dg/ultrasp5.c: Fix comment.
13429
13430 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
13431
13432         PR fortran/10197
13433         * g77.f-torture/execute/10197.f: New test.
13434
13435 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
13436
13437         PR c++/9898, c++/383
13438         * g++.dg/template/conv6.C: New test.
13439
13440         PR c++/10119
13441         * g++.dg/template/ptrmem5.C: New test.
13442
13443         PR c++/10026
13444         * g++.dg/lookup/koenig1.C: New test.
13445
13446         PR C++/10199
13447         * g++.dg/lookup/template2.C: New test.
13448
13449 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
13450
13451         * g++.dg/opt/rtti1.C: New test.
13452
13453 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13454
13455         * gcc.dg/ultrasp5.c: New test.
13456
13457 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
13458
13459         PR middle-end/9967
13460         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
13461         builtin fputs.
13462
13463 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
13464
13465         PR c/8224
13466         * gcc.dg/20030323-1.c: New test.
13467
13468 2003-03-23  Roger Sayle  <roger@eyesopen.com>
13469
13470         * gcc.c-torture/compile/20030323-1.c: New test case.
13471
13472 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
13473
13474         * gcc.dg/20030321-1.c: New test.
13475
13476 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
13477
13478         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
13479
13480 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
13481
13482         PR c++/9978, c++/9708
13483         * g++.dg/ext/vlm1.C: Adjust expected error.
13484         * g++.dg/ext/vla2.C: New test.
13485         * g++.dg/template/arg1.C: New test.
13486         * g++.dg/template/arg2.C: New test.
13487
13488 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
13489
13490         * g77.f-torture/execute/select.f: New test.
13491         * g77.f-torture/noncompile/select_no_compile.f: New test.
13492
13493 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13494
13495         PR c++/9898
13496         * g++.dg/other/error4.C: New test.
13497
13498 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
13499
13500         * g++.dg/template/friend17.C: New test.
13501
13502 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
13503
13504         * gcc.c-torture/compile/20030320-1.c: New.
13505
13506 2003-03-20  Roger Sayle  <roger@eyesopen.com>
13507
13508         * gcc.dg/builtins-6.c: New test case.
13509
13510 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
13511
13512         PR target/10073
13513         * gcc.c-torture/compile/20030319-1.c: New.
13514
13515 2003-03-18  Jan Hubicka  <jh@suse.cz>
13516
13517         * gcc.dg/i386-cvt-1.c: New test.
13518
13519 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
13520
13521         * objc.dg/naming-1.m: Use "(parse|syntax) error".
13522         * objc.dg/naming-2.m: Likewise.
13523
13524 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
13525
13526         PR c++/9639
13527         * g++.dg/parse/crash1.C: New test.
13528
13529 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
13530
13531         PR c++/8805
13532         * g++.dg/eh/cleanup1.C: New test.
13533
13534 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
13535
13536         * gcc.c-torture/execute/20030316-1.c: New test case.
13537
13538 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
13539
13540         PR c++/9629
13541         * g++.dg/init/ctor2.C: New test.
13542
13543 2003-03-15  Roger Sayle  <roger@eyesopen.com>
13544
13545         * g77.f-torture/compile/xformat.f: New test case.
13546
13547 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13548
13549         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
13550         * g++.old-deja/g++.mike/eh50.C: Likewise.
13551
13552 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13553
13554         PR c++/6440
13555         * g++.dg/template/spec7.C: New test.
13556         * g++.dg/template/spec8.C: Likewise.
13557
13558 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
13559
13560         * gcc.c-torture/execute/20030313-1.c: New test.
13561
13562 2003-03-14  Richard Henderson  <rth@redhat.com>
13563
13564         * gcc.dg/inline-2.c: Adjust alpha test for external call.
13565
13566 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
13567
13568         * gcc.c-torture/compile/20030314-1.c: New test.
13569
13570 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
13571
13572         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
13573         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
13574         thumb target,
13575         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
13576         to accept newer _imp__  prefix and additional
13577         newline in .drectve section.
13578         * gcc.dg/dll-4.c: Likewise.
13579         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
13580         switch.
13581
13582 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
13583
13584         * g++.dg/parse/namespace9.C: New test.
13585
13586         * g++.dg/init/ref5.C: New test.
13587         * g++.dg/parse/ptrmem1.C: Likewise.
13588
13589 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13590
13591         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
13592         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
13593         regular expression.
13594         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
13595         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
13596
13597 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
13598
13599         * gcc.c-torture/execute/20030224-2.c: New test.
13600
13601 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13602
13603         * gcc.dg/decl-3.c: New test.
13604
13605 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
13606
13607         * gcc.dg/i386-loop-2.c: New test.
13608
13609 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
13610
13611         PR c++/9474
13612         * g++.dg/parse/namespace8.C: New test.
13613
13614         PR c++/9924
13615         * g++.dg/overload/builtin2.C: New test.
13616
13617 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
13618
13619         * gcc.dg/return-type-3.c: New test.
13620
13621 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
13622
13623         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
13624         profiling options are not supported.
13625
13626 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
13627
13628         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
13629         * g++.old-deja/g++.warn/impint2.C: Likewise.
13630
13631 2003-03-10  Devang Patel  <dpatel@apple.com>
13632
13633         * g++.dg/cpp/c++_cmd_1.C: New test.
13634         * g++.dg/cpp/c++_cmd_1.h: New file.
13635
13636 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
13637
13638         * gcc.dg/altivec-9.c: New file.
13639
13640 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13641
13642         * gcc.dg/ppc-sdata-1.c: New test.
13643         * gcc.dg/ppc-sdata-2.c: New test.
13644
13645 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
13646
13647         PR c++/9373
13648         * g++.dg/opt/ptrmem2.C: New test.
13649
13650         PR c++/8534
13651         * g++.dg/opt/ptrmem1.C: New test.
13652
13653 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
13654
13655         * gcc.dg/i386-loop-1.c: New test.
13656
13657 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13658
13659         PR c++/9970
13660         * g++.dg/lookup/friend1.C: New test.
13661
13662 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13663
13664         PR c++/9823
13665         * g++.dg/parser/constructor1.C: New test.
13666
13667 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
13668
13669         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
13670
13671         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
13672
13673 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
13674
13675         * gcc.dg/cpp/Wunused.c: Update test.
13676
13677 2003-03-08  Jan Hubicka  <jh@suse.cz>
13678
13679         * gcc.dg/inline-3.c: New test.
13680
13681 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
13682
13683         PR c++/9809
13684         * g++.dg/parse/builtin1.C: New test.
13685
13686         PR c++/9982
13687         * g++.dg/abi/cookie1.C: New test.
13688         * g++.dg/abi/cookie2.C: Likewise.
13689
13690         PR c++/9524
13691         * g++.dg/template/field1.C: New test.
13692
13693         PR c++/9912
13694         * g++.dg/parse/class1.C: New test.
13695         * g++.dg/parse/namespace7.C: Likewise.
13696         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
13697
13698 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
13699
13700         * g++.dg/init/ref4.C: New test.
13701
13702 2003-03-07  Jan Hubicka  <jh@suse.cz>
13703
13704         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
13705         * gcc.dg/inline-3.c:  New test.
13706
13707 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
13708
13709         * g++.dg/init/ref3.C: New test.
13710
13711         PR c++/9965
13712         * g++.dg/init/ref2.C: New test.
13713
13714         PR c++/9400
13715         * g++.dg/warn/Wshadow-2.C: New test.
13716
13717         PR c++/9791
13718         * g++.dg/warn/Woverloaded-1.C: New test.
13719
13720 2003-03-05  Jan Hubicka  <jh@suse.cz>
13721
13722         * gcc.dg/i386-local2.c: New.
13723         * gcc.dg/i386-local.c: Fix typo.
13724
13725 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
13726
13727         * g++.dg/abi/layout3.C: New test.
13728
13729 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
13730
13731         * gcc.c-torture/compile/20030305-1.c
13732
13733 2003-03-05  Jan Hubicka  <jh@suse.cz>
13734
13735         * gcc.dg/i386-local.c: New.
13736
13737 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
13738
13739         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
13740
13741 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
13742
13743         * gcc.dg/switch-2.c: New test.
13744         * gcc.dg/switch-3.c: New test.
13745         * gcc.dg/Wswitch.c: Adjust line numbers.
13746         * gcc.dg/Wswitch-default.c: Likewise.
13747         * gcc.dg/Wswitch-enum.c: Likewise.
13748
13749 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
13750
13751         * gcc.c-torture/execute/20030222-1.c: New test.
13752
13753 2003-03-03  James E Wilson  <wilson@tuliptree.org>
13754
13755         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
13756
13757 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
13758
13759         PR c++/9878
13760         * g++.dg/init/ref1.C: New test.
13761
13762 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
13763
13764         * gcc.dg/sh-relax.c: New SH-only test.
13765
13766 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
13767
13768         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
13769         comment explaining purpose of testcase.
13770
13771 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13772
13773         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
13774         for HC11/HC12 (asm needs two int registers).
13775         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
13776         HC11/HC12 because the test uses an asm which needs two 32-bit
13777         registers.
13778
13779 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
13780
13781         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
13782         for HC11/HC12 (array is too large otherwise).
13783         * gcc.c-torture/compile/920501-4.x: New file, likewise.
13784         * gcc.c-torture/compile/20010518-2.x: Likewise.
13785         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
13786         HC11/HC12 (array is too large).
13787
13788 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
13789
13790         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
13791         * lib/g++-dg.exp (g++-dg-test): Likewise.
13792
13793 2003-03-01  Roger Sayle  <roger@eyesopen.com>
13794
13795         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
13796         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
13797
13798 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13799
13800         * g++.dg/warn/implicit-typename1.C: Remove warning.
13801
13802 2003-02-28  Richard Henderson  <rth@redhat.com>
13803
13804         * gcc.dg/noreturn-1.c: Move noreturn warning line.
13805         * gcc.dg/return-type-1.c: Move control reaches end warning line.
13806
13807 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
13808
13809         * gcc.dg/pch/pch.exp: Change .pch to .gch.
13810         * g++.dg/pch/pch.exp: Likewise.
13811
13812 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
13813
13814         PR c++/9879
13815         * testsuite/g++.dg/init/new4.C: New test.
13816
13817 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
13818
13819         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
13820
13821 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
13822
13823         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
13824         unsigned long.
13825
13826         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
13827         wider than float.
13828
13829 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
13830
13831         * lib/scanasm.exp: Add support for counting numbers of
13832         occurences.
13833         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
13834         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
13835
13836 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
13837
13838         PR c++/9683
13839         * g++.dg/template/static3.C: New test.
13840
13841         PR c++/9829
13842         * g++.dg/parse/namespace6.C: New test.
13843
13844 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13845
13846         PR target/9732
13847         * gcc.dg/20030225-1.c: New test.
13848
13849 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
13850
13851         * README: Remove out-of-date information.
13852
13853         PR c++/9836
13854         * g++.dg/template/spec6.C: New test.
13855
13856 2003-02-24  Jeff Law  <law@redhat.com>
13857
13858         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
13859
13860 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13861
13862         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
13863         * gcc.dg/pragma-ep-1.c: Likewise.
13864
13865 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13866
13867         PR c++/9602
13868         * g++.dg/template/friend16.C: New test.
13869
13870 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
13871
13872         PR c++/5333
13873         * g++.dg/parse/fused-params1.C: Adjust error messages.
13874         * g++.dg/template/nested3.C: New test.
13875
13876 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
13877
13878         * g++.dg/abi/param1.C: New test.
13879
13880 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13881
13882         PR c++/7982
13883         * g++.dg/warn/implicit-typename1.C: New test.
13884
13885 2003-02-22  Kelley Cook <kelleycook@comcast.net>
13886
13887         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
13888         with "mtune".
13889         * g++.old-deja/g++.other/store-expr2.C: Likewise.
13890         * gcc.c-torture/execute/20010129-1.x: Likewise.
13891         * gcc.dg/20011107-1.c: Likewise.
13892         * gcc.dg/20020108-1.c: Likewise.
13893         * gcc.dg/20020122-3.c: Likewise.
13894         * gcc.dg/20020206-1.c: Likewise.
13895         * gcc.dg/20020310-1.c: Likewise.
13896         * gcc.dg/20020426-2.c: Likewise.
13897         * gcc.dg/20020517-1.c: Likewise.
13898         * gcc.dg/991230-1.c: Likewise.
13899         * gcc.dg/i386-unroll-1.c: Likewise.
13900         * gcc.misc-tests/i386-prefetch.exp: Likewise.
13901
13902 2003-02-22  Jan Hubicka  <jh@suse.cz>
13903
13904         * gcc.dg/i386-mul.c: New test.
13905
13906 2003-02-21  Roger Sayle  <roger@eyesopen.com>
13907
13908         * gcc.dg/builtins-5.c: New test case.
13909
13910 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
13911
13912         * gcc.dg/asmreg-1.c: New test.
13913
13914 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13915
13916         PR c++/9749
13917         * g++.dg/parse/varmod1.C: New test.
13918
13919 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13920
13921         PR c++/9727
13922         * g++.dg/template/op1.C: New test.
13923
13924 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13925
13926         PR c++/8906
13927         * g++.dg/template/nested2.C: New test.
13928
13929 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
13930
13931         PR c++/8724
13932         * g++.dg/expr/dtor1.C: New test.
13933
13934 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
13935
13936         * gcc.dg/cpp/include3.c: New test.
13937         * gcc.dg/cpp/inc/foo.h: New file.
13938
13939 2003-02-21  Glen Nakamura  <glen@imodulo.com>
13940
13941         * gcc.c-torture/execute/20030221-1.c: New test.
13942
13943 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
13944
13945         PR c++/9729
13946         * g++.dg/abi/conv1.C: New test.
13947
13948 2003-02-20  Jan Hubicka  <jh@suse.cz>
13949
13950         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
13951
13952 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
13953
13954         * gcc.c-torture/compile/20030219-1.c: New test.
13955
13956 2003-02-18  Jan Hubicka  <jh@suse.cz>
13957
13958         * gcc.dg/funcorder.c: New test.
13959
13960 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13961
13962         * gcc.c-torture/execute/20030218-1.c: New.
13963
13964 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
13965
13966         * gcc.dg/20030218-1.c: New.
13967
13968 2003-02-18  Richard Henderson  <rth@redhat.com>
13969
13970         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
13971         * gcc.dg/attr-used-2.c: New.
13972
13973 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
13974
13975         PR c++/9704
13976         * g++.dg/init/copy5.C: New test.
13977
13978 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
13979
13980         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
13981         * g++.dg/pch/pch.exp: Likewise.
13982
13983 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
13984
13985         * gcc.c-torture/execute/20030209-1.c: Enable the test if
13986         STACK_SIZE is not defined.
13987
13988 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13989
13990         PR c++/9457
13991         * g++.dg/template/init1.C: New test.
13992
13993 2003-02-16  Jan HUbicka  <jh@suse.cz>
13994
13995         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
13996         (foo): Add few extra tests
13997         * gcc.dg/c99-const-expr-3.c: Likewise.
13998         * gcc.c-torture/execute/20030216-1.c: New.
13999
14000 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14001
14002         PR c++/9459
14003         * g++.dg/ext/typeof4.C: New test.
14004
14005 2003-02-15  Roger Sayle  <roger@eyesopen.com>
14006
14007         * gcc.dg/i386-387-3.c: New test case.
14008
14009 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
14010
14011         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
14012         cris-*-elf* cris-*-aout* and mmix-*-*.
14013
14014 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
14015
14016         * gcc.dg/20030213-1.c: New test.
14017
14018 2003-02-12  Roger Sayle  <roger@eyesopen.com>
14019
14020         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
14021         * gcc.dg/i386-387-2.c: Likewise.
14022
14023 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
14024
14025         * gcc.dg/ppc-spe.c: Fix formatting.
14026         Enable tests that were previously unsupported by gas.
14027         Delete tests for instructions that no longer exist.
14028         Switch arguments on evsubifw builtin.
14029
14030 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
14031
14032         * gcc.c-torture/execute/20030209-1.c: Disable the test if
14033         STACK_SIZE is too small.
14034
14035 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
14036             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
14037
14038         * gcc.dg/decl-2.c: New test.
14039
14040 2003-02-10  Jan Hubicka  <jh@suse.cz>
14041
14042         * gcc.dg/i386-fpcvt-1.c:  New test.
14043
14044 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
14045
14046         * gcc.c-torture/execute/20030209-1.c: New test.
14047
14048 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
14049
14050         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
14051         int-wide bitops, use the constants of the same width.
14052         Likewise, if long long is 32-bit wide, test bitops using
14053         32-bit constants.
14054
14055 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
14056
14057         * gcc.dg/20021014-1.c: Annotate with expected notice text.
14058
14059 2003-02-07  Roger Sayle  <roger@eyesopen.com>
14060
14061         * testsuite/gcc.dg/builtins-4.c: New test case.
14062
14063 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14064
14065         * gcc.dg/20020430-1.c: Fix dg command typos.
14066         * gcc.dg/20020503-1.c: Likewise.
14067
14068 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14069
14070         PR c++/8785
14071         * g++.dg/parse/fused-params1.C: New test.
14072
14073         PR c++/8857
14074         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
14075
14076         PR c++/8921
14077         * g++.dg/parse/non-dependent1.C: New test.
14078
14079         PR c++/8928
14080         * g++.dg/parse/dupl-tmpl-args1.C: New test.
14081
14082         PR c++/9228
14083         * g++.dg/parse/undefined7.C: New test.
14084         * g++.dg/parse/non-templ1.C: New test.
14085
14086         PR c++/9229
14087         * g++.dg/parse/too-many-tmpl-args1.C: New test.
14088
14089 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
14090
14091         * gcc.c-torture/compile/20030206-1.c: New test.
14092
14093 2003-02-05  Roger Sayle  <roger@eyesopen.com>
14094
14095         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
14096         "pow" to "foo" to avoid potential confusion with a math built-in.
14097
14098 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14099
14100         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
14101         conditions for SPARC targets.
14102
14103 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
14104
14105         * gcc.dg/20030204-1.c: New test.
14106
14107 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14108
14109         PR c++/38
14110         * g++.dg/parse/array-size1.C: New test.
14111
14112         PR c++/5657
14113         * g++.dg/parse/undefined3.C: New test.
14114
14115         PR c++/5665
14116         * g++.dg/parse/undefined4.C: New test.
14117
14118         PR c++/5975
14119         * g++.dg/parse/undefined5.C: New test.
14120
14121         PR c++/7259
14122         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
14123
14124         PR c++/8578
14125         * g++.dg/parse/casting-operator1.C: New test.
14126
14127         PR c++/8596
14128         * g++.dg/parse/undefined6.C: New test.
14129
14130         PR c++/8736
14131         * g++.dg/parse/missing-template1.C: New test.
14132
14133 2003-02-04  Jan Hubicka  <jh@suse.cz>
14134
14135         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
14136         * gcc.dg/i386-cmov?.c:  Likewise.
14137         * gcc.dg/i386-fpcvt-?.c:  Likewise.
14138         * gcc.dg/i386-ssefp-1.c:  Likewise.
14139         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
14140         conventions.
14141
14142 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
14143
14144         PR c++/7129
14145         * testsuite/g++.dg/ext/max.C: New test.
14146
14147 2003-02-03  Jan Hubicka  <jh@suse.cz>
14148
14149         * gcc.c-torture/execute/20030203-1.c: New test.
14150
14151 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
14152
14153         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
14154         'natural-endian'.
14155
14156 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
14157
14158         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
14159         * g++.dg/init/new2.C: Likewise.
14160         * g++.dg/other/new1.C: Likewise.
14161
14162 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
14163
14164         * gcc.dg/struct-ret-libc.c: New test.
14165
14166 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
14167
14168         * gcc.dg/20030129-1.c: New test.
14169
14170 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14171
14172         PR c++/8849
14173         * g++.dg/template/ptrmem4.C: New test.
14174
14175 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
14176
14177         * g++.dg/parser/constant1.C: New test.
14178
14179 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14180
14181         PR c++/8591
14182         * g++.dg/parse/friend2.C: New test.
14183
14184 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
14185
14186         PR c++/9437
14187         * g++.dg/template/unify4.C: New test.
14188
14189 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
14190
14191         * gcc.c-torture/execute/20030128-1.c: New test.
14192
14193 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
14194
14195         * g++.dg/lookup/nested1.C: Test moved from ...
14196         * g++.old-deja/g++.other/lookup24.C: ... here.
14197
14198 2003-01-28  Jan Hubicka  <jh@suse.cz>
14199
14200         * gcc.dg/i386-cmov5.c:  New test.
14201
14202 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
14203
14204         * gcc.c-torture/execute/20010925-1.c: Changed the
14205         memcpy declaration.
14206
14207 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
14208
14209         PR c++/3902
14210         * g++.dg/parse/template5.C: New test.
14211
14212 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
14213
14214         PR fortran/9258
14215         * g77.dg/pr9258: New test.
14216
14217 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14218
14219         * README: Move relevant parts from README.g++.
14220
14221         * README.g++: Remove this file.
14222
14223 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
14224
14225         * g++.dg/abi/dcast1.C: New test.
14226
14227 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14228
14229         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
14230
14231 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
14232
14233         PR c++/47
14234         * g++.old-deja/g++.other/lookup24.C: New test.
14235
14236 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14237
14238         PR middle-end/7227
14239         * gcc.dg/uninit-C.c: New test.
14240
14241 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
14242
14243         * g++.dg/abi/covariant1.C: New test.
14244
14245 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
14246
14247         * gcc.dg/20030123-1.c: New test.
14248
14249 2003-01-25  Jan Hubicka  <jh@suse.cz>
14250
14251         PR opt/8492
14252         * gcc.c-torture/compile/20030125-1.c
14253
14254 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
14255
14256         PR c++/9403
14257         * g++.dg/parse/template3.C: New test.
14258         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
14259
14260         PR c++/795
14261         * g++.dg/parse/template4.C: New test.
14262
14263         PR c++/9415
14264         * g++.dg/template/qual2.C: New test.
14265
14266         PR c++/8545
14267         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
14268
14269         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
14270
14271 2003-01-25  Roger Sayle  <roger@eyesopen.com>
14272
14273         * gcc.c-torture/execute/switch-1.c: New test case.
14274
14275 2003-01-25  Jan Hubicka  <jh@suse.cz>
14276
14277         * gcc.c-torture/execute/20030125-1.[cx]: New test.
14278
14279 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
14280
14281         Tweaks for Bison-1.875. From the NEWS file:
14282         "- `parse error' -> `syntax error'
14283         Bison now uniformly uses the term `syntax error'"
14284         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
14285         * gcc.dg/cpp/digraph2.c: Likewise.
14286         * gcc.dg/cpp/direct2.c: Likewise.
14287         * gcc.dg/cpp/paste4.c: Likewise.
14288         * gcc.dg/c90-restrict-1.c: Likewise.
14289         * gcc.dg/c99-func-2.c: Likewise.
14290         * gcc.dg/noncompile/920721-2.c: Likewise.
14291         * gcc.dg/noncompile/930622-2.c: Likewise.
14292         * gcc.dg/noncompile/940112-1.c: Likewise.
14293         * gcc.dg/noncompile/950921-1.c: Likewise.
14294         * gcc.dg/noncompile/951123-1.c: Likewise.
14295         * gcc.dg/noncompile/971104-1.c: Likewise.
14296         * gcc.dg/noncompile/990416-1.c: Likewise.
14297
14298 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
14299
14300         * g++.dg/parse/undefined1.C: Add error message.
14301
14302 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
14303
14304         PR c++/9354
14305         * g++.dg/parse/new1.C: New test.
14306
14307         PR c++/9216
14308         * g++.dg/parse/template2.C: New test.
14309
14310         PR c++/9354
14311         * g++.dg/parse/typedef2.C: New test.
14312
14313         PR c++/9328
14314         * g++.dg/ext/typeof3.C: New test.
14315
14316 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
14317
14318         PR c++/2738
14319         * g++.dg/parse/ret-type1.C: New test.
14320
14321         PR c++/3792
14322         * g++.dg/parse/tmpl-outside1.C: New test.
14323
14324         PR c++/4207
14325         * g++.dg/parse/int-as-enum1.C: New test.
14326
14327         PR c++/4903
14328         * g++.dg/parse/no-typename1.C: New test.
14329
14330         PR c++/5533
14331         * g++.dg/parse/no-value1.C: New test.
14332
14333         PR c++/5921
14334         * g++.dg/parse/wrong-inline1.C: New test.
14335
14336         PR c++/6402
14337         * g++.dg/parse/ref1.C: New test.
14338
14339         PR c++/6992
14340         * g++.dg/parse/attr-ctor1.C: New test.
14341
14342         PR c++/7229
14343         * g++.dg/parse/namespace5.C: New test.
14344
14345         PR c++/7917
14346         * g++.dg/parse/func-def1.C: New test.
14347
14348         PR c++/8143
14349         * g++.dg/parse/undefined1.C: New test.
14350
14351         PR c++/5723, PR c++/8522
14352         * g++.dg/parse/specialization1.C: New test.
14353
14354         PR c++/163, PR c++/8595
14355         * g++.dg/parse/struct-as-enum1.C: New test.
14356
14357         PR c++/9173
14358         * g++.dg/parse/undefined2.C: New test.
14359
14360 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
14361
14362         PR c++/9298
14363         * g++.dg/parse/template1.C: New test.
14364
14365         PR c++/9384
14366         * g++.dg/parse/using1.C: New test.
14367
14368         PR c++/9285
14369         PR c++/9294
14370         * g++.dg/parse/expr2.C: New test.
14371
14372         PR c++/9388
14373         * g++.dg/parse/lookup2.C: Likewise.
14374
14375 2003-01-21  Jan Hubicka  <jh@suse.cz>
14376
14377         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
14378         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
14379         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
14380         * gcc.c-torture/execute/string-opt-*.c: Likewise.
14381
14382 2003-01-20  Nick Clifton  <nickc@redhat.com>
14383
14384         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
14385         problem with ARM sibcall code generation.
14386
14387 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
14388
14389         * gcc.c-torture/execute/20030120-1.c: New.
14390
14391 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
14392
14393         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
14394
14395 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
14396
14397         PR c++/9272
14398         * g++.dg/parse/ctor1.C: New test.
14399
14400         PR c++/9294:
14401         * g++.dg/parse/qualified1.C: New test.
14402
14403         * g++.dg/parse/typename3.C: New test.
14404
14405 2003-01-16  Richard Henderson  <rth@redhat.com>
14406
14407         * g++.dg/tls/init-2.C: Fix error matches for real this time.
14408
14409 2003-01-16  Richard Henderson  <rth@redhat.com>
14410
14411         * g++.dg/pch/pch.exp: Copy test header to the working directory
14412         before using it either for precompilation or direct use.
14413         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
14414         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
14415
14416 2003-01-16  Richard Henderson  <rth@redhat.com>
14417
14418         * gcc.dg/pch/pch.exp: Copy test header to the working directory
14419         before using it either for precompilation or direct use.
14420         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
14421         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
14422
14423 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
14424
14425         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
14426         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
14427         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
14428         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
14429         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
14430         typename warning into error.
14431         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
14432         error messages.
14433         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
14434         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
14435         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
14436         messages.
14437         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
14438         make declaration visible in template.
14439         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
14440         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
14441         messages.
14442         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
14443         message.
14444         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
14445         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
14446         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
14447         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
14448         typename warning with error message.
14449         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
14450         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
14451         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
14452
14453 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
14454
14455         * g++.dg/parse/ambig2.C: New test.
14456
14457 2003-01-15  Richard Henderson  <rth@redhat.com>
14458
14459         * g++.dg/tls/init-2.C: Update error message string.
14460
14461 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14462
14463         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
14464
14465 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
14466
14467         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
14468         all for HC11/HC12.
14469         * gcc.c-torture/compile/20001205-1.x: Likewise.
14470         * gcc.c-torture/compile/20001226-1.x: Likewise.
14471         * gcc.c-torture/compile/920520-1.x: Likewise.
14472         * gcc.c-torture/compile/961203-1.x: Likewise.
14473         * gcc.c-torture/compile/20020604-1.x: Likewise.
14474
14475 2003-01-15  Jan Hubicka  <jh@suse.cz>
14476
14477         * gcc.c-torture/compile/20030115-1.c: New test.
14478
14479         * gcc.dg/i386-fpcvt-1.c: New test.
14480         * gcc.dg/i386-fpcvt-2.c: New test.
14481
14482 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
14483
14484         Further conform g++'s __vmi_class_type_info to the C++ ABI
14485         specification.
14486         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
14487         the specification.
14488
14489 2003-01-14  Jan Hubicka  <jh@suse.cz>
14490
14491         * gcc.dg/i386-fpcvt-1.c: New test.
14492         * gcc.dg/i386-fpcvt-2.c: New test.
14493
14494 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
14495
14496         * gcc.dg/i386-mmx-3.c: New test.
14497
14498 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
14499
14500         PR c++/9264
14501         * g++.dg/parse/octal1.C: New file.
14502
14503         PR c++/9172
14504         * g++.dg/parse/typename1.C: New file.
14505
14506 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
14507
14508         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
14509         * gcc.dg/bf-no-ms-layout.c: Likewise.
14510         * gcc.dg/bf-ms-attrib.c: Likewise.
14511
14512 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
14513
14514         PR c++/9099
14515         * g++.dg/parse/dtor1.C: New file.
14516
14517         PR c++/9128
14518         * g++.dg/rtti/typeid1.C: New file.
14519
14520         PR c++/9153
14521         * g++.dg/parse/lookup1.C: New file.
14522
14523         PR c++/9171
14524         * g++.dg/templ/spec5.C: New file.
14525
14526 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
14527
14528         * gcc.c-torture/compile/20030110-1.c: New test.
14529
14530 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
14531
14532         Merge from pch-branch:
14533
14534         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
14535
14536         * gcc.dg/pch/cpp-1.h: New.
14537         * gcc.dg/pch/cpp-1.c: New.
14538         * gcc.dg/pch/cpp-2.h: New.
14539         * gcc.dg/pch/cpp-2.c: New.
14540
14541         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
14542
14543         * gcc.dg/pch/except-1.h: New.
14544         * gcc.dg/pch/except-1.c: New.
14545
14546         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
14547
14548         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
14549         running test.
14550         * gcc.dg/pch: Include *.hp not *.h.
14551         * gcc.dg/pch/system-1.h: New.
14552         * gcc.dg/pch/system-1.c: New.
14553
14554         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
14555
14556         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
14557         rather than trying to build and run a program using PCH.
14558         * gcc.dg/pch: Remove dg-do commands from test files.
14559
14560         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
14561
14562         * gcc.dg/pch/macro-3.c: New.
14563         * gcc.dg/pch/macro-3.h: New.
14564
14565         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
14566
14567         * gcc.dg/pch/common-1.c: New.
14568         * gcc.dg/pch/common-1.h: New.
14569         * gcc.dg/pch/decl-1.c: New.
14570         * gcc.dg/pch/decl-1.h: New.
14571         * gcc.dg/pch/decl-2.c: New.
14572         * gcc.dg/pch/decl-2.h: New.
14573         * gcc.dg/pch/decl-3.c: New.
14574         * gcc.dg/pch/decl-3.h: New.
14575         * gcc.dg/pch/decl-4.c: New.
14576         * gcc.dg/pch/decl-4.h: New.
14577         * gcc.dg/pch/decl-5.c: New.
14578         * gcc.dg/pch/decl-5.h: New.
14579         * gcc.dg/pch/global-1.c: New.
14580         * gcc.dg/pch/global-1.h: New.
14581         * gcc.dg/pch/inline-1.c: New.
14582         * gcc.dg/pch/inline-1.h: New.
14583         * gcc.dg/pch/inline-2.c: New.
14584         * gcc.dg/pch/inline-2.h: New.
14585         * gcc.dg/pch/static-1.c: New.
14586         * gcc.dg/pch/static-1.h: New.
14587         * gcc.dg/pch/static-2.c: New.
14588         * gcc.dg/pch/static-2.h: New.
14589
14590         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
14591
14592         * g++.dg/pch/pch.exp: Better handle failing testcases.
14593         * gcc.dg/pch/pch.exp: Likewise.
14594         * gcc.dg/pch/macro-1.c: New.
14595         * gcc.dg/pch/macro-1.h: New.
14596         * gcc.dg/pch/macro-2.c: New.
14597         * gcc.dg/pch/macro-2.h: New.
14598
14599         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
14600
14601         * g++.dg/dg.exp: Treat files in pch/ specially.
14602         * g++.dg/pch/pch.exp: New file.
14603         * g++.dg/pch/empty.H: New file.
14604         * g++.dg/pch/empty.C: New file.
14605         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
14606         "precompile".
14607
14608         * gcc.dg/pch/pch.exp: New file.
14609         * gcc.dg/pch/empty.h: New file.
14610         * gcc.dg/pch/empty.c: New file.
14611         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
14612         "precompile".
14613
14614 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14615
14616         * g++.dg/template/friend14.C: New test.
14617
14618 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14619
14620         * gcc.dg/old-style-asm-1.c: New test.
14621
14622 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
14623
14624         * gcc.c-torture/compile/20030109-1.c: New test.
14625
14626 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
14627
14628         * gcc.c-torture/execute/20030109-1.c: New test.
14629
14630 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
14631
14632         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
14633         * g++.old-deja/g++.mike/dyncast2.C: Likewise
14634         * g++.old-deja/g++.mike/dyncast3.C: Likewise
14635         * g++.old-deja/g++.mike/eh2.C: Likewise
14636         * g++.old-deja/g++.mike/eh3.C: Likewise
14637         * g++.old-deja/g++.mike/eh5.C: Likewise
14638         * g++.old-deja/g++.mike/eh6.C: Likewise
14639         * g++.old-deja/g++.mike/eh7.C: Likewise
14640         * g++.old-deja/g++.mike/eh8.C: Likewise
14641         * g++.old-deja/g++.mike/eh9.C: Likewise
14642         * g++.old-deja/g++.mike/eh10.C: Likewise
14643         * g++.old-deja/g++.mike/eh12.C: Likewise
14644         * g++.old-deja/g++.mike/eh13.C: Likewise
14645         * g++.old-deja/g++.mike/eh14.C: Likewise
14646         * g++.old-deja/g++.mike/eh16.C: Likewise
14647         * g++.old-deja/g++.mike/eh17.C: Likewise
14648         * g++.old-deja/g++.mike/eh18.C: Likewise
14649         * g++.old-deja/g++.mike/eh21.C: Likewise
14650         * g++.old-deja/g++.mike/eh23.C: Likewise
14651         * g++.old-deja/g++.mike/eh24.C: Likewise
14652         * g++.old-deja/g++.mike/eh25.C: Likewise
14653         * g++.old-deja/g++.mike/eh26.C: Likewise
14654         * g++.old-deja/g++.mike/eh27.C: Likewise
14655         * g++.old-deja/g++.mike/eh28.C: Likewise
14656         * g++.old-deja/g++.mike/eh29.C: Likewise
14657         * g++.old-deja/g++.mike/eh31.C: Likewise
14658         * g++.old-deja/g++.mike/eh33.C: Likewise
14659         * g++.old-deja/g++.mike/eh34.C: Likewise
14660         * g++.old-deja/g++.mike/eh35.C: Likewise
14661         * g++.old-deja/g++.mike/eh36.C: Likewise
14662         * g++.old-deja/g++.mike/eh37.C: Likewise
14663         * g++.old-deja/g++.mike/eh38.C: Likewise
14664         * g++.old-deja/g++.mike/eh39.C: Likewise
14665         * g++.old-deja/g++.mike/eh40.C: Likewise
14666         * g++.old-deja/g++.mike/eh41.C: Likewise
14667         * g++.old-deja/g++.mike/eh42.C: Likewise
14668         * g++.old-deja/g++.mike/eh44.C: Likewise
14669         * g++.old-deja/g++.mike/eh46.C: Likewise
14670         * g++.old-deja/g++.mike/eh47.C: Likewise
14671         * g++.old-deja/g++.mike/eh48.C: Likewise
14672         * g++.old-deja/g++.mike/eh49.C: Likewise
14673         * g++.old-deja/g++.mike/eh50.C: Likewise
14674         * g++.old-deja/g++.mike/eh51.C: Likewise
14675         * g++.old-deja/g++.mike/eh53.C: Likewise
14676         * g++.old-deja/g++.mike/eh55.C: Likewise
14677         * g++.old-deja/g++.mike/p7912.C: Likewise
14678         * g++.old-deja/g++.mike/p9706.C: Likewise
14679         * g++.old-deja/g++.mike/p10416.C: Likewise
14680         * g++.old-deja/g++.mike/p11667.C: Likewise
14681         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
14682         Remove redundant reference to Iris.
14683         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
14684         Elxsi, i860, Pico Java, and WE32K.
14685
14686 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
14687
14688         * g++.dg/ext/asm4.C: New test.
14689
14690 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14691
14692         PR c++/9030
14693         * g++.dg/template/friend12.C: New test.
14694         * g++.dg/template/friend13.C: Likewise.
14695         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
14696
14697 2003-01-08  Jan Hubicka  <jh@suse.cz>
14698
14699         * gcc.dg/i386-cadd.c: New test.
14700         * gcc.dg/i386-cmov4.c: Likewise.
14701
14702 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
14703
14704         PR c++/9165
14705         * g++.dg/warn/Wunused-3.C: New test.
14706
14707         * g++.dg/abi/bitfield9.C: New test.
14708
14709         PR c++/9189
14710         * g++.dg/parse/defarg3.C: New test.
14711
14712 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
14713
14714         * g++.dg/parse/ambig1.C: New test.
14715         * g++.dg/parse/defarg2.C: New test.
14716
14717 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
14718
14719         * g++.dg/template/defarg-1.C: New test.
14720         * g++.dg/template/local2.C: Likewise.
14721
14722 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
14723
14724         * gcc.c-torture/execute/20030105-1.c: New test.
14725
14726 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14727
14728         * g++.dg/parse/namespace3.C: Remove extra semicolons.
14729         * g++.dg/parse/namespace4.C: Likewise.
14730
14731 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
14732
14733         * g++.dg/template/ntp2.C: New test.
14734
14735 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
14736
14737         * g++.dg/parse/extern-C-1.C: New test.
14738
14739         * g++.dg/parse/namespace4.C: New test.
14740
14741         * g++.dg/template/nested1.C: New test.
14742
14743         * g++.dg/parse/namespace3.C: New test.
14744
14745 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
14746
14747         * g++.dg/lookup/two-stage1.C: New test.
14748
14749 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14750
14751         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
14752         * g++.old-deja/g++.jason/access8.C: Likewise.
14753         * g++.old-deja/g++.other/decl5.C: Likewise.
14754
14755 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14756
14757         * g++.dg/parse/parse7.C: New test.
14758
14759 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
14760
14761         PR c++/2843
14762         * g++.dg/ext/attrib7.C: New test.
14763
14764 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
14765
14766         * g++.dg/parse/parse6.C: New test.
14767
14768 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
14769
14770         * gcc.dg/h8300-stack-1.c: New.
14771
14772 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14773
14774         g++.dg/lookup/exception1.C: New test.
14775
14776         g++.dg/lookup/template1.C: New test.
14777
14778         g++.dg/parse/namespace2.C: New test.
14779
14780         g++.dg/parse/parens2.C: New test.
14781
14782 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14783
14784         * g++.dg/parse/parse5.C: New test.
14785         * g++.dg/lookup/scoped4.C: New test.
14786
14787 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
14788
14789         * g++.dg/parse/parens1.C: New test.
14790
14791         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
14792         angle-bracket1.C.
14793         * g++.dg/parse/parens2.C: New test.
14794
14795         * g++.dg/lookup/scope-operator1.C: New test.
14796
14797         * g++.dg/parse/operator1.C: New test.
14798
14799 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14800
14801         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
14802         * g++.old-deja/g++.other/access6.C: Likewise.
14803         * g++.old-deja/g++.other/decl1.C: Likewise.
14804         * g++.old-deja/g++.pt/typename12.C: Likewise.
14805
14806 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14807
14808         * g++.dg/parse/namespace1.C: New test.
14809
14810 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14811
14812         * g++.dg/parse/parse4.C: New test.
14813
14814 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14815
14816         * g++.dg/parse/parse3.C: New test.
14817
14818 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14819
14820         * g++.dg/parse/parse2.C: New test.
14821
14822 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14823
14824         * g++.dg/template/friend11.C: New test.
14825
14826 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
14827
14828         * g++.dg/parse/parse1.C: New test.
14829
14830 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
14831
14832         * lib/profopt.exp: Change the name of a global variable to avoid
14833         possible clashes with other test suites.
14834
14835 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
14836
14837         * g++.dg/inherit/covariant8.C: New test.
14838
14839 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
14840
14841         * g++.dg/init/array9.C: New test.
14842
14843         PR c++/9112
14844         * g++.dg/parse/expr1.C: New test.
14845
14846 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
14847
14848         * gcc.c-torture/compile/20021230-1.c: New test.
14849
14850 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
14851
14852         * g++.dg/inherit/covariant5.C: New test.
14853         * g++.dg/inherit/covariant6.C: New test.
14854         * g++.dg/inherit/covariant7.C: New test.
14855
14856 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14857
14858         PR c++/2739
14859         * g++.dg/other/access2.C: New test.
14860
14861 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14862
14863         * g++.dg/other/anon-struct.C: No longer fails
14864         * g++.old-deja/g++.brendan/parse4.C: Likewise.
14865         * g++.old-deja/g++.brendan/parse5.C: Likewise.
14866         * g++.old-deja/g++.brendan/parse6.C: Likewise.
14867
14868 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
14869
14870         * g++.dg/parse/angle-bracket.C (main): No longer fails.
14871
14872 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
14873
14874         * g++.dg/eh/spec4.C: Remove stray semicolon.
14875         * g++.dg/expr/pmf-1.C: Change error message.
14876         * g++.dg/ext/asm1.C: Remove stray semicolon.
14877         * g++.dg/ext/typename1.C: Add missing typenames.
14878         * g++.dg/inherit/template-as-base.C: Change error message.
14879         * g++.dg/lookup/scoped1.C: Likewise.
14880         * g++.dg/lookup/scoped2.C: Likewise.
14881         * g++.dg/lookup/using2.C: Likewise.
14882         * g++.dg/other/component1.C: Remove stray semicolon.
14883         * g++.dg/other/do1.C: Change error message.
14884         * g++.dg/other/error2.C: Likewise.
14885         * g++.dg/other/init1.C: Likewise.
14886         * g++.dg/other/packed1.C: Remove stray semicolon.
14887         * g++.dg/other/ptrmem2.C: Change error message.
14888         * g++.dg/parse/parameter-declaration-1.C: Remove line number
14889         marker.
14890         * g++.dg/special/initp1.C: Remove invalid attribute usage.
14891         * g++.dg/template/access3.C: Add typename keyword.
14892         * g++.dg/template/access5.C: Remove stray semicolon.
14893         * g++.dg/template/access6.C: Likewise.
14894         * g++.dg/template/complit1.C: Likewise.
14895         * g++.dg/template/crash1.C: Change error message.
14896         * g++.dg/template/inherit2.C: Remove stray semicolon.
14897         * g++.dg/template/instantiate2.C: Likewise.
14898         * g++.dg/template/instantiate3.C: Change error message.
14899         * g++.dg/template/qual1.C: Remove stray semicolon.
14900         * g++.dg/template/qualttp18.C: Change error message.
14901         * g++.dg/template/ref1.C: Remove stray semicolon.
14902         * g++.dg/template/sizeof1.C (A::value): Declare it.
14903         * g++.dg/template/spec4.C: Change error message.
14904         * g++.dg/template/static1.C: Likewise.
14905         * g++.dg/template/type1.C: Likewise.
14906         * g++.dg/template/typename3.C: Likewise.
14907         * g++.old-deja/g++.benjamin/13478.C: Change error message.
14908         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
14909         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
14910         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
14911         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
14912         named return value extension.
14913         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
14914         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
14915         * g++.old-deja/g++.bob/extern_C.C: Likewise.
14916         * g++.old-deja/g++.bob/inherit2.C: Likewise.
14917         * g++.old-deja/g++.brendan/complex1.C: Likewise.
14918         * g++.old-deja/g++.brendan/copy5.C: Likewise.
14919         * g++.old-deja/g++.brendan/crash13.C: Likewise.
14920         * g++.old-deja/g++.brendan/crash15.C: Likewise.
14921         * g++.old-deja/g++.brendan/crash18.C: Change error message.
14922         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
14923         * g++.old-deja/g++.brendan/crash38.C: Likewise.
14924         * g++.old-deja/g++.brendan/crash50.C: Likewise.
14925         * g++.old-deja/g++.brendan/crash56.C: Likewise.
14926         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
14927         syntax.
14928         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
14929         * g++.old-deja/g++.brendan/crash8.C: Change error message.
14930         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
14931         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
14932         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
14933         * g++.old-deja/g++.brendan/template11.C: Likewise.
14934         * g++.old-deja/g++.brendan/template26.C: Likewise.
14935         * g++.old-deja/g++.brendan/template27.C: Use explicit
14936         specialization syntax.
14937         * g++.old-deja/g++.brendan/template30.C: Likewise.
14938         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
14939         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
14940         non-dependent names.
14941         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
14942         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
14943         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
14944         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
14945         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
14946         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
14947         named return value extension.
14948         * g++.old-deja/g++.ext/namedret2.C: Likewise.
14949         * g++.old-deja/g++.ext/namedret3.C: Likewise.
14950         * g++.old-deja/g++.ext/return1.C: Likewise.
14951         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
14952         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
14953         * g++.old-deja/g++.jason/access8.C: Likewise.
14954         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
14955         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
14956         pseudo-destructor names.
14957         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
14958         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
14959         pseudo-destructor names.
14960         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
14961         * g++.old-deja/g++.jason/overload19.C: Likewise.
14962         * g++.old-deja/g++.jason/overload32.C: Likewise.
14963         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
14964         stray semicolons.
14965         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
14966         * g++.old-deja/g++.jason/return.C: Likewise.
14967         * g++.old-deja/g++.jason/return2.C: Likewise.
14968         * g++.old-deja/g++.jason/shadow1.C: Likewise.
14969         * g++.old-deja/g++.jason/special.C: Use explicit specialization
14970         syntax.
14971         * g++.old-deja/g++.jason/template10.C: Account for use of
14972         non-dependent names.
14973         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
14974         syntax.
14975         * g++.old-deja/g++.jason/template37.C: Likewise.
14976         * g++.old-deja/g++.law/access4.C: Change error messages.
14977         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
14978         pseudo-destructor names.
14979         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
14980         * g++.old-deja/g++.law/ctors9.C: Likewise.
14981         * g++.old-deja/g++.law/cvt22.C: Likewise.
14982         * g++.old-deja/g++.law/dtors5.C: Likewise.
14983         * g++.old-deja/g++.law/global-init1.C: Likewise.
14984         * g++.old-deja/g++.law/missed-error3.C: Likewise.
14985         * g++.old-deja/g++.law/operators28.C: Likewise.
14986         * g++.old-deja/g++.law/visibility28.C: Likewise.
14987         * g++.old-deja/g++.martin/eval1.C: Likewise.
14988         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
14989         name.
14990         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
14991         * g++.old-deja/g++.mike/net34.C: Likewise.
14992         * g++.old-deja/g++.mike/net36.C: Likewise.
14993         * g++.old-deja/g++.mike/ns2.C: Likewise.
14994         * g++.old-deja/g++.mike/p12306.C: Likewise.
14995         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
14996         value extension.
14997         * g++.old-deja/g++.mike/p700.C: Likewise.
14998         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
14999         * g++.old-deja/g++.mike/p710.C: Likewise.
15000         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
15001         value extension.
15002         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
15003         * g++.old-deja/g++.mike/pmf9.C: Likewise.
15004         * g++.old-deja/g++.ns/crash2.C: Likewise.
15005         * g++.old-deja/g++.ns/crash3.C: Likewise.
15006         * g++.old-deja/g++.ns/invalid1.C: Likewise.
15007         * g++.old-deja/g++.ns/ns17.C: Likewise.
15008         * g++.old-deja/g++.ns/template16.C: Likewise.
15009         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
15010         keyword.
15011         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
15012         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
15013         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
15014         named return value extension.
15015         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
15016         * g++.old-deja/g++.other/access4.C: Issue additional error
15017         messages.
15018         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
15019         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
15020         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
15021         * g++.old-deja/g++.other/crash25.C: Change error message.
15022         * g++.old-deja/g++.other/crash4.C: Change error message.
15023         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
15024         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
15025         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
15026         checks.
15027         * g++.old-deja/g++.other/defarg8.C: Likewise.
15028         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
15029         * g++.old-deja/g++.other/dtor10.C: Likewise.
15030         * g++.old-deja/g++.other/incomplete.C: Likewise.
15031         * g++.old-deja/g++.other/linkage7.C: Likewise.
15032         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
15033         lookup algorithm.
15034         * g++.old-deja/g++.other/mangle2.C: Likewise.
15035         * g++.old-deja/g++.other/refinit2.C: Likewise.
15036         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
15037         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
15038         * g++.old-deja/g++.pt/crash28.C: Likewise.
15039         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
15040         syntax.
15041         * g++.old-deja/g++.pt/crash32.C: Change error message.
15042         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
15043         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
15044         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
15045         error message position.
15046         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
15047         * g++.old-deja/g++.pt/defarg8.C: Change error message.
15048         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
15049         syntax.
15050         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
15051         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
15052         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
15053         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
15054         keyword.
15055         * g++.old-deja/g++.pt/explicit31.C: Likewise.
15056         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
15057         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
15058         keyword.
15059         * g++.old-deja/g++.pt/explicit71.C: Change error message.
15060         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
15061         syntax.
15062         * g++.old-deja/g++.pt/friend28.C: Account for use of
15063         non-dependent names.
15064         * g++.old-deja/g++.pt/friend29.C: Likewise.
15065         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
15066         rules.
15067         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
15068         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
15069         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
15070         lookup rules.
15071         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
15072         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
15073         keyword.
15074         * g++.old-deja/g++.pt/memclass20.C: Likewise.
15075         * g++.old-deja/g++.pt/memclass5.C: Likewise.
15076         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
15077         keyword.
15078         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
15079         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
15080         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
15081         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
15082         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
15083         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
15084         keyword.
15085         * g++.old-deja/g++.pt/spec10.C: Likewise.
15086         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
15087         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
15088         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
15089         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
15090         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
15091         * g++.old-deja/g++.pt/ttp62.C: Likewise.
15092         * g++.old-deja/g++.pt/ttp64.C: Likewise.
15093         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
15094         * g++.old-deja/g++.pt/typename15.C: Likewise.
15095         * g++.old-deja/g++.pt/typename22.C: Likewise.
15096         * g++.old-deja/g++.pt/typename6.C: Change error messages.
15097         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
15098         * g++.old-deja/g++.pt/virtual2.C: Likewise.
15099         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
15100         syntax.
15101         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
15102         return value extension.
15103         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
15104         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
15105         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
15106         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
15107
15108 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
15109
15110         * g++.dg/warn/inline1.C: New test.
15111         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
15112         * g++.old-deja/g++.jason/synth10.C: Likewise.
15113         * g++.old-deja/g++.mike/net31.C: Likewise.
15114         * g++.old-deja/g++.mike/p8786.C: Likewise.
15115
15116         * g++.dg/template/friend10.C: New test.
15117         * g++.dg/template/conv5.C: New test.
15118
15119 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
15120
15121         * g++.dg/lookup/scoped3.C: New test.
15122
15123         * g++.dg/lookup/decl1.C: New test.
15124         * g++.dg/lookup/decl2.C: New test.
15125
15126 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
15127
15128         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
15129         gcc.c-torture/compile/20021015-1.c,
15130         gcc.c-torture/compile/20021015-2.c,
15131         gcc.c-torture/compile/20021123-1.c,
15132         gcc.c-torture/compile/20021123-2.c,
15133         gcc.c-torture/compile/20021123-3.c,
15134         gcc.c-torture/compile/20021123-4.c,
15135         gcc.c-torture/execute/20021024-1.c: Add tests previously added
15136         only to 3.1 or 3.2 branch.
15137
15138 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
15139
15140         * gcc.dg/i386-bitfield3.c: New test.
15141
15142         * gcc.dg/i386-bitfield2.c: New test.
15143
15144 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
15145
15146         * g++.dg/parse/conv_op1.C: New test.
15147
15148 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
15149
15150         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
15151         approved.
15152
15153 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
15154
15155         * gcc.c-torture/compile/20021220-1.c: New test.
15156
15157 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
15158
15159         * gcc.dg/i386-fastcall-1.c: New.
15160
15161 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
15162
15163         * gcc.c-torture/execute/20021219-1.c: New test.
15164
15165 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
15166
15167         * gcc.dg/i386-pic-1.c: New test.
15168
15169 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15170
15171         PR c++/8099
15172         * g++.dg/template/friend9.C: New test.
15173
15174 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15175
15176         PR c++/3663
15177         * g++.dg/template/access7.C: New test.
15178
15179 2002-12-18  Nick Clifton  <nickc@redhat.com>
15180
15181         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
15182         the libstdc++-v3 directory has been found.
15183
15184 2002-12-12  Devang Patel <dpatel@apple.com>
15185         * gcc.dg/darwin-ld-1.c: New test.
15186         * gcc.dg/darwin-ld-2.c: New test.
15187         * gcc.dg/darwin-ld-3.c: New test.
15188         * gcc.dg/darwin-ld-4.c: New test.
15189         * gcc.dg/darwin-ld-5.c: New test.
15190
15191 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
15192
15193         * gcc.c-torture/compile/20021212-1.c: New test.
15194
15195 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
15196
15197         * gcc.dg/fshort-wchar: New test.
15198
15199 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
15200
15201         PR c++/8372
15202         * g++.dg/template/dtor1.C: New test.
15203
15204         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
15205         markers.
15206
15207 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
15208
15209         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
15210
15211 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
15212
15213         * g++.dg/template/static1.C: New test.
15214         * g++.dg/template/static2.C: New test.
15215         * g++.old-deja/g++.ext/memconst.C: New test.
15216
15217 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15218
15219         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
15220         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
15221         * g++.dg/special/initp1.C: Likewise.
15222
15223 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
15224
15225         * gcc.c-torture/execute/20021204-1.c: New test.
15226
15227 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
15228
15229         * gcc.dg/ppc-fmadd-1.c: New file.
15230         * gcc.dg/ppc-fmadd-2.c: New file.
15231         * gcc.dg/ppc-fmadd-3.c: New file.
15232
15233 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
15234
15235         * gcc.c-torture/compile/20021204-1.c: New test.
15236
15237 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
15238
15239         * g++.dg/inherit/covariant2.C: New test.
15240         * g++.dg/inherit/covariant3.C: New test.
15241         * g++.dg/inherit/covariant4.C: New test.
15242         * g++.dg/inherit/covariant1.C: Remove XFAIL.
15243         * g++.old-deja/g++.robertl/eb17.C: Likewise.
15244
15245 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
15246
15247         PR c++/8688
15248         * g++.dg/init/brace3.C: New test.
15249
15250 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
15251
15252         * gcc.dg/20020210-1.c: Fix a comment typo.
15253
15254 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
15255
15256         PR c++/8720
15257         * g++.dg/parse/defarg1.C: New test.
15258
15259         PR c++/8615
15260         * g++.dg/template/char1.C: New test.
15261
15262         * g++.dg/template/varmod1.C: Fix typo.
15263
15264 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15265
15266         DR 180
15267         * g++.old-deja/g++.pt/crash32.C: Expect error.
15268
15269 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
15270
15271         PR c++/5919
15272         * g++.dg/template/varmod1.C: New test.
15273
15274         PR c++/8727
15275         * g++.dg/inherit/typeinfo1.C: New test.
15276
15277         PR c++/8663
15278         * g++.dg/inherit/typedef1.C: New test.
15279
15280 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
15281
15282         PR c++/8332
15283         PR c++/8493
15284         * g++.dg/template/strlen1.C: New test.
15285
15286         PR c++/8227
15287         * g++.dg/template/ctor2.C: New test.
15288
15289         PR c++/8214
15290         * g++.dg/init/string1.C: New test.
15291
15292         PR c++/8511
15293         * g++.dg/template/friend8.C: New test.
15294
15295 2002-11-29  Joe Buck <jbuck@synopsys.com>
15296
15297         * g++.dg/lookup/anon2.C: New test.
15298
15299 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
15300
15301         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
15302         h8300 port.
15303
15304 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
15305
15306         * gcc.dg/bitfld-6.c: New test.
15307
15308 2002-11-27  Jan Hubicka  <jh@suse.cz>
15309
15310         * gcc.c-torture/execute/20021127.[cx]: New test.
15311
15312 2002-11-26  Jan Hubicka  <jh@suse.cz>
15313
15314         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
15315         quality.
15316
15317 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
15318
15319         * g++.dg/init/brace2.C: New test.
15320         * g++.old-deja/g++.mike/p9129.C: Correct.
15321
15322 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
15323
15324         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
15325
15326 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
15327
15328         * gcc.dg/sibcall-6: New test for indirect sibcalls.
15329
15330 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
15331
15332         * testsuite/g++.dg/abi/empty11.C: New test.
15333         * testsuite/g++.dg/rtti/cv1.C: New test.
15334
15335 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
15336
15337         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
15338
15339 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
15340
15341         * g++.dg/abi/empty10.C: New test.
15342
15343 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
15344
15345         * gcc.c-torture/compile/20021124-1.c: New test.
15346
15347 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
15348
15349         * g++.dg/abi/rtti2.C: New test.
15350
15351 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
15352
15353         * gcc.dg/i386-unroll-1.c: New test.
15354
15355 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
15356
15357         * gcc.c-torture/compile/20021120-1.c: New test.
15358         * gcc.c-torture/compile/20021120-2.c: New test.
15359
15360 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15361
15362         * gcc.dg/bitfld-5.c: New test.
15363
15364 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15365
15366         * gcc.c-torture/execute/20021120-3.c: New test.
15367
15368 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15369
15370         * gcc.c-torture/execute/20021120-2.c: New test.
15371
15372 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
15373
15374         * gcc.c-torture/execute/20021120-1.c: New test.
15375
15376 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
15377
15378         * gcc.c-torture/execute/20021118-3.c: New test.
15379
15380 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
15381
15382         * gcc.c-torture/compile/20021119-1.c: New test.
15383
15384 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
15385
15386         * gcc.dg/duff-1.c: New test.
15387         * gcc.dg/duff-2.c: New test.
15388         * gcc.dg/duff-3.c: New test.
15389
15390 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
15391
15392         * gcc.dg/cpp/_Pragma5.c: New test.
15393
15394 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15395
15396         * gcc.c-torture/execute/20021118-2.c: New test.
15397
15398 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
15399
15400         * gcc.c-torture/execute/20021118-1.c: New test.
15401
15402 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
15403
15404         * gcc.dg/20021116-1.c: New test.
15405
15406 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
15407
15408         * g++.dg/abi/vcall1.C: New test.
15409
15410 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
15411
15412         * gcc.dg/20021029-1.c: New test.
15413         * gcc.dg/20021029-2.c: New test.
15414
15415 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15416
15417         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
15418
15419 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15420
15421         PR c/8439
15422         * gcc.dg/20021110.c: Move to ...
15423         * gcc.c-torture/compile/20021110.c: .... here.
15424
15425 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15426
15427         PR c/8467
15428         * gcc.c-torture/execute/20021111-1.c
15429
15430 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
15431
15432         PR c/8439
15433         * gcc.dg/20021110.c: New test.
15434
15435 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
15436
15437         * g++.dg/abi/vthunk3.C: Run only on x86.
15438
15439 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
15440
15441         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
15442
15443 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
15444
15445         * lib/compat.exp (compat-execute): Fix logic error in last
15446         change.
15447
15448 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
15449
15450         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
15451
15452 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15453
15454         PR c++/8389
15455         * g++.dg/template/access6.C: New test.
15456
15457 2002-11-08  Jan Hubicka  <jh@suse.cz>
15458
15459         * gcc.dg/i386-ssefp-1.c: New test.
15460         * gcc.dg/i386-ssefp-1.c: New test.
15461
15462 2002-11-08  Jan Hubicka  <jh@suse.cz>
15463
15464         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
15465
15466 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15467
15468         * g++.dg/abi/vthunk3.C: New test.
15469
15470         PR c++/8338
15471         * g++.dg/template/crash2.C: New test.
15472
15473 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
15474
15475         * testsuite/g++.dg/abi/dtor1.C: New test.
15476         * testsuite/g++.dg/abi/dtor2.C: Likewise.
15477
15478 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
15479
15480         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
15481         Darwin.
15482
15483 2002-11-04  Adam Nemet  <anemet@lnxw.com>
15484
15485         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
15486         -mthumb.  Only xfail with -O0.
15487
15488 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
15489
15490         * g++.dg/abi/thunk1.C: New test.
15491         * g++.dg/abi/thunk2.C: Likewise.
15492         * g++.dg/abi/vtt1.C: Likewise.
15493
15494 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
15495
15496         PR optimization/8423
15497         * gcc.c-torture/execute/builtin-constant.c: New test.
15498
15499 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
15500
15501         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
15502         Add some more cases.
15503
15504 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
15505
15506         PR c++/8391
15507         * g++.dg/opt/local1.C: New test.
15508
15509 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
15510
15511         PR c++/8160
15512         * g++.dg/template/complit1.C: New test.
15513
15514         PR c++/8149
15515         * g++.dg/template/typename4.C: Likewise.
15516
15517 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15518
15519         Core issue 287, PR c++/7639
15520         * g++.dg/template/instantiate1.C: Adjust error location.
15521         * g++.dg/template/instantiate3.C: New test.
15522         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
15523         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
15524         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
15525
15526 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
15527
15528         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
15529
15530 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
15531
15532         PR c++/8287
15533         * g++.dg/init/dtor2.C: New test.
15534
15535 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15536
15537         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
15538         * gcc.dg/nest.c: Bypass errors on irix6.
15539
15540 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
15541
15542         * gcc.dg/nest.c: Expect error for mmix-*-*.
15543         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
15544
15545 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
15546
15547         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
15548         markers.
15549
15550         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
15551
15552 2002-10-25  Mike Stump  <mrs@apple.com>
15553
15554         * gcc.dg/warn-1.c: New test.
15555
15556 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15557
15558         * g++.dg/template/typename3.C: New test.
15559
15560 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
15561
15562         * g++.dg/lookup/ptrmem1.C: New test.
15563
15564         * g++.dg/abi/vthunk2.C: New test.
15565
15566 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
15567
15568         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
15569
15570 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
15571
15572         * g++.dg/abi/empty9.C: New test.
15573
15574 2002-10-24  Richard Henderson  <rth@redhat.com>
15575
15576         * g++.dg/inherit/thunk1.C: Enable for ia64.
15577
15578 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15579
15580         PR c++/8067
15581         * g++.dg/lookup/pretty1.C: New test.
15582
15583 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
15584
15585         * gcc.dg/20021023-1.c: New test.
15586
15587 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
15588
15589         PR c++/7679
15590         * g++.dg/parse/inline1.C: New test.
15591
15592 2002-10-23  Richard Henderson  <rth@redhat.com>
15593
15594         * g++.dg/inherit/thunk1.C: Enable for x86_64.
15595
15596         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
15597
15598 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
15599
15600         PR c++/6579
15601         * g++.dg/parse/stmtexpr3.C: New test.
15602
15603 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
15604
15605         * g++.dg/expr/cond1.C: New test.
15606
15607 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15608
15609         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
15610
15611 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15612
15613         * g++.dg/abi/vbase13.C: New test.
15614         * g++.dg/abi/vbase14.C: Likewise.
15615
15616 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
15617
15618         * gcc.dg/tls/pic-1.c: New test.
15619         * gcc.dg/tls/nonpic-1.c: New test.
15620         * gcc.dg/20021018-1.c: New test.
15621
15622 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15623
15624         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
15625         Remove only files with the same base name as the test case.
15626         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
15627         (profopt-execute): Likewise.  Also, remove old profiling
15628         and performance data files before running the tests.
15629
15630         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
15631         * g++.dg/bprob/bprob.exp: Likewise.
15632         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
15633         to allow more general test case names.
15634
15635         * g++.dg/bprob/bprob-1.C: Rename to ...
15636         * g++.dg/bprob/g++-bprob-1.C: ... this.
15637
15638         * g77.dg/bprob/bprob-1.f: Rename to ...
15639         * g77.dg/bprob/g77-bprob-1.f: ... this.
15640
15641 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
15642
15643         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
15644         bison 1.50 or later.
15645
15646 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
15647
15648         * g++.dg/README: Describe more test directories.
15649
15650 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15651
15652         * g++.dg/init/array6.C: Add additional tests.
15653
15654 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
15655
15656         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
15657         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
15658
15659 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
15660
15661         * gcc.c-torture/compile/20020604-1.x: New.
15662         * gcc.c-torture/compile/simd-5.x: Likewise.
15663         * gcc.c-torture/execute/920710-1.x: Likewise.
15664         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
15665
15666 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
15667
15668         * g++.dg/inherit/override1.C: Add dg-options clause.
15669
15670 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15671
15672         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
15673         _mm_slli_si128.
15674
15675 2002-10-19  Andreas Schwab  <schwab@suse.de>
15676
15677         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
15678         directory component.
15679
15680 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
15681
15682         * g++.dg/inherit/thunk1.C: New test.
15683
15684         * g++.dg/inherit/override1.C: New test.
15685
15686         * g++.dg/abi/mangle11.C: New test.
15687         * g++.dg/abi/mangle14.C: New test.
15688         * g++.dg/abi/mangle17.C: New test.
15689
15690 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
15691
15692         * g++.dg/overload/member2.C: New test.
15693
15694 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
15695
15696         * g++.dg/README: Describe new compat directory.
15697         * g++.dg/dg.exp: Skip tests in compat directory.
15698         * README.compat: New file.
15699         * lib/compat.exp: New expect script.
15700         * g++.dg/compat: New test directory.
15701         * g++.dg/compat/compat.exp: New expect script.
15702         * g++.dg/compat/abi: New test directory.
15703         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
15704         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
15705         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
15706         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
15707         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
15708         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
15709         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
15710         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
15711         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
15712         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
15713         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
15714         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
15715         * g++.dg/compat/break: New test directory.
15716         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
15717         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
15718         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
15719         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
15720         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
15721         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
15722         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
15723         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
15724         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
15725         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
15726         g++.dg/compat/break/README: New files.
15727         * g++.dg/compat/eh: New test directory.
15728         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
15729         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
15730         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
15731         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
15732         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
15733         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
15734         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
15735         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
15736         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
15737         g++.dg/compat/eh/filter2_y.C,
15738         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
15739         g++.dg/compat/eh/new1_y.C,
15740         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
15741         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
15742         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
15743         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
15744         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
15745         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
15746         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
15747         g++.dg/compat/eh/unexpected1_y.C: New files.
15748         * g++.dg/compat/init: New test directory.
15749         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
15750         g++.dg/compat/init/array5_y.C,
15751         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
15752         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
15753         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
15754         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
15755         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
15756         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
15757         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
15758         g++.dg/compat/init/init-ref2_y.C: New files.
15759
15760 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15761
15762         PR c++/7584
15763         * g++.dg/inherit/using3.C: New test.
15764
15765 2002-10-17  Jan Hubicka  <jh@suse.cz>
15766
15767         * gcc.dg/20021017-2.c: New test.
15768
15769 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
15770
15771         * g++.dg/abi/mangle16.C: Adjust.
15772
15773         * g++.dg/init/array8.C: New test.
15774
15775 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
15776
15777         * gcc.dg/special/mips-abi.exp: New test.
15778         * gcc.dg/special/mips-abi.s: Empty file used by the above.
15779
15780 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15781
15782         * g++.dg/abi/mangle16.C: New test.
15783         * g++.dg/abi/mangle17.C: Likewise.
15784
15785         PR c++/7478
15786         * g++.dg/template/ref1.C: New test.
15787
15788 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15789
15790         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
15791
15792 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
15793
15794         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
15795
15796 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
15797
15798         PR c++/7524
15799         * g++.dg/init/array7.C: New test.
15800
15801 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
15802
15803         * g++.dg/init/array6.C: New test.
15804
15805         * g++.dg/abi/mangle13.C: Likewise.
15806         * g++.dg/abi/mangle14.C: Likewise.
15807         * g++.dg/abi/mangle15.C: Likewise.
15808
15809 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15810
15811         * g++.dg/abi/empty8.C: New test.
15812
15813 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
15814
15815         * g++.dg/init/ctor1.C: New test.
15816
15817 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
15818
15819         * gcc.c-torture/execute/20021015-1.c: New test.
15820
15821 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
15822
15823         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
15824
15825 2002-10-14  Jan Hubicka  <jh@suse.cz>
15826
15827         * gcc.dg/i386-ssetype-[1-5].c: New tests.
15828
15829 2002-10-14  Richard Henderson  <rth@redhat.com>
15830
15831         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
15832
15833 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15834
15835         PR optimization/6631
15836         * g++.dg/opt/const2.C: New test.
15837
15838 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
15839
15840         PR c++/7176
15841         * g++.dg/parse/friend1.C: New test.
15842         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
15843
15844 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
15845
15846         * gcc.dg/20021014-1.c: New test.
15847
15848 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
15849
15850         PR c++/5661
15851         * g++.dg/ext/vlm1.C: New test.
15852         * g++.dg/ext/vlm2.C: Likewise.
15853
15854         * g++.dg/init/array1.C: Remove invalid braces.
15855         * g++.dg/init/brace1.C: New test.
15856         * g++.dg/init/copy2.C: Likewise.
15857         * g++.dg/init/copy3.C: Likewise.
15858         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
15859         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
15860         braces.
15861
15862 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
15863
15864         * gcc.dg/cpp/assembler.S: Don't use -ansi.
15865
15866 2002-10-11  Richard Shann  <richard.shann@superh.com>
15867
15868         * gcc.c-torture/compile/simd-5.c: New test.
15869
15870 2002-10-10  Roger Sayle  <roger@eyesopen.com>
15871
15872         * gcc.c-torture/execute/shiftopt-1.c: New test case.
15873
15874 2002-10-10  Jim Wilson  <wilson@redhat.com>
15875
15876         * gcc.c-torture/execute/20021010-1.c: New test.
15877
15878 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
15879
15880         PR c/7353
15881         * g++.dg/ext/typedef-init.C: New test.
15882         * gcc.dg/typedef-init.c: New test.
15883
15884 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
15885
15886         * gcc.dg/cpp/paste13.c: New test.
15887
15888 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15889
15890         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
15891         remaining platforms, XFAIL during compile, not execute.  Don't
15892         XFAIL at -O0.
15893
15894 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
15895
15896         * gcc.dg/alias-1.c: Tweak expected warning.
15897
15898 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
15899
15900         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
15901
15902 2002-10-06  Andreas Jaeger  <aj@suse.de>
15903
15904         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
15905         * gcc.dg/cpp/c++98.C: Likewise.
15906
15907         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
15908         * g++.dg/cpp/c++98.C: Likewise.
15909
15910         * g++.dg/README (Subdirectories): Mention cpp directory.
15911
15912         PR target/7559
15913         * gcc.dg/20021006-1.c: New test.
15914
15915 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
15916
15917         PR c++/7804
15918         * g++.dg/other/warning1.C: New test.
15919
15920 2002-10-04  Roger Sayle  <roger@eyesopen.com>
15921
15922         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
15923         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
15924         and sparc-*-* with -m64 as expected failures.  See PR 8087.
15925
15926 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15927
15928         PR c++/7931
15929         * g++.dg/template/ptrmem3.C: New test.
15930
15931         PR c++/7754
15932         * g++.dg/template/union1.C: New test.
15933
15934 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
15935
15936         PR c++/8006
15937         * g++.dg/abi/mangle9.C: New test.
15938         * g++.dg/abi/mangle10.C: New test.
15939         * g++.dg/abi/mangle11.C: New test.
15940         * g++.dg/abi/mangle12.C: New test.
15941
15942 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
15943
15944         PR c++/7188.
15945         * g++.dg/template/meminit1.C: New test.
15946         * g++.dg/warn/Wreorder-1.C: Likewise.
15947         * g++.old-deja/g++.mike/warn3.C: Tweak.
15948         * lib/prune.exp: Ingore "in copy constructor".
15949
15950 2002-10-02  Andreas Jaeger  <aj@suse.de>
15951
15952         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
15953         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
15954         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
15955         on x86-64.
15956
15957 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15958
15959         * gcc.dg/empty1.C: Fix typo.
15960
15961 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
15962
15963         * gcc.dg/alias-1.c: New test.
15964
15965 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
15966
15967         * gcc.dg/empty1.C: New test.
15968
15969         * g++.dg/tls/init-2.C: Tweak error messages.
15970
15971 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
15972
15973         * gcc.c-torture/compile/20020923-1.c: New test.
15974
15975 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
15976
15977         * gcc.c-torture/execute/ffs-1.c: New test.
15978         * gcc.c-torture/execute/ffs-2.c: Ditto.
15979
15980 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
15981
15982         * g++.dg/overload/member1.C: New test.
15983
15984 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
15985
15986         * g++.dg/abi/empty7.C: New test.
15987         * g++.dg/init/pm2.C: Likewise.
15988
15989 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
15990
15991         * g++.dg/rtti/crash1.C: New test.
15992
15993 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
15994
15995         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
15996         gcc.dg/sibcall-4.c: New tests.
15997
15998 2002-09-28  Roger Sayle  <roger@eyesopen.com>
15999
16000         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
16001         powerpc and MMIX targets.
16002
16003 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
16004
16005         * gcc.dg/cpp/20020927-1.c: New.
16006
16007 2002-09-26  David S. Miller  <davem@redhat.com>
16008
16009         * gcc.c-torture/compile/trunctfdf.c: New.
16010
16011 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16012
16013         * lib/target-supports.exp (check_weak_available): Handle solaris2.
16014
16015 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
16016
16017         * gcc.c-torture/execute/loop-15.c: New.
16018
16019 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
16020
16021         * README.QMTEST: Fix typo.
16022
16023 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
16024
16025         * gcc.dg/20020926-1.c: New test.
16026
16027 2002-09-25  David S. Miller  <davem@redhat.com>
16028
16029         PR target/7842
16030         * gcc.c-torture/execute/shiftdi.c: New test.
16031
16032 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
16033
16034         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
16035         unique to the tool.
16036         * lib/g77.exp (g77_init): Likewise.
16037         * lib/g++.exp (g++_init): Likewise.
16038         * lib/objc.exp (objc_init): Likewise.
16039
16040 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
16041
16042         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
16043         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
16044         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
16045
16046 2002-09-25  Richard Henderson  <rth@redhat.com>
16047
16048         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
16049         too-small long double.
16050
16051 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
16052
16053         * gcc.dg/20020919-1.c: New test.
16054
16055 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
16056
16057         * g++.dg/abi/bitfield6.C: New test.
16058         * g++.dg/abi/bitfield7.C: New test.
16059         * g++.dg/abi/bitfield8.C: New test.
16060         * g++.dg/abi/vbase11.C: New test.
16061
16062 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16063
16064         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
16065         hppa*-*-hpux*.  Update test comment.
16066
16067 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
16068
16069         * gcc.dg/tls/struct-1.c: New test.
16070
16071 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
16072
16073         * gcc.dg/cpp/tr-warn2.c: Update.
16074
16075 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
16076
16077         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
16078
16079 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
16080
16081         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
16082         systems.
16083
16084 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
16085
16086         * gcc.c-torture/execute/ieee/mzero3.c: New test.
16087
16088         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
16089         Adjust for c++filt moved to binutils.  Remove spurious duplicate
16090         setting of cxxfilt.
16091
16092 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
16093
16094         * gcc.dg/20020312-2.c: Update for darwin.
16095
16096 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
16097
16098         * g++.old-deja/g++.other/crash32.C: Mark ICE.
16099
16100 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
16101
16102         * objc.dg/comp-types-1.m: New test.
16103         * objc.dg/comp-types-2.m: New test.
16104         * objc.dg/comp-types-3.m: New test.
16105         * objc.dg/comp-types-4.m: New test.
16106         * objc.dg/comp-types-5.m: New test.
16107         * objc.dg/comp-types-6.m: New test.
16108
16109 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16110
16111         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
16112
16113 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
16114
16115         * g++.dg/other/do1.C: New test.
16116
16117         * g++.dg/template/subst1.C: New test.
16118
16119 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
16120
16121         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
16122
16123 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
16124
16125         * g++.dg/template/qualttp20.C: Adjust expected errors.
16126         * g++.old-deja/g++.jason/report.C: Likewise.
16127         * g++.old-deja/g++.other/qual1.C: Likewise.
16128
16129         * g++.dg/lookup/scoped2.C: New test.
16130
16131         * g++.dg/ext/asm3.C: New test.
16132
16133 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
16134
16135         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
16136
16137 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
16138
16139         * ChangeLog: follow spelling conventions.
16140         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
16141         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
16142         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
16143         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
16144         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
16145         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
16146         * g++.old-deja/g++.law/global-init1.C: Likewise.
16147         * g++.old-deja/g++.other/delete4.C: Likewise.
16148         * g++.old-deja/g++.other/inline21.C: Likewise.
16149         * g++.old-deja/g++.other/singleton.C: Likewise.
16150         * g77.dg/strlen0.f: Likewise.
16151         * g77.f-torture/compile/20010519-1.f: Likewise.
16152         * g77.f-torture/compile/980310-4.f: Likewise.
16153         * gcc.c-torture/compile/20000605-1.c: Likewise.
16154         * gcc.c-torture/execute/20020225-1.c: Likewise.
16155         * gcc.dg/c90-hexfloat-2.c: Likewise.
16156         * gcc.dg/c99-bool-1.c: Likewise.
16157         * gcc.dg/c99-hexfloat-2.c: Likewise.
16158         * gcc.dg/dll-2.c: Likewise.
16159         * gcc.dg/wtr-union-init-1.c: Likewise.
16160         * gcc.dg/wtr-union-init-2.c: Likewise.
16161         * gcc.dg/wtr-union-init-3.c: Likewise.
16162         * gcc.dg/cpp/avoidpaste1.c: Likewise.
16163         * gcc.dg/cpp/defined.c: Likewise.
16164         * gcc.dg/cpp/macsyntx.c: Likewise.
16165         * gcc.dg/cpp/paste2.c: Likewise.
16166         * gcc.dg/cpp/trad/defined.c: Likewise.
16167         * gcc.dg/format/c90-printf-1.c: Likewise.
16168         * gcc.dg/format/c90-scanf-1.c: Likewise.
16169         * gcc.dg/format/c99-printf-1.c: Likewise.
16170         * gcc.dg/format/c99-scanf-1.c: Likewise.
16171         * gcc.misc-tests/gcov-8.c: Likewise.
16172         * lib/profopt.exp: Likewise.
16173
16174 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
16175
16176         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
16177
16178 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
16179
16180         * g++.dg/inherit/using2.C: New test.
16181
16182 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
16183
16184         * ChangeLog: Follow spelling conventions.
16185         * g++.dg/template/friend4.C: Likewise.
16186         * g++.old-deja/g++.pt/crash67.C: Likewise.
16187         * gcc.c-torture/execute/20000801-4.c: Likewise.
16188         * gcc.dg/c90-digraph-1.c: Likewise.
16189         * gcc.dg/c94-digraph-1.c: Likewise.
16190         * gcc.dg/c99-digraph-1.c: Likewise.
16191         * gcc.dg/cpp/line5.c: Likewise.
16192         * gcc.dg/cpp/multiline.c: Likewise.
16193         * gcc.dg/cpp/trad/literals-1.c: Likewise.
16194         * gcc.dg/format/attr-3.c: Likewise.
16195         * gcc.dg/format/c90-scanf-3.c: Likewise.
16196         * gcc.dg/format/ext-4.c: Likewise.
16197
16198 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
16199
16200         * g++.dg/template/pretty1.C: New test.
16201
16202 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
16203
16204         * gcc.c-torture/execute/struct-cpy-1.c: New test.
16205
16206 2002-09-13  Matt Austern  <austern@apple.com>
16207
16208         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
16209         passing a cast expression to a function by const reference.
16210
16211 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
16212
16213         * g++.dg/template/deduce1.C: New test.
16214
16215 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
16216
16217         * gcc.c-torture/execute/simd-1.c: Force all use of int to
16218         32-bit int.
16219
16220 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
16221
16222         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
16223         usage.
16224
16225 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
16226
16227         * gcc.c-torture/compile/20020910-1.c: New test.
16228
16229 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
16230
16231         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
16232
16233 2002-09-10  Andreas Jaeger  <aj@suse.de>
16234
16235         * gcc.dg/20020312-2.c: Adjust for x86-64.
16236
16237 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
16238
16239         * g77.dg/7388.f: New test case for PR 7388.
16240
16241 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
16242
16243         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
16244
16245 2002-09-05  Ziemowit Laski <zlaski@apple.com>
16246
16247         * objc.dg/proto-lossage-1.m: New test.
16248
16249 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
16250
16251         * gcc.dg/cpp/_Pragma4.c: Fix typo.
16252
16253 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
16254
16255         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
16256         expected to pass.
16257
16258 2002-09-06  Stan Shebs  <shebs@apple.com>
16259             David Edelsohn  <edelsohn@gnu.org>
16260
16261         * gcc.dg/weak: New directory.
16262         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
16263         target-specific xfail bits.
16264         * gcc.dg/typeof-2.c: Move to new directory.
16265         * gcc.dg/weak.exp: New expect script.
16266
16267 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
16268
16269         * gcc.c-torture/execute/extzvsi.c: New test.
16270
16271 2002-09-05  Stan Shebs  <shebs@apple.com>
16272
16273         * gcc.dg/weak-1.c: xfail on Darwin.
16274         * gcc.dg/weak-2.c: Ditto.
16275         * gcc.dg/weak-3.c: Ditto.
16276         * gcc.dg/weak-4.c: Ditto.
16277         * gcc.dg/weak-5.c: Ditto.
16278         * gcc.dg/weak-6.c: Ditto.
16279         * gcc.dg/weak-7.c: Ditto.
16280         * gcc.dg/weak-8.c: Ditto.
16281         * gcc.dg/weak-9.c: Ditto.
16282
16283 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
16284
16285         * gcc.c-torture/execute/loop-14.c: New test.
16286
16287 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
16288
16289         * g++.dg/other/cxa-atexit1.C: New test.
16290
16291         * gcc.dg/typeof-2.c: New test.
16292
16293 2002-09-03  Roger Sayle  <roger@eyesopen.com>
16294
16295         * gcc.dg/builtins-2.c: New testcase.
16296         * gcc.dg/builtins-3.c: New testcase.
16297
16298 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
16299
16300         * gcc.dg/cpp/_Pragma4.c: New test.
16301
16302 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
16303
16304         * objc/execute/nil_method-1.m: New testcase.
16305
16306 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
16307
16308         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
16309         [Object class], not [Object initialize].
16310
16311 2002-08-31  Roger Sayle  <roger@eyesopen.com>
16312             Hans-Peter Nilsson  <hp@bitrange.com>
16313
16314         * gcc.c-torture/execute/20020720-1.x: Skip test on
16315         mmix-knuth-mmixware.  Correct comment.
16316
16317 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
16318
16319         * testsuite/g++.dg/abi/bitfield5.C: New test.
16320         * testsuite/g++.dg/abi/vbase10.C: Likewise.
16321
16322 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
16323
16324         * objc.dg/undeclared-selector.m: New test.
16325
16326 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
16327
16328         * g++.dg/other/offsetof1.C: Avoid cast warning.
16329
16330 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
16331
16332         * objc.dg/super-class-2.m: New test.
16333
16334 2002-08-24  Matt Austern  <austern@apple.com>
16335
16336         * g++.dg/ext/lvaddr.C: New test.
16337         * g++.dg/ext/lvcast.C: New test.
16338
16339 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
16340
16341         * testsuite/g++.dg/inherit/cond1.C: New test.
16342
16343 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
16344
16345         * gcc.dg/noncompile/incomplete-1.c: New test.
16346
16347 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
16348
16349         * gcc.dg/typespec-1.c: New test.
16350
16351 2002-08-20  Devang Patel  <dpatel@apple.com>
16352         * objc.dg/proto-hier-2.m: New test.
16353
16354 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
16355
16356         * objc.dg/bitfield-1.m: New test.
16357         * objc.dg/bitfield-2.m: New test.
16358
16359 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
16360
16361         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
16362         gcc.dg/c99-flex-array-4.c: New tests.
16363
16364 2002-08-16  Stan Shebs  <shebs@apple.com>
16365
16366         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
16367
16368 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
16369
16370         * gcc.dg/typeof-1.c: New test.
16371         * g++.dg/ext/typeof2.C: New test.
16372
16373 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
16374
16375         * g++.dg/other/offsetof1.C: New test.
16376
16377 2002-08-14  Richard Henderson  <rth@redhat.com>
16378
16379         * gcc.dg/tls/diag-3.c: Fix expected message strings.
16380
16381 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
16382
16383         * gcc.dg/cpp/_Pragma3.c: New test.
16384
16385 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
16386
16387         * g++.dg/template/inherit3: New test.
16388
16389 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
16390
16391         * gcc.dg/bitfld-4.c: Add blank options.
16392
16393 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
16394
16395         * g++.dg/template/crash1.C: New test.
16396
16397 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16398
16399         * gcc.dg/tls/opt-2.c: New test.
16400
16401 2002-08-08  Devang Patel  <dpatel@apple.com>
16402
16403         * objc.dg/selector-1.m : New test
16404
16405 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16406
16407         * g++.dg/abi/bitfield4.C: New test.
16408         * gcc.dg/bitfld-4.c: New test.
16409
16410 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
16411
16412         * g++.dg/other/packed1.C: New test.
16413
16414 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
16415
16416         * g++.dg/abi/offsetof.C: Tweak error messages.
16417         * g++.old-deja/g++.mike/p10769a.C: Likewise.
16418
16419 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
16420
16421         * gcc.dg/bitfld-3.c: New test.
16422
16423 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
16424             Richard Henderson  <rth@redhat.com>
16425
16426         * gcc.dg/i386-bitfield1.c: New test.
16427         * g++.dg/abi/bitfield3.C: Update.
16428
16429 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
16430
16431         * objc.dg/const-str-2.m: Update.
16432         * gcc.dg/cpp/c++98.c: Change to C extension.
16433         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
16434         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
16435
16436 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
16437
16438         * testsuite/gcc.dg/tls/diag-3.c: New.
16439
16440 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
16441
16442         * g++.dg/README (Subdirectories): Document new subdir expr.
16443         * g++.dg/expr/pmf-1.C: New test.
16444
16445 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
16446
16447         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
16448
16449 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
16450
16451         * g++.dg/abi/bitfield3.C: New test.
16452
16453 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
16454
16455         * lib/gcov.exp: Tweak expected line formats.
16456         * gcc.misc-tests/gcov8.c: New test.
16457         * gcc.misc-tests/gcov8.x: New flags.
16458
16459 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
16460
16461         * consistency.vlad/layout/endian.c: Include string.h.
16462
16463         * gcc.c-torture/execute/20020805-1.c: New test.
16464
16465 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
16466
16467         * g++.dg/other/conversion1.C: New test.
16468
16469 2002-08-03  Roger Sayle  <roger@eyesopen.com>
16470
16471         * gcc.dg/builtins-1.c: New testcase.
16472
16473 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
16474
16475         * g++.dg/inherit/access3.C: New test.
16476
16477 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
16478
16479         * gcc.dg/ia64-visibility-2.c: New test.
16480
16481 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
16482
16483         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
16484         __qualifier_flags to __flags.
16485
16486 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
16487
16488         * g++.dg/inherit/operator1.C: New test.
16489         * g++.dg/lookup/disamb1.C: Fix typo in comment.
16490         * g++.dg/other/error1.C: Change expected error message.
16491         * g++.dg/template/conv4.C: Likewise.
16492
16493 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
16494
16495         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
16496         for documented behavior.
16497
16498 2002-07-25  Roger Sayle  <roger@eyesopen.com>
16499
16500         * gcc.c-torture/execute/20020720-1.x: Skip this test on
16501         several targets known to fail.
16502
16503 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
16504
16505         * gcc.dg/mips-args-[123].c: New tests.
16506
16507 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
16508
16509         * gcc.dg/ppc-spe.c: New.
16510
16511 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
16512
16513         * g++.dg/other/ptrmem4.C: New testcase.
16514
16515 2002-07-24  Richard Henderson  <rth@redhat.com>
16516
16517         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
16518
16519 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
16520
16521         * g++.dg/ext/alignof1.C (main): Return 0 for success.
16522
16523 2002-07-24  Roger Sayle  <roger@eyesopen.com>
16524
16525         * gcc.c-torture/execute/memset-3.c: New testcase.
16526
16527 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
16528
16529         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
16530         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
16531
16532 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16533
16534         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
16535         Delete.
16536
16537 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
16538
16539         * gcc.c-torture/compile/simd-4.c: New test.
16540
16541 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16542
16543         PR c++/7347, c++/7348
16544         * g++.dg/template/access4.C: New test.
16545         * g++.dg/template/access5.C: New test.
16546         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
16547         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
16548         * g++.old-deja/g++.pt/ttp58.C: Likewise.
16549         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
16550
16551 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
16552
16553         * gcc.dg/gnu89-init-2.c: New test.
16554
16555 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
16556
16557         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
16558
16559 2002-07-20  Roger Sayle  <roger@eyesopen.com>
16560
16561         * gcc.c-torture/execute/20020720-1.c: New testcase.
16562
16563 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
16564
16565         * gcc.dg/cpp/Wsignprom.c: New tests.
16566
16567 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
16568
16569         * gcc.c-torture/execute/loop-13.c: New test.
16570
16571 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
16572
16573         * gcc.dg/cpp/expr.c: New tests.
16574
16575 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
16576
16577         * g++.dg/opt/pr6713.C: Add template instantiation.
16578
16579 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
16580
16581         * gcc.dg/nest.c: New test.
16582
16583 2002-07-17  Richard Henderson  <rth@redhat.com>
16584
16585         * g++.dg/opt/pr6713.C: New test.
16586
16587 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
16588
16589         * gcc.c-torture/execute/loop-2e.x: Let the testcase
16590         XFAIL for all x86 processors.
16591
16592 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
16593
16594         * gcc.c-torture/execute/20010122-1.x: Do not test with
16595         -fomit-frame-pointer.
16596
16597 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16598
16599         * g++.dg/template/instantiate2.C: New test.
16600         * g++.dg/template/spec4.C: New test.
16601
16602 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16603
16604         * g++.dg/template/access2.C: New test.
16605         * g++.dg/template/access3.C: New test.
16606
16607 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
16608
16609         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
16610         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
16611         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
16612         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
16613         Convert to use <stdarg.h>.
16614         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
16615         Delete.
16616         * gcc.dg/va-arg-2.c: New.
16617         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
16618
16619 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
16620
16621         * gcc.c-torture/compile/20020710-1.c: New test.
16622
16623 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
16624                           Andrew Pinski  <pinskia@physics.uc.edu>
16625
16626         gcc.c-torture/compile/simd-2.c: New testcase.
16627         gcc.c-torture/compile/simd-3.c: Likewise.
16628
16629 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
16630
16631         PR c++/7224
16632         * g++.dg/overload/error1.C: New test.
16633
16634 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16635
16636         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
16637         configuration and IRIX 6 O32 ABI.
16638
16639 2002-07-11  Roger Sayle  <roger@eyesopen.com>
16640
16641         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
16642
16643 2002-07-10  Roger Sayle  <roger@eyesopen.com>
16644
16645         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
16646
16647 2002-07-10  Jeffrey A Law  <law@redhat.com>
16648
16649         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
16650
16651         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
16652
16653 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
16654
16655         * gcc.dg/20020312-2.c: Check for __PPC__.
16656
16657 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
16658
16659         * gcc.c-torture/compile/20020709-1.c: New test.
16660
16661 2002-07-07  Roger Sayle  <roger@eyesopen.com>
16662
16663         * g++.dg/template/qualttp21.C: New test case.
16664
16665 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
16666
16667         * gcc.c-torture/compile/20020706-1.c: New test.
16668         * gcc.c-torture/compile/20020706-2.c: New test.
16669
16670 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
16671             Alexandre Oliva  <aoliva@redhat.com>
16672
16673         * g++.dg/warn/incomplete1.C: New test.
16674
16675 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16676
16677         PR c++/7099
16678         * g++.dg/warn/noreturn1.C: New test.
16679
16680 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
16681
16682         PR c++/6706
16683         * g++.dg/debug/debug6.C: New test.
16684         * g++.dg/debug/debug7.C: New test.
16685
16686 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
16687
16688         * gcc.c-torture/compile/simd-3.c: New test.
16689
16690 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
16691
16692         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
16693         * gcc.dg/20020620-1.c: Likewise.
16694
16695 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16696
16697         PR c++/6944
16698         * g++.dg/init/array4.C: New test.
16699         * g++.dg/init/array5.C: New test.
16700
16701 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
16702
16703         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
16704         * gcc.c-torture/execute/simd-2.c (main): Likewise.
16705
16706 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16707
16708         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
16709         * gcc.dg/wtr-aggr-init-1.c: Likewise.
16710         * gcc.dg/wtr-conversion-1.c: Likewise.
16711         * gcc.dg/wtr-escape-1.c: Likewise.
16712         * gcc.dg/wtr-int-type-1.c: Likewise.
16713         * gcc.dg/wtr-label-1.c: Likewise.
16714         * gcc.dg/wtr-static-1.c: Likewise.
16715         * gcc.dg/wtr-strcat-1.c: Likewise.
16716         * gcc.dg/wtr-suffix-1.c: Likewise.
16717         * gcc.dg/wtr-switch-1.c: Likewise.
16718         * gcc.dg/wtr-unary-plus-1.c: Likewise.
16719         * gcc.dg/wtr-union-init-1.c: Likewise.
16720         * gcc.dg/wtr-union-init-2.c: Likewise.
16721         * gcc.dg/wtr-union-init-3.c: Likewise.
16722
16723         * gcc.dg/wtr-func-def-1.c: New test.
16724
16725 2002-07-02 Devang Patel <dpatel@apple.com>
16726
16727         * objc.dg/param-1.m: New test.
16728
16729 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
16730
16731         * gcc.dg/cpp/trad/directive.c: Add test.
16732         * gcc.dg/cpp/trad/macroargs.c: Add test.
16733         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
16734
16735 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
16736
16737         * gcc.dg/cpp/cmdlne-M.c: New test.
16738
16739 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
16740
16741         * objc.dg/desig-init-1.m: New test.
16742
16743 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16744
16745         PR c++/6716
16746         * g++.dg/template/instantiate1.C: New test.
16747
16748 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
16749
16750         PR c++/7112
16751         * g++.dg/template/sizeof2.C: New test.
16752
16753 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16754
16755         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
16756         gcc.dg/cpp/trad/include.c: New tests.
16757
16758 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
16759
16760         PR target/7177
16761         * gcc.c-torture/compile/20020701-1.c: New test.
16762
16763 2002-07-01  Stan Shebs  <shebs@apple.com>
16764
16765         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
16766         header here...
16767         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
16768         (objc-torture-execute): or here.
16769
16770 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
16771
16772         * gcc.c-torture/execute/arith-rand-ll.c: New test.
16773
16774 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
16775
16776         * gcc.dg/cpp/trad/escaped-nl.c: New test.
16777
16778 2002-06-30  Devang Patel  <dpatel@apple.com>
16779
16780         * objc.dg/fsyntax-only.m: New test.
16781
16782 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
16783
16784         PR c++/6695
16785         * g++.dg/template/friend7.C: New file.
16786
16787 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
16788
16789         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
16790         return type.
16791
16792 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
16793
16794         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
16795         avoid division by zero.
16796
16797 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
16798
16799         * gcc.dg/Wunknownprag.c: New tests.
16800
16801 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
16802
16803         * gcc.c-torture/execute/simd-2.c: New test.
16804
16805 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
16806
16807         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
16808         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
16809         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
16810         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
16811         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
16812         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
16813         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
16814         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
16815         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
16816         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
16817         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
16818         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
16819         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
16820         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
16821         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
16822         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
16823         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
16824
16825 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
16826
16827         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
16828         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
16829         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
16830         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
16831         New tests.
16832         * gcc.dg/cpp/trad/directive.c: Update.
16833
16834 2002-06-23  Andreas Jaeger  <aj@suse.de>
16835
16836         * gcc.c-torture/execute/complex-6.c: New.
16837
16838 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
16839
16840         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
16841         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
16842         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
16843         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
16844
16845 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
16846
16847         * gcc.dg/cpp/trad: New directory with traditional tests copied
16848         from parent directory.
16849         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16850         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16851         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16852         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16853         Move to trad/ and rename.
16854         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
16855         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
16856         gcc.dg/cpp/trad/redef2.c: New tests.
16857         * gcc.dg/cpp/trad/trad.exp: New driver.
16858
16859 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
16860
16861         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
16862         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
16863         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
16864         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
16865         Remove.
16866
16867 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
16868
16869         * gcc.dg/20020620-1.c: New test.
16870
16871 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16872
16873         * g++.dg/template/ttp4.C: New test.
16874
16875 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
16876
16877         * g++.dg/opt/vt1.C: Fix regexp.
16878
16879 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16880
16881         * gcc.c-torture/execute/pure-1.c: Make functions static again.
16882         Don't use attribute `noinline'.
16883
16884 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16885
16886         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
16887
16888 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
16889
16890         * gcc.c-torture/execute/simd-1.c: New.
16891
16892         * gcc.dg/simd-1.c: New.
16893
16894 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
16895
16896         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
16897
16898 2002-06-16  Richard Henderson  <rth@redhat.com>
16899
16900         * g++.dg/ext/anon-struct1.C: New.
16901         * g++.dg/ext/anon-struct2.C: New.
16902         * g++.dg/ext/anon-struct3.C: New.
16903         * gcc.dg/anon-struct-1.c: New.
16904         * gcc.dg/anon-struct-2.c: New.
16905         * gcc.dg/anon-struct-3.c: New.
16906         * gcc.dg/20011008-1.c: Adjust warning text.
16907         * gcc.dg/20020527-1.c: Add -fms-extensions.
16908
16909 2002-06-16  Richard Henderson  <rth@redhat.com>
16910
16911         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
16912
16913 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
16914
16915         * gcc.c-torture/execute/20020615-1.c: New test.
16916
16917 2002-06-15  Roger Sayle  <roger@eyesopen.com>
16918
16919         * gcc.c-tortuture/execute/compare-1.c: New test case.
16920         * gcc.c-tortuture/execute/compare-2.c: New test case.
16921         * gcc.c-tortuture/execute/compare-3.c: New test case.
16922
16923 2002-06-13  Richard Henderson  <rth@redhat.com>
16924
16925         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
16926         ia64 ilp32.
16927
16928 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
16929
16930         * g++.dg/template/typename2.C: Update error message.
16931
16932 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
16933
16934         * gcc.c-torture/execute/20020611-1.c: New test.
16935
16936 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
16937
16938         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
16939         list of targets to skip.
16940
16941 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
16942
16943         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
16944         targets if not optimizing.
16945
16946 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
16947
16948         * gcc.c-torture/compile/20020605-1.c: New test.
16949
16950         * g++.dg/opt/vt1.C: New test.
16951
16952         * gcc.dg/20020531-1.c: New test.
16953
16954         * gcc.dg/20020530-1.c: New test.
16955
16956         * gcc.dg/20020527-1.c: New test.
16957
16958         * g++.dg/opt/cse1.C: New test.
16959
16960 2002-06-07  Roger Sayle  <roger@eyesopen.com>
16961
16962         * gcc.dg/20020607-2.c: New test case.
16963
16964 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
16965
16966         * gcc.c-torture/compile/20020604-1.c: New test.
16967
16968 2002-06-04  Richard Henderson  <rth@redhat.com>
16969
16970         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
16971         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
16972         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
16973
16974 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
16975
16976         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
16977
16978 2002-06-03  Richard Henderson  <rth@redhat.com>
16979
16980         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
16981         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
16982
16983 2002-06-02  Richard Henderson  <rth@redhat.com>
16984
16985         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
16986         test functions static.
16987
16988 2002-06-02  Andreas Jaeger  <aj@suse.de>
16989
16990         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
16991         now.
16992
16993 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
16994
16995         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
16996         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
16997         Update for mofified diagnostics.
16998         * gcc.dg/c99-intconst-1.c: No longer fail.
16999
17000 2002-06-02  Richard Henderson  <rth@redhat.com>
17001
17002         * gcc.dg/uninit-A.c: Remove xfail markers.
17003
17004 2002-06-01  Roger Sayle  <roger@eyesopen.com>
17005
17006         * gcc.dg/fnegate-1.c: New test case.
17007
17008 2002-05-30  Osku Salerma  <osku@iki.fi>
17009
17010         * gcc.c-torture/execute/mayalias-1.c: New file.
17011
17012 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
17013
17014         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
17015         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
17016         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
17017
17018 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
17019
17020         * gcc.c-torture/execute/20020529-1.c: New test.
17021
17022 2002-05-27  Richard Henderson  <rth@redhat.com>
17023
17024         * g++.dg/ext/attrib6.C: New test case.
17025
17026 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17027
17028         * gcc.c-torture/execute/pure-1.c: New test.
17029
17030 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
17031
17032         * gcc.dg/cpp/arith-2.c: Remove.
17033
17034 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
17035
17036         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
17037         * gcc.dg/cpp/if-3.c: Remove.
17038
17039 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
17040
17041         * g++.dg/opt/cse2.C: New test.
17042
17043 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
17044
17045         * gcc.dg/cpp/arith-1.c: New semantic tests.
17046         * gcc.dg/cpp/if-1.c: Update.
17047
17048 2002-05-24  Ben Elliston  <bje@redhat.com>
17049
17050         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
17051
17052 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
17053
17054         * gcc.dg/verbose-asm.c: New test.
17055
17056 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
17057
17058         * gcc.dg/cpp/paste12.c: New test.
17059
17060 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
17061
17062         * g++.dg/parse/named_ops.C: New test.
17063
17064 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
17065
17066         * gcc/testsuite/gcc.dg/weak-8.c: New test.
17067
17068 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
17069
17070         * gcc.dg/weak-2.c: Allow optional leading underscore
17071         in scan-assembler symbol name.
17072         * gcc.dg/weak-3.c: Likewise.
17073         * gcc.dg/weak-4.c: Likewise.
17074         * gcc.dg/weak-5.c: Likewise.
17075
17076 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
17077
17078         * gcc.dg/20020523-1.c: New test.
17079
17080 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
17081
17082         * objc.dg/const-str-2.m: Update now that we stop after
17083         a command line error.
17084
17085 2002-05-22  Richard Henderson  <rth@redhat.com>
17086
17087         * g++.dg/dg.exp: Fix typo in test pruneing.
17088
17089 2002-05-22  Richard Henderson  <rth@redhat.com>
17090
17091         * g++.dg/dg.exp: Prune the tls subdirectory.
17092         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
17093         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
17094         * g++.dg/tls/init-1.C: New.
17095
17096 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
17097
17098         * gcc.dg/20020517-1.c: New test.
17099
17100 2002-05-21  Richard Henderson  <rth@redhat.com>
17101
17102         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
17103         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
17104
17105 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
17106
17107         * g++.dg/other/copy2.C: New test.
17108
17109 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
17110
17111         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
17112         (MAX_COPY): Bump up to 10 times sizeof (long long).
17113         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
17114
17115         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
17116         sizeof (long long).
17117
17118         * gcc.c-torture/execute/strcpy-1.c: New test.
17119
17120 2002-05-19  Jason Merrill  <jason2redhat.com>
17121
17122         * g++.dg/ext/oper1.C: New test.
17123
17124 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
17125 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
17126
17127         * README.QMTEST: New file.
17128
17129         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
17130
17131 2002-05-19  Andreas Jaeger  <aj@suse.de>
17132
17133         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
17134         now.
17135         * gcc.c-torture/execute/loop-2d.x: Likewise.
17136
17137 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
17138
17139         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
17140         support weak symbols.
17141         * gcc.dg/weak-4.c: Likewise
17142         * gcc.dg/weak-6.c: Likewise
17143
17144 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
17145
17146         * gcc.dg/weak-3.c: Add dg-excess-error comment for
17147         cygwin, coff and h8300-*-hms targets
17148         * gcc.dg/weak-5.c: Likewise
17149         * gcc.dg/weak-7.c: Likewise
17150
17151 2002-05-16  Jason Merrill  <jason@redhat.com>
17152
17153         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
17154         (scan-assembler-not, scan-assembler-dem): Likewise.
17155         (scan-assembler-dem-not): Likewise.
17156
17157 2002-05-15  Richard Henderson  <rth@redhat.com>
17158
17159         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
17160
17161 2002-05-15  Richard Henderson  <rth@redhat.com>
17162
17163         * gcc.dg/weak-5.c (vfoo1c): No warning here.
17164         (vfoo1f): Warning here.
17165         (vfoo1l): Don't redefine the alias.
17166
17167 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
17168
17169         * g++.dg/init/pm1.C: New test.
17170
17171 2002-05-12  David S. Miller  <davem@redhat.com>
17172
17173         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
17174         types.
17175
17176 2002-05-10  Roger Sayle  <roger@eyesopen.com>
17177
17178         * gcc.c-torture/execute/20020510-1.c: New test case.
17179
17180 2002-05-10  David S. Miller  <davem@redhat.com>
17181
17182         * gcc.c-torture/execute/conversion.c: Test long double too.
17183
17184 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
17185
17186         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
17187         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
17188         * lib/g++.exp (g++_link_flags): Likewise.
17189         * lib/objc.exp (objc_target_compile): Likewise.
17190
17191 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
17192
17193         * gcc.dg/cpp/poison.c: Update.
17194         * gcc.dg/cpp/20000625-2.c: Remove.
17195         * gcc.dg/cpp/direct2s.c: Remove final test.
17196
17197 2002-05-08  Tom Rix  <trix@redhat.com>
17198
17199         * gcc.c-torture/execute/20020508-1.c: New test.
17200         * gcc.c-torture/execute/20020508-2.c: New test.
17201         * gcc.c-torture/execute/20020508-3.c: New test.
17202
17203 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
17204
17205         * gcc.dg/cpp/charconst-4.c: More tests.
17206
17207 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
17208
17209         PR c/6569
17210         * gcc.dg/weak-3.c: Update location of warning messages.
17211         * gcc.dg/weak-5.c: Likewise.
17212
17213 2002-05-06  Roger Sayle  <roger@eyesopen.com>
17214
17215         * gcc.c-torture/execute/20020506-1.c: New test case.
17216
17217 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
17218
17219         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
17220
17221 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
17222
17223         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
17224
17225 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
17226
17227         * gcc.dg/cpp/charconst-3.c: New test.
17228
17229 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
17230
17231         * gcc.dg/cpp/charconst.c: Update tests.
17232
17233 2002-05-05  Tim Josling  <tej@melbpc.org.au>
17234
17235         * treelang: Added directory for new sample language treelang. Also
17236         lib/treelang.exp: New file to signal treelang should be tested.
17237
17238 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
17239
17240         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
17241         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
17242         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
17243         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
17244         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
17245         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
17246         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
17247
17248 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
17249
17250         * gcc.dg/format/xopen-2.c: New test.
17251
17252 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
17253
17254         * gcc.dg/20020503-1.c: New test.
17255
17256 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
17257
17258         * g++.dg/init/dtor1.C: Make it tougher.
17259
17260 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
17261
17262         * g++.dg/init/dtor1.C: New test.
17263
17264 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
17265
17266         * gcc.dg/altivec-8.c: New.
17267
17268 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
17269
17270         * gcc.dg/altivec-7.c: New.
17271
17272 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
17273
17274         * g++.dg/parse/typedef1.C: New test.
17275
17276 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
17277
17278         PR c++/6486
17279         * g++.dg/template/friend6.C: New test.
17280
17281         PR c++/6492
17282         * g++.dg/init/copy1.C: New test.
17283
17284 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
17285
17286         * g++.dg/warn/effc1.C: New test.
17287
17288 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
17289
17290         * gcc.dg/cpp/if-cexp.c: Add a test.
17291
17292 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
17293
17294         * gcc.dg/20020426-2.c: New test.
17295
17296 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
17297
17298         * gcc.dg/cpp/if-mop.c: Update.
17299         * gcc.dg/cpp/if-mpar.c: Add test.
17300         * gcc.dg/cpp/if-oppr.c: Update.
17301
17302 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17303
17304         PR c/6343
17305         * gcc.dg/weak-[2-7].c: New tests.
17306
17307 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
17308
17309         * gcc.dg/enum1.c: New test.
17310
17311 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17312
17313         PR c++/6497
17314         * g++.dg/inherit/access2.C: New test.
17315
17316 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
17317
17318         PR bootstrap/6445
17319         * gcc.dg/20020426-1.c: New test.
17320
17321 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
17322
17323         * g++.dg/abi/enum1.C: New test.
17324
17325 2002-04-26  Richard Henderson  <rth@redhat.com>
17326
17327         * gcc.dg/c99-bool-1.c: Expect always true warning.
17328
17329 2002-04-25  Roger Sayle  <roger@eyesopen.com>
17330
17331         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
17332
17333 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17334
17335         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
17336         targets.
17337
17338 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
17339
17340         * g++.dg/abi/mange7.C: New test.
17341
17342         PR c++/6438.
17343         * g++.dg/parse/stmtexpr2.C: New test.
17344
17345 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
17346
17347         * gcc.dg/20020312-2.c: Add SH target.
17348
17349 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17350
17351         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
17352         compiler output on mips*-*-irix*.
17353
17354 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
17355
17356         * g++.dg/parse/attr1.C: New test.
17357
17358 2002-04-23  Roger Sayle  <roger@eyesopen.com>
17359
17360         * gcc.c-torture/execute/string-opt-17.c: New test case.
17361         * gcc.c-torture/execute/memset-2.c: New test case.
17362
17363 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
17364
17365         PR c++/6256:
17366         * g++.dg/template/friend5.C: New test.
17367
17368         PR c++/6331:
17369         * g++.dg/template/qual1.C: Likewise.
17370
17371 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
17372
17373         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
17374         Include stdlib.h, not stdio.h or ctype.h.
17375
17376 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
17377
17378         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
17379         cris-*-elf* and mmix-*-*.
17380         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
17381         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
17382         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
17383         Ditto.
17384         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
17385         * gcc.dg/wchar_t-1.c: Ditto.
17386
17387 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
17388
17389         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
17390         Clarify comment.
17391
17392 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
17393
17394         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
17395
17396 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17397
17398         * gcc.c-torture/execute/20000906-1.x: Delete.
17399
17400 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
17401
17402         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
17403
17404 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
17405
17406         * PR6367
17407         * g77.f-torture/execute/6367.f: New test.
17408         * g77.f-torture/execute/6367.x: Disable for MMIX.
17409
17410 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
17411
17412         * PR6352
17413         * g++.dg/opt/inline2.C: New test.
17414
17415 2002-04-18  Richard Henderson  <rth@redhat.com>
17416
17417         * gcc.dg/20000906-1.c: Enable for all targets.
17418         * gcc.c-torture/compile/iftrap-2.c: New.
17419
17420 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17421
17422         * gcc.dg/20020418-1.c: New test.
17423         * gcc.dg/20020418-2.c: New test.
17424
17425 2002-04-18  Richard Henderson  <rth@redhat.com>
17426
17427         * gcc.c-torture/compile/iftrap-1.c: New.
17428         * gcc.dg/iftrap-1.c: Adjust for ia64.
17429         * gcc.dg/iftrap-2.c: New.
17430
17431 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
17432
17433         * gcc.c-torture/compile/20020418-1.c: New test.
17434
17435 2002-04-18  Roger Sayle  <roger@eyesopen.com>
17436
17437         * gcc.c-torture/compile/20020415-1.c: New.
17438
17439 2002-04-18  David S. Miller  <davem@redhat.com>
17440
17441         * gcc.c-torture/execute/20020418-1.c: New test.
17442
17443 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
17444
17445         * gcc.dg/20020416-1.c: New test.
17446
17447         * g++.dg/opt/inline1.C: New test.
17448
17449 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
17450
17451         * gcc.dg/altivec-5.c: New test.
17452
17453         * gcc.dg/20020415-1.c: New test.
17454
17455 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
17456
17457         * testsuite/lib/chill.exp: Remove.
17458
17459 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
17460
17461         * g++.dg/other/big-struct.C: New test.
17462
17463 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
17464
17465         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
17466         of scratch file.
17467
17468 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
17469
17470         PR c/6277
17471         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
17472         in scan-assembler function name
17473
17474 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
17475
17476         * g77.f-torture/execute/980628-4.x,
17477         g77.f-torture/execute/980628-5.x,
17478         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17479         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17480         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
17481         i[34567]86-*-*.
17482
17483 2002-04-13  David S. Miller  <davem@redhat.com>
17484
17485         * gcc.c-torture/execute/20020413-1.c: New test.
17486
17487 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
17488
17489         * gcc.dg/asm-6.c,
17490         * g++.dg/ext/asm1.C: New tests.
17491
17492 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
17493
17494         PR c++ 5373.
17495         * g++.dg/parse/stmtexpr1.C: New test.
17496
17497         PR c++/5189.
17498         * g++.dg/template/copy1.C: New test.
17499
17500 2002-04-12  Richard Henderson  <rth@redhat.com>
17501
17502         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
17503
17504 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
17505
17506         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
17507         gcc.c-torture/execute/20020307-2.c.
17508
17509 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
17510
17511         * g++.dg/ext/attrib5.C,
17512         * g++.dg/lookup/struct1.C: New tests.
17513
17514 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
17515
17516         * gcc.dg/20020411-1.c: New test.
17517
17518         * gcc.c-torture/execute/20020411-1.c: New test.
17519
17520 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
17521
17522         * g77.f-torture/execute/6177.f: New test.
17523
17524 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
17525
17526         PR middle-end/6247
17527         * g++.dg/opt/cleanup1.C: New test.
17528
17529         * g++.dg/opt/const1.C: New test.
17530
17531 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
17532
17533         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
17534
17535 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
17536
17537         PR c++/5507
17538         * g++.dg/template/typename2.C: New test.
17539
17540 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
17541
17542         * gcc.c-torture/execute/loop-12.c: New.
17543
17544 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
17545
17546         * g77.f-torture/execute/980628-4.x,
17547         g77.f-torture/execute/980628-5.x,
17548         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
17549         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
17550         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
17551
17552 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17553
17554         PR optimization/6086
17555         * g++.dg/opt/preinc1.C: New test.
17556
17557 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17558
17559         PR c++/5571
17560         * g++.dg/opt/static2.C: New test.
17561
17562 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
17563
17564         PR c/5120
17565         * gcc.dg/20020406-1.c: New test.
17566
17567 2002-04-04  David S. Miller  <davem@redhat.com>
17568
17569         * gcc.c-torture/execute/20020404-1.c: New test.
17570
17571 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
17572
17573         PR c/6123
17574         * gcc.dg/20020312-2.c: Do not declare global register variable
17575         if __PIC__ or __pic__ is defined.
17576
17577 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
17578
17579         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
17580         __asm__ so that it works correctly even if -ansi -pedantic-errors.
17581
17582 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17583
17584         * gcc.misc-tests/linkage.exp: Update last change to handle
17585         sparc*-, not just sparc-.
17586
17587 2002-04-03  Richard Henderson  <rth@redhat.com>
17588
17589         * gcc.dg/cpp/ucs.c: Improved long UCS test.
17590
17591 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17592
17593         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
17594
17595 2002-04-02  David S. Miller  <davem@redhat.com>
17596
17597         * gcc.c-torture/execute/20020402-3.c: New test.
17598
17599 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
17600
17601         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
17602         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
17603
17604         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
17605         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
17606         g77.f-torture/execute/20001201.x,
17607         g77.f-torture/execute/u77-test.x: New files.
17608
17609         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
17610         * gcc.dg/wchar_t-1.c: Ditto.
17611
17612 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
17613
17614         * gcc.c-torture/execute/20020402-1.c: New test.
17615
17616 2002-04-01  Richard Henderson  <rth@redhat.com>
17617
17618         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
17619
17620         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
17621
17622 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17623
17624         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
17625
17626 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17627
17628         * g++.dg/inherit/template-as-base.C: Expect error.
17629         * g++.dg/inherit/namespace-as-base.C: Likewise.
17630
17631 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
17632
17633         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
17634         g++.dg/ext/instantiate3.C: Tweak match patterns.
17635
17636         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
17637         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
17638         -da test.
17639
17640 2002-03-31  Richard Henderson  <rth@redhat.com>
17641
17642         * gcc.dg/special/alias-2.c: New.
17643         * gcc.dg/special/ecos.exp: Run it.
17644
17645 2002-03-31  Richard Henderson  <rth@redhat.com>
17646
17647         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
17648
17649 2002-03-31  Kazu Hirata  <kazu@hxi.com>
17650
17651         * gcc.dg/weak-1.c: Disable on h8300 port.
17652
17653 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
17654
17655         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
17656         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
17657         ordering tests.
17658         * g++.dg/bprob/bprob-1.C: New test.
17659         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
17660         * g++.dg/gcov/gcov-1.C: New test.
17661         * g++.dg/gcov/gcov-1.x: New file.
17662         * g++.dg/gcov/gcov-2.C: New test.
17663         * g++.dg/gcov/gcov-3.C: New test.
17664         * g++.dg/gcov/gcov-3.h: New file.
17665
17666 2002-03-28  Roger Sayle  <roger@eyesopen.com>
17667
17668         * g++.old-deja/g++.other/builtins5.C: New test.
17669         * g++.old-deja/g++.other/builtins6.C: New test.
17670         * g++.old-deja/g++.other/builtins7.C: New test.
17671         * g++.old-deja/g++.other/builtins8.C: New test.
17672         * g++.old-deja/g++.other/builtins9.C: New test.
17673
17674 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
17675
17676         * g++.dg/opt/static1.C: New test.
17677
17678         * g++.dg/opt/longbranch1.C: New test.
17679
17680 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
17681
17682         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
17683
17684         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
17685
17686 2002-03-28  Jeffrey A Law  (law@redhat.com)
17687
17688         * gcc.c-torture/execute/20020328-1.c: New test.
17689
17690 2002-03-27  Richard Henderson  <rth@redhat.com>
17691
17692         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
17693         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
17694         move from g++.old-deja/g++.ext/.
17695
17696 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
17697
17698         * g++.dg/init/new2.C: New test.
17699
17700 2002-03-26  Richard Henderson  <rth@redhat.com>
17701
17702         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
17703
17704         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
17705         on sparc.
17706
17707         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
17708         sparcv9 systems.
17709         * gcc.dg/20001102-1.c: Likewise.
17710
17711 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
17712
17713         * gcc.dg/cpp/endif-pedantic1.c,
17714         gcc.dg/cpp/endif-pedantic2.c:  New tests.
17715
17716 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
17717
17718         * g++.dg/init/new1.C: New test.
17719
17720 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
17721
17722         * g++.dg/abi/vbase9.C: New test.
17723
17724 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
17725
17726         * gcc.dg/arm-asm.c: New test.
17727
17728 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
17729
17730         * gcc.dg/Wswitch-enum.c: New test.
17731         Fix PR c/5044.
17732
17733 2002-03-26  Richard Henderson  <rth@redhat.com>
17734
17735         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
17736         structure.
17737
17738 2002-03-25  Richard Henderson  <rth@redhat.com>
17739
17740         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
17741         sparcv9 systems.
17742
17743         * gcc.c-torture/compile/20011119-1.c (xxx): New.
17744         * gcc.c-torture/compile/20011119-2.c (xxx): New.
17745
17746 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
17747
17748         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
17749
17750 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
17751
17752         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
17753         targets using generic thunk support.
17754
17755 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
17756
17757         * gcc.c-torture/compile/20020323-1.c: New test.
17758
17759         * g++.dg/opt/conj2.C: New test.
17760
17761 2002-03-24  Richard Henderson  <rth@redhat.com>
17762
17763         * gcc.dg/weak-1.c: Use -fno-common.
17764
17765 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17766
17767         * g77.dg/f77-edit-apostrophe-out.f: New test
17768         * g77.dg/f77-edit-h-out.f: New test
17769         * g77.dg/f77-edit-t-in.f: New test
17770         * g77.dg/f77-edit-t-out.f: New test
17771         * g77.dg/f77-edit-x-out.f: New test
17772         * g77.dg/f77-edit-slash-out.f: New test
17773         * g77.dg/f77-edit-colon-out.f: New test
17774         * g77.dg/f77-edit-s-out.f: New test
17775
17776 2002-03-24  Richard Henderson  <rth@redhat.com>
17777
17778         * objc/execute/formal_protocol-6.x: New XFAIL.
17779
17780 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17781
17782         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
17783         that do not support weak symbols
17784
17785 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
17786
17787         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
17788         * lib/g77.exp:  Likewise
17789         * lib/objc.exp: Likewise
17790
17791 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
17792
17793         * gcc.dg/Wswitch-default.c: New test.
17794
17795 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
17796
17797         * g++.dg/other/enum1.C: New test.
17798
17799 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
17800
17801         * gcc.dg/pragma-ep-3.c: Fix typo.
17802
17803 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
17804
17805         * g++.dg/inherit/template-as-base.C: New test.
17806
17807 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
17808
17809         * g++.old-deja/g++.other/dwarf2-1.C: Move...
17810         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
17811
17812 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
17813
17814         * gcc.dg/cpp/multiline.c: Update to match.
17815
17816 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
17817
17818         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
17819
17820 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
17821
17822         * gcc.dg/cpp/extratokens2.c:  New file.
17823
17824 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
17825
17826         * gcc.dg/20020312-2.c: Add rs6000 target.
17827
17828         * gcc.c-torture/compile/20020319-1.c: New test.
17829
17830 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17831
17832         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
17833         (A, E): Handle this.
17834
17835 2002-03-20  Jason Merrill  <jason@redhat.com>
17836
17837         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
17838         ignoring -fpic.
17839         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
17840         through prune_gcc_output.
17841
17842 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
17843
17844         * gcc.c-torture/compile/20020320-1.c: New test.
17845
17846 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
17847
17848         * gcc.c-torture/compile/20020318-1.c: New test.
17849
17850         * gcc.dg/struct-by-value-1.c: New test.
17851
17852         * gcc.dg/20020319-1.c: New test.
17853
17854 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
17855
17856         * g++.dg/opt/conj1.C: New test.
17857
17858 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
17859
17860         * g++.dg/template/qualttp20.C: Revert previous change.
17861         * g++.dg/template/qualttp3.C: Likewise.
17862         * g++.dg/template/qualttp4.C: Likewise
17863         * g++.dg/template/qualttp5.C: Likewise
17864         * g++.dg/template/qualttp6.C: Likewise
17865         * g++.dg/template/qualttp7.C: Likewise
17866         * g++.dg/template/qualttp8.C: Likewise
17867         * g++.dg/template/recurse.C: Likewise.
17868
17869 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
17870
17871         * gcc.dg/cpp/wchar-1.c: Update.
17872
17873 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
17874
17875         * g++.dg/template/conv1.C: New test.
17876         * g++.dg/template/conv2.C: New test.
17877         * g++.dg/template/conv3.C: New test.
17878         * g++.dg/template/conv4.C: New test.
17879
17880 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17881
17882         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
17883         * g++.dg/template/qualttp3.C: Likewise.
17884         * g++.dg/template/qualttp4.C: Likewise
17885         * g++.dg/template/qualttp5.C: Likewise
17886         * g++.dg/template/qualttp6.C: Likewise
17887         * g++.dg/template/qualttp7.C: Likewise
17888         * g++.dg/template/qualttp8.C: Likewise
17889         * g++.dg/template/recurse.C: Likewise.
17890
17891 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
17892
17893         * g++.dg/opt/dtor1.C: New test.
17894
17895 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
17896
17897         * gcc.c-torture/compile/20020315-1.c: New test.
17898
17899 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
17900
17901         * gcc.dg/weak-1.c: Fix scan tests.
17902
17903 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
17904
17905         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
17906         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
17907         cris-*-aout* mmix-*-*.
17908         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
17909         cris-*-aout* mmix-*-*.
17910         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
17911         cris-*-elf* cris-*-aout* and mmix-*-*.
17912         * gcc.dg/20001009-1.c: Ditto.
17913         * gcc.dg/20010912-1.c: Ditto.
17914         * gcc.dg/20020122-4.c: Ditto.
17915         * gcc.dg/inline-2.c: Ditto.
17916
17917 2002-03-14  Jeffrey A Law  (law@cygnus.com)
17918
17919         * gcc.c-torture/compile/20020314-1.c: New test.
17920
17921 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
17922
17923         * gcc.c-torture/execute/20020314-1.c: New test.
17924
17925 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
17926
17927         * g++.dg/warn/Wunused-1.C: New test.
17928
17929 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
17930
17931         * g++.dg/abi/mangle6.C: New test.
17932
17933 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
17934
17935         * gcc.c-torture/compile/20020309-2.c: New test.
17936
17937         * gcc.c-torture/compile/20020312-1.c: New test.
17938
17939 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
17940
17941         * g++.dg/other/access1.C: New test.
17942
17943 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
17944
17945         * gcc.c-torture/execute/wchar_t-1.c: New test.
17946
17947 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
17948
17949         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
17950
17951 2002-03-12  Roger Sayle  <roger@eyesopen.com>
17952
17953         * gcc.dg/20020312-1.c: New test case.
17954
17955 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
17956
17957         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
17958
17959 2002-03-11  Richard Henderson  <rth@redhat.com>
17960
17961         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
17962         * g++.old-deja/g++.jason/report.C: Likewise.
17963
17964 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17965
17966         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
17967         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
17968
17969 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
17970
17971         * testsuite/g++.dg/overload/pmf1.C: New test.
17972
17973 2002-03-11  Kazu Hirata  <kazu@hxi.com>
17974
17975         * gcc.c-torture/execute/20020307-1.c: Use long.
17976
17977 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
17978
17979         PR optimization/5844
17980         * gcc.dg/20020310-1.c: New test.
17981
17982 2002-03-09  Michael Meissner  <meissner@redhat.com>
17983
17984         * gcc.c-torture/execute/memcpy-2.c: New test.
17985         * gcc.c-torture/execute/memset-1.c: New test.
17986         * gcc.c-torture/execute/strlen-1.c: New test.
17987         * gcc.c-torture/execute/strcmp-1.c: New test.
17988         * gcc.c-torture/execute/strncmp-1.c: New test.
17989
17990 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
17991
17992         * gcc.dg/ppc-ldstruct.c: New test.
17993
17994 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
17995
17996         * gcc.c-torture/execute/va-arg-22.c: New test.
17997
17998 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17999
18000         * gcc.c-torture/compile/20020309-1.c: New test.
18001
18002 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
18003
18004         * gcc.c-torture/execute/20020307-2.c: New test.
18005
18006 2002-03-07  Jeffrey A Law  (law@redhat.com)
18007
18008         * g77.f-torture/compile/20020307-1.f: New test.
18009
18010 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
18011
18012         * gcc.dg/unordered-1.c: New test.
18013
18014 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
18015
18016         * gcc.c-torture/execute/20020307-1.c: New test.
18017
18018 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
18019
18020         * gcc.dg/20020304-1.c: New test.
18021
18022         * gcc.c-torture/compile/20020304-2.c: New test.
18023
18024 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
18025
18026         * gcc.c-torture/compile/20020304-1.c: New test case
18027         (from PR c/5830).
18028
18029 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
18030
18031         * gcc.dg/20020103-1.c: Add other -D ppc variants.
18032
18033 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
18034
18035         * g++.dg/other/classkey1.C: New test.
18036
18037 2002-03-01  Richard Henderson  <rth@redhat.com>
18038
18039         * gcc.c-torture/compile/981223-1.x: New.
18040         * gcc.c-torture/compile/920625-1.x: New.
18041
18042 2002-02-28  Richard Henderson  <rth@redhat.com>
18043
18044         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
18045
18046 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
18047
18048         * gcc.c-torture/execute/20020227-1.c: New test.
18049
18050 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
18051
18052         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
18053         here" ERROR lines.
18054         * g++.old-deja/g++.oliva/partord1.C: Likewise.
18055         * g++.old-deja.g++.other/defarg1.C: Likewise.
18056         * g++.old-deja/g++.pt/calls2.C: Likewise.
18057         * g++.old-deja/g++.pt/crash20.C: Likewise.
18058         * g++.old-deja/g++.pt/crash30.C: Likewise.
18059         * g++.old-deja/g++.pt/crash36.C: Likewise.
18060         * g++.old-deja/g++.pt/crash6.C: Likewise.
18061         * g++.old-deja/g++.pt/defarg13.C: Likewise.
18062         * g++.old-deja/g++.pt/derived3.C: Likewise.
18063         * g++.old-deja/g++.pt/error1.C: Likewise.
18064         * g++.old-deja/g++.pt/friend21.C: Likewise.
18065         * g++.old-deja/g++.pt/friend23.C: Likewise.
18066         * g++.old-deja/g++.pt/infinite1.C: Likewise.
18067         * g++.old-deja/g++.robertl/eb128.C: Likewise.
18068
18069 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
18070
18071         * gcc.c-torture/execute/20020225-2.c: New test.
18072
18073 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
18074
18075         * gcc.c-torture/execute/920730-1t.c,
18076         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
18077         Delete test cases, only relevant to -traditional.
18078
18079 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
18080
18081         * gcc.dg/cpp/undef1.c: Remove.
18082         * gcc.dg/cpp/directiv.c: Update.
18083         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
18084
18085 2002-02-27  Michael Meissner  <meissner@redhat.com>
18086
18087         * gcc.c-torture/execute/20020226-1.c: New test.
18088
18089 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
18090
18091         * g++.dg/debug/debug4.C: New test.
18092
18093         * gcc.dg/ia64-visibility-1.c: New test.
18094
18095 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
18096
18097         * gcc.dg/debug/20020224-1.c: New.
18098
18099 2002-02-25  Kazu Hirata  <kazu@hxi.com>
18100
18101         * gcc.c-torture/execute/960416-1.x: New.
18102         * gcc.c-torture/execute/divconst-3.x: Likewise.
18103
18104 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
18105
18106         * gcc.dg/20020224-1.c: New test.
18107
18108 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
18109
18110         * gcc.c-torture/execute/20020225-1.c: New.
18111
18112 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
18113
18114         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
18115
18116 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
18117
18118         * gcc.dg/20020222-1.c: New test.
18119
18120 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
18121
18122         * g++.dg/opt/anonunion1.C: New test.
18123
18124 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
18125
18126         * g++.dg/template/qualttp19.C: New test.
18127         * g++.dg/template/qualttp20.C: New test.
18128         * g++.old-deja/g++.jason/report.C: Adjust expected errors
18129         * g++.old-deja/g++.other/qual1.C: Likewise.
18130
18131 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
18132
18133         * gcc.dg/attr-alwaysinline.c: New.
18134
18135 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
18136
18137         * gcc.dg/20020220-1.c: New test.
18138
18139         * gcc.dg/20020220-2.c: New test.
18140
18141         * g++.dg/opt/mmx1.C: New test.
18142
18143 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
18144
18145         * gcc.c-torture/compile/20020110.c: New test.
18146
18147 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
18148
18149         * gcc.c-torture/execute/20020219-1.c: New test.
18150
18151         * gcc.dg/20020219-1.c: New test.
18152
18153         * gcc.dg/noncompile/20020220-1.c: New test.
18154
18155         * g++.dg/opt/ptrintsum1.C: New test.
18156
18157         * gcc.dg/debug/20020220-1.c: New test.
18158
18159 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
18160
18161         * gcc.c-torture/execute/20020216-1.c: New test.
18162
18163 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
18164
18165         * gcc.dg/decl-1.c: Update, new test.
18166
18167 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
18168
18169         * g++.dg/abi/bitfield1.C: New test.
18170         * g++.dg/abi/bitfield2.C: New test.
18171
18172 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
18173
18174         * gcc.dg/attr-nest.c: New test.
18175
18176 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
18177
18178         * gcc.c-torture/execute/20020215-1.c: New test.
18179
18180 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
18181
18182         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
18183         * g++.dg/debug/debug.exp: New.
18184         * g++.dg/debug/trivial.C: New.
18185         * g++.dg/debug/debug1.C: Moved...
18186         * g++.dg/other/debug1.C: ...from here.
18187         * g++.dg/debug/debug2.C: Moved...
18188         * g++.dg/other/debug2.C: ...from here.
18189         * g++.dg/debug/debug3.C: Moved...
18190         * g++.dg/other/debug3.C: ...from here.
18191
18192         * gcc.dg/noncompile/20020213-1.c: New test.
18193
18194 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
18195
18196         * g++.dg/other/debug3.C: New test.
18197
18198         * gcc.c-torture/execute/20020213-1.c: New test.
18199
18200 2002-02-13  Richard Smith <richard@ex-parrot.com>
18201
18202         * g++.old-deja/g++.other/thunk1.C: New test.
18203
18204 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
18205
18206         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
18207
18208 2002-02-13  Stan Shebs  <shebs@apple.com>
18209
18210         * gcc.dg/altivec-3.c: New.
18211
18212 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
18213
18214         * gcc.dg/Wunreachable-1.c: New test.
18215         * gcc.dg/Wunreachable-2.c: New test.
18216
18217 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
18218
18219         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
18220
18221 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
18222
18223         * gcc.dg/decl-1.c: New test.
18224
18225 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
18226
18227         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
18228
18229 2002-02-10  Kazu Hirata  <kazu@hxi.com>
18230
18231         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
18232         * gcc.c-torture/compile/980506-1.x: Likewise.
18233
18234 2002-02-10  Kazu Hirata  <kazu@hxi.com>
18235
18236         * gcc.dg/20020210-1.c: New.
18237
18238 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
18239
18240         * g77.f-torture/execute/947.f: New regression test
18241         for PR fortran/947.
18242
18243 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
18244
18245         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
18246         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
18247
18248 2002-02-08  Richard Henderson  <rth@redhat.com>
18249
18250         * gcc.c-torture/compile/labels-3.c: New.
18251
18252 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
18253
18254         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
18255         expression statements work instead.
18256         * gcc.dg/noncompile/20020207-1.c: New test.
18257
18258 2002-02-07  Richard Henderson  <rth@redhat.com>
18259
18260         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
18261
18262 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18263
18264         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
18265         message from g77
18266         * lib/g77-dg.exp: Trim g77 error messages so that they are
18267         recognized by dg.exp.
18268
18269 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18270
18271         PR fortran/5473
18272         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
18273
18274 2002-02-07  Richard Henderson  <rth@redhat.com>
18275
18276         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
18277         to be sufficiently aligned for integers.
18278
18279 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
18280
18281         * g++.dg/template/friend4.C: New test.
18282
18283 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
18284
18285         PR fortran/5743
18286         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
18287         unsupported cases.
18288
18289 2002-02-07  Richard Henderson  <rth@redhat.com>
18290
18291         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
18292         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
18293         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
18294         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
18295
18296 2002-02-06  Richard Henderson  <rth@redhat.com>
18297
18298         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
18299
18300 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
18301
18302         * gcc.dg/20020206-1.c: New test.
18303
18304 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
18305
18306         * gcc.c-torture/execute/20020206-1.c: New test.
18307
18308         * gcc.c-torture/execute/20020206-2.c: New test.
18309
18310         PR optimization/5429:
18311         * gcc.c-torture/compile/20020206-1.c: New test.
18312
18313 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
18314
18315         * g++.dg/ext/align1.C: Do not use an explicit alignment value
18316         as certain file formats cannot support particularly large
18317         alignments.
18318
18319         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
18320         and do not expect to be able to link the executable.
18321
18322         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
18323         fail because the COFF format does not support the weak attribute.
18324
18325 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
18326
18327         * g77.dg/pr5473.f:  New test
18328
18329 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
18330
18331         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
18332         Fix testcase accordingly.
18333
18334 2002-02-04  Richard Henderson  <rth@redhat.com>
18335
18336         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
18337         (buf): Change to be an array of pointers, not ints.
18338
18339 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18340
18341         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
18342         before all tests.  Move warning one line above to match where it
18343         C frontend emits.
18344         * gcc.dg/Wswitch-2.c: New test.
18345         * g++.dg/warn/Wswitch-1.C: New test.
18346         * g++.dg/warn/Wswitch-2.C: New test.
18347
18348 2002-02-04  Richard Henderson  <rth@redhat.com>
18349
18350         * g++.dg/abi/offsetof.C: Fix size comparison.
18351
18352 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
18353
18354         * gcc.dg/cast-qual-2.c: New test.
18355
18356 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
18357
18358         * gcc.dg/20020201-4.c: New test.
18359
18360 2002-02-04  Ben Elliston  <bje@redhat.com>
18361
18362         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
18363         target_info attribute != 0, in addition to the empty string.
18364         (gcc_target_compile): Likewise.
18365
18366 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
18367
18368         * gcc.dg/Wswitch.c: New test.
18369         PR gcc/4475. PR gcc/3780.
18370
18371 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
18372
18373         * g77.f-torture/execute/5122.f: New test for regressions
18374         against PR fortran/5122.
18375
18376 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
18377
18378         * g77.f-torture/compile/pr3743.f: Delete
18379         * g77.dg/pr3743-1.f: New test.
18380         * g77.dg/pr3743-2.f: New test.
18381         * g77.dg/pr3743-3.f: New test.
18382         * g77.dg/pr3743-4.f: New test.
18383
18384 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18385
18386         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
18387
18388 2002-02-02  Richard Henderson  <rth@redhat.com>
18389
18390         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
18391         * gcc.c-torture/execute/bf64-1.c: Likewise.
18392
18393 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18394
18395         * gcc.dg/20020201-2.c: New test.
18396
18397         * gcc.dg/20020201-3.c: New test.
18398
18399         * gcc.c-torture/execute/bitfld-2.c: New test.
18400
18401 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
18402
18403         * gcc.dg/bitfld-1.c: Update.
18404         * gcc.dg/bitfld-2.c: Update.
18405         * gcc.c-torture/execute/bitfld-1.x: New.
18406
18407 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
18408
18409         * gcc.c-torture/execute/20020201-1.c: New test.
18410
18411 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
18412
18413         PR target/5469
18414         * gcc.dg/20020201-1.c: New test.
18415
18416 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
18417
18418         PR fortran/3743
18419         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
18420         * g77.f-torture/compile/pr3743.x: Remove
18421
18422 2002-01-31  Tom Rix  <trix@redhat.com>
18423
18424         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
18425
18426 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
18427
18428         * gcc.dg/noncompile/20020130-1.c: New test.
18429
18430 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
18431
18432         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
18433
18434 2002-01-29  Richard Henderson  <rth@redhat.com>
18435
18436         * gcc.c-torture/execute/991118-1.c: Cast various constants back
18437         to long long.
18438         * gcc.c-torture/execute/bf64-1.c: Likewise.
18439
18440 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
18441
18442         * gcc.c-torture/execute/20020129-1.c: New test.
18443
18444 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
18445
18446         * gcc.c-torture/compile/20000224-1.c: Update.
18447         * gcc.c-torture/execute/bitfld-1.c: New tests.
18448         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
18449         * gcc.dg/uninit-A.c: Update.
18450
18451 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
18452
18453         * g++.dg/template/ctor1.C: Add instantiation.
18454
18455 2002-01-28  Paul Koning  <pkoning@equallogic.com>
18456
18457         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
18458         argument to __builtin_prefetch to be const ptr.
18459
18460 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
18461
18462         * gcc.c-torture/compile/20020120-1.c: New test.
18463
18464 2002-01-27  Kazu Hirata  <kazu@hxi.com>
18465
18466         * gcc.c-torture/execute/20020127-1.c: New test.
18467
18468 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
18469
18470         * g77.dg/f77-edit-i-in.f: New test
18471         * g77.dg/f77-edit-i-out.f: New test
18472
18473 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
18474
18475         * gcc.dg/debug/debug.exp: New file.
18476         * gcc.dg/debug/trivial.c: New file.
18477         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
18478         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
18479         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
18480         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
18481         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
18482         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
18483         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
18484         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
18485         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
18486         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
18487         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
18488         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
18489         * gcc.dg/20000503-1.c: Removed.
18490         * gcc.dg/20010207-1.c: Removed.
18491         * gcc.dg/20011223-1.c: Removed.
18492         * gcc.dg/20020104-2.c: Removed.
18493         * gcc.dg/debug-1.c: Removed.
18494         * gcc.dg/debug-2.c: Removed.
18495         * gcc.dg/debug-3.c: Removed.
18496         * gcc.dg/debug-4.c: Removed.
18497         * gcc.dg/debug-5.c: Removed.
18498         * gcc.dg/debug-6.c: Removed.
18499         * gcc.dg/dwarf2-1.c: Removed.
18500         * gcc.dg/dwarf2-2.c: Removed.
18501
18502 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
18503
18504         * g++.old-deja/g++.other/eh5.C: New test.
18505         * g++.old-deja/g++.other/sibcall2.C: New test.
18506         * g++.old-deja/g++.other/array9.C: New test.
18507         * g++.old-deja/g++.other/typename2.C: New test.
18508         * g++.old-deja/g++.other/crash60.C: New test.
18509         * g++.old-deja/g++.other/conv9.C: New test.
18510         * g++.old-deja/g++.other/mangle10.C: New test.
18511         * g++.old-deja/g++.other/unchanging1.C: New test.
18512         * g++.old-deja/g++.other/exprstmt1.C: New test.
18513         * g++.old-deja/g++.other/inline23.C: New test.
18514         * g++.old-deja/g++.eh/ia64-1.C: New test.
18515         * g++.old-deja/g++.other/dwarf2-1.C: New test.
18516         * g++.old-deja/g++.other/reload1.C: New test.
18517         * g++.old-deja/g++.other/static20.C: New test.
18518         * g++.old-deja/g++.other/local-alloc1.C: New test.
18519         * g++.old-deja/g++.other/conv8.C: New test.
18520         * g++.old-deja/g++.other/stmtexpr2.C: New test.
18521         * g++.old-deja/g++.other/storeexpr1.C: New test.
18522         * g++.old-deja/g++.other/storeexpr2.C: New test.
18523         * g++.dg/eh/template2.C: New test.
18524         * g++.dg/warn/weak1.C: New test.
18525
18526 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
18527
18528         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
18529         Remove first, non-varying, argument.
18530
18531 2002-01-23  Richard Henderson  <rth@redhat.com>
18532
18533         * gcc.dg/inline-2.c: New.
18534
18535         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
18536         Add optional target arg.  Check number of arguments.
18537         (scan-assembler-not, scan-assembler-dem): Likewise.
18538         (scan-assembler-dem-not): Likewise.
18539
18540 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18541
18542         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
18543         line 12.
18544         * g++.old-deja/g++.brendan/parse3.C,
18545         g++.old-deja/g++.other/crash26.C,
18546         g++.old-deja/g++.other/crash28.C,
18547         g++.old-deja/g++.other/crash29.C,
18548         g++.old-deja/g++.other/crash30.C,
18549         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
18550
18551 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
18552
18553         * gcc.dg/20020115-1.c: New.
18554
18555 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
18556
18557         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
18558
18559 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
18560
18561         * gcc.dg/20020122-3.c: New.
18562
18563 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
18564
18565         * g++.dg/other/gc1.C: New test.
18566
18567 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
18568
18569         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
18570
18571 2002-01-22  Richard Henderson  <rth@redhat.com>
18572
18573         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
18574
18575 2002-01-22  Richard Henderson  <rth@redhat.com>
18576
18577         * gcc.dg/20020122-4.c: New.
18578
18579 2002-01-22  H.J. Lu <hjl@gnu.org>
18580
18581         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
18582         link output.
18583         * gcc.dg/special/ecos.exp: Likewise.
18584         * lib/g++-dg.exp: Likewise.
18585         * lib/g77-dg.exp: Likewise.
18586         * lib/gcc-dg.exp : Likewise.
18587         * lib/mike-g++.exp: Likewise.
18588         * lib/mike-g77.exp: Likewise.
18589         * lib/mike-gcc.exp: Likewise.
18590         * lib/objc-dg.exp: Likewise.
18591
18592 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
18593
18594         PR target/5379
18595         * gcc.dg/20020122-2.c: New test.
18596
18597 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
18598
18599         * gcc.dg/20020122-1.c: New test.
18600
18601 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
18602
18603         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
18604
18605 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
18606
18607         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
18608
18609 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
18610
18611         * gcc.c-torture/compile/20020121-1.c: New test.
18612
18613 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
18614
18615         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
18616         ld_library_path.
18617
18618 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
18619
18620         * gcc.dg/20020218-1.c: New test.
18621
18622 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
18623
18624         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
18625         messages
18626         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
18627         "At global scope" warning
18628         * g++.dg/ext/align1.C: Change cygwin test for alignment
18629         from db-bogus to dg-warning
18630
18631 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
18632
18633         * g77.f-torture/compile/cpp2.F: New test.
18634
18635 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
18636
18637         * g++.dg/template/access1.C: New test.
18638
18639 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
18640
18641         * gcc.dg/20020118-1.c: New.
18642
18643 2002-01-18  Kazu Hirata  <kazu@hxi.com>
18644
18645         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
18646
18647 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18648
18649         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
18650         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
18651         alignment warnings.
18652
18653 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
18654
18655         * gcc.misc-tests/i386-prefetch.exp: Save and restore
18656         torture_with_loops and torture_without_loops
18657
18658 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
18659
18660         * gcc.c-torture/compile/20020116-1.c: New test.
18661
18662 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
18663
18664         * gcc.dg/20020116-2.c: New test.
18665
18666         * gcc.dg/ultrasp4.c: New test.
18667
18668         * gcc.dg/20020116-1.c: New test.
18669
18670 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
18671
18672         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
18673         by EABI.
18674
18675 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
18676
18677         * gcc.misc-tests/i386-prefetch.exp: New.
18678         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
18679         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
18680         * gcc.misc-tests/i386-pf-none-1.c: New test.
18681         * gcc.misc-tests/i386-pf-sse-1.c: New test.
18682
18683 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
18684
18685         * gcc.dg/gnu89-init-1.c: Add new tests.
18686
18687 2002-01-15  Andreas Jaeger  <aj@suse.de>
18688
18689         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
18690         * gcc.dg/i386-mmx-2.c: Likewise.
18691         * gcc.dg/i386-sse-1.c: Likewise.
18692         * gcc.dg/i386-sse-2.c: Likewise.
18693         * gcc.dg/i386-sse-3.c: Likewise.
18694
18695 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
18696
18697         * g77.f-torture/execute/intrinsic-unix-bessel.f:
18698         Uncomment additional cases that now pass.
18699
18700 2002-01-11  Richard Henderson  <rth@redhat.com>
18701
18702         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
18703         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
18704
18705 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
18706
18707         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
18708
18709 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
18710
18711         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
18712         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
18713
18714 2002-01-10  Dale Johannesen  <dalej@apple.com>
18715
18716         * gcc.c-torture/execute/loop-11.c: New.
18717
18718 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
18719
18720         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
18721         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
18722
18723 2002-01-09  Richard Henderson  <rth@redhat.com>
18724
18725         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
18726         type in which to perform the operation for each size.
18727
18728 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
18729
18730         * gcc.c-torture/compile/20020109-2.c: New test.
18731
18732 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
18733
18734         * gcc.c-torture/execute/loop-10.c: New test.
18735
18736 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18737
18738         * gcc.c-torture/compile/20010226-1.c: New test.
18739         * gcc.c-torture/compile/20010227-1.c: New test.
18740         * gcc.c-torture/compile/20010426-1.c: New test.
18741         * gcc.c-torture/compile/20010510-1.c: New test.
18742         * gcc.c-torture/compile/20010605-3.c: New test.
18743         * gcc.c-torture/compile/20010824-1.c: New test.
18744         * gcc.c-torture/execute/20010409-1.c: New test.
18745         * gcc.dg/noncompile/20000901-1.c: New test.
18746         * gcc.dg/20001023-1.c: New test.
18747         * gcc.dg/20001101-1.c: New test.
18748         * gcc.dg/20001102-1.c: New test.
18749         * gcc.dg/20010207-1.c: New test.
18750         * gcc.dg/20010405-1.c: New test.
18751         * gcc.dg/20010822-1.c: New test.
18752         * gcc.dg/20011107-1.c: New test.
18753
18754 2002-01-09  Jeffrey A Law  (law@redhat.com)
18755
18756         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
18757
18758         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
18759         execution failure on PA targets.
18760
18761 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
18762
18763         * gcc.c-torture/compile/20020109-1.c: New test.
18764
18765 2002-01-08  Kazu Hirata  <kazu@hxi.com>
18766
18767         * gcc.c-torture/execute/20020108-1.c: New test.
18768
18769 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
18770
18771         * gcc.dg/20020108-1.c: New test.
18772
18773 2002-01-08  H.J. Lu <hjl@gnu.org>
18774
18775         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
18776         for header files.
18777
18778 2002-01-08  Geoff Keating  <geoffk@redhat.com>
18779
18780         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
18781         consistency.
18782
18783 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
18784
18785         * gcc.dg/altivec-4.c: Test altivec predicates.
18786
18787 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
18788
18789         * gcc.c-torture/execute/20020107-1.c: New test.
18790
18791 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
18792
18793         PR c/5279
18794         * gcc.c-torture/compile/20020106-1.c: New test.
18795
18796 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
18797
18798         * gcc.c-torture/execute/nestfunc-4.c: New test.
18799
18800 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18801
18802         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
18803         extra triple that slipped in.
18804         * g++.old-deja/g++.abi/align.C: Likewise.
18805         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18806
18807 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
18808
18809         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
18810         * g++.old-deja/g++.abi/align.C: Likewise.
18811         * g++.old-deja/g++.abi/bitfields.C: Likewise.
18812
18813         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
18814         on FreeBSD/i386.
18815         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
18816         FreeBSD.
18817
18818 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
18819
18820         * gcc.dg/20020104-1.c: New test.
18821
18822         * gcc.dg/20020104-2.c: New test.
18823
18824 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
18825
18826         * gcc.dg/20020103-1.c: Fix typo in target selector.
18827
18828 2002-01-03  Richard Henderson  <rth@redhat.com>
18829
18830         * gcc.dg/20020103-1.c: New.
18831
18832 2002-01-03  Kazu Hirata  <kazu@hxi.com>
18833
18834         * gcc.c-torture/execute/20020103-1.c: New test.
18835
18836 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
18837
18838         * g++.dg/other/debug2.C: New test.
18839
18840         * gcc.c-torture/compile/20020103-1.c: New test.
18841
18842 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
18843
18844         * gcc.dg/gnu89-init-1.c: Added new tests.
18845
18846 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18847
18848         * g++.dg/template/friend2.C: Remove as patch is reverted.
18849
18850         * g++.dg/warn/oldcast1.C: New test.
18851
18852         * g++.dg/template/ptrmem1.C: New test.
18853         * g++.dg/template/ptrmem2.C: New test.
18854
18855         * g++.dg/template/ntp.C: New test.
18856
18857         * g++.dg/other/component1.C: New test.
18858
18859         * g++.dg/template/ttp3.C: New test.
18860
18861         * g++.dg/template/friend2.C: New test.
18862         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
18863
18864 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18865
18866         * g++.dg/other/ptrmem1.C: New test.
18867         * g++.dg/other/ptrmem2.C: New test.
18868
18869 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18870
18871         * g++.dg/template/ctor1.C: New test.
18872
18873 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18874
18875         * g++.dg/template/friend2.C: New test.
18876
18877 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
18878
18879         * gcc.dg/mmix-1.c: New test.
18880
18881 2001-12-31  Richard Henderson  <rth@redhat.com>
18882
18883         * gcc.dg/asm-5.c: New.
18884
18885 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
18886
18887         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
18888         in namespace __gnu_cxx
18889
18890 2001-12-30  Richard Henderson  <rth@redhat.com>
18891
18892         * gcc.dg/debug-6.c: New.
18893
18894 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
18895
18896         * gcc.c-torture/compile/20011229-2.c: New test.
18897
18898 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
18899
18900         * gcc.dg/debug-3.c: New test.
18901         * gcc.dg/debug-4.c: New test.
18902         * gcc.dg/debug-5.c: New test.
18903
18904 2001-12-29  Richard Henderson  <rth@redhat.com>
18905
18906         * g++.dg/eh/loop1.C: New.
18907
18908 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18909
18910         * g++.dg/template/crash1.C: New test.
18911
18912 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
18913
18914         * g++.dg/other/const1.C: New test.
18915
18916 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
18917
18918         * gcc.c-torture/compile/20011229-1.c: New test.
18919
18920 2001-12-28  Stan Shebs  <shebs@apple.com>
18921
18922         * lib/objc-torture.exp: Resync with c-torture.exp.
18923         * lib/objc.exp: Load standard libraries.
18924
18925 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
18926
18927         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
18928         additional tests.
18929
18930 2001-12-27  Roger Sayle <roger@eyesopen.com>
18931
18932         * gcc.c-torture/execute/string-opt-16.c: New testcase.
18933
18934 2001-12-27  Richard Henderson  <rth@redhat.com>
18935
18936         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
18937
18938 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
18939
18940         * g++.dg/eh/ctor1.C: New test.
18941         * g++.dg/other/error2.C: New test.
18942
18943 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
18944
18945         * g++.dg/other/init2.C: New test.
18946
18947 2001-12-24  Richard Henderson  <rth@redhat.com>
18948
18949         * gcc.dg/20011223-1.c: New.
18950         * gcc.dg/inline-1.c: New.
18951
18952 2001-12-23  Richard Henderson  <rth@redhat.com>
18953
18954         * gcc.dg/asm-4.c: Test operand modifiers.
18955
18956 2001-12-23  Richard Henderson  <rth@redhat.com>
18957
18958         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
18959
18960 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
18961
18962         * gcc.c-torture/execute/20011223-1.c: New test.
18963
18964 2001-12-21  Richard Henderson  <rth@redhat.com>
18965
18966         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
18967         re-enables the warning.
18968
18969 2001-12-21  Richard Henderson  <rth@redhat.com>
18970
18971         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
18972
18973 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
18974
18975         * gcc.c-torture/compile/20011218-1.c: New test.
18976
18977 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
18978
18979         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
18980         arm-isr.c test.
18981         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
18982         epilogue generation for ARM ISR routines.
18983
18984 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18985
18986         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
18987         * gcc.dg/format/c90-printf-3.c: Likewise.
18988         * gcc.dg/format/c99-printf-3.c: Likewise.
18989         * gcc.dg/format/ext-1.c: Likewise.
18990         * gcc.dg/format/ext-6.c: Likewise.
18991         * gcc.dg/format/format.h: Prototype unlocked stdio.
18992
18993 2001-12-20  Richard Henderson  <rth@redhat.com>
18994
18995         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
18996         (arena): Use it.
18997         (malloc): Correct allocation logic.  Abort if we fill up the
18998         arena before initialization complete.
18999         (realloc): Correct allocation logic.
19000
19001 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
19002
19003         * gcc.c-torture/compile/20011219-2.c: New test.
19004
19005         * gcc.c-torture/execute/20011219-1.c: New test.
19006
19007 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
19008
19009         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
19010         target does not support weak symbols.
19011
19012 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
19013
19014         * gcc.c-torture/compile/20011219-1.c: New test.
19015
19016 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
19017
19018         * g++.dg/other/error1.C: New test.
19019
19020 2001-12-17  Jeffrey A Law  (law@redhat.com)
19021
19022         * gcc.c-torture/execute/20011217-1.c: New test.
19023
19024 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
19025
19026         * objc.dg/special/: New directory.
19027         * objc.dg/special/special.exp: New file.
19028         * objc.dg/special/unclaimed-category-1.h: New file.
19029         * objc.dg/special/unclaimed-category-1a.m: New file.
19030         * objc.dg/special/unclaimed-category-1.m: New file.
19031
19032 2001-12-17  Andreas Jaeger  <aj@suse.de>
19033
19034         * gcc.c-torture/compile/20011217-2.c: New test.
19035
19036 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
19037
19038         * gcc.c-torture/compile/20011217-1.c: New test.
19039
19040 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
19041
19042         * testsuite/gcc.dg/20011214-1.c: New.
19043
19044 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
19045
19046         * gcc.dg/altivec-4.c: New.
19047
19048 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
19049
19050         * gcc.dg/20011113-1.c: New test.
19051
19052 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19053
19054         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
19055         std::__malloc_alloc_template<0> and
19056         std::__default_alloc_template<false, 0>.
19057
19058 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
19059
19060         * objc/execute/bf-21.m: New test.
19061         * objc/execute/enumeration-1.m: New test.
19062         * objc/execute/enumeration-2.m: New test.
19063
19064 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
19065
19066         * gcc.dg/gnu89-init-1.c: New test.
19067
19068 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
19069
19070         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
19071         * g++.old-deja/g++.jason/2371.C: Likewise.
19072         * g++.old-deja/g++.jason/template33.C: Likewise.
19073         * g++.old-deja/g++.jason/template34.C: Likewise.
19074         * g++.old-deja/g++.jason/template36.C: Likewise.
19075         * g++.old-deja/g++.oliva/typename1.C: Likewise.
19076         * g++.old-deja/g++.oliva/typename2.C: Likewise.
19077         * g++.old-deja/g++.other/typename1.C: Likewise.
19078         * g++.old-deja/g++.pt/inherit2.C: Likewise.
19079         * g++.old-deja/g++.pt/nontype5.C: Likewise.
19080         * g++.old-deja/g++.pt/typename11.C: Likewise.
19081         * g++.old-deja/g++.pt/typename14.C: Likewise.
19082         * g++.old-deja/g++.pt/typename16.C: Likewise.
19083         * g++.old-deja/g++.pt/typename3.C: Likewise.
19084         * g++.old-deja/g++.pt/typename4.C: Likewise.
19085         * g++.old-deja/g++.pt/typename5.C: Likewise.
19086         * g++.old-deja/g++.pt/typename7.C: Likewise.
19087         * g++.old-deja/g++.robertl/eb9.C: Likewise.
19088
19089 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
19090
19091         * g++.dg/other/linkage1.C: New test.
19092         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
19093         specifiers.
19094
19095 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
19096
19097         * gcc.dg/concat.c: New test.
19098
19099 2001-12-11  Stan Shebs  <shebs@apple.com>
19100
19101         * objc/compile: New test directory.
19102         * objc/compile/compile.exp: New expect script.
19103         * objc/compile/20011211-1.m: New compile test.
19104
19105 2001-12-11  Jason Merrill  <jason@redhat.com>
19106
19107         * lib/prune.exp (prune_gcc_output): Also handle "In member
19108         function".  So many permutations...
19109
19110 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
19111
19112         * g++.dg/template/typedef1.C: New test.
19113
19114 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
19115
19116         * g++.dg/other/copy1.C: New test.
19117
19118 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
19119
19120         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
19121
19122         * gcc.dg/builtin-choose-expr.c: New.
19123
19124 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
19125
19126         * gcc.dg/altivec-2.c: New.
19127
19128 2001-12-07  Richard Henderson  <rth@redhat.com>
19129
19130         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
19131
19132 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
19133
19134         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
19135         ultrasparc.
19136
19137 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
19138
19139         * g++-old.deja/g++.robertl/eb101.C: Deleted.
19140
19141 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
19142
19143         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
19144         variable argument list.
19145
19146 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
19147
19148         * gcc.c-torture/execute/memcheck: Delete entire directory.
19149         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
19150         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
19151
19152 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19153
19154         * gcc.dg/Wshadow-1.c: New test.
19155
19156 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
19157
19158         * gcc.c-torture/compile/20011130-1.c: New test.
19159
19160         * gcc.dg/noncompile/20011025-1.c: New test.
19161
19162         * g++.dg/other/anon-union.C: New test.
19163
19164         * gcc.c-torture/execute/20011024-1.c: New test.
19165
19166 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
19167
19168         * gcc.c-torture/execute/20000722-1.x,
19169         gcc.c-torture/execute/20010123-1.x: Remove.
19170         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
19171         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
19172         gcc.dg/c99-complit-2.c: New tests.
19173
19174 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
19175
19176         * g++.dg/inherit/base1.C: New test.
19177
19178 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
19179
19180         * g++.dg/other/stdarg1.C: New test.
19181
19182         * gcc.c-torture/compile/20011130-2.c: New test.
19183
19184 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
19185
19186         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
19187         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
19188         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
19189         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
19190         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
19191         * gcc.dg/builtin-prefetch-1.c: New test.
19192
19193 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
19194
19195         * gcc.dg/20011130-1.c: New test.
19196
19197 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
19198
19199         * g++.dg/other/scope1.C: New test.
19200         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
19201
19202 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
19203
19204         * gcc.dg/vla-init-1.c: New test.
19205
19206 2001-12-01  Geoff Keating  <geoffk@redhat.com>
19207
19208         * gcc.c-torture/compile/structs.c: New testcase from GDB.
19209
19210 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19211
19212         * objc.dg/alias.m: Update.
19213         * objc.dg/class-1.m: Update.
19214         * objc.dg/const-str-1.m: Update.
19215         * objc.dg/fwd-proto-1.m: Update.
19216         * objc.dg/id-1.m: Update.
19217         * objc.dg/super-class-1.m: Update.
19218
19219 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
19220
19221         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
19222         constructs.
19223
19224 2001-11-28  Jeffrey A Law  (law@cygnus.com)
19225
19226         * gcc.c-torture/execute/20011128-1.c: New test.
19227
19228 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
19229
19230         * gcc.dg/20011127-1.c: New test.
19231
19232 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
19233
19234         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
19235         from Austin Group draft 7.
19236         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
19237         scanf format arguments.
19238         * gcc.dg/format/no-exargs-2.c: New test.
19239
19240 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
19241
19242         * g++.dg/abi/vbase8-4.C: New test.
19243
19244 2001-11-24  Ian Lance Taylor  <ian@airs.com>
19245
19246         * gcc.c-torture/execute/20011121-1.c: New test.
19247
19248 2001-11-23  Jeffrey A Law  (law@cygnus.com)
19249
19250         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
19251
19252 2001-11-23  Andreas Jaeger  <aj@suse.de>
19253
19254         * gcc.dg/cpp/charconst-2.c: New test.
19255
19256 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
19257
19258         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
19259         to the host if it is remote.  Let tests specify extra headers
19260         they use.
19261         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
19262         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
19263         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
19264         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
19265         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
19266         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
19267         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
19268         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
19269         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
19270         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
19271
19272 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
19273
19274         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
19275         for little endian ARMs.
19276
19277 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
19278
19279         * gcc.c-torture/compile/20011119-1.c: New test.
19280         * gcc.c-torture/compile/20011119-2.c: New test.
19281
19282 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
19283
19284         * gcc.dg/altivec-1.c: Fix typo.
19285
19286 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
19287
19288         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
19289
19290 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
19291
19292         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
19293
19294 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
19295
19296         * lib/g77.exp: Don't specify --rpath-link.
19297
19298         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
19299         across all the headers.
19300         * gcc.dg/format/format.exp: For testing on a remote host,
19301         copy format.h.
19302
19303         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
19304         * gcc.c-torture/execute/930406-1.c: Likewise.
19305         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
19306
19307 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
19308
19309         * gcc.dg/altivec-1.c: New.
19310
19311 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
19312
19313         * gcc.dg/cpp/fpreprocessed.c: New test case.
19314
19315 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19316
19317         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
19318         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
19319         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
19320
19321 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
19322
19323         * gcc.dg/no-builtin-1.c: New test.
19324
19325 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
19326
19327         * gcc.c-torture/execute/20011115-1.c: New test.
19328
19329 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
19330
19331         * gcc.c-torture/compile/20011114-2.c: New test.
19332         * gcc.c-torture/compile/20011114-3.c: New test.
19333         * gcc.c-torture/compile/20011114-4.c: New test.
19334
19335 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
19336
19337         * g++.dg/other/init1.C: New test.
19338
19339 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
19340
19341         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
19342         message.
19343
19344         * gcc.c-torture/execute/20011114-1.c: New testcase.
19345
19346         * gcc.c-torture/compile/20010327-1.c: Revert last change.
19347         * gcc.c-torture/compile/20011114-1.c: New test, exactly
19348         like the (before this change) version of 20010327-1.c.
19349
19350 2001-11-14  Roger Sayle <roger@eyesopen.com>
19351
19352         * gcc.c-torture/execute/string-opt-13.c: New testcase.
19353
19354 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
19355
19356         * g++.dg/init/array2.C: New test.
19357
19358 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
19359
19360         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
19361
19362 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
19363
19364         * g++.dg/other/forscope1.C: New test.
19365         * g++.dg/ext/forscope1.C: New test.
19366         * g++.dg/ext/forscope2.C: New test.
19367
19368 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
19369
19370         * gcc.c-torture/execute/20011113-1.c: New test.
19371
19372 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
19373
19374         * gcc.c-torture/execute/20011109-2.c: New test.
19375
19376         * gcc.c-torture/execute/20011109-1.c: New test.
19377
19378 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
19379
19380         * gcc.c-torture/compile/20011109-1.c: New test.
19381
19382 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
19383
19384         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
19385         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
19386         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
19387         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
19388         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
19389         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
19390         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
19391
19392 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19393
19394         * g++.dg/warn/Wshadow-1.C: New tests.
19395         * g++.old-deja/g++.mike/for3.C: Update.
19396
19397 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
19398
19399         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
19400         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
19401         XFAILs.  Adjust expected error texts.
19402         * gcc.c-torture/compile/20011106-1.c,
19403         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
19404         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
19405         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
19406         gcc.dg/c99-array-lval-5.c: New tests.
19407
19408 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19409
19410         * gcc.dg/cpp/defined.c: Update.
19411
19412 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19413
19414         * gcc.c-torture/execute/anon-1.c: New test.
19415
19416 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
19417
19418         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
19419         same size, so no warning should be produced on stormy16.
19420
19421         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
19422         due to oversized array.
19423         * g++.old-deja/g++.mike/ns15.C: Likewise.
19424         * g++.old-deja/g++.pt/crash16.C: Likewise.
19425
19426 2001-11-02  Graham Stott  <grahams@redhat.com>
19427
19428         * g++.dgother/debug1.C: Fix typos.
19429
19430 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
19431
19432         * g++.dg/other/debug1.C: New test.
19433
19434 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
19435
19436         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
19437         of unsigned long.
19438
19439 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
19440
19441         * gcc.dg/20011029-2.c: New test.
19442
19443         * gcc.c-torture/compile/20011029-1.c: New test.
19444
19445 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
19446
19447         * objc/execute/class_self-1.m: New test.
19448         * objc/execute/class_self-2.m: New test.
19449
19450 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
19451
19452         * gcc.misc-tests/msgs.exp: Delete.
19453         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
19454         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
19455         error set to match recent changes.
19456
19457 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
19458
19459         * gcc.dg/20011021-1.c: New test.
19460
19461 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
19462
19463         * gcc.c-torture/compile/20011023-1.c: New test.
19464
19465 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
19466
19467         * lib/g77.exp: Rewrite based on lib/g++.exp.
19468
19469 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
19470
19471         * gcc.c-torture/execute/20011019-1.c: New test.
19472
19473         * gcc.dg/20011018-1.c: New test.
19474
19475 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
19476
19477         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
19478
19479 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
19480
19481         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
19482         * gcc.dg/attr-invalid.c: Likewise.
19483
19484 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
19485
19486         * testsuite/gcc.dg/20011015-1.c: New test.
19487
19488 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19489
19490         * g++.dg/template/unify2.C: New test.
19491
19492 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
19493
19494         * g++.dg/other/exception-specification.C: New test
19495
19496 2001-10-13  Tom Rix  <trix@redhat.com>
19497
19498         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
19499         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
19500
19501 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
19502
19503         * testsuite/gcc.dg/20011009-1.c: New test.
19504
19505 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
19506
19507         PR g++/4476
19508         * g++.dg/other/friend1.C: New test.
19509
19510 2001-10-11  Richard Henderson  <rth@redhat.com>
19511
19512         * g++.old-deja/g++.other/crash18.C: Add -S to options.
19513
19514 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19515
19516         * gcc.c-torture/compile/20011010-1.c: New.
19517
19518 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
19519
19520         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
19521         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
19522         g77.f-torture/execute/execute.exp,
19523         g77.f-torture/noncompile/noncompile.exp,
19524         gcc.c-torture/compile/compile.exp,
19525         gcc.c-torture/execute/execute.exp,
19526         gcc.c-torture/execute/ieee/ieee.exp,
19527         gcc.c-torture/execute/memcheck/memcheck.exp,
19528         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
19529         objc/execute/execute.exp: Update FSF address.
19530
19531 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
19532
19533         * gcc.dg/cpp/cmdlne-C.c: Update.
19534         * gcc.dg/cpp/cmdlne-C2.c: New.
19535
19536 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19537
19538         * gcc.c-torture/execute/20011008-3.c: New.
19539
19540 2001-10-08  DJ Delorie  <dj@redhat.com>
19541
19542         * gcc.dg/20011008-1.c: New.
19543         * gcc.dg/20011008-2.c: New.
19544
19545 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
19546
19547         * gcc.dg/cpp/spacing1.c: Update test.
19548
19549 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
19550
19551         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
19552         spelling errors of "separate" as "seperate".
19553
19554 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
19555
19556         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
19557         enough to avoid inlining.
19558
19559 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
19560
19561         * lib/g77.exp: set libg2c_dir correctly.
19562
19563 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19564
19565         * gcc.dg/cpp/macro11.c: New test.
19566
19567 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19568
19569         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
19570         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
19571         gcc.dg/format/multattr-3.c: New tests.
19572         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
19573         tests for format attributes on function pointers being rejected.
19574
19575 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19576
19577         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
19578
19579 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
19580
19581         * g++.dg/warn/format1.C: New test.
19582
19583 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
19584
19585         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
19586
19587 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19588
19589         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
19590
19591 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
19592
19593         * gcc.dg/cpp/redef2.c: Add test.
19594
19595 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
19596
19597         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
19598         long-standing bug on i686, apparently.
19599         * gcc.c-torture/execute/loop-2c.x: New file.
19600         * gcc.c-torture/execute/loop-2d.x: New file.
19601         * gcc.c-torture/execute/loop-3c.x: New file.
19602
19603 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
19604
19605         * gcc.dg/cpp/20000625-2.c: Correct line number.
19606
19607 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19608
19609         * gcc.dg/cpp/macro10.c: New test.
19610         * gcc.dg/cpp/strify3.c: New test.
19611         * gcc.dg/cpp/spacing1.c: Add tests.
19612         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
19613         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
19614
19615 2001-09-24  DJ Delorie  <dj@redhat.com>
19616
19617         * gcc.c-torture/execute/20010924-1.c: New test.
19618
19619 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
19620
19621         * testsuite/objc/execute/paste.m: Remove.
19622
19623 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
19624
19625         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
19626
19627 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
19628
19629         * g77.dg/strlen0.f: New test.
19630
19631 2001-09-21  Richard Henderson  <rth@redhat.com>
19632
19633         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
19634         * g++.old-deja/g++.abi/vtable2.C: Likewise.
19635
19636 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
19637
19638         Table-driven attributes.
19639         * g++.dg/ext/attrib1.C: New test.
19640
19641 2001-09-20  DJ Delorie  <dj@redhat.com>
19642
19643         * gcc.dg/20000926-1.c: Update expected warning messages.
19644         * gcc.dg/array-2.c: Likewise, and test for warnings too.
19645         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
19646         array.
19647
19648 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
19649
19650         * g++.dg/eh/registers1.C: New test case.
19651
19652 2001-09-17  Richard Henderson  <rth@redhat.com>
19653
19654         * gcc.dg/array-5.c: Fix VLA decomposition test.
19655
19656 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
19657
19658         * gcc.dg/cpp/line5.c: New testcase.
19659
19660 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
19661
19662         * gcc.dg/cpp/macro9.c: New test.
19663
19664 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
19665
19666         * gcc.c-torture/execute/980223.c: Change type of addr from long
19667         to char *.
19668
19669 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
19670
19671         * gcc.c-torture/execute/20010915-1.c: New test.
19672
19673 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
19674
19675         * g77.dg/bprob: New directory.
19676         * g77.dg/bprob/bprob.exp: New file.
19677         * g77.dg/bprob/bprob-1.f: New test.
19678         * g77.dg/gcov: New directory.
19679         * g77.dg/gcov/gcov.exp: New file.
19680         * g77.dg/gcov/gcov-1.f: New test.
19681         * g77.dg/gcov/gcov-1.x: New file.
19682
19683 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
19684
19685         * gcc.dg/cpp/directiv.c: Update.
19686         * gcc.dg/cpp/undef1.c: Update.
19687
19688 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
19689
19690         * gcc.dg/20010912-1.c: New test.
19691
19692 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
19693
19694         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
19695         language-independent file in lib.
19696         * lib/gcov.exp: New file.
19697
19698 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
19699
19700         * gcc.c-torture/compile/20010911-1.c: New test.
19701
19702 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
19703
19704         * lib/profopt.exp: New, to support profile-directed optimizations.
19705         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
19706         * gcc.misc-tests/bprob-1.c: New test.
19707         * gcc.misc-tests/bprob-2.c: New test.
19708
19709 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
19710
19711         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
19712         XFAIL and which kinds of gcov output to verify.
19713         * gcc.misc-tests/gcov-4b.x: New file.
19714         * gcc.misc-tests/gcov-5b.x: New file.
19715         * gcc.misc-tests/gcov-6.x: New file.
19716         * gcc.misc-tests/gcov-7.c: New test.
19717         * gcc.misc-tests/gcov-7.x: New file.
19718
19719 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
19720
19721         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
19722         * gcc.misc-tests/gcov-6.c: New test.
19723
19724 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
19725
19726         PR c++/3986
19727         * g++.dg/abi/vbase1.C: New test.
19728
19729 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
19730
19731         * objc.dg/method-2.m: New.
19732
19733 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
19734
19735         PR c++/4203
19736         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
19737         * g++.dg/init/empty1.C: New test.
19738
19739 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
19740
19741         * gcc.c-torture/compile/20010903-1.c: New test.
19742
19743 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
19744
19745         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
19746         for m68k.
19747
19748 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
19749
19750         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
19751
19752         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
19753
19754         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
19755
19756 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
19757
19758         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
19759         for 16-bit 'unsigned int'.
19760
19761 2001-08-29  Kazu Hirata  <kazu@hxi.com>
19762
19763         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
19764
19765 2001-08-27  Richard Henderson  <rth@redhat.com>
19766
19767         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
19768         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
19769
19770 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
19771
19772         * gcc.dg/asm-names.c (ymain): New.
19773
19774 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
19775
19776         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
19777         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
19778         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
19779
19780 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19781
19782         * gcc.dg/compare5.c: New testcase.
19783
19784 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
19785
19786         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
19787         and "In instantiation".
19788
19789 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
19790
19791         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
19792
19793 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
19794
19795         * gcc.misc-tests/gcov.exp: Add support for branch information.
19796         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
19797         * gcc.misc-tests/gcov-4.c: New test.
19798         * gcc.misc-tests/gcov-4b.c: New test.
19799         * gcc.misc-tests/gcov-5b.c: New test.
19800
19801 2001-08-20  Zack Weinberg  <zackw@panix.com>
19802
19803         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
19804         expected to fail.
19805
19806 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
19807
19808         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
19809
19810 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
19811
19812         * g++.dg/eh/template1.C: New test.
19813
19814 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
19815
19816         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
19817         Fix thinko.
19818         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
19819         for xfail.
19820
19821 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
19822
19823         * lib/g77-dg.exp:  Use prune.exp for common procedures
19824         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
19825         * lib/g77.exp: (g77-dg-prune) Remove
19826
19827 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
19828
19829         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
19830
19831 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19832
19833         * g++.dg/template/unify1.C: New test.
19834
19835 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
19836
19837         * g++.dg/abi/empty4.C: New test.
19838
19839 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
19840
19841         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
19842         solaris2.*
19843         * g77.f-torture/compile/pr3743.x: Likewise
19844
19845 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
19846
19847         * g++.dg/other/using-declaration.C: New test.
19848
19849 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19850
19851         * gcc.dg/cpp/tr-sign.c: New testcase.
19852
19853 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
19854
19855         * gcc.dg/cpp/19951025-1.c: Revert.
19856         * gcc.dg/cpp/directiv.c: We no longer process directives that
19857         interrupt macro arguments.
19858
19859 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
19860
19861         * gcc.dg/bconstp-1.c: New test.
19862
19863 2001-08-03  Richard Henderson  <rth@redhat.com>
19864
19865         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
19866
19867 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
19868
19869         * gcc.dg/cpp/19951025-1.c: Update.
19870
19871 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
19872
19873         * g77.dg/ff90-1.f (s): Fix reference of variable z,
19874         should be x.
19875
19876 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
19877
19878         Kill -fhonor-std.
19879         * g++.old-deja/g++.ns/ns14.C: Remove special options.
19880         * g++.old-deja/g++.other/std1.C: Likewise.
19881         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
19882
19883 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
19884
19885         * lib/g77.exp:  Load gcc-defs.exp for common procedures
19886         (g77_pass, g77_fail, g77_finish, g77_exit,
19887         ${tool}_check_unsupported_p} Now redundant.  Deleted.
19888
19889 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
19890
19891         * g77.dg/fbackslash.f
19892         * g77.dg/fcase-preserve.f
19893         * g77.dg/ff90-1.f
19894         * g77.dg/ffixed-line-length-0.f
19895         * g77.dg/ffixed-line-length-132.f
19896         * g77.dg/ffixed-line-length-7.f
19897         * g77.dg/ffixed-line-length-72.f
19898         * g77.dg/ffixed-line-length-none.f
19899         * g77.dg/ffree-form-1.f
19900         * g77.dg/fno-backslash.f
19901         * g77.dg/fno-f90-1.f
19902         * g77.dg/fno-fixed-form-1.f
19903         * g77.dg/fno-onetrip.f
19904         * g77.dg/fno-typeless-boz.f
19905         * g77.dg/fno-underscoring.f
19906         * g77.dg/fno-vxt-1.f
19907         * g77.dg/fonetrip.f
19908         * g77.dg/ftypeless-boz.f
19909         * g77.dg/fugly-assumed.f
19910         * g77.dg/funderscoring.f
19911         * g77.dg/fvxt-1.f
19912
19913 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
19914
19915         * objc.dg/fwd-proto-1.m: New.
19916         * objc.dg/local-decl-1.m: New.
19917         * objc.dg/naming-1.m: New.
19918         * objc.dg/naming-2.m: New.
19919         * objc.dg/proto-hier-1.m: New.
19920
19921 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
19922
19923         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
19924         largest-type elements to a struct makes its size grow.
19925
19926 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19927
19928         * g++.dg/abi/vthunk1.C: New test.
19929
19930 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
19931
19932         * g++.dg/abi/vbase8-22.C: New test.
19933
19934 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19935
19936         * gcc.dg/cpp/macro8.c: New test.
19937
19938 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19939
19940         * g++.dg/abi/vbase8-21.C: New test.
19941
19942 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
19943
19944         * g++.dg/abi/vbase8-10.C: New test.
19945
19946 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19947
19948         * lib/g++.exp (g++_set_ld_library_path): Renamed to
19949         ${tool}_set_ld_library_path.
19950         Changed caller.
19951         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
19952         g++.exp.
19953
19954 2001-07-26  Stan Cox <scox@redhat.com>
19955
19956         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
19957         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
19958         gcc_exit, gcc_check_unsupported_p):
19959         Moved to gcc-deps.exp
19960         * gcc-deps.exp: New file.
19961
19962 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
19963
19964         * g++.old-deja/g++.pt/defarg14.C: New test.
19965
19966 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19967
19968         * g++.old-deja/g++.other/lineno5.C: New test.
19969
19970 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19971
19972         * g++.old-deja/g++.pt/crash68.C: New test.
19973
19974 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19975
19976         * g++.old-deja/g++.other/crash42.C: New test.
19977
19978 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
19979
19980         * gcc.dg/cpp/extratokens.c: Fix.
19981         * gcc.dg/cpp/skipping2.c: New tests.
19982
19983 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
19984
19985         * gcc.c-torture/execute/20010724-1.c: New file.
19986         * gcc.c-torture/execute/20010724-1.x: New file.
19987
19988 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19989
19990         * g++.old-deja/g++.other/cond7.C: New test.
19991
19992 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19993
19994         * g++.old-deja/g++.other/optimize4.C: New test.
19995
19996 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
19997
19998         * g++.old-deja/g++.abi/vbase8-5.C: New test.
19999
20000 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
20001
20002         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
20003         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
20004         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
20005         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
20006
20007         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
20008         bug report" message.
20009
20010         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
20011         * g++.dg/ext/instantiate1.C: Move from old-deja.
20012
20013 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
20014
20015         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
20016         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
20017         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
20018         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
20019
20020 2001-07-23  Jeffrey A Law  (law@cygnus.com)
20021
20022         * gcc.c-torture/execute/20010723-1.c: New test.
20023
20024 2001-07-23  Ben Elliston  <bje@redhat.com>
20025
20026         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
20027
20028 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20029
20030         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
20031         i[34567]86-*-*.
20032         Delete handling of ieee_multilib_flags.
20033         Pass -mieee for alpha*-*-* and sh-*-*.
20034         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
20035
20036 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
20037
20038         Remove old-abi tests.
20039         * g++.old-deja/g++.mike/p11116.C: Remove.
20040         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
20041
20042 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
20043
20044         * g77.f-torture/compile/pr3743.f:  New test
20045
20046 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
20047
20048         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
20049
20050 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20051
20052         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
20053         g++.old-deja/g++.pt/static6.C: Likewise.
20054         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
20055         supports weak symbols.
20056
20057 2001-07-18  Andreas Jaeger  <aj@suse.de>
20058
20059         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
20060         supported again.
20061
20062 2001-07-18  Andreas Jaeger  <aj@suse.de>
20063
20064         * gcc.dg/iftrap-1.c: Fix target line.
20065
20066 2001-07-17  Richard Henderson  <rth@redhat.com>
20067
20068         * gcc.c-torture/execute/20010717-1.c: New.
20069
20070 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
20071
20072         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
20073         tests.
20074
20075 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
20076
20077         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
20078
20079 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20080
20081         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
20082         UAC_SIGBUS, UAC_NOPRINT definitions.
20083
20084 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
20085
20086         * objc/execute/object_is_class.m: New test.
20087         * objc/execute/object_is_meta_class.m: New test.
20088
20089 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
20090
20091         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
20092         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
20093
20094 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
20095
20096         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
20097         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
20098
20099 2001-07-14  Richard Henderson  <rth@redhat.com>
20100
20101         * gcc.dg/iftrap-1.c: New.
20102
20103 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
20104
20105         * g77.f-torture/execute/intrinsic77.f: New test.
20106
20107 2001-07-11  Janis Johnson <janis@us.ibm.com>
20108
20109         * gcc.misc-tests/gcov-3.c: New test.
20110
20111 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
20112
20113         * gcc.c-torture/compile/20010711-1.c,
20114         * gcc.c-torture/compile/20010711-2.c: New tests.
20115
20116 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
20117
20118         * gcc.c-torture/execute/20010711-1.c: New test.
20119
20120 2001-07-11  Ben Elliston  <bje@redhat.com>
20121
20122         * g++.old-deja/g++.other/enum5.C: New test.
20123
20124 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
20125
20126         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
20127         (g++-dg-prune): Call prune_gcc_output.
20128         * prune.exp: New file for prune_gcc_output.
20129         * lib/g++.exp, lib/gcc.exp: Load it.
20130
20131 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
20132
20133         * gcc.c-torture/compile/20010701-1.c,
20134         g++.old-deja/g++.ext/attrib6.C: New tests.
20135
20136 2001-07-06  Jeffrey A Law  (law@cygnus.com)
20137
20138         * gcc.c-torture/compile/20010706-1.c: New test.
20139
20140 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
20141
20142         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
20143
20144 2001-06-28  Stan Shebs  <shebs@apple.com>
20145
20146         * gcc.dg/pragma-darwin.c: New test.
20147
20148 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20149
20150         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
20151         Solaris 2.[678] system.
20152
20153 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20154
20155         * gcc.dg/20010622-1.c: New test.
20156
20157 2001-06-18  Stan Shebs  <shebs@apple.com>
20158
20159         * objc.dg: New directory.
20160         * objc.dg/dg.exp: New file.
20161         * objc.dg/alias.m: New.
20162         * objc.dg/class-1.m: New.
20163         * objc.dg/class-2.m: New.
20164         * objc.dg/const-str-1.m: New.
20165         * objc.dg/const-str-2.m: New.
20166         * objc.dg/id-1.m: New.
20167         * objc.dg/method-1.m: New.
20168         * objc.dg/super-class-1.m: New.
20169         * lib/objc-dg.exp: New file.
20170
20171 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20172
20173         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
20174         of label name.
20175
20176 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
20177
20178         * g++.old-deja/g++.abi/vbase8-9.C: New test.
20179
20180 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20181
20182         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
20183         variable.
20184
20185 2001-06-12  Richard Henderson  <rth@redhat.com>
20186
20187         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
20188
20189 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
20190
20191         * g++.old-deja/g++.abi/vbase5.C: New test.
20192         * g++.old-deja/g++.abi/vbase6.C: New test.
20193         * g++.old-deja/g++.abi/vbase7.C: New test.
20194
20195 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20196
20197         * gcc.c-torture/compile/20010610-1.c: New test.
20198
20199 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
20200
20201         * g++.old-deja/g++.abi/vbase4.C: New test.
20202
20203 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20204
20205         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
20206         support %f for HC11/HC12 targets.
20207         * gcc.c-torture/execute/930513-1.x: New file, likewise.
20208         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
20209         on HC11/HC12 targets.
20210         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
20211
20212 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20213
20214         * gcc.dg/wchar_t-1.c: New file.
20215         * gcc.dg/wint_t-1.c: Likewise.
20216
20217 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
20218
20219         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
20220
20221 2001-06-11  Richard Henderson  <rth@redhat.com>
20222
20223         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
20224
20225 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20226
20227         * gcc.c-torture/compile/20010611-1.c: New test.
20228
20229 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
20230
20231         * gcc.dg/c99-tag-1.c: Add more tests.
20232
20233 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
20234
20235         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
20236         representation on MN10300 and ARM/Thumb.
20237
20238 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
20239
20240         * g77.f-torture/execute/20010610.f: New.
20241
20242 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
20243
20244         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
20245         names.
20246
20247 2001-06-09  Richard Henderson  <rth@redhat.com>
20248
20249         * gcc.c-torture/execute/ashrdi-1.c: New.
20250         * gcc.c-torture/execute/ashldi-1.c: New.
20251         * gcc.c-torture/execute/lshrdi-1.c: New.
20252
20253 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
20254
20255         * objc/execute/load-3.m: Added. Check sending +load to categories,
20256         in addition to classes.
20257
20258 2001-06-08  Stan Shebs  <shebs@apple.com>
20259
20260         * objc/execute/load-2.m: New test.  From Nicola Pero
20261         <n.pero@mi.flashnet.it>.
20262
20263 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
20264
20265         * gcc.c-torture/execute/20010605-2.c: New test.
20266
20267 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
20268
20269         * g++.old-deja/g++.abi/vbase2.C: New test.
20270         * g++.old-deja/g++.abi/vbase3.C: New test.
20271
20272 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
20273
20274         * g++.old-deja/g++.pt/friend49.C: New test.
20275
20276 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
20277
20278         * g++.old-deja/g++.ext/anon3.C: New test.
20279
20280 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
20281
20282         * g++.old-deja/g++.other/conv7.C: New test.
20283
20284 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
20285
20286         * gcc.c-torture/compile/20010605-2.c: New test.
20287
20288 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20289
20290         * gcc.c-torture/execute/20010604-1.c: New test.
20291
20292 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
20293
20294         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
20295
20296 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
20297
20298         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
20299         (g++_link_flags): Likewise.
20300         (g++_init): Pass gccpath's value to two previous functions.
20301
20302 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20303
20304         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
20305         Ensure logfile entry matches exec command line.
20306
20307 2001-05-31  Richard Henderson  <rth@redhat.com>
20308
20309         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
20310         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
20311
20312 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
20313
20314         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
20315         compiler for irix6.2
20316
20317 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
20318
20319         * g++.old-deja/g++.other/optimize3.C: New file.
20320
20321 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
20322
20323         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
20324         assemble.
20325
20326 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
20327
20328         * g++.old-deja/g++.other/optimize2.C: New file.
20329
20330 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
20331
20332         * gcc.c-torture/compile/20010518-2.c: New file.
20333         * gcc.c-torture/execute/20010518-1.c: New file.
20334         * gcc.c-torture/execute/20010518-2.c: New file.
20335
20336 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20337
20338         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
20339
20340 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
20341
20342         G++ no longer defines builtins that do not begin with __builtin.
20343         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
20344         * g++.old-deja/g++.brendand/misc13.C: Likewise.
20345         * g++.old-deja/g++.law/builtin1.C: Likewise.
20346         * g++.old-deja/g++.law/cvt2.C: Likewise.
20347         * g++.old-deja/g++.mike/net5.C: Likewise.
20348         * g++.old-deja/g++.other/builtins1.C: Likewise.
20349         * g++.old-deja/g++.other/builtins2.C: Likewise.
20350         * g++.old-deja/g++.other/builtins3.C: Likewise.
20351         * g++.old-deja/g++.other/builtins4.C: Likewise.
20352         * g++.old-deja/g++.other/inline8.C: Likewise.
20353         * g++.old-deja/g++.robertl/eb39.C: Likewise.
20354
20355 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
20356
20357         * g++.old-deja/g++.pt/using1.C: Adjust.
20358         * g++.old-deja/g++.pt/using2.C: New test.
20359
20360 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
20361
20362         * gcc.dg/cpp/charconst.c: New tests.
20363         * gcc.dg/cpp/escape.c: New tests.
20364         * gcc.dg/cpp/escape-1.c: New tests.
20365         * gcc.dg/cpp/escape-2.c: New tests.
20366         * gcc.dg/cpp/ucs.c: New tests.
20367
20368 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
20369
20370         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
20371         native compiler for irix6.5.
20372
20373 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
20374
20375         * lib/g++.exp (g++_include_flags): Use args to compute
20376         get_multilibs.
20377         (g++_link_flags): Likewise.
20378         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
20379
20380 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
20381
20382         * gcc.dg/c90-hexfloat-1.c: Add more tests.
20383
20384 2001-05-21  Geoff Keating  <geoffk@redhat.com>
20385
20386         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
20387         this file.
20388
20389 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20390
20391         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
20392         STACK_SIZE;
20393         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
20394         to STACK_SIZE; Use it to define size of add_histo array.
20395         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
20396         to STACK_SIZE.
20397         (f): Use GITT_SIZE to define size of gitt local table.
20398         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
20399         to STACK_SIZE; Use it to define size of bytemem array.
20400
20401 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
20402
20403         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
20404         on 68HC11/HC12 due to the asm instruction.
20405         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
20406         * gcc.c-torture/compile/920520-1.x: Likewise.
20407         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
20408         on 68HC11/HC12 because the function is larger than 64K.
20409         * gcc.c-torture/compile/961203-1.x: New file, this test fails
20410         on 68HC11/HC12 because the structure is too large.
20411
20412 2001-05-20  Richard Henderson  <rth@redhat.com>
20413
20414         * gcc.c-torture/execute/20010520-1.c: New.
20415
20416 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20417
20418         * g++.old-deja/g++.warn/compare1.C: New test.
20419         * gcc.dg/compare4.c: New test.
20420
20421 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
20422
20423         * g++.old-deja/g++.other/optimize1.C: New test.
20424
20425 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
20426
20427         * g++.old-deja/g++.pt/spec41.C: New test.
20428
20429 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
20430
20431         * gcc.c-torture/compile/20010114-1.x: Remove.
20432
20433 2001-05-18  Stan Shebs  <shebs@apple.com>
20434
20435         * gcc.c-torture/compile/20010518-1.c: New test.
20436
20437 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
20438
20439         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
20440         * g++.old-deja/g++.pt/crash67.C: New test.
20441
20442 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
20443
20444         * g++.old-deja/g++.other/debug9.C: New test.
20445
20446 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
20447
20448         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
20449
20450 2001-05-16  Jan Hubicka  <jh@suse.cz>
20451
20452         * gcc.c-torture/compile/20010516-1.c: New test.
20453
20454 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20455
20456         * g++.old-deja/g++.other/crash41.C: New test.
20457
20458 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
20459
20460         * g++.old-deja/g++.pt/crash66.C: New test.
20461
20462 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
20463
20464         * g++.old-deja/g++.robertl/eb27.C: Convert.
20465
20466 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
20467
20468         * g++.dg/friend-warn.C: New test.  Do not warn about friend
20469         declaration being redundant.
20470
20471 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
20472
20473         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
20474
20475 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
20476
20477         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
20478
20479 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
20480
20481         * lib/g++.exp: Use testsuite_flags.
20482
20483 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
20484
20485         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
20486
20487 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20488
20489         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
20490
20491 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
20492
20493         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
20494
20495 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
20496
20497         * gcc.c-torture/compile/20010313-1.c: New test.
20498
20499 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
20500
20501         * gcc.dg/cpp/direct2.c: New test.
20502         * gccq.dg/cpp/direct2s.c: New test.
20503
20504         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
20505
20506 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
20507
20508         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
20509         * g++.old-deja/g++.other/op3.C: Likewise.
20510
20511 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
20512
20513         * gcc.dg/cpp/syshdr.h: New file.
20514         * gcc.dg/cpp/sysmac1.c: Update.
20515         * gcc.dg/cpp/sysmac2.c: Update.
20516
20517 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
20518
20519         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
20520
20521 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
20522
20523         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
20524         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
20525
20526 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
20527
20528         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
20529
20530 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
20531
20532         * lib/g++.exp (g++_include_flags): Don't use any special flags
20533         if TESTING_IN_BUILD_TREE is not defined.
20534         (g++_init): Use a plain 'c++' as the compiler if
20535         TESTING_IN_BUILD_TREEE is not defined.
20536
20537 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20538
20539         * g++.old-deja/g++.eh/catch13.C: New test.
20540         * g++.old-deja/g++.eh/catch14.C: New test.
20541
20542 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
20543
20544         * gcc.dg/cpp/tr-define.c: New test.
20545
20546 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
20547
20548         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
20549         <stdlib.h>, not <malloc.h>.
20550
20551 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20552
20553         * g++.old-deja/g++.ns/template17.C: New test.
20554
20555 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
20556
20557         * g++.old-deja/g++.pt/ref4.C: New test.
20558
20559 2001-04-30  Richard Henderson  <rth@redhat.com>
20560
20561         * gcc.dg/20000724-1.c: Revert last change.
20562
20563 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
20564
20565         * g77.f-torture/execute/20010430.f: New test.
20566
20567 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
20568
20569         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
20570
20571 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
20572
20573         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
20574
20575 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20576
20577         * g++.old-deja/g++.eh/crash6.C: New test.
20578
20579 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20580
20581         * g++.old-deja/g++.other/warn7.C: New test.
20582
20583 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
20584
20585         * g++.old-deja/g++.other/defarg9.C: New test.
20586
20587 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20588
20589         * g77.f-torture/compile/20010426.f: New test.
20590         * g77.f-torture/execute/20010426.f: New test.
20591
20592 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
20593
20594         * g77.f-torture/compile/20000629-1.x: Remove - error
20595         has been fixed.
20596
20597 2001-04-26  Jeffrey A Law  (law@cygnus.com)
20598
20599         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
20600         Tweak slightly to work with g++.dg framework.
20601         * g++.dg/special/ecos.exp: Run initp1.C test.
20602         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
20603
20604         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
20605         its linker doesn't give line numbers either.
20606         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
20607
20608 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20609
20610         * g++.old-deja/g++.other/lex1.C: New test.
20611
20612 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
20613
20614         * gcc.dg/noncompile/20010425-1.c: New test.
20615
20616 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
20617
20618         * g++.old-deja/g++.pt/mangle2.C: New test.
20619
20620 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20621
20622         * gcc.dg/format/plus-1.c: New test.
20623
20624 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20625
20626         * gcc.dg/20010423-1.c: New test.
20627
20628 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
20629
20630         * gcc.c-torture/execute/20010422-1.c: New test.
20631
20632 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
20633
20634         * g++.old-deja/g++.ns/type2.C: New test.
20635
20636 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
20637
20638         * g++.old-deja/g++.other/perf1.C: New test.
20639
20640 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
20641
20642         * gcc.dg/c99-func-2.c: Remove xfail.
20643         * gcc.dg/c99-func-3.c: Remove xfail.
20644         * gcc.dg/c99-func-4.c: Remove xfail.
20645
20646 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
20647
20648         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
20649
20650 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
20651
20652         * gcc.c-torture/compile/20010423-1.c: New test.
20653
20654 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20655
20656         * g++.old-deja/g++.pt/typename28.C: New test.
20657
20658 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
20659
20660         * g++.old-deja/g++.abi/empty2.C: New test.
20661         * g++.old-deja/g++.abi/empty3.C: New test.
20662
20663 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20664
20665         * g++.old-deja/g++.other/comdat2.C: New test.
20666         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
20667
20668 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20669
20670         * g++.old-deja/g++.other/overload14.C: New test.
20671
20672 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20673
20674         * g++.old-deja/g++.other/lookup23.C: New test.
20675
20676 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
20677
20678         * gcc.c-torture/execute/20010403-1.c: New test.
20679
20680 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
20681             Mark Mitchell  <mark@codesourcery.com>
20682
20683         * lib/old-dejagnu.exp: Don't delete output of executable.
20684         Add .exe suffix to executables.
20685
20686 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
20687
20688         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
20689
20690 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20691
20692         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
20693
20694 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20695
20696         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
20697         * g++.old-deja/g++.abi/crash1.C: New test.
20698
20699 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
20700
20701         * g++.old-deja/g++.other/crash40.C: New test.
20702
20703 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20704
20705         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
20706
20707 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
20708
20709         * g++.old-deja/g++.other/warn6.C: New test.
20710
20711 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
20712
20713         * g++.old-deja/g++.robertl/eb42.C: Same.
20714
20715 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20716
20717         * gcc.dg/wtr-conversion-1.c: New testcase.
20718
20719 2001-04-10  Richard Henderson  <rth@redhat.com>
20720
20721         * g++.old-deja/g++.other/array5.C: New.
20722
20723 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
20724
20725         * gcc.c-torture/execute/20010408-1.c: New test.
20726
20727 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
20728
20729         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
20730         headers and constructs.
20731         * g++.old-deja/g++.robertl/eb79.C: Same.
20732         * g++.old-deja/g++.robertl/eb77.C (main): Same.
20733         * g++.old-deja/g++.robertl/eb73.C: Same.
20734         * g++.old-deja/g++.robertl/eb66.C (main): Same.
20735         * g++.old-deja/g++.robertl/eb55.C (t): Same.
20736         * g++.old-deja/g++.robertl/eb54.C (main): Same.
20737         * g++.old-deja/g++.robertl/eb46.C (main): Same.
20738         * g++.old-deja/g++.robertl/eb44.C: Same.
20739         * g++.old-deja/g++.robertl/eb41.C (main): Same.
20740         * g++.old-deja/g++.robertl/eb4.C (main): Same.
20741         * g++.old-deja/g++.robertl/eb39.C: Same.
20742         * g++.old-deja/g++.robertl/eb33.C (main): Same.
20743         * g++.old-deja/g++.robertl/eb31.C (main): Same.
20744         * g++.old-deja/g++.robertl/eb30.C: Same.
20745         * g++.old-deja/g++.robertl/eb3.C: Same.
20746         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
20747         * g++.old-deja/g++.robertl/eb21.C: Same.
20748         * g++.old-deja/g++.robertl/eb15.C: Same.
20749         * g++.old-deja/g++.robertl/eb118.C: Same.
20750         * g++.old-deja/g++.robertl/eb115.C (main): Same.
20751         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
20752         * g++.old-deja/g++.robertl/eb109.C: Same.
20753         * g++.old-deja/g++.other/sibcall1.C (main): Same.
20754         * g++.old-deja/g++.mike/rtti1.C: Same.
20755         * g++.old-deja/g++.mike/p658.C: Same.
20756         * g++.old-deja/g++.mike/net46.C: Same.
20757         * g++.old-deja/g++.mike/net34.C: Same.
20758         * g++.old-deja/g++.mike/memoize1.C: Same.
20759         * g++.old-deja/g++.mike/eh2.C: Same.
20760         * g++.old-deja/g++.law/weak.C: Same.
20761         * g++.old-deja/g++.law/visibility7.C: Same.
20762         * g++.old-deja/g++.law/visibility25.C: Same.
20763         * g++.old-deja/g++.law/visibility22.C: Same.
20764         * g++.old-deja/g++.law/visibility2.C: Same.
20765         * g++.old-deja/g++.law/visibility17.C: Same.
20766         * g++.old-deja/g++.law/visibility13.C: Same.
20767         * g++.old-deja/g++.law/visibility10.C: Same.
20768         * g++.old-deja/g++.law/visibility1.C: Same.
20769         * g++.old-deja/g++.law/virtual3.C (eval): Same.
20770         * g++.old-deja/g++.law/vbase1.C: Same.
20771         * g++.old-deja/g++.law/operators32.C: Same.
20772         * g++.old-deja/g++.law/nest3.C: Same.
20773         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
20774         * g++.old-deja/g++.law/except5.C (main): Same.
20775         * g++.old-deja/g++.law/cvt7.C (run): Same.
20776         * g++.old-deja/g++.law/cvt2.C: Same.
20777         * g++.old-deja/g++.law/cvt16.C: Same.
20778         * g++.old-deja/g++.law/ctors6.C (bar): Same.
20779         * g++.old-deja/g++.law/ctors17.C (main): Same.
20780         * g++.old-deja/g++.law/ctors13.C: Same.
20781         * g++.old-deja/g++.law/ctors12.C (main): Same.
20782         * g++.old-deja/g++.law/ctors10.C: Same.
20783         * g++.old-deja/g++.law/code-gen5.C: Same.
20784         * g++.old-deja/g++.law/bad-error7.C: Same.
20785         * g++.old-deja/g++.law/arm9.C: Same.
20786         * g++.old-deja/g++.law/arm12.C: Same.
20787         * g++.old-deja/g++.law/arg8.C: Same.
20788         * g++.old-deja/g++.law/arg1.C: Same.
20789         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
20790         * g++.old-deja/g++.jason/template31.C: Same.
20791         * g++.old-deja/g++.jason/template24.C (main): Same.
20792         * g++.old-deja/g++.jason/2371.C: Same.
20793         * g++.old-deja/g++.eh/new2.C: Same.
20794         * g++.old-deja/g++.eh/new1.C: Same.
20795         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
20796         * g++.old-deja/g++.brendan/nest21.C (main): Same.
20797         * g++.old-deja/g++.brendan/err-msg3.C: Same.
20798         * g++.old-deja/g++.brendan/crash62.C: Same.
20799         * g++.old-deja/g++.brendan/crash52.C: Same.
20800         * g++.old-deja/g++.brendan/crash49.C (main): Same.
20801         * g++.old-deja/g++.brendan/crash38.C: Same.
20802         * g++.old-deja/g++.brendan/crash15.C (main): Same.
20803         * g++.old-deja/g++.brendan/copy9.C: Same.
20804
20805 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
20806
20807         * gcc.c-torture/execute/20001203-2.c (memset):
20808         Count argument is of type __SIZE_TYPE__.
20809
20810 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
20811
20812         * gcc.c-torture/compile/20010404-1.c: New test.
20813
20814 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
20815
20816         * gcc.c-torture/compile/20010326-1.c: New test.
20817
20818 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
20819
20820         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
20821         peculiarities of the SH.
20822         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
20823
20824 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
20825
20826         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
20827         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
20828         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
20829
20830 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20831
20832         * g77.f-torture/compile/20010321-1.f: New test.
20833
20834 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20835
20836         * gcc.c-torture/compile/20010329-1.c: New test.
20837
20838 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
20839
20840         * gcc.c-torture/execute/20010329-1.c: New test.
20841
20842 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20843
20844         * g++.old-deja/g++.other/eh4.C: Fix typo.
20845
20846 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
20847
20848         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
20849
20850 2001-03-28  Philip Blundell  <philb@gnu.org>
20851
20852         * gcc.c-torture/compile/20010328-1.c: New test.
20853
20854 2001-03-27  Richard Henderson  <rth@redhat.com>
20855
20856         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
20857         * g++.old-deja/g++.eh/vbase3.C: Likewise.
20858
20859 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
20860
20861         * gcc.c-torture/compile/20010327-1.c: New test.
20862
20863 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
20864
20865         * g++.old-deja/g++.other/friend12.C: New test.
20866         * g++.old-deja/g++.other/friend9.C: Expect no errors.
20867         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
20868
20869 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
20870
20871         * gcc.c-torture/execute/20010325-1.c: New test.
20872
20873 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
20874
20875         * g++.old-deja/g++.other/mangle3.C: New test.
20876
20877 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
20878
20879         * g++.old-deja/g++.other/anon8.C: New test.
20880
20881 2001-03-20  Philip Blundell  <philb@gnu.org>
20882
20883         * gcc.c-torture/compile/20010320-1.c: New test.
20884
20885 2001-03-17  Richard Henderson  <rth@redhat.com>
20886
20887         * g++.old-deja/g++.other/eh4.C: Add expected error text.
20888
20889 2001-03-15  Geoff Keating  <geoff@redhat.com>
20890
20891         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
20892         tests on AIX.
20893
20894 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
20895
20896         * g++.old-deja/g++.other/eh4.C: New test.
20897
20898 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
20899
20900         * gcc.dg/cpp/mi1.c: Update.
20901
20902 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
20903
20904         * g++.old-deja/g++.other/regstack.C: New test.
20905
20906 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
20907
20908         * g++.old-deja/g++.other/ref4.C: New test.
20909
20910 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
20911
20912         * objc/execute/va_method.m: Added.
20913         * objc/execute/IMP.m: Added.
20914         * objc/execute/_cmd.m: Added.
20915         * objc/execute/accessing_ivars.m: Added.
20916         * objc/execute/class-1.m: Added.
20917         * objc/execute/class-10.m: Added.
20918         * objc/execute/class-11.m: Added.
20919         * objc/execute/class-12.m: Added.
20920         * objc/execute/class-13.m: Added.
20921         * objc/execute/class-14.m: Added.
20922         * objc/execute/class-2.m: Added.
20923         * objc/execute/class-3.m: Added.
20924         * objc/execute/class-4.m: Added.
20925         * objc/execute/class-5.m: Added.
20926         * objc/execute/class-6.m: Added.
20927         * objc/execute/class-7.m: Added.
20928         * objc/execute/class-8.m: Added.
20929         * objc/execute/class-9.m: Added.
20930         * objc/execute/class-tests-1.h
20931         * objc/execute/class-tests-2.h
20932         * objc/execute/compatibility_alias.m: Added.
20933         * objc/execute/encode-1.m: Added.
20934         * objc/execute/formal_protocol-1.m: Added.
20935         * objc/execute/formal_protocol-2.m: Added.
20936         * objc/execute/formal_protocol-3.m: Added.
20937         * objc/execute/formal_protocol-4.m: Added.
20938         * objc/execute/formal_protocol-5.m: Added.
20939         * objc/execute/formal_protocol-6.m: Added.
20940         * objc/execute/formal_protocol-7.m: Added.
20941         * objc/execute/informal_protocol.m: Added.
20942         * objc/execute/initialize.m: Added.
20943         * objc/execute/load.m: Added.
20944         * objc/execute/many_args_method.m: Added.
20945         * objc/execute/nested-3.m: Added.
20946         * objc/execute/no_clash.m: Added.
20947         * objc/execute/private.m: Added.
20948         * objc/execute/redefining_self.m: Added.
20949         * objc/execute/root_methods.m: Added.
20950         * objc/execute/selector-1.m: Added.
20951         * objc/execute/static-1.m: Added.
20952         * objc/execute/static-2.m: Added.
20953         * objc/execute/va_method.m: Added.
20954
20955 2001-03-10  Richard Henderson  <rth@redhat.com>
20956
20957         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
20958
20959 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
20960
20961         * g++.old-deja/g++.other/crash31.C: XFAIL.
20962         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
20963         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
20964         * gcc.c-torture/execute/20010123-1.x: XFAIL.
20965         * gcc.c-torture/execute/20010124-1.x: XFAIL.
20966         * gcc.dg/sequence-pt-1.c: XFAIL one test.
20967
20968 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
20969
20970         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
20971
20972 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20973
20974         * gcc.dg/20000724-1.c: Don't use multiline strings.
20975
20976 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
20977
20978         * objc/execute/string1.m, objc/execute/string2.m: Compare the
20979         result of -cString against what we expect it to be; don't just
20980         print it out for no one to read.
20981
20982         * objc/execute/string3.m, objc/execute/string4.m: New tests.
20983         Based on testcases provided by Nicola Pero.
20984
20985 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20986
20987         * gcc.dg/cpp/macro7.c: New test.
20988
20989 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
20990
20991         * gcc.dg/cpp/multiline.c: Update.
20992
20993 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20994
20995         * g++.old-deja/g++.other/enum3.C: New test.
20996
20997 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
20998
20999         * g++.old-deja/g++.other/pod1.C: New test.
21000
21001 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
21002
21003         * g++.old-deja/g++.ext/overload1.C: New test.
21004
21005 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
21006
21007         * g++.old-deja/g++.pt/using1.C: New test.
21008
21009 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
21010
21011         * g++.old-deja/g++.other/using9.C: New test.
21012
21013 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
21014
21015         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
21016
21017         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
21018
21019 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
21020
21021         * g++.old-deja/g++.ext/realpt1.C: Remove.
21022
21023 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
21024
21025         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
21026
21027 2001-02-26  Will Cohen  <wcohen@redhat.com>
21028
21029         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
21030
21031 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
21032
21033         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
21034         templatized constructors.
21035
21036 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21037
21038         * gcc.c-torture/execute/20010224-1.c: New test.
21039
21040 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
21041
21042         * gcc.c-torture/execute/20010222-1.c: New test.
21043
21044 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
21045
21046         * g++.old-deja/g++.other/inline20.C: New test.
21047
21048 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
21049
21050         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
21051
21052 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
21053
21054         * g++.old-deja/g++.other/lookup22.C: New test.
21055
21056 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
21057
21058         * g77.dg: New directory.
21059         * g77.dg/20010216-1.f: New test case.
21060         * g77.dg/dg.exp: New driver.
21061         * lib/g77-dg.exp: New driver library.
21062
21063 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21064
21065         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
21066
21067 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
21068
21069         * g++.old-deja/g++.other/decl9.C: New test.
21070
21071 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
21072
21073         * g++.old-deja/g++.other/init16.C: Update the test so that it does
21074         not need <string> and also tests the initialization at runtime.
21075
21076 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
21077
21078         * gcc.c-torture/execute/longlong.c: New test.
21079
21080 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
21081
21082         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
21083
21084 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
21085
21086         * gcc.c-torture/execute/920302-1.c (execute):
21087         Change argument type to short.
21088
21089 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
21090
21091         * g++.old-deja/g++.pt/deduct6.C: New test.
21092
21093 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
21094
21095         * g++.old-deja/g++.pt/deduct5.C: New test.
21096
21097 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
21098
21099         * gcc.c-torture/execute/20010209-1.c: New test.
21100
21101 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
21102
21103         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
21104
21105 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
21106
21107         * g++.dg/vtgc1.C: Update for new ABI.
21108
21109         * consistency.vlad: New directory, 1665 files.
21110
21111 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
21112
21113         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
21114         return type.
21115         * gcc.dg/cpp/digraphs.c: Declare puts.
21116
21117 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
21118
21119         * g++.old-deja/g++.other/warn5.C: New test.
21120
21121 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
21122
21123         * g++.old-deja/g++.pt/spec40.C: New test.
21124
21125 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
21126
21127         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
21128         case.
21129         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
21130
21131 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
21132
21133         * gcc.c-torture/compile/20010209-1.c: New test.
21134
21135 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
21136
21137         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
21138         excess errors message but not if it crashes.
21139         * g++.old-deja/g++.other/crash27.C: Likewise.
21140         * g++.old-deja/g++.other/crash28.C: Likewise.
21141         * g++.old-deja/g++.other/crash30.C: Likewise.
21142         * g++.old-deja/g++.other/crash32.C: Likewise.
21143         * g++.old-deja/g++.other/crash35.C: Likewise.
21144         * g++.old-deja/g++.pt/inherit2.C: Likewise.
21145
21146 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
21147
21148         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
21149         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
21150         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
21151         g77.f-torture/execute/execute.exp,
21152         g77.f-torture/noncompile/noncompile.exp,
21153         gcc.c-torture/execute/execute.exp,
21154         gcc.c-torture/execute/memcheck/memcheck.exp,
21155         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
21156         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
21157         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
21158         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
21159         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
21160         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
21161         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
21162         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
21163         Remove bug reporting instructions with ancient email addresses.
21164
21165 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
21166
21167         * gcc.dg/20010202-1.c: New test.
21168         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
21169
21170 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
21171
21172         * g++.dg/stdbool-if.C: New test.
21173
21174 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
21175
21176         * objc/execute/fdecl.m: Added main().
21177
21178 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
21179
21180         * gcc.c-torture/execute/20010206-1.c: New test.
21181
21182 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
21183
21184         * gcc.dg/cpp/avoidpaste1.c: Update.
21185
21186 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
21187
21188         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
21189         Pero <nicola@brainstorm.co.uk>.
21190         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
21191
21192 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
21193
21194         * g++.old-deja/g++.pt/spec39.C: New test.
21195
21196 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
21197
21198         * gcc.c-torture/compile/20010202-1.c: New test.
21199
21200 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
21201
21202         * g++.old-deja/g++.abi/primary2.C: New test.
21203         * g++.old-deja/g++.abi/primary3.C: New test.
21204         * g++.old-deja/g++.abi/primary4.C: New test.
21205         * g++.old-deja/g++.abi/primary5.C: New test.
21206         * g++.old-deja/g++.abi/vtable3.h: New test.
21207         * g++.old-deja/g++.abi/vtable3a.C: New test.
21208         * g++.old-deja/g++.abi/vtable3b.C: New test.
21209         * g++.old-deja/g++.abi/vtable3c.C: New test.
21210         * g++.old-deja/g++.abi/vtable3d.C: New test.
21211         * g++.old-deja/g++.abi/vtable3e.C: New test.
21212         * g++.old-deja/g++.abi/vtable3f.C: New test.
21213         * g++.old-deja/g++.abi/vtable3g.C: New test.
21214         * g++.old-deja/g++.abi/vtable3h.C: New test.
21215         * g++.old-deja/g++.abi/vtable3i.C: New test.
21216         * g++.old-deja/g++.abi/vtable3j.C: New test.
21217         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
21218
21219 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
21220
21221         * g++.old-deja/g++.other/anon6.C: New test.
21222         * g++.old-deja/g++.other/anon7.C: New test.
21223
21224 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
21225
21226         * gcc.dg/cpp/avoidpaste2.c: New tests.
21227
21228 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
21229
21230         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
21231
21232 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
21233
21234         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
21235         DECIMAL_DIG cases for Irix."
21236
21237 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
21238
21239         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
21240
21241 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
21242
21243         * gcc.dg/c99-tag-1.c: New test.
21244
21245 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
21246
21247         * gcc.dg/cpp/tr-warn1.c: Add tests.
21248
21249 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
21250
21251         * gcc.dg/cpp/avoidpaste1.c: Update.
21252         * gcc.dg/cpp/paste4.c: Update.
21253
21254 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
21255
21256         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
21257         cases for Irix.
21258
21259 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
21260
21261         * g++.old-deja/g++.other/inline19.C: New test.
21262
21263 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
21264
21265         * gcc.dg/Wlarger-than.c: New test.
21266
21267 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
21268
21269         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
21270
21271 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
21272
21273         * gcc.c-torture/execute/20010129-1.c: New test.
21274         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
21275
21276 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
21277
21278         * gcc.dg/cpp/avoidpaste1.c: Test case.
21279
21280 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
21281
21282         * g++.old-deja/g++.other/inline18.C: New test.
21283
21284 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21285
21286         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
21287         and __builtin_putchar.
21288
21289 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
21290
21291         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
21292         tests.
21293
21294 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
21295
21296         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
21297         floating point number rounding mode to round to the nearest
21298         representable mode.
21299
21300 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
21301
21302         * g++.old-deja/g++.other/mangle2.C: New test.
21303
21304 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
21305
21306         * gcc.c-torture/compile/20010124-1.c: New test.
21307
21308 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
21309
21310         * g++.old-deja/g++.pt/spec38.C: New test.
21311
21312 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21313
21314         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
21315         "Build don't run".
21316
21317 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21318
21319         * gcc.c-torture/execute/20010123-1.c: New test.
21320
21321 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21322
21323         * g++.old-deja/g++.pt/spec37.C: New test.
21324
21325 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
21326
21327         * g++.old-deja/g++.pt/overload14.C: New test.
21328
21329 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21330
21331         * gcc.c-torture/execute/20010122-1.c: New test, exercise
21332         __builtin_return_address.
21333
21334 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
21335
21336         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
21337         * g++.old-deja/g++.pt/spec35.C: New test.
21338         * g++.old-deja/g++.pt/spec36.C: New test.
21339
21340 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
21341
21342         * gcc.c-torture/compile/20010118-1.c: New test.
21343
21344 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
21345
21346         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
21347
21348 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21349
21350         * gcc.c-torture/execute/20010119-1.c: New test.
21351
21352 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21353
21354         * g++.old-deja/g++.other/vbase5.C: New test.
21355
21356 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
21357
21358         * gcc.c-torture/execute/20010118-1.c: New test.
21359
21360 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21361
21362         * g++.old-deja/g++.pt/deduct3.C: New test.
21363
21364 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
21365
21366         * g++.old-deja/g++.pt/spec34.C: New test.
21367
21368 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
21369
21370         * g77.f-torture/compile/20000601-2.f: New test.
21371
21372 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21373
21374         * g++.old-deja/g++.other/init17.C: New test.
21375
21376 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
21377
21378         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
21379
21380 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21381
21382         * g++.old-deja/g++.pt/unify8.C: New test.
21383
21384 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21385
21386         * g++.old-deja/g++.abi/vbase1.C: New test.
21387
21388 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
21389
21390         * g++.old-deja/g++.pt/crash65.C: New test.
21391
21392 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21393
21394         * gcc.dg/cpp/assembl2.S: New test case.
21395
21396 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
21397
21398         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
21399         are supported.
21400
21401 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21402
21403         * g++.old-deja/g++.other/builtins1.C: New test.
21404         * g++.old-deja/g++.other/builtins2.C: Likewise.
21405         * g++.old-deja/g++.other/builtins3.C: Likewise.
21406         * g++.old-deja/g++.other/builtins4.C: Likewise.
21407
21408 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
21409
21410         * gcc.c-torture/compile/20010117-1.c: New test.
21411         * gcc.c-torture/compile/20010117-2.c: New test.
21412
21413 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21414
21415         * g77.f-torture/execute/20010116.[fx]: New test,
21416         XFAIL on i?86-*-*.
21417         * g77.f-torture/compile/20010115.f: Indicate it's
21418         a test for PR fortran/1636.
21419
21420 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
21421
21422         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
21423
21424 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
21425
21426         * g77.f-torture/compile/20010115.f: New test.
21427
21428 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
21429
21430         * g++.old-deja/g++.pt/nontype5.C: New test.
21431
21432 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
21433
21434         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
21435         have an equivalent working one below it.
21436
21437 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21438
21439         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
21440         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21441
21442 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
21443
21444         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
21445         message containing "init_priority".
21446         (conpr-2.C): Likewise.
21447         (conpr-3.C): Likewise.
21448         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
21449
21450 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21451
21452         * gcc.c-torture/execute/20010114-2.c: New test.
21453
21454 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
21455
21456         * gcc.c-torture/compile/20010114-1.c: New test.
21457         * gcc.c-torture/compile/20010114-1.x: Xfail.
21458         * gcc.c-torture/compile/20010114-2.c: New test.
21459         * gcc.c-torture/execute/20010114-1.c: New test.
21460         * gcc.dg/trunc-1.c: New test.
21461         * gcc.dg/uninit-B.c: New test.
21462
21463 2001-01-13  Nick Clifton  <nickc@redhat.com>
21464
21465         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
21466         target.
21467
21468 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
21469
21470         * gcc.c-torture/compile/20010113-1.c: New test.
21471
21472 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
21473
21474         * gcc.c-torture/compile/20001212-1.c: New test.
21475
21476 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21477
21478         * gcc.dg/cpp/widestr1.c: Update.
21479         * gcc.dg/cpp/prag-imp.c: Remove.
21480
21481 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
21482
21483         * gcc.c-torture/execute/20000801-3.x: Remove.
21484         * gcc.dg/c90-init-1.c: New test.
21485         * gcc.dg/c99-init-1.c: New test.
21486         * gcc.dg/c99-init-2.c: New test.
21487         * gcc.dg/gnu99-init-1.c: New test.
21488
21489 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
21490
21491         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
21492         testing that no relevant ones were found.
21493
21494 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21495
21496         * g++.old-deja/g++.pt/cast2.C: New test.
21497
21498 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
21499
21500         * g++.old-deja/g++.pt/friend47.C: New test.
21501
21502 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21503
21504         * g++.old-deja/g++.pt/instantiate13.C: New test.
21505
21506 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21507
21508         * g++.old-deja/g++.other/defarg7.C: New test.
21509         * g++.old-deja/g++.other/defarg8.C: New test.
21510
21511 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21512
21513         * g++.old-deja/g++.pt/crash64.C: New test.
21514
21515 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
21516
21517         * g++.old-deja/g++.pt/crash63.C: New test.
21518
21519 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
21520
21521         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
21522
21523 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
21524
21525         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
21526
21527 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21528
21529         * g++.old-deja/g++.pt/error3.C: New test.
21530
21531 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21532
21533         * g++.old-deja/g++.other/crash39.C: New test.
21534
21535 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
21536
21537         * g++.old-deja/g++.other/vbase4.C: New test.
21538
21539 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
21540
21541         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
21542         * gcc.dg/special/20000419-2.c: New file. Identical to above.
21543         * gcc.dg/special/special.exp: New test driver which will check
21544         for alias support for the above test.
21545
21546 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
21547
21548         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
21549         problems on small machines.
21550         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
21551         parameterize.
21552
21553 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
21554
21555         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
21556         mips.
21557         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
21558
21559 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
21560
21561         * g++.old_deja/g++.pt/using8.C: New test.
21562
21563 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21564
21565         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
21566
21567 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
21568
21569         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
21570         where a failure is expected.
21571         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
21572
21573 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21574
21575         * g++.old_deja/g++.pt/instantiate12.C: New test.
21576
21577 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21578
21579         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
21580         start of structs.
21581         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
21582         * g++.old-deja/g++.brendan/crash17.C: Likewise.
21583         * g++.old-deja/g++.brendan/crash29.C: Likewise.
21584         * g++.old-deja/g++.brendan/crash48.C: Likewise.
21585         * g++.old-deja/g++.brendan/ns1.C: Likewise.
21586         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
21587         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
21588         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
21589         * g++.old-deja/g++.eh/spec6.C: Likewise.
21590         * g++.old-deja/g++.jason/crash3.C: Likewise.
21591         * g++.old-deja/g++.law/ctors11.C: Likewise.
21592         * g++.old-deja/g++.law/ctors17.C: Likewise.
21593         * g++.old-deja/g++.law/ctors5.C: Likewise.
21594         * g++.old-deja/g++.law/ctors9.C: Likewise.
21595         * g++.old-deja/g++.mike/ambig1.C: Likewise.
21596         * g++.old-deja/g++.mike/net22.C: Likewise.
21597         * g++.old-deja/g++.mike/p3538a.C: Likewise.
21598         * g++.old-deja/g++.mike/p3538b.C: Likewise.
21599         * g++.old-deja/g++.mike/virt3.C: Likewise.
21600         * g++.old-deja/g++.niklas/t128.C: Likewise.
21601         * g++.old-deja/g++.other/anon4.C: Likewise.
21602         * g++.old-deja/g++.other/using1.C: Likewise.
21603         * g++.old-deja/g++.other/warn3.C: Likewise.
21604         * g++.old-deja/g++.pt/t37.C: Likewise.
21605         * g++.old-deja/g++.robertl/eb69.C: Likewise.
21606         * g++.old-deja/g++.robertl/eb71.C: Likewise.
21607
21608 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
21609
21610         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
21611
21612 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21613
21614         * gcc.c-torture/execute/stdio-opt-3.c: New test.
21615
21616 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
21617
21618         * gcc.c-torture/compile/20010107-1.c: New test.
21619
21620 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21621
21622         * gcc.c-torture/execute/builtin-noret-1.c: New test.
21623
21624 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21625
21626         * gcc.dg/format/format.h: New file.
21627         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
21628         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
21629         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
21630         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
21631         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
21632         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
21633         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
21634         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
21635         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
21636         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
21637         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
21638         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
21639         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
21640         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
21641         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
21642         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
21643         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
21644         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
21645         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
21646         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
21647         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
21648         instead of declaring standard types, macros and functions in each
21649         test.
21650
21651 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
21652
21653         * gcc.c-torture/execute/20010106-1.c: New test.
21654
21655 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
21656
21657         * gcc.dg/format/format.exp: New file.
21658         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
21659         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
21660         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
21661         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
21662         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
21663         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
21664         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
21665         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
21666         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
21667         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
21668         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
21669         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
21670         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
21671         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
21672         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
21673         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
21674         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
21675         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
21676         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
21677         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
21678         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
21679         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
21680         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
21681         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
21682         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
21683         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
21684         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
21685         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
21686         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
21687         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
21688         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
21689         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
21690         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
21691         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
21692         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
21693         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
21694         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
21695         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
21696         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
21697         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
21698         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
21699         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
21700
21701 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
21702
21703         * gcc.c-torture/execute/991228-1.c: Take word endianness into
21704         account.
21705
21706 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
21707
21708         * gcc.c-torture/execute/builtin-complex-1.c: New test.
21709
21710 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
21711
21712         * g++.old-deja/g++.pt/crash62.C: New test.
21713
21714 2001-01-04  Richard Henderson  <rth@redhat.com>
21715
21716         * gcc.dg/20000926-1.c: Update expected warnings.
21717         * gcc.dg/array-2.c: Likewise.
21718         * gcc.dg/array-4.c: Also validate flexible array members.
21719         * gcc.dg/c99-flex-array-1.c: New.
21720
21721 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
21722
21723         * gcc.c-torture/compile/20001222-1.x: Remove.
21724
21725 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
21726
21727         * gcc.c-torture/execute/built-in-setjmp.c: New.
21728
21729 2001-01-03  Richard Henderson  <rth@redhat.com>
21730
21731         * gcc.dg/940510-1.c: Update expected error wording.
21732         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
21733
21734 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
21735
21736         * lib/target-supports.exp (check_alias_available): Modified to
21737         indicate aliases not supported if only weak aliases are supported.
21738
21739 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21740
21741         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
21742         Turn on cmpstrsi checks for __pj__ and __i370__.
21743
21744 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21745
21746         * g++.old-deja/g++.other/virtual11.C: New test.
21747
21748 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
21749
21750         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
21751
21752 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21753
21754         * gcc.c-torture/compile/20010102-1.c: New test.
21755
21756 2001-01-02  Andreas Jaeger  <aj@suse.de>
21757
21758         * gcc.dg/noreturn-3.c: New test.
21759
21760         * gcc.dg/noreturn-4.c: New test.
21761
21762 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21763
21764         * gcc.c-torture/execute/stdio-opt-1.c: Also test
21765         __builtin_fputc and __builtin_fwrite.
21766
21767 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21768
21769         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
21770         signed char, not default char.
21771
21772 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
21773
21774         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
21775
21776 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
21777
21778         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
21779
21780 2000-12-29  Richard Henderson  <rth@redhat.com>
21781
21782         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
21783         (__cyg_profile_func_exit): Define.
21784
21785 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
21786
21787         * g++.dg/vtgc1.C: New test.
21788
21789 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
21790
21791         * gcc.dg/noncompile/20001228-1.c: New test.
21792
21793         * gcc.dg/20001228-1.c: New test.
21794
21795         * gcc.c-torture/execute/20001228-1.c: New test.
21796
21797 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
21798
21799         * gcc.dg/format-strfmon-1.c: New test.
21800
21801 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21802
21803         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
21804         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
21805         * gcc.c-torture/execute/string-opt-1.c: Likewise.
21806         * gcc.c-torture/execute/string-opt-2.c: Likewise.
21807         * gcc.c-torture/execute/string-opt-3.c: Likewise.
21808         * gcc.c-torture/execute/string-opt-4.c: Likewise.
21809         * gcc.c-torture/execute/string-opt-6.c: Likewise.
21810         * gcc.c-torture/execute/string-opt-7.c: Likewise.
21811         * gcc.c-torture/execute/string-opt-8.c: Likewise.
21812         * gcc.c-torture/execute/string-opt-9.c: Likewise.
21813         * gcc.c-torture/execute/string-opt-10.c: Likewise.
21814         * gcc.c-torture/execute/string-opt-11.c: Likewise.
21815         * gcc.c-torture/execute/string-opt-12.c: Likewise.
21816
21817         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
21818         * gcc.c-torture/execute/string-opt-4.c: Test index.
21819
21820 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
21821
21822         * gcc.c-torture/compile/20001226-1.c: New test.
21823
21824 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
21825
21826         * gcc.c-torture/compile/20001222-1.c: New test.
21827         * gcc.c-torture/compile/20001222-1.x: Xfail.
21828
21829 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
21830
21831         * gcc.c-torture/execute/comp-goto-2.c: New test.
21832
21833 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
21834
21835         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
21836         Use long types if __INT_MAX__ is 32767.
21837         (main): Use cast to (sint32 *) when poking 88 into a_page.
21838
21839         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
21840
21841 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
21842
21843         * gcc.c-torture/compile/20001221-1.c: New test.
21844         * gcc.c-torture/execute/20001221-1.c: New test.
21845
21846 2000-12-20  Richard Henderson  <rth@redhat.com>
21847
21848         * g++.old-deja/g++.pt/crash36.C: Update error lines.
21849         * g++.old-deja/g++.robertl/eb109.C: Likewise.
21850
21851 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21852
21853         * gcc.dg/compare3.c: New test.
21854
21855 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21856
21857         * gcc.dg/format-warnll-1.c: New test.
21858
21859 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
21860
21861         * gcc.dg/cpp/cmdlne-P.c: New test.
21862
21863 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
21864
21865         * gcc.c-torture/execute/builtin-abs-1.c,
21866         gcc.c-torture/execute/builtin-abs-2.c: New tests.
21867
21868 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21869
21870         * gcc.dg/cpp/multiline.c: New test.
21871
21872 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
21873
21874         * g++.old-deja/g++.other/syshdr1.C: Update.
21875         * gcc.dg/cpp/lineflags.c: Remove temporarily.
21876
21877 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21878
21879         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
21880
21881 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21882
21883         * g++.old-deja/g++.pt/ttp65.C: New test.
21884
21885 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21886
21887         * g++.old-deja/g++.pt/ttp64.C: New test.
21888
21889 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21890
21891         * g++.old-deja/g++.pt/spec33.C: New test.
21892
21893 2000-12-14  Catherine Moore  <clm@redhat.com>
21894
21895         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
21896         * gcc.c-torture/execute/920612-2.c: Likewise.
21897         * gcc.c-torture/execute/920428-2.c: Likewise.
21898         * gcc-c-torture/execute/va-arg-11.c: Call exit.
21899         * gcc.c-torture/execute/va-arg-21.c: Likewise.
21900
21901 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
21902
21903         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
21904         * gcc.dg/pack-test-2.c: Likewise.
21905
21906 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21907
21908         Tests by Zack Weinberg <zackw@stanford.edu>.
21909
21910         * gcc.dg/cpp/defined.c: Update.
21911         * gcc.dg/cpp/defined_trad.c: New tests.
21912
21913 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
21914
21915         * gcc.dg/cpp/trad-direct.c: Update.
21916
21917 2000-12-11  Neil Booth  <neilb@earthling.net>
21918
21919         * gcc.dg/cpp/defined_trad.c
21920
21921 2000-12-11  Neil Booth  <neilb@earthling.net>
21922
21923         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
21924
21925 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
21926
21927         * gcc.dg/format-miss-2.c: New test.
21928
21929 2000-12-09  Neil Booth  <neilb@earthling.net>
21930
21931         * gcc.dg/cpp/lineflags.c: New tests.
21932         * gcc.dg/cpp/poison.c: Update.
21933         * gcc.dg/cpp/redef2.c: Update.
21934         * gcc.dg/cpp/skipping.c: New test.
21935
21936 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
21937
21938         * g++.old-deja/g++.other/eh3.C: New testcase.
21939
21940 2000-12-07  Neil Booth  <neilb@earthling.net>
21941
21942         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
21943         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
21944         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
21945         wtr-union-init-2.c, wtr-union-init-3.c: Update.
21946         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
21947         Update.
21948
21949 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21950
21951         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
21952         __SIZE_TYPE__ instead of int for type of integers cast to
21953         pointers.
21954
21955 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
21956
21957         * g++.old-deja/g++.other/cleanup4.C: New test.
21958
21959 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21960
21961         * format-sec-1.c: New test.
21962
21963 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21964
21965         * gcc.dg/format-nonlit-3.c: New test.
21966
21967 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
21968
21969         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
21970         through a null pointer.
21971
21972 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
21973
21974         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
21975         * g++.old-deja/g++.pt/partial4.C: New test.
21976
21977 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
21978
21979         * gcc.c-torture/execute/ieee/hugeval.x: New.
21980
21981 2000-12-06  Neil Booth  <neilb@earthling.net>
21982
21983         * gcc.dg/cpp/backslash2.c: New tests.
21984
21985 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
21986
21987         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
21988         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
21989
21990 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
21991
21992         * gcc.c-torture/execute/20001203-2.c: New testcase.
21993
21994 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
21995
21996         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
21997         * g++.old-deja/g++.other/virtual10.C: New test.
21998
21999 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
22000
22001         * g++.old-deja/g++.mike/pmf5.C: Remove test.
22002
22003 2000-12-05  Richard Henderson  <rth@redhat.com>
22004
22005         * gcc.c-torture/compile/20001205-1.c: New.
22006
22007 2000-12-04  Neil Booth  <neilb@earthling.net>
22008
22009         * g++.old-deja/g++.other/virtual9.C: New test.
22010         * g++.old-deja/g++.pt/crash61.C: New test.
22011         * gcc.c-torture/execute/loop-9.c: New test.
22012
22013 2000-12-04  Neil Booth  <neilb@earthling.net>
22014
22015         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
22016         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
22017         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
22018         * gcc.dg/cpp/extratokens.c: ...here.
22019
22020 2000-12-04  Neil Booth  <neilb@earthling.net>
22021
22022         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
22023         New tests.
22024
22025 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22026
22027         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
22028         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
22029
22030 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
22031
22032         * gcc.c-torture/execute/20001203-1.c: New test.
22033
22034 2000-12-03  Neil Booth  <neilb@earthling.net>
22035
22036         * gcc.dg/cpp/macro6.c: New test cases.
22037
22038 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22039
22040         * gcc.c-torture/execute/string-opt-9.c: New test.
22041         * gcc.c-torture/execute/string-opt-10.c: Likewise.
22042         * gcc.c-torture/execute/string-opt-11.c: Likewise.
22043         * gcc.c-torture/execute/string-opt-12.c: Likewise.
22044
22045         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
22046         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
22047
22048 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
22049
22050         * gcc.dg/cpp/if-6.c: New testcase.
22051
22052         * gcc.dg/20001201-1.c: New testcase.
22053
22054 2000-12-02  Neil Booth  <neilb@earthling.net>
22055
22056         * g++.old-deja/g++.other/externC4.C,
22057         g++.old-deja/g++.other/friend10.C: New tests.
22058
22059 2000-12-02  Neil Booth  <neilb@earthling.net>
22060
22061         * g++.old-deja/g++.other/instan2.C
22062         * g++.old-deja/g++.other/instan3.C: New test.
22063
22064 2000-12-02  Neil Booth  <neilb@earthling.net>
22065
22066         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
22067         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
22068         gnuc99.c,gnuc99-pedantic.c: New tests.
22069
22070 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22071
22072         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
22073         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
22074
22075 2000-12-01  Neil Booth  <neilb@earthling.net>
22076
22077         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
22078         * gcc.dg/cpp/poison.c: Update.
22079         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
22080
22081 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
22082
22083         * g77.f-torture/execute/20001201.f: New test.
22084
22085 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
22086
22087         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
22088
22089 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
22090
22091         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
22092
22093 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
22094
22095         * g++.old-deja/g++.other/cast6.C: New test.
22096
22097 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
22098
22099         * gcc.c-torture/execute/20001130-2.c: New testcase.
22100
22101 2000-11-30  Richard Henderson  <rth@redhat.com>
22102
22103         * gcc.c-torture/execute/20001130-1.c: New test.
22104
22105 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
22106
22107         * g++.old-deja/g++.other/op3.C: New test.
22108
22109 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
22110
22111         * g++.old-deja/g++.other/op2.C: New test.
22112
22113 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
22114
22115         * g++.old-deja/g++.other/crash38.C: New test.
22116
22117 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
22118
22119         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
22120
22121 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
22122
22123         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
22124         tests.
22125         * gcc.c-torture/execute/string-opt-6.c: New test.
22126
22127         * gcc.dg/20001117-1.c: Add main.
22128
22129 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
22130
22131         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
22132         Move from here ...
22133         * gcc.dg/940510-1.c: ... to here.
22134
22135         * gcc.dg/20000926-1.c: GNU C now allows initializations of
22136         zero-size arrays in toplevel structures.
22137
22138 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
22139
22140         * gcc.c-torture/execute/loop-8.c: New test.
22141
22142 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
22143
22144         * g++.old-deja/g++.other/base1.C: New test.
22145
22146 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
22147
22148         * g++.old-deja/g++.other/parse2.C: New test.
22149
22150 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
22151
22152         * g++.old-deja/g++.pt/incomplete1.C: New test.
22153
22154 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
22155
22156         * g++.old-deja/g++.other/friend9.C: New test.
22157
22158 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
22159
22160         * gcc.dg/20001127-1.c: New test.
22161
22162 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
22163
22164         * g++.old-deja/g++.pt/friend46.C: New test.
22165
22166 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
22167
22168         * g++.old-deja/g++.other/ptrmem8.C: New test.
22169
22170 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22171
22172         * gcc.c-torture/execute/string-opt-7.c: New test.
22173         * gcc.c-torture/execute/string-opt-8.c: Likewise.
22174
22175 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
22176
22177         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
22178         instead of 'mkcheck 2'.
22179
22180 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22181
22182         * gcc.c-torture/execute/memcheck/driver.c,
22183         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
22184         C9X references to refer to C99.
22185
22186 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
22187
22188         * gcc.dg/ultrasp3.c: New test.
22189
22190 2000-11-25  Neil Booth  <neilb@earthling.net>
22191
22192         * gcc.dg/cpp/include2.c: Update test to be locale independent.
22193
22194 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
22195
22196         * gcc.c-torture/compile/20001123-2.c: New.
22197
22198 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
22199
22200         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
22201
22202 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
22203
22204         * gcc.dg/sequence-point-1.c: Add some new tests.
22205         * gcc.c-torture/execute/20001124-1.c: New test.
22206
22207 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
22208
22209         * g++.old-deja/g++.other/vaarg4.C: New test.
22210         * gcc.c-torture/compile/20001123-1.c: New test.
22211
22212 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
22213
22214         * g++.other/crash24.C: Adjust and remove XFAIL.
22215         * g++.other/crash37.C: New test.
22216
22217 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
22218
22219         * g++.old-deja/g++.pt/instantiate9.C: New test.
22220
22221 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
22222
22223         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
22224         new ABI, too.
22225
22226         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
22227         * g++.old-deja/g++.robertl/eb55.C: Likewise.
22228
22229 2000-11-22  Neil Booth  <neilb@earthling.net>
22230
22231         * gcc.dg/cpp/Wtrigraphs.c: New test.
22232
22233 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
22234
22235         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
22236
22237 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
22238
22239         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
22240
22241 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
22242
22243         * lib/gcc-dg.exp: load_lib scanasm.exp.
22244         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
22245         * lib/g++-dg.exp: load_lib scanasm.exp.
22246         * lib/scanasm.exp: New.
22247         (scan-assembler, scan-assembler-not): Add optional arguments to
22248         test name, or if not present, the pattern name.
22249         (scan-assembler-dem, scan-assembler-dem-not): New.
22250
22251         * g++.dg/dg.exp: New.
22252
22253 2000-11-21  Neil Booth  <neilb@earthling.net>
22254
22255         * gcc.dg/cpp/integrated1.c: Remove.
22256
22257 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
22258
22259         * gcc.c-torture/execute/20001121-1.c: New test.
22260
22261 2000-11-21  Richard Henderson  <rth@redhat.com>
22262
22263         * gcc.c-torture/compile/20001121-1.c: New test.
22264
22265 2000-11-20  Neil Booth  <neilb@earthling.net>
22266
22267         * gcc.dg/cpp/integrated1.c: New test.
22268
22269 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
22270
22271         * g++.old-deja/g++.other/inline17.C: New test.
22272
22273 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
22274
22275         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
22276         local variable to be zero: I made the variable global. Now
22277         uses abort() and exit() instead of relying on main's return value.
22278
22279 2000-11-20  Neil Booth  <neilb@earthling.net>
22280
22281         * gcc.dg/cpp/paste2.c: Update test.
22282         * objc/execute/paste.m: New test.
22283
22284 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22285
22286         * gcc.dg/c99-condexpr-1.c: New test.
22287
22288 2000-11-20  Neil Booth  <neilb@earthling.net>
22289
22290         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
22291
22292 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
22293
22294         * g++.old-deja/g++.pt/export1.C: New test.
22295
22296 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
22297
22298         * gcc.dg/20001117-1.c: New test.
22299
22300 2000-11-18  Richard Henderson  <rth@redhat.com>
22301
22302         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
22303
22304 2000-11-18  Richard Henderson  <rth@redhat.com>
22305
22306         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
22307         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
22308         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
22309
22310 2000-11-18  Richard Henderson  <rth@redhat.com>
22311
22312         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
22313         (main): New.  Exit cleanly.
22314
22315 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22316
22317         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
22318         gcc.dg/c99-fordecl-2.c: New tests.
22319
22320 2000-11-18  Richard Henderson  <rth@redhat.com>
22321
22322         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
22323         * gcc.c-torture/execute/zerolen-2.c: New.
22324
22325 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22326
22327         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
22328         memory.
22329
22330 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22331
22332         * g++.old-deja/g++.pt/instantiate8.C: New test.
22333
22334 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
22335
22336         * g++.old-deja/g++.other/incomplete.C: Add more tests.
22337         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
22338
22339 2000-11-16  Nick Clifton  <nickc@redhat.com>
22340
22341         * gcc.c-torture/execute/nestfunc-2.c: New test.
22342         * gcc.c-torture/execute/nestfunc-3.c: New test.
22343
22344 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22345
22346         * gcc.c-torture/compile/20001116-1.c: New test.
22347
22348 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22349
22350         * gcc.c-torture/execute/20001115-1.c: New test.
22351
22352 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
22353
22354         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
22355         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
22356         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
22357         * g++.old-deja/g++.abi/vmihint.C: Likewise.
22358
22359 2000-11-15  Neil Booth  <neilb@earthling.net>
22360
22361         gcc.dg/cpp/_Pragma1.c: Update.
22362         gcc.dg/cpp/_Pragma2.c: New test.
22363
22364 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
22365
22366         * g++.old-deja/g++.other/anon5.C: New test.
22367
22368 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
22369
22370         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
22371         tests.
22372
22373 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
22374
22375         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
22376         output.
22377
22378 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22379
22380         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
22381         labels at end of compound statements.
22382
22383 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
22384
22385         * gcc.c-torture/execute/loop-7.c: New test.
22386
22387 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22388
22389         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
22390
22391 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22392
22393         * gcc.dg/c99-bool-1.c: New test.
22394
22395 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
22396
22397         * gcc.dg/c99-scope-1.c: Remove xfail.
22398         * gcc.dg/c99-scope-2.c: New test.
22399
22400 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22401
22402         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
22403         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
22404
22405 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
22406
22407         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
22408         error messages.
22409
22410         * g++.mike/p700.C: Don't typedef wchar_t.
22411         * g++.mike/p784.C: Likewise.
22412         * g++.mike/eb101.C: Don't use __wchar_t.
22413
22414 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
22415
22416         * g77.f-torture/execute/20001111.[fx]: Test premature exit
22417         from DO loop.
22418
22419 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
22420
22421         * gcc.c-torture/execute/20001111-1.c: New test.
22422
22423 2000-11-10  Nick Clifton  <nickc@redhat.com>
22424
22425         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
22426         long multuiple and accumulate.
22427
22428 2000-11-09  Richard Henderson  <rth@redhat.com>
22429
22430         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
22431         via size_t instead of int.
22432
22433         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
22434         * gcc.c-torture/execute/string-opt-2.c: Likewise.
22435         * gcc.c-torture/execute/string-opt-3.c: Likewise.
22436         * gcc.c-torture/execute/string-opt-4.c: Likewise.
22437
22438 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
22439
22440         * gcc.c-torture/compile/20001109-1.c: New test.
22441         * gcc.c-torture/compile/20001109-2.c: New test.
22442
22443 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
22444
22445         * g++.old-deja/g++.pt/operator1.C: New test.
22446         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
22447
22448 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22449
22450         * gcc.dg/20001108-1.c: New test.
22451
22452 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
22453
22454         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
22455         with both arguments constant strings.
22456         * gcc.c-torture/execute/string-opt-3.c: New test.
22457         * gcc.c-torture/execute/string-opt-4.c: New test.
22458         * gcc.c-torture/execute/string-opt-5.c: New test.
22459
22460 2000-11-08  Nick Clifton  <nickc@redhat.com>
22461
22462         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
22463         mulsidi3adddi patterns.
22464
22465 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
22466
22467         * g++.old-deja/g++.other/crash36.C: New test.
22468
22469 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
22470
22471         * g++.old-deja/g++.other/init16.C: New test.
22472
22473 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
22474
22475         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
22476
22477 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22478
22479         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
22480         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22481         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22482
22483 2000-11-07  DJ Delorie  <dj@redhat.com>
22484
22485         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
22486
22487 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22488
22489         * gcc.c-torture/execute/string-opt-1.c: New test.
22490
22491 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
22492
22493         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
22494         mips-sgi-irix6.* because the MIPS ABI passes floating-point
22495         parameters in registers, and there is no way for a varargs
22496         function to know in which order the integer and floating-point
22497         parameters should be interleaved when they are placed on the
22498         stack.
22499         * gcc.c-torture/execute/va-arg-16.x: Likewise.
22500         * gcc.c-torture/execute/va-arg-17.x: Likewise.
22501
22502 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22503
22504         * gcc.c-torture/execute/string-opt-2.c: New test.
22505
22506 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
22507
22508         * g++.old-deja/g++.pt/crash60.C: New test.
22509
22510 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22511
22512         * g++.old-deja/g++.other/crash24.C: New test.
22513         * g++.old-deja/g++.other/crash25.C: New test.
22514         * g++.old-deja/g++.other/crash26.C: New test.
22515         * g++.old-deja/g++.other/crash27.C: New test.
22516         * g++.old-deja/g++.other/crash28.C: New test.
22517         * g++.old-deja/g++.other/crash29.C: New test.
22518         * g++.old-deja/g++.other/crash30.C: New test.
22519         * g++.old-deja/g++.other/crash31.C: New test.
22520         * g++.old-deja/g++.other/crash32.C: New test.
22521         * g++.old-deja/g++.other/crash33.C: New test.
22522         * g++.old-deja/g++.other/crash34.C: New test.
22523         * g++.old-deja/g++.other/crash35.C: New test.
22524
22525 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
22526
22527         * gcc.c-torture/execute/20001031-1.c: New test.
22528
22529 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
22530
22531         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
22532         namespace.
22533
22534         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
22535         standards-conformant.
22536
22537         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
22538
22539         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
22540         * g++.old-deja/g++.mike/p755a.C: Likewise.
22541         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
22542         library makes no calls to `operator new' during initialization.
22543
22544 2000-11-04  Neil Booth  <neilb@earthling.net>
22545
22546         * gcc.dg/cpp/include2.c: New tests.
22547
22548 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
22549
22550         * lib/g++.exp (g++_set_ld_library_path): New function.
22551         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
22552
22553 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
22554
22555         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
22556         warnings.
22557
22558 2000-11-01  Richard Henderson  <rth@redhat.com>
22559
22560         * g++.old-deja/g++.ext/namedret1.C: New.
22561         * g++.old-deja/g++.ext/namedret2.C: New.
22562         * g++.old-deja/g++.ext/namedret3.C: New.
22563
22564 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
22565
22566         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
22567         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
22568
22569 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22570
22571         * gcc.c-torture/execute/va-arg-21.c: New test.
22572
22573 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
22574
22575         * gcc.dg/c99-complex-2.c: New test.
22576
22577 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22578
22579         * gcc.c-torture/execute/stdio-opt-1.c: New test.
22580
22581 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
22582
22583         * g++.old-deja/g++.other/inline16.C: New test.
22584
22585 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
22586
22587         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
22588         __PRETTY_FUNCTION__
22589
22590 2000-10-29  Neil Booth  <neilb@earthling.net>
22591
22592         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
22593         New tests.
22594         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
22595         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
22596         optimisation.
22597
22598 2000-10-29  Neil Booth  <neilb@earthling.net>
22599
22600         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
22601         * mi1.c, mi1c.h: Add null directives to multiple-include test.
22602         * mi5.c: Test multiple includes work with -C.
22603         * trigraphs.c: Test ^= version.
22604
22605 2000-10-28  Neil Booth  <neilb@earthling.net>
22606
22607         New tests and test updates for new macro expander.
22608
22609         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
22610         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
22611         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
22612         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
22613         new diagnostic messages.
22614
22615         * gcc.dg/cpp/macro3.c: New tests.
22616
22617 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
22618
22619         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
22620         on the same line.
22621
22622 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
22623
22624         * g++.old-deja/g++.other/eh2.C: New test.
22625
22626 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
22627
22628         * gcc.c-torture/execute/20001027-1.c: New test.
22629
22630 2000-10-26  Richard Henderson  <rth@redhat.com>
22631
22632         * gcc.c-torture/execute/20001026-1.c: New.
22633
22634 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
22635
22636         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
22637         * g++.old-deja/g++.law/builtin1.C: Likewise.
22638         * g++.old-deja/g++.law/ctors10.C: Likewise.
22639         * g++.old-deja/g++.law/virtual3.C: Likewise.
22640         * g++.old-deja/g++.mike/p658.C: Likewise.
22641         * g++.old-deja/g++.other/sibcall1.C: Likewise.
22642         * g++.old-deja/g++.other/vaarg2.C: Likewise.
22643         * g++.old-deja/g++.robertl/eb124.C: Likewise.
22644         * g++.old-deja/g++.robertl/eb44.C: Likewise.
22645         * g++.old-deja/g++.robertl/eb77.C: Likewise.
22646
22647 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
22648
22649         * gcc.c-torture/compile/20001024-1.c: New test.
22650
22651 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
22652
22653         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
22654         to tell us whether or not we are using V3.
22655
22656 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
22657
22658         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
22659         operands.
22660
22661 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
22662
22663         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
22664
22665 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
22666
22667         * gcc.c-torture/execute/20001024-1.c: New test.
22668
22669 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
22670
22671         * g++.old-deja/g++.other/sibcall1.C: New test.
22672
22673 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
22674
22675         * gcc.dg/noncompile/init-3.c: New test.
22676
22677 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
22678
22679         * gcc.dg/format-array-1.c: New test.
22680
22681 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22682
22683         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
22684         writing through null pointers; remove comment about testing
22685         unterminated strings.
22686
22687 2000-10-17  Matthew Hiller  <hiller@redhat.com>
22688
22689         * gcc.c-torture/execute/20001017-2.c: New test.
22690
22691 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22692
22693         * gcc.c-torture/compile/20001018-1.c: New test.
22694         * gcc.c-torture/compile/20001018-1.x: Xfail.
22695
22696 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
22697
22698         * gcc.c-torture/execute/20001017-1.c: New test.
22699
22700 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22701
22702         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
22703         for multiple use of arguments with scanf formats; add tests for
22704         multiple use of arguments.
22705
22706 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
22707
22708         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
22709
22710 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22711
22712         * gcc.dg/format-miss-1.c: New test.
22713
22714 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22715
22716         * gcc.c-torture/execute/20001013-1.c: New test.
22717
22718 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22719
22720         * gcc.dg/format-branch-1.c: New test.
22721
22722 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
22723
22724         * README, lib/file-format.exp: Remove EGCS references.
22725
22726 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
22727
22728         * gcc.dg/20001013-1.c: New test.
22729
22730 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
22731
22732         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
22733         for intmax_t in the compiler using __typeof__ and the type rules
22734         for conditional expressions.
22735
22736 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
22737
22738         * gcc.dg/20001012-1.c: New test.
22739         * gcc.dg/20001012-2.c: New test.
22740
22741 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22742
22743         * gcc.dg/format-attr-1.c: New test.
22744
22745 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22746
22747         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
22748         __LONG_LONG_MAX__ instead of LLONG_MAX.
22749
22750 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
22751
22752         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
22753         scanf flags.
22754         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
22755         flags.
22756
22757 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
22758
22759         * gcc.dg/sequence-pt-1.c: New test.
22760
22761 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
22762
22763         * gcc.c-torture/execute/20001011-1.c: New testcase.
22764         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
22765
22766 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22767
22768         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
22769         does not error on it.
22770
22771 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
22772
22773         * gcc.dg/20001009-1.c: New test.
22774
22775 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
22776
22777         * gcc.c-torture/compile/20001009-1.c: Move from here ....
22778         * gcc.c-torture/execute/20001009-2.c: ... to here.
22779
22780 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
22781
22782         * gcc.c-torture/compile/20001009-1.c: New testcase.
22783         * gcc.c-torture/execute/20001009-1.c: New testcase.
22784         Testcases provided by Jan Hubicka <jh@suse.cz>.
22785
22786 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22787
22788         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22789         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
22790         uintmax_t using <limits.h> to emulate the compiler's internal
22791         logic.  No longer XFAIL %j tests.
22792
22793 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
22794
22795         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
22796         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
22797         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
22798         regexps and details of expected handling of some bad formats.
22799         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
22800         suppression.
22801
22802 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22803
22804         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
22805         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
22806         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
22807         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
22808         in list archives.
22809
22810 2000-10-06  Richard Henderson  <rth@cygnus.com>
22811
22812         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
22813         * g++.old-deja/g++.brendan/crash52.C: Likewise.
22814         * g++.old-deja/g++.jason/report.C: Likewise.
22815         * g++.old-deja/g++.law/friend5.C: Likewise.
22816         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
22817         of the expected warnings.
22818
22819 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
22820
22821         * g++.old-deja/g++.pt/enum14.C: New test.
22822
22823 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
22824
22825         * g++.old-deja/g++.pt/crash59.C: New test.
22826
22827 2000-10-04  Will Cohen  <wcohen@redhat.com>
22828
22829         * gcc.dg/20000926-1.c: New test.
22830
22831 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
22832
22833         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
22834         function name for current C++ compiler.
22835         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
22836
22837 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
22838
22839         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
22840         __PRETTY_FUNCTION__.
22841         * g++.old-deja/g++.ext/pretty2.C: Likewise.
22842
22843 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22844
22845         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
22846
22847 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
22848
22849         * gcc.c-torture/compile/20000923-1.c: New test.
22850
22851 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
22852
22853         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
22854         * g++.old-deja/g++.pt/ttp62.C: Same.
22855         * g++.old-deja/g++.other/inline14.C: Same.
22856
22857 2000-09-24  Richard Henderson  <rth@cygnus.com>
22858
22859         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
22860
22861 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
22862
22863         * gcc.dg/c90-printf-1.c: Add test for wide string format.
22864
22865 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
22866
22867         * gcc.c-torture/compile/20000922-1.c: New file.
22868
22869 2000-09-21  Nick Clifton  <nickc@redhat.com>
22870
22871         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
22872         a signed long modulo operation.
22873         (mod6): New function - perform an unsigned long modulo operation.
22874         (main): Add tests for modulos of very large numbers by very small
22875         dividends.
22876
22877 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22878
22879         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
22880
22881 2000-09-19  Richard Henderson  <rth@cygnus.com>
22882
22883         * gcc.dg/compare2.c (case 10): XFAIL.
22884
22885 2000-09-18  Richard Henderson  <rth@cygnus.com>
22886
22887         * gcc.c-torture/execute/20000906-1.c: Move ...
22888         * gcc.dg/20000906-1.c: ... here.  Only run on targets
22889         that support __builtin_trap.
22890
22891 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
22892
22893         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
22894
22895 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22896
22897         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
22898         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
22899         more $ format tests.
22900
22901 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
22902
22903         * gcc.dg/format-errmk-1.c: New test.
22904
22905 2000-09-17  Greg McGary  <greg@mcgary.org>
22906
22907         * gcc.c-torture/execute/20000917-1.x: Remove.
22908
22909 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
22910
22911         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
22912
22913 2000-09-17  Greg McGary  <greg@mcgary.org>
22914
22915         * gcc.c-torture/execute/20000917-1.c: New test.
22916         * gcc.c-torture/execute/20000917-1.x: XFAIL.
22917
22918 2000-09-16  Neil Booth  <NeilB@earthling.net>
22919
22920         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
22921         in nested macro bug.
22922
22923 2000-09-15  Neil Booth  <NeilB@earthling.net>
22924
22925         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
22926
22927 2000-09-14  Jeffrey A Law  (law@cygnus.com)
22928
22929         * gcc.c-torture/execute/20000914-1.c: New test.
22930
22931 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
22932
22933         * g++.other/inline13.C: New test.
22934
22935 2000-09-12  Andreas Jaeger  <aj@suse.de>
22936
22937         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
22938         constant by Ulrich Drepper <drepper@redhat.com>.
22939
22940 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
22941
22942         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
22943
22944 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22945
22946         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
22947
22948 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
22949
22950         * gcc.dg/cpp/backslash.c: New test.
22951
22952 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
22953
22954         * gcc.c-torture/execute/20000910-1.c: New test.
22955         * gcc.c-torture/execute/20000910-2.c: Likewise.
22956
22957 2000-09-11  Robert Lipe  <robertl@sco.com>
22958
22959         * gcc.dg/pragma-align.c: New test.
22960
22961 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
22962
22963         * g++.old-deja/g++.pt/explicit82.C: New test.
22964         * g++.old-deja/g++.pt/explicit83.C: New test.
22965
22966 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
22967
22968         * gcc.dg/asm-names.c: New test.
22969
22970 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22971
22972         * gcc.dg/cpp/tr-warn6.c: New test
22973
22974 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
22975
22976         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
22977         be accepted.
22978
22979 2000-09-07  Catherine Moore  <clm@redhat.com>
22980
22981         * gcc.c-torture/execute/unroll-1.c: New test.
22982
22983 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
22984
22985         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
22986         ERROR markers.
22987         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
22988         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
22989         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
22990         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
22991         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
22992         Preprocess only.
22993         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
22994         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
22995
22996 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
22997
22998         * g++.old-deja/g++.pt/deduct2.C: New test.
22999
23000 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
23001
23002         * g++.old-deja/g++.pt/parms2.C: New test.
23003
23004 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
23005
23006         * g++.old-deja/g++.pt/crash58.C: New test.
23007
23008 2000-09-06  Greg McGary  <greg@mcgary.org>
23009
23010         * gcc.c-torture/execute/20000906-1.c: New test.
23011         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
23012
23013 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23014
23015         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
23016
23017 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
23018
23019         * g++.old-deja/g++.pt/crash57.C: New test.
23020
23021 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
23022
23023         * g++.old-deja/g++.pt/crash56.C: New test.
23024
23025 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
23026
23027         * g++.old-deja/g++.pt/koenig1.C: New test.
23028
23029 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
23030
23031         * gcc.dg/20000904-1.c: New test.
23032
23033 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
23034
23035         * gcc.dg/cpp/paste8.c: New test.
23036
23037 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
23038
23039         * gcc.c-torture/compile/20000827-1.c: New test.
23040
23041 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
23042
23043         * gcc.dg/format-diag-1.c: New test.
23044
23045 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
23046
23047         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
23048         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
23049         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
23050         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
23051         gcc.dg/formatz-1.c: Adjust warning regular expressions.
23052
23053 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
23054
23055         * g++.old-deja/g++.other/nested4.C: New test.
23056
23057 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
23058
23059         * g++.old-deja/g++.ns/scoped1.C: New test.
23060
23061 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
23062
23063         * lib/g++.exp: Support testing already-installed GCC.
23064
23065 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23066
23067         * wtr-label-1.c, wtr-suffix-1.c: New tests.
23068
23069 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23070
23071         * gcc.dg/return-type-2.c: New test.
23072
23073 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
23074
23075         * gcc.c-torture/compile/20000825-1.c: New test.
23076
23077 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
23078
23079         * gcc.dg/dwarf2-2.c: New test.
23080
23081 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
23082
23083         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
23084         dg-warning regexps.
23085
23086 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
23087
23088         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
23089         gcc.dg/format-ext-5.c: New tests.
23090
23091 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
23092
23093         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
23094
23095 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
23096
23097         * gcc.dg/noncompile/930622-2.c: Adjust error message.
23098
23099 2000-08-24  Richard Henderson  <rth@cygnus.com>
23100
23101         * gcc.dg/ia64-sync-1.c: New test.
23102         * gcc.dg/ia64-sync-2.c: New test.
23103         * gcc.dg/ia64-asm-1.c: New test.
23104
23105 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
23106
23107         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
23108         * gcc.dg/format-ext-2.c: New test.
23109
23110 2000-08-23  Jason Merrill  <jason@redhat.com>
23111
23112         * lib/old-dejagnu.exp: Also ignore "In member function" and
23113         "At global scope".
23114
23115 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23116
23117         * gcc.dg/noncompile/label-lineno-1.c: New test.
23118
23119 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
23120
23121         * gcc.dg/c99-array-nonobj-1.c: New test.
23122
23123 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
23124
23125         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
23126         tests.
23127         * gcc.dg/format-ext-1.c: New test.
23128
23129 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23130
23131         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
23132         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
23133         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
23134         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
23135         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
23136
23137 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
23138
23139         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
23140         gcc.dg/c99-strftime-2.c: New tests.
23141
23142 2000-08-22  Richard Henderson  <rth@cygnus.com>
23143
23144         * gcc.c-torture/execute/20000822-1.c: New test.
23145
23146 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
23147
23148         * gcc.c-torture/execute/20000819-1.x: Remove.
23149
23150 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
23151
23152         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
23153         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
23154         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
23155         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
23156         gcc.dg/format-xopen-1.c: New tests.
23157
23158 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
23159
23160         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
23161
23162 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
23163
23164         * g++.old-deja/g++.other/loop2.C: New test.
23165
23166         * gcc.c-torture/compile/20000606-1.c: New test.
23167         * gcc.c-torture/compile/20000728-1.c: New test.
23168         * gcc.c-torture/execute/20000801-1.c: New test.
23169         * gcc.c-torture/execute/20000801-2.c: New test.
23170         * gcc.c-torture/execute/20000819-1.c: New test.
23171         * gcc.c-torture/execute/20000819-1.x: XFAIL.
23172         * gcc.dg/20000629-1.c: New test.
23173         * gcc.dg/20000724-1.c: New test.
23174         * gcc.dg/20000807-1.c: New test.
23175
23176 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
23177
23178         * gcc.dg/cpp/pragma-1.c: New test.
23179         * gcc.dg/cpp/pragma-2.c: New test.
23180
23181 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
23182
23183         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
23184         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
23185
23186 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
23187
23188         * gcc.c-torture/compile/20000818-1.c: New test.
23189
23190 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
23191
23192         * gcc.c-torture/execute/20000818-1.c: New test.
23193
23194 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
23195
23196         * gcc.dg/format-va-1.c: New test.
23197
23198 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23199
23200         * g++.old-deja/g++.other/typedef8.C: New test.
23201
23202 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23203
23204         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
23205         * g++.old-deja/g++.mike/net36.C: Mark candidate.
23206         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
23207         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
23208         * g++.old-deja/g++.other/ptrmem7.C: New test.
23209         * g++.old-deja/g++.pt/ptrmem10.C: New test.
23210
23211 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
23212
23213         * g++.old-deja/g++.pt/typename27.C: New test.
23214
23215 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
23216
23217         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
23218         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
23219         * g++.old-deja/g++.pt/friend45.C: New test.
23220         * g++.old-deja/g++.other/friend8.C: New test.
23221
23222 2000-08-15  Richard Henderson  <rth@cygnus.com>
23223
23224         * gcc.c-torture/execute/20000815-1.c: New test.
23225
23226 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
23227
23228         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
23229         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
23230         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
23231
23232 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
23233
23234         * g++.old-deja/g++.other/refinit2.C: New test.
23235
23236 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
23237
23238         * lib/c-torture.exp (c-torture): Make
23239         compiler_conditional_xfail_data global.
23240         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
23241         compiler_conditional_xfail_data machinery.
23242         (f-torture-execute): Likewise.
23243         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
23244         and only when unrolling loops.
23245
23246         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
23247
23248 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
23249
23250         * g++.old-deja/g++.pt/explicit81.C: New test.
23251
23252 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
23253
23254         * g++.old-deja/g++.pt/typename26.C: New test.
23255
23256 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
23257
23258         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
23259         warning.
23260
23261 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
23262
23263         * g++.old-deja/g++.other/array3.C: New test.
23264
23265 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
23266
23267         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
23268         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
23269         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
23270         New tests.
23271
23272 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
23273
23274         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
23275         * g++.old-deja/g++.abi/vmihint.C: Likewise.
23276
23277 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
23278
23279         * gcc.c-torture/execute/20000808-1.c: New test.
23280
23281 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
23282
23283         * gcc.dg/c90-const-expr-1.c: New test.
23284
23285 2000-08-08  Richard Henderson  <rth@cygnus.com>
23286
23287         * gcc.dg/noncompile/920923-1.c: Declare calloc.
23288
23289 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
23290
23291         * gcc.dg/noncompile/const-ll-1.c: New test.
23292
23293 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
23294
23295         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
23296
23297 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
23298
23299         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
23300         that running programs linked against the shared version of libobjc
23301         run correctly.
23302
23303 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
23304
23305         * gcc.dg/c99-printf-1.c: New test.
23306
23307 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
23308
23309         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
23310
23311 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
23312
23313         * gcc.c-torture/execute/20000731-1.x: Delete.
23314
23315 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
23316
23317         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
23318         and torture_without_loops as is done by c-torture.exp.
23319         (search_for): Copy from c-torture.exp.
23320         (gcc-dg-runtest): New function, drives a directory of tests
23321         iterating over the TORTURE_OPTIONS.
23322         (scan-assembler, scan-assembler-not): Move here from
23323         individual directory drivers.
23324
23325         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
23326         defined by lib/gcc-dg.exp.
23327         * gcc.dg/cpp/cpp.exp: Likewise.
23328         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
23329         gcc-dg-runtest, so we cycle over optimization options.
23330
23331         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
23332         * gcc.dg/compare2.c: No longer expected to fail.
23333
23334 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
23335
23336         * gcc.c-torture/execute/20000804-1.c: New test.
23337
23338 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
23339
23340         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
23341
23342 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
23343
23344         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
23345
23346 2000-08-03  Jeffrey A Law  (law@cygnus.com)
23347
23348         * gcc.c-torture/compile/20000803-1.c: New test.
23349
23350 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
23351
23352         * gcc.c-torture/execute/20000801-3.c,
23353         gcc.c-torture/execute/20000801-4.c: New tests.
23354         * gcc.c-torture/execute/20000801-3.x,
23355         gcc.c-torture/execute/20000801-4.x: Xfail.
23356
23357 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
23358
23359         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
23360         libobjc/.libs to allow for libtool.
23361
23362 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
23363
23364         * gcc.c-torture/compile/20000802-1.c: New test.
23365
23366 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
23367
23368         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
23369
23370 2000-07-31  Jeffrey A Law  (law@cygnus.com)
23371
23372         * gcc-c-torture/execute/20000731-2.c: New test.
23373
23374         * gcc.c-torture/execute/20000731-1.c: New test.
23375         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
23376
23377 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
23378
23379         * testsuite/gcc.dg/cpp/paste7.c: New test.
23380         * gcc.dg/cpp/20000725-1.c: New test.
23381
23382 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
23383
23384         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
23385         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
23386         declaration warning for __builtin_dwarf_reg_size.
23387
23388         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
23389
23390 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
23391
23392         * gcc.dg/noncompile/voidparam-1.c: New test.
23393
23394 2000-07-30  Richard Henderson  <rth@cygnus.com>
23395
23396         * gcc.dg/c90-digraph-1.c: Don't xfail.
23397         * gcc.dg/compare2.c (case 10): Xfail.
23398         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
23399
23400 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
23401
23402         * gcc.dg/c99-main-1.c: New test.
23403
23404 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
23405
23406         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
23407
23408 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
23409
23410         * gcc.c-tortuer/execute/20000726-1.c: New test.
23411
23412 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
23413
23414         * gcc.c-torture/execute/enum-2.c: New test.
23415
23416 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23417
23418         * gcc.dg/cpp/tr-warn3.c: New test.
23419
23420 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23421
23422         * g++.old-deja/g++.ext/implicit1.C: Remove.
23423         * g++.old-deja/g++.jason/c2.C: Remove
23424         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
23425         * g++.old-deja/g++.pt/crash16.C: Likewise.
23426         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
23427
23428 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
23429
23430         * g++.old-deja/g++.other/for2.C: New test.
23431
23432 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
23433
23434         * gcc.dg/20000720-1.c: New test.
23435
23436 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
23437
23438         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
23439
23440 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
23441
23442         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
23443         * gcc.c-torture/execute/20000722-1.c: New.
23444         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
23445
23446 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
23447
23448         * gcc.dg/cpp/20000720-1.S: New test.
23449
23450 2000-07-21  Michael Meissner  <meissner@redhat.com>
23451
23452         * gcc.c-torture/execute/ieee/hugeval.c: New test.
23453
23454 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23455
23456         * g++.old-deja/g++.brendan/crash16.C,
23457         g++.old-deja/g++.brendan/parse3.C,
23458         g++.old-deja/g++.brendan/redecl1.C,
23459         g++.old-deja/g++.ns/template13.C,
23460         g++.old-deja/g++.other/decl4.C,
23461         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
23462
23463 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
23464
23465         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
23466         and "Internal error".
23467
23468         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
23469         regexps.
23470         * gcc.dg/cpp/paste6.c: New test.
23471
23472 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
23473
23474         * gcc.dg/cpp/tr-direct.c: New test.
23475
23476         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
23477         gcc.dg/cpp/undef1.c: Tweak error regexps.
23478
23479 2000-07-18  Eric Christopher <echristo@redhat.com>
23480
23481         * gcc.c-torture/compile/20000718-1.c: New test.
23482
23483 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
23484
23485         * cpplex.c (_cpp_push_token): If the token being pushed back
23486         is the previous token in this context, just subtract one from
23487         context->posn.
23488         * cppmacro.c (save_expansion): Clear aux field when storing a
23489         placemarker.
23490
23491 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
23492
23493         * gcc.dg/noncompile/redecl-1.c: New test.
23494
23495 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
23496
23497         * gcc.c-torture/execute/20000717-5.c: New test.
23498         * gcc.c-torture/execute/20000717-1.x: Removed.
23499
23500 2000-07-17  Richard Henderson  <rth@cygnus.com>
23501
23502         * gcc.c-torture/execute/20000717-4.c: New test.
23503
23504 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
23505
23506         * gcc.dg/cpp/syshdr.c: New test.
23507         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
23508
23509 2000-07-17  Neil Booth  <neilb@earthling.net>
23510
23511         * gcc.dg/cpp/cmdlne-dM.c: New test.
23512         * gcc.dg/cpp/cmdlne-dD.c: New test.
23513
23514 2000-07-17  Jeffrey A Law  (law@cygnus.com)
23515
23516         * gcc.c-torture/execute/20000717-3.c: New test.
23517
23518         * gcc.c-torture/compile/20000717-1.c: New test.
23519
23520 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
23521
23522         * gcc.c-torture/execute/20000717-2.c: New test.
23523
23524 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
23525
23526         * gcc.dg/formatz-1.c: New test.
23527
23528         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
23529         * gcc.dg/c99-digraph-1.c: New tests.
23530
23531         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
23532         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
23533
23534         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
23535         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
23536         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
23537         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
23538         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
23539         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
23540         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
23541
23542 2000-07-17   Greg McGary <greg@mcgary.org>
23543
23544         * gcc.c-torture/execute/20000717-1.c: New test.
23545         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
23546
23547 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
23548
23549         * gcc.c-torture/execute/20000715-2.c: New test.
23550         * gcc.dg/20000715-1.c: New test.
23551
23552 2000-07-15  Michael Meissner  <meissner@redhat.com>
23553
23554         * gcc.c-torture/execute/20000715-1.c: New test.
23555
23556 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
23557
23558         * gcc.c-torture/execute/20000707-1.c: New test.
23559
23560 2000-07-13  Neil Booth  <NeilB@earthling.net>
23561
23562         * testsuite/gcc.dg/cpp/digraph1.c,
23563         testsuite/gcc.dg/cpp/digraph2.c,
23564         testsuite/gcc.dg/cpp/digraphs.c: New tests.
23565
23566 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
23567
23568         * g77.f-torture/compile/20000630-2.f:  New test.
23569         * g77.f-torture/compile/20000630-2.x
23570
23571 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
23572
23573         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
23574
23575 2000-07-11  Neil Booth  <NeilB@earthling.net>
23576
23577         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
23578
23579 2000-07-11  Neil Booth  <NeilB@earthling.net>
23580
23581         * gcc.dg/cpp/cmdlne-C.c: New.
23582
23583 2000-07-09  Neil Booth  <NeilB@earthling.net>
23584
23585         * gcc.dg/cpp/directiv.c: New tests.
23586         * gcc.dg/cpp/undef1.c: Update.
23587
23588 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
23589
23590         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
23591
23592 2000-07-09  Neil Booth  <NeilB@earthling.net>
23593
23594         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
23595
23596 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
23597
23598         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
23599         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
23600
23601 2000-07-08  Neil Booth  <NeilB@earthling.net>
23602
23603         * gcc.dg/cpp/macsyntx.c: New tests.
23604
23605 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23606
23607         * gcc.dg/20000707-1.c: New test.
23608
23609 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
23610
23611         * gcc.c-torture/execute/20000706-1.c: New test.
23612         * gcc.c-torture/execute/20000706-2.c: New test.
23613         * gcc.c-torture/execute/20000706-3.c: New test.
23614         * gcc.c-torture/execute/20000706-4.c: New test.
23615         * gcc.c-torture/execute/20000706-5.c: New test.
23616
23617 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23618
23619         * g++.old-deja/g++.pt/instantiate7.C: New test.
23620
23621 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
23622
23623         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
23624         * g++.old-deja/g++.mike/thunk3.C: Likewise.
23625         * g++.old-deja/g++.other/rtti3.C: Likewise.
23626         * g++.old-deja/g++.other/rttid3.C: Likewise.
23627
23628 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
23629
23630         *  g77.f-torture/compile/20000630-1.x: Fix typo
23631
23632 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
23633
23634         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
23635         assembly output.
23636
23637 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
23638
23639         * gcc.dg/cpp/ident.c: New test.
23640
23641 2000-07-05  Neil Booth  <NeilB@earthling.net>
23642
23643         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
23644           gcc.dg/cpp/lexstrng.c: New tests.
23645
23646 2000-07-04  Neil Booth  <NeilB@earthling.net>
23647
23648         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
23649         * gcc.dg/cpp/strify2.c: Same.
23650
23651 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
23652
23653         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
23654         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
23655         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
23656         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
23657
23658         * testsuite/gcc.dg/cpp/macro1.c,
23659         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
23660         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
23661         testsuite/gcc.dg/cpp/strify1.c,
23662         testsuite/gcc.dg/cpp/strify2.c: New tests.
23663
23664 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
23665
23666         * gcc.c-torture/execute/20000703-1.c: New test.
23667
23668 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23669
23670         * g++.old-deja/g++.pt (lookup10.C): New test.
23671
23672 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
23673
23674         * g++.old-deja/g++.pt (typename25.C): New test.
23675
23676 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
23677
23678         * gcc.c-torture/compile/20000701-1.c: New test.
23679
23680 2000-06-30  Nick Clifton  <nickc@cygnus.com>
23681
23682         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
23683         to test case.
23684
23685 2000-06-30  Catherine Moore  <clm@cygnus.com>
23686
23687         * gcc.c-torture/execute/align-1.c: New test.
23688
23689 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
23690
23691         * g++.old-deja/g++.pt/expr8.C: New test.
23692         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
23693
23694 2000-06-29  Nick Clifton  <nickc@cygnus.com>
23695
23696         * gcc.c-torture/compile/20000629-1.c: New test.
23697
23698 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23699
23700
23701         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
23702         gcc.dg/noncompile directory, depending on whether they're
23703         preprocessor tests or not.  Annotate all the tests for the dg
23704         framework.
23705
23706         * gcc.c-torture/noncompile/noncompile.exp: Delete.
23707         * gcc.dg/noncompile/noncompile.exp: New.
23708
23709         * Moved files:
23710         Old name                                New name
23711         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
23712         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
23713         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
23714         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
23715         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
23716         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
23717         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
23718         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
23719         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
23720         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
23721         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
23722         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
23723         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
23724         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
23725         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
23726         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
23727         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
23728         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
23729         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
23730         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
23731         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
23732         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
23733         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
23734         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
23735
23736         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
23737         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
23738         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
23739         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
23740         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
23741         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
23742
23743 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
23744
23745         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
23746         declare one variable.  On the fourth, error.
23747         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
23748         declared by 20000628-1a.h.
23749
23750 2000-06-29  Richard Henderson  <rth@redhat.com>
23751
23752         * gcc.c-torture/execute/930529-1.x: New file.
23753         * gcc.dg/920413-1.c: Adjust expected warning text.
23754         * gcc.dg/980217-1.c: Declare abort.
23755         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
23756
23757 2000-06-29  Jeffrey A Law  (law@cygnus.com)
23758
23759         * g77.f-torture/compile/20000629-1.f: New test.
23760         * g77.f-torture/compile/20000629-1.x: Expected to fail.
23761
23762 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23763
23764         Rearrange lots of files, removing entirely the
23765         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
23766         directories.
23767
23768         * Deleted files:
23769         gcc.c-torture/code_quality/code_quality.exp
23770         gcc.c-torture/special/special.exp
23771         gcc.failure/failure.exp
23772         gcc.failure/940409-1.x
23773         gcc.c-torture/compile/961203-1.x
23774
23775         * New files:
23776         gcc.misc-tests/linkage.exp
23777         gcc.c-torture/execute/920730-1t.c
23778         gcc.c-torture/execute/920730-1t.x
23779         gcc.c-torture/compile/920520-1.x
23780         gcc.c-torture/compile/920521-1.x
23781         gcc.c-torture/compile/981006-1.x
23782         gcc.c-torture/execute/eeprof-1.x
23783
23784         * Moved files (possibly with modifications to fit a new harness):
23785         Old name                                New name
23786         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
23787         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
23788         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
23789         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
23790         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
23791         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
23792         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
23793         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
23794         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
23795         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
23796         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
23797         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
23798         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
23799         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
23800
23801 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
23802
23803         * c-torture/compile/961203-1.x: Delete.
23804
23805         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
23806         not exit. Include stdio.h.
23807         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
23808         * gcc.misc-tests/dg-12.c: Likewise.
23809         * gcc.misc-tests/dg-5.c: Likewise.
23810         * gcc.misc-tests/dg-6.c: Likewise.
23811         * gcc.misc-tests/dg-7.c: Prototype abort.
23812         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
23813         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
23814         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
23815         not exit.
23816         * gcc.misc-tests/sieve.c: Use return from main, not exit.
23817         * gcc.misc-tests/sort2.c: Use return from main, not exit.
23818
23819 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
23820
23821         * gcc.dg/cpp/20000628-1.c: New test.
23822         * gcc.dg/cpp/20000628-1.h: New header for above test.
23823         * gcc.dg/cpp/20000628-1a.h: Likewise.
23824
23825 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
23826
23827         * gcc.dg/cpp: New directory.
23828         * gcc.dg/cpp/cpp.exp: New driver.
23829         * gcc.dg/cpp/20000627-1.c: New test.
23830         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
23831         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
23832         and rewrite as a compilation test.
23833
23834         * gcc.dg: Move many files into the cpp subdirectory, possibly
23835         renaming or editing them as well.
23836         Old name                New name
23837         990119-1.c              cpp/19990119-1.c
23838         990228-1.c              cpp/19990228-1.c
23839         990407-1.c              cpp/19990407-1.c
23840         990409-1.c              cpp/19990409-1.c
23841         990413-1.c              cpp/19990413-1.c
23842         990703-1.c              cpp/19990703-1.c
23843         20000127-1.c            cpp/20000127-1.c
23844         20000129-1.c            cpp/20000129-1.c
23845         20000207-1.c            cpp/20000207-1.c
23846         20000207-2.c            cpp/20000207-2.c
23847         20000209-1.c            cpp/20000209-1.c
23848         20000209-2.c            cpp/20000209-2.c
23849         20000301-1.c            cpp/20000301-1.c
23850         20000419-1.c            cpp/20000419-1.c
23851         20000510-1.S            cpp/20000510-1.S
23852         20000519-1.c            cpp/20000519-1.c
23853         20000529-1.c            cpp/20000529-1.c
23854         20000625-1.c            cpp/20000625-1.c
23855         20000625-2.c            cpp/20000625-2.c
23856         cpp-as1.c               cpp/assert1.c
23857         cpp-as2.c               cpp/assert2.c
23858         cxx-comments-1.c        cpp/cxxcom1.c
23859         cxx-comments-2.c        cpp/cxxcom2.c
23860         endif-label.c           cpp/endif.c
23861         cpp-hash1.c             cpp/hash1.c
23862         cpp-hash2.c             cpp/hash2.c
23863         cpp-if1.c               cpp/if-1.c
23864         cpp-if2.c               cpp/if-2.c
23865         cpp-if3.c               cpp/if-3.c
23866         cpp-if4.c               cpp/if-4.c
23867         cpp-if5.c               cpp/if-5.c
23868         cpp-cond.c              cpp/if-cexp.c
23869         cpp-missingop.c         cpp/if-mop.c
23870         cpp-missingparen.c      cpp/if-mpar.c
23871         cpp-opprec.c            cpp/if-oppr.c
23872         cpp-ifparen.c           cpp/if-paren.c
23873         cpp-shortcircuit.c      cpp/if-sc.c
23874         cpp-shift.c             cpp/if-shift.c
23875         cpp-unary.c             cpp/if-unary.c
23876         cpp-li1.c               cpp/line1.c
23877         cpp-li2.c               cpp/line2.c
23878         lineno.c                cpp/line3.c
23879         lineno-2.c              cpp/line4.c
23880         cpp-mi.c                cpp/mi1.c
23881         cpp-mic.h               cpp/mi1c.h
23882         cpp-micc.h              cpp/mi1cc.h
23883         cpp-mind.h              cpp/mi1nd.h
23884         cpp-mindp.h             cpp/mi1ndp.h
23885         cpp-mix.h               cpp/mi1x.h
23886         cpp-mi2.c               cpp/mi2.c
23887         cpp-mi2a.h              cpp/mi2a.h
23888         cpp-mi2b.h              cpp/mi2b.h
23889         cpp-mi2c.h              cpp/mi2c.h
23890         cpp-mi3.c               cpp/mi3.c
23891         cpp-mi3.def             cpp/mi3.def
23892         poison-1.c              cpp/poison.c
23893         pr-impl.c               cpp/prag-imp.c
23894         cpp-redef-2.c           cpp/redef1.c
23895         cpp-redef.c             cpp/redef2.c
23896         strpaste.c              cpp/strp1.c
23897         strpaste-2.c            cpp/strp2.c
23898         cpp-tradpaste.c         cpp/tr-paste.c
23899         cpp-tradstringify.c     cpp/tr-str.c
23900         cpp-tradwarn1.c         cpp/tr-warn1.c
23901         cpp-tradwarn2.c         cpp/tr-warn2.c
23902         trigraphs.c             cpp/trigraphs.c
23903         cpp-unc1.c              cpp/unc1.c
23904         cpp-unc2.c              cpp/unc2.c
23905         cpp-unc3.c              cpp/unc3.c
23906         cpp-unc.c               cpp/unc4.c
23907         undef.c                 cpp/undef1.c
23908         undef-2.c               cpp/undef2.c
23909         cpp-wi1.c               cpp/widestr1.c
23910
23911 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
23912
23913         * lib/g++.exp (g++_include_flags): Tweak.
23914
23915 2000-06-27  H.J. Lu  <hjl@gnu.org>
23916             Loren J. Rittle  <ljrittle@acm.org>
23917
23918         * lib/g++.exp (g++_include_flags): Override libgloss.exp
23919         version with one that knows about the new gcc tree structure.
23920         (g++_link_flags): Same.
23921
23922 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
23923
23924         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
23925         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
23926         case we are cross-compiling.
23927
23928         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
23929         g++.old-deja/g++.niklas/Makefile.in,
23930         g++.old-deja/g++.niklas/configure.in,
23931         g++.old-deja/g++.other/Makefile.in,
23932         g++.old-deja/g++.other/configure.in,
23933         gcc.c-torture/code_quality/Makefile.in,
23934         gcc.c-torture/code_quality/configure.in,
23935         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
23936         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
23937         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
23938         gcc.c-torture/execute/ieee/Makefile.in,
23939         gcc.c-torture/execute/ieee/configure.in,
23940         gcc.c-torture/noncompile/Makefile.in,
23941         gcc.c-torture/noncompile/configure.in,
23942         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
23943         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
23944         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
23945
23946 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23947
23948         * g++.old-deja/g++.other/ambig3.C: New test.
23949
23950 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
23951
23952         * g++.old-deja/g++.pt/syntax1.C: New test.
23953         * g++.old-deja/g++.pt/syntax2.C: New test.
23954         * g++.old-deja/g++.other/syntax3.C: New test.
23955         * g++.old-deja/g++.other/syntax4.C: New test.
23956
23957 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23958
23959         * gcc.dg/20000623-1.c: Prototype exit and abort.
23960
23961 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
23962
23963         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
23964         New tests.
23965         * gcc.dg/cpp-mi3.def: New file.
23966
23967         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
23968         inside assertions.
23969         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
23970         lexer's error messages.
23971         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
23972         divine anything from the linemarkers.
23973         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
23974         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
23975
23976 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
23977
23978         * gcc.dg/20000623-1.c: New test.
23979
23980 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
23981
23982         * gcc.c-torture/execute/20000622-1.c: New test.
23983
23984 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23985
23986         * g++.old-deja/g++.other/init15.C: New test.
23987
23988 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
23989
23990         * g++.old-deja/g++.pt/vaarg2.C: New test.
23991         * g++.old-deja/g++.pt/vaarg3.C: New test.
23992
23993 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
23994
23995         * g++.old-deja/g++.other/dyncast6.C: New test.
23996
23997 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
23998
23999         * gcc.c-torture/execute/loop-6.c: New test.
24000
24001 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
24002
24003         * gcc.dg/20000614-1.c: New test.
24004         * gcc.dg/20000614-2.c: New test.
24005
24006 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
24007
24008         * g++.old-deja/g++.other/inline12.C: New test.
24009
24010 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
24011
24012         * g++.old-deja/g++.other/eh1.C: New test.
24013
24014 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
24015
24016         * g++.old-deja/g++.other/type.C: New test.
24017
24018 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
24019
24020         * g++.old-deja/g++.other/initstring.C: New test.
24021
24022 2000-06-12  Jason Merrill  <jason@redhat.com>
24023
24024         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
24025
24026 2000-06-09  Jeffrey A Law  (law@cygnus.com)
24027
24028         * gcc.c-torture/compile/20000609-1.c: New test.
24029
24030 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
24031
24032         * gcc.dg/20000609-1.c: New test.
24033
24034 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
24035
24036         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
24037         * gcc.c-torture/noncompile/poison-1.c: Move...
24038         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
24039         * gcc.dg/cpp-li1.c: Add a token after the #line.
24040
24041 2000-06-05  Richard Henderson  <rth@cygnus.com>
24042
24043         * gcc.c-torture/execute/20000605-2.c: New test.
24044         * gcc.c-torture/execute/20000605-3.c: New test.
24045
24046 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
24047
24048         * g77.f-torture/execute/20000503-1.x: New file.
24049
24050 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
24051
24052         * g++.old-deja/g++.eh/badalloc1.C: New test.
24053
24054 2000-06-05  Richard Henderson  <rth@cygnus.com>
24055
24056         * gcc.c-torture/execute/20000605-1.c: New test.
24057
24058 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
24059             Nathan Sidwell <nathan@codesourcery.com>
24060
24061         * gcc.c-torture/compile/20000605-1.c: New test.
24062
24063 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
24064
24065         * g77.f-torture/compile/20000601-1.f:  New test.
24066
24067 2000-06-03  Richard Henderson  <rth@cygnus.com>
24068
24069         * gcc.c-torture/execute/20000603-1.c: New.
24070
24071 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
24072
24073         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
24074         * gcc.dg/noreturn-2.c (noreturn): Likewise.
24075
24076 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
24077
24078         * gcc.dg/compare2.c (case 12): XFAIL.
24079         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
24080         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
24081
24082         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
24083
24084 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
24085
24086         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
24087         guard macro is already defined when the header is first
24088         included.
24089         * gcc.dg/cpp-mix.h: New file.
24090         * gcc.dg/endif-label.c: Update patterns to match compiler.
24091
24092         * g++.brendan/complex1.C: Declare abort.
24093         * g++.law/refs4.C: Remove XFAIL.
24094         * g++.oliva/expr2.C: Declare abort and exit.
24095
24096 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
24097
24098         * gcc.c-torture/execute/20000528-1.c: New test.
24099
24100         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
24101         * g++.old-deja/g++.law/temps4.C: Likewise.
24102
24103         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
24104         stdlib.h.  Call abort() on failure.
24105         * g++.old-deja/g++.law/refs4.C: Likewise.
24106         * g++.old-deja/g++.law/temps4.C: Likewise.
24107         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
24108         * gcc.c-torture/execute/20000112-1.c: Include string.h.
24109
24110 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
24111
24112         Relative to g++.dg/special:
24113         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
24114
24115         Relative to g++.old-deja:
24116         * g++.brendan/complex1.C, g++.jason/optimize2.C,
24117         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
24118         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
24119         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
24120         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
24121         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
24122         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
24123
24124         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
24125         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
24126         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
24127         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
24128         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
24129         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
24130         and/or string.h.
24131
24132         * g++.other/goto1.C: Update expectations for error messages.
24133
24134 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
24135
24136         * gcc.c-torture/compile/20000523-1.c: New test.
24137
24138 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
24139
24140         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
24141
24142 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
24143
24144         * g++.old-deja/g++.eh/catch11.C: New test.
24145         * g++.old-deja/g++.eh/catch12.C: New test.
24146
24147 2000-05-24  Nick Clifton  <nickc@cygnus.com>
24148
24149         * gcc.c-torture/execute/20000523-1.c: New test.
24150
24151 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
24152
24153         * c-torture/execute/bcp-1.c: Replace abort in arg of
24154         __builtin_constant_p with a generic external function.
24155
24156         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
24157         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
24158         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
24159         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
24160         Prototype abort and/or exit.
24161
24162         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
24163         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
24164         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
24165         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
24166
24167 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
24168
24169         * gcc.dg/dwarf2-1.c: New test.
24170
24171 2000-05-20  Richard Henderson  <rth@cygnus.com>
24172
24173         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
24174
24175 2000-05-20  Andreas Jaeger  <aj@suse.de>
24176
24177         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
24178         testcase.
24179
24180 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
24181
24182         * gcc.c-torture/execute/20000519-2.c: New test.
24183
24184 2000-05-19  Andreas Jaeger  <aj@suse.de>
24185
24186         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
24187         which fails with SSA.
24188
24189         * lib/c-torture.exp: Also test with -O3 -fssa.
24190
24191 2000-05-18  Michael Meissner  <meissner@redhat.com>
24192
24193         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
24194         * gcc.c-torture/execute/920415-1.c: Ditto.
24195         * gcc.c-torture/execute/920501-1.c: Ditto.
24196         * gcc.c-torture/execute/conversion.c: Ditto.
24197         * gcc.c-torture/execute/cvt-1.c: Ditto.
24198
24199 2000-05-18  Jeffrey A Law  (law@cygnus.com)
24200
24201         * gcc.c-torture/compile/20000518-1.c: New test.
24202
24203 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
24204
24205         * g77.f-torture/compile/200005018.f:  New test.
24206
24207 2000-05-17  Jeffrey A Law  (law@cygnus.com)
24208
24209         * gcc.c-torture/compile/20000517-1.c: New test.
24210
24211 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24212
24213         * gcc.c-torture/execute/20000516-1.c: New test.
24214
24215 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
24216
24217         * g++.old-deja/g++.other/eh.C: New test.
24218
24219 2000-05-12  Richard Henderson  <rth@cygnus.com>
24220
24221         * gcc.c-torture/execute/990208-1.c (main): Don't pass
24222         constants through to doit's conditional.
24223
24224 2000-05-11  Jeffrey A Law  (law@cygnus.com)
24225
24226         * gcc.c-torture/compile/20000511-1.c: New test.
24227         * g77.f-torture/compile/20000511-1.f: New test.
24228         * g77.f-torture/compile/20000511-2.f: New test.
24229
24230 2000-05-11  Michael Meissner  <meissner@redhat.com>
24231
24232         * gcc.c-torture/execute/20000511-1.c: New test.
24233
24234 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
24235
24236         * gcc.dg/dg.exp: Scan .S files as well as .c files.
24237         * gcc.dg/20000510-1.S: New.
24238
24239 2000-05-08  Catherine Moore  <clm@cygnus.com>
24240
24241         * gcc.dg/unused-3.c: New.
24242
24243 2000-05-06  Richard Henderson  <rth@cygnus.com>
24244
24245           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
24246           * g++.old-deja/g++.mike/warn1.C: Likewise.
24247           * g++.old-deja/g++.pt/local1.C: Likewise.
24248           * g++.old-deja/g++.pt/local7.C: Likewise.
24249           * g++.old-deja/g++.pt/spec16.C: Likewise.
24250
24251 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
24252
24253         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
24254
24255 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
24256
24257           * g77.f-torture/execute/20000503-1.f:  New test.
24258
24259 2000-05-04  Andreas Jaeger  <aj@suse.de>
24260
24261         * gcc.dg/noreturn-2.c: New test.
24262
24263 2000-05-04  Neil Booth  <NeilB@earthling.net>
24264
24265         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
24266         preprocessor.
24267
24268 2000-05-04  Richard Henderson  <rth@cygnus.com>
24269
24270         * gcc.c-torture/execute/20000503-1.c: Fix typo.
24271
24272 2000-05-04  Richard Henderson  <rth@cygnus.com>
24273
24274         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
24275         OpenSSL by Jason R Thorpe.
24276
24277 2000-05-03  Jim Wilson  <wilson@cygnus.com>
24278
24279         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
24280
24281 2000-05-03  Robert Lipe <robertlipe@usa.net>
24282
24283         * gcc.dg/20000503-1.c: New test.
24284
24285 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
24286
24287         * gcc.c-torture/compile/20000502-1.c: New test.
24288         * g++.old-deja/g++.other/align.C: New test.
24289         * gcc.dg/cpp-tradstringify.c: New test.
24290
24291 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
24292
24293         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
24294         and hard registers.
24295
24296 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
24297
24298         * gcc.c-torture/execute/loop-5.c: New test.
24299
24300 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
24301
24302         * gcc.c-torture/execute/va-arg-20.c: New test.
24303
24304 2000-04-23  Jeffrey A Law  (law@cygnus.com)
24305
24306         * gcc.c-torture/execute/20000422-1.c: New test.
24307
24308 2000-04-20  Greg McGary  <gkm@gnu.org>
24309
24310         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
24311         when optimizing, but without sibling-call optimizations (-O1).
24312
24313 2000-04-20  Jeffrey A Law  (law@cygnus.com)
24314
24315           * gcc.c-torture/compile/20000420-1.c: New test.
24316
24317 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
24318
24319         * g++.abi/ptrflags.C: New test.
24320         * g++.eh/catchptr1.C: Test incomplete pointer chains.
24321
24322 2000-04-19  Catherine Moore  <clm@cygnus.com>
24323
24324         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
24325
24326 2000-04-19  Greg McGary  <gkm@gnu.org>
24327
24328         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
24329         sibling-call optimizations.
24330
24331 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
24332
24333         * gcc.dg/20000419-1.c: New test.
24334
24335 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
24336
24337         * gcc.c-torture/execute/20000412-6.c: New test.
24338
24339 2000-04-12  Jeffrey A Law  (law@cygnus.com)
24340
24341         * gcc.c-torture/execute/20000412-5.c: New test.
24342         * g77.f-torture/compile/20000412-1.f: New test.
24343         * gcc.c-torture/execute/20000412-4.c: New test.
24344         * gcc.c-torture/compile/20000412-2.c: New test.
24345         * gcc.c-torture/execute/20000412-3.c: New test.
24346         * gcc.c-torture/compile/20000412-1.c: New test.
24347         * gcc.c-torture/execute/20000412-2.c: New test.
24348
24349 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
24350
24351         * objc/execute/bf-20.m: New test.
24352
24353 2000-04-10  Richard Henderson  <rth@cygnus.com>
24354
24355         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
24356
24357         * gcc.c-torture/execute/20000412-1.c: New test.
24358
24359 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
24360
24361         * g++.old-deja/g++.eh/catchptr1.C: New test.
24362
24363 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
24364
24365         * g++.old-deja/g++.abi/cxa_vec.C: New test.
24366
24367 2000-04-08  Neil Booth  <NeilB@earthling.net>
24368
24369         * gcc.dg/cpp-nullchar.c: Remove test as
24370         embedded nulls cause problems.
24371
24372 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24373
24374         * gcc.dg/compare2.c: New test.
24375
24376 2000-04-08  Neil Booth  <NeilB@earthling.net>
24377
24378         * gcc.dg/cpp-nullchar.c: New test.
24379
24380 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
24381
24382         * gcc.dg/cpp-mi2.c: New test.
24383         * gcc.dg/cpp-mi2[abc].h: New files.
24384
24385 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
24386
24387         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
24388         member name.
24389
24390 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
24391
24392         * g++.old-deja/g++.abi/vmihint.C: New test.
24393
24394 2000-04-06  Neil Booth  <NeilB@earthling.net>
24395
24396         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
24397         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
24398         copyright.
24399
24400 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
24401
24402         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
24403         avoid stack-frame overwrite.
24404
24405 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
24406
24407         * gcc.c-torture/compile/20000405-2.c: New test.
24408         * gcc.c-torture/compile/20000405-3.c: New test.
24409
24410 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24411
24412         * gcc.c-torture/compile/20000405-1.c: New test.
24413
24414 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
24415
24416         * gcc.dg/cast-qual-1.c: Revert last change.
24417
24418 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24419
24420         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
24421
24422 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
24423
24424         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
24425         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
24426
24427 2000-04-03  Jeffrey A Law  (law@cygnus.com)
24428
24429         * gcc.c-torture/compile/20000403-2.c: New test.
24430         * gcc.c-torture/compile/20000403-1.c: New test.
24431
24432 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
24433
24434         * gcc.c-torture/execute/20000403-1.c: New test.
24435
24436 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
24437
24438         * gcc.c-torture/execute/20000402-1.c: New test.
24439
24440 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
24441
24442         * gcc.c-torture/execute/va-arg-15.c: New test.
24443         * gcc.c-torture/execute/va-arg-16.c: New test.
24444         * gcc.c-torture/execute/va-arg-17.c: New test.
24445         * gcc.c-torture/execute/va-arg-18.c: New test.
24446         * gcc.c-torture/execute/va-arg-19.c: New test.
24447
24448 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
24449
24450         * gcc.c-torture/compile/981211-1.c: Move to...
24451         * gcc.dg/cpp-as1.c: ...here.
24452         * gcc.dg/cpp-as2.c: New file.
24453
24454         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
24455         compiler.
24456
24457 2000-04-02  Neil Booth  <NeilB@earthling.net>
24458
24459         * gcc.dg/cpp-cond.c  New tests.
24460         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
24461         accidental success less likely.
24462         * gcc.dg/cpp-missingop.c  New tests.
24463         * gcc.dg/cpp-missingparen.c  New tests.
24464         * gcc.dg/cpp-shift.c  New tests.
24465         * gcc.dg/cpp-shortcircuit.c  New tests.
24466         * gcc.dg/cpp-unary.c  New tests.
24467
24468 2000-03-29  Jeffrey A Law  (law@cygnus.com)
24469
24470         * gcc.c-torture/compile/20000329-1.c: New test.
24471
24472 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
24473
24474         * gcc.c-torture/compile/20000326-1.c: New test.
24475         * gcc.c-torture/compile/20000326-2.c: New test.
24476
24477 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
24478
24479         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
24480         the first parameter is a function argument.
24481
24482 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
24483
24484         * g++.old-deja/g++.ext/array4.C: New test.
24485
24486 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
24487
24488         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
24489
24490 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24491
24492         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
24493
24494 2000-03-19  Richard Henderson  <rth@cygnus.com>
24495
24496         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
24497
24498 2000-03-19  Richard Henderson  <rth@cygnus.com>
24499
24500         * gcc.c-torture/compile/20000319-1.c: New test.
24501
24502 2000-03-14  Jeffrey A Law  (law@cygnus.com)
24503
24504         * gcc.c-torture/execute/20000314-3.c: New test.
24505         * gcc.c-torture/execute/20000314-2.c: New test.
24506         * gcc.c-torture/execute/20000314-1.c: New test.
24507         * gcc.c-torture/compile/20000314-2.c: New test.
24508         * gcc.c-torture/compile/20000314-1.c: New test.
24509
24510 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
24511
24512         * g++.old-deja/g++.warn/inline.C: New test.
24513
24514 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
24515
24516         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
24517         standards-compliant result rather than specific constants.
24518         Put test-values in array.
24519
24520 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
24521
24522         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
24523         (g++_target_compile): Put test-specific options last.
24524
24525 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24526
24527         * g++.old-deja/g++.eh/vbase4.C: New test.
24528
24529 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24530
24531         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
24532
24533 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24534
24535         * g++.old-deja/g++.brendan/misc12.C: Removed.
24536         * g++.old-deja/g++.pt/memtemp77.C: Constify.
24537         * g++.old-deja/g++.ext/pretty4.C: New test.
24538
24539 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
24540
24541         * g++.old-deja/g++.other/string2.C: New test.
24542
24543 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
24544
24545         * g++.old-deja/g++.warn/impint2.C: New test.
24546
24547 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
24548
24549         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
24550         is 1, not zero.
24551
24552 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
24553
24554         * g++.old-deja/g++.warn/impint.C: New test.
24555         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
24556         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
24557         * g++.old-deja/g++.pt/explicit12.C: Likewise.
24558         * g++.old-deja/g++.pt/explicit13.C: Likewise.
24559         * g++.old-deja/g++.pt/explicit17.C: Likewise.
24560         * g++.old-deja/g++.pt/explicit18.C: Likewise.
24561         * g++.old-deja/g++.pt/explicit19.C: Likewise.
24562         * g++.old-deja/g++.pt/explicit23.C: Likewise.
24563         * g++.old-deja/g++.pt/explicit31.C: Likewise.
24564         * g++.old-deja/g++.pt/explicit35.C: Likewise.
24565         * g++.old-deja/g++.pt/explicit6.C: Likewise.
24566         * g++.old-deja/g++.pt/memclass7.C: Likewise.
24567
24568 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
24569
24570         * gcc.dg/cpp-redef.c: New test.
24571
24572 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
24573
24574         * g++.old-deja/g++.pt/unify7.C: New test.
24575
24576 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
24577
24578         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
24579         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
24580
24581 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
24582
24583         * gcc.c-torture/compile/20000224-1.c: New test.
24584
24585 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24586
24587         * gcc.c-torture/compile/cpp-2.c: New test.
24588         * gcc.c-torture/compile/cpp-1.c: New test.
24589
24590 2000-02-25  Jeffrey A Law  (law@cygnus.com)
24591
24592         * gcc.c-torture/execute/20000225-1.c: New test.
24593
24594 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24595
24596         * gcc.dg/cpp-li2.c: New test.
24597
24598         * gcc.dg/cpp-wi1.c: New test.
24599
24600         * gcc.dg/cpp-li1.c: New test.
24601
24602 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
24603
24604         * g++.old-deja/g++.other/sizeof5.C: New test.
24605
24606 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
24607
24608         * gcc.c-torture/execute/va-arg-13.c: New test.
24609
24610 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
24611
24612         * gcc.c-torture/execute/va-arg-12.c: New test.
24613
24614 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24615
24616         * gcc.c-torture/execute/20000223-1.c: New test.
24617
24618 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
24619
24620         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
24621
24622 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
24623
24624         * g++.old-deja/g++.abi/ptrmem.C: New test.
24625
24626 2000-02-19  Richard Henderson  <rth@cygnus.com>
24627
24628         * gcc.c-torture/compile/init-3.c: New.
24629
24630 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
24631
24632         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
24633         ALWAYS_CXXFLAGS.
24634
24635 2000-02-11  Robert Lipe <robertl@sco.com>
24636
24637         * gcc.c-torture/compile/20000211-3.c: New test.
24638
24639 2000-02-11  Martin Buchholz <martin@xemacs.org>
24640
24641         * gcc.c-torture/compile/20000211-2.c: New test.
24642
24643 2000-02-11  Jeffrey A Law  (law@cygnus.com)
24644
24645         * gcc.c-torture/compile/20000211-1.c: New test.
24646
24647 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
24648
24649         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
24650           on native targets
24651
24652 2000-02-08  Nathan Sidwell  <nathan@acm.org>
24653
24654         * g++.old-deja/g++.other/cast5.C: New test.
24655
24656 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
24657
24658         * gcc.c-torture/execute/20000205-1.c: New.
24659
24660 2000-02-03  Nathan Sidwell  <nathan@acm.org>
24661
24662         * g++.old-deja/g++.jason/cast3.C: Return void.
24663         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
24664
24665 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24666
24667         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
24668
24669         * gcc.dg/loop-1.c: New test.
24670
24671 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
24672
24673         * gcc.c-torture/compile/20000127-1.c: New test.
24674         * gcc.c-torture/execute/991228-1.c: New test.
24675
24676 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24677
24678         * gcc.dg/unused-2.c: New test.
24679
24680         * gcc.dg/conv-1.c: New test.
24681
24682 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
24683
24684         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
24685         compiler.
24686         (tool_option_proc): Fix typo.
24687
24688 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
24689
24690         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
24691         of the ld on the host, not on the build machine.
24692         Also, don't crash if '--help' is not a supported option.
24693
24694 2000-01-24  Richard Henderson  <rth@cygnus.com>
24695
24696         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
24697
24698 2000-01-20  Jeffrey A Law  (law@cygnus.com)
24699
24700         * gcc.c-torture/execute/20000120-2.c: New test.
24701         * gcc.c-torture/execute/20000120-1.c: New test.
24702
24703 2000-01-13  Jeffrey A Law  (law@cygnus.com)
24704
24705         * gcc.c-torture/execute/20000113-1.c: New test.
24706
24707 2000-01-12  Jeffrey A Law  (law@cygnus.com)
24708
24709         * gcc.c-torture/execute/20000112-1.c: New test.
24710
24711 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24712
24713         * gcc.dg/20000111-1.c: New test.
24714
24715 2000-01-10  Jeffrey A Law  (law@cygnus.com)
24716
24717         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
24718         with 16 bit integers.
24719
24720 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24721
24722         * gcc.dg/20000108-1.c: New test.
24723
24724 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24725
24726         * g++.old-deja/g++.ns/koenig8.C: New test.
24727
24728 2000-01-05  Nathan Sidwell  <nathan@acm.org>
24729
24730         * g++.old-deja/g++.other/cast4.C: New test.
24731
24732 2000-01-05  Jeffrey A Law  (law@cygnus.com)
24733
24734         * gcc.c-torture/compile/20000105-2.c: New test.
24735         * gcc.c-torture/compile/20000105-1.c: New test.
24736
24737 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
24738
24739         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
24740         references to printf & atoi to conform to ANSI standard.
24741         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
24742         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
24743         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
24744         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
24745         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
24746         * g++.old-deja/g++.brendan/complex1.C: Likewise.
24747         * g++.old-deja/g++.brendan/copy1.C: Likewise.
24748         * g++.old-deja/g++.brendan/copy2.C: Likewise.
24749         * g++.old-deja/g++.brendan/copy3.C: Likewise.
24750         * g++.old-deja/g++.brendan/copy4.C: Likewise.
24751         * g++.old-deja/g++.brendan/copy5.C: Likewise.
24752         * g++.old-deja/g++.brendan/copy6.C: Likewise.
24753         * g++.old-deja/g++.brendan/copy7.C: Likewise.
24754         * g++.old-deja/g++.brendan/copy8.C: Likewise.
24755         * g++.old-deja/g++.brendan/crash11.C: Likewise.
24756         * g++.old-deja/g++.brendan/crash14.C: Likewise.
24757         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
24758         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
24759         * g++.old-deja/g++.brendan/delete2.C: Likewise.
24760         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
24761         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
24762         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
24763         * g++.old-deja/g++.brendan/eh1.C: Likewise.
24764         * g++.old-deja/g++.brendan/groff1.C: Likewise.
24765         * g++.old-deja/g++.brendan/init3.C: Likewise.
24766         * g++.old-deja/g++.brendan/misc12.C: Likewise.
24767         * g++.old-deja/g++.brendan/misc7.C: Likewise.
24768         * g++.old-deja/g++.brendan/new2.C: Likewise.
24769         * g++.old-deja/g++.brendan/operators4.C: Likewise.
24770         * g++.old-deja/g++.brendan/operators5.C: Likewise.
24771         * g++.old-deja/g++.brendan/overload2.C: Likewise.
24772         * g++.old-deja/g++.brendan/overload7.C: Likewise.
24773         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
24774         * g++.old-deja/g++.brendan/reference1.C: Likewise.
24775         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
24776         * g++.old-deja/g++.brendan/template24.C: Likewise.
24777         * g++.old-deja/g++.brendan/template3.C: Likewise.
24778         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
24779         * g++.old-deja/g++.jason/inline3.C: Likewise.
24780         * g++.old-deja/g++.jason/opeq.C: Likewise.
24781         * g++.old-deja/g++.law/arg5.C: Likewise.
24782         * g++.old-deja/g++.law/arm7.C: Likewise.
24783         * g++.old-deja/g++.law/ctors11.C: Likewise.
24784         * g++.old-deja/g++.law/cvt8.C: Likewise.
24785         * g++.old-deja/g++.law/init9.C: Likewise.
24786         * g++.old-deja/g++.law/refs4.C: Likewise.
24787         * g++.old-deja/g++.law/template2.C: Likewise.
24788         * g++.old-deja/g++.law/visibility24.C: Likewise.
24789         * g++.old-deja/g++.law/vtable3.C: Likewise.
24790         * g++.old-deja/g++.mike/asm2.C: Likewise.
24791         * g++.old-deja/g++.mike/eh1.C: Likewise.
24792         * g++.old-deja/g++.mike/misc1.C: Likewise.
24793         * g++.old-deja/g++.mike/misc13.C: Likewise.
24794         * g++.old-deja/g++.mike/misc14.C: Likewise.
24795         * g++.old-deja/g++.mike/ns12.C: Likewise.
24796         * g++.old-deja/g++.mike/p1248.C: Likewise.
24797         * g++.old-deja/g++.mike/p3708.C: Likewise.
24798         * g++.old-deja/g++.mike/p3708a.C: Likewise.
24799         * g++.old-deja/g++.mike/p3708b.C: Likewise.
24800         * g++.old-deja/g++.mike/p646.C: Likewise.
24801         * g++.old-deja/g++.mike/p700.C: Likewise.
24802         * g++.old-deja/g++.mike/p783.C: Likewise.
24803         * g++.old-deja/g++.mike/p783a.C: Likewise.
24804         * g++.old-deja/g++.mike/p783b.C: Likewise.
24805         * g++.old-deja/g++.mike/p786.C: Likewise.
24806         * g++.old-deja/g++.mike/p789.C: Likewise.
24807         * g++.old-deja/g++.mike/p789a.C: Likewise.
24808         * g++.old-deja/g++.mike/p807a.C: Likewise.
24809         * g++.old-deja/g++.other/delete3.C: Likewise.
24810         * g++.old-deja/g++.other/dyncast1.C: Likewise.
24811         * g++.old-deja/g++.other/dyncast2.C: Likewise.
24812         * g++.old-deja/g++.other/dyncast3.C: Likewise.
24813         * g++.old-deja/g++.other/empty1.C: Likewise.
24814         * g++.old-deja/g++.other/temporary1.C: Likewise.
24815         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
24816         * g++.old-deja/g++.pt/t16.C: Likewise.
24817         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
24818
24819 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
24820
24821         * gcc.dg/991230-1.c: New test.
24822
24823 1999-12-29  Jeffrey A Law  (law@cygnus.com)
24824
24825         * gcc.c-torture/compile/991229-3.c: New test.
24826         * gcc.c-torture/compile/991229-2.c: New test.
24827         * gcc.c-torture/compile/991229-1.c: New test.
24828
24829 1999-12-29  Greg McGary <gkm@eng.ascend.com>
24830
24831         * gcc.c-torture/compile/labels-2.c: New test.
24832
24833 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24834
24835         * gcc.c-torture/execute/991227-1.c: New test.
24836
24837 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24838
24839         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
24840
24841 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
24842
24843         * gcc.c-torture/execute/991221-1.c: New test.
24844
24845 1999-12-20  Nathan Sidwell  <nathan@acm.org>
24846
24847         * g++.old-deja/g++.other/cast3.C: New test.
24848
24849 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
24850
24851         * gcc.c-torture/execute/991216-4.c: New test.
24852
24853 1999-12-16  Michael Meissner  <meissner@cygnus.com>
24854
24855         * gcc.c-torture/execute/991216-1.c: New test.
24856         * gcc.c-torture/execute/991216-2.c: New test.
24857         * gcc.c-torture/execute/991216-3.c: New test.
24858
24859 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24860
24861         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
24862         Actually make the test fail by using "-O2" for compilation.
24863
24864 1999-12-15  Nathan Sidwell  <nathan@acm.org>
24865
24866         * g++.old-deja/g++.warn/cast-align1.C: New test.
24867
24868 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24869
24870         * gcc.c-torture/compile/991214-1.c: New test.
24871         * gcc.c-torture/compile/991214-2.c: New test.
24872
24873 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
24874
24875         * gcc.dg/991214-1.c: New test.
24876
24877 1999-12-13  Jeffrey A Law  (law@cygnus.com)
24878
24879         * gcc.c-torture/compile/991213-3.c: New test.
24880         * gcc.c-torture/compile/991213-2.c: New test.
24881         * gcc.c-torture/compile/991213-1.c: New test.
24882
24883 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
24884
24885         * gcc.dg/991209-1.c: New test.
24886
24887 1999-12-08  Nathan Sidwell <nathan@acm.org>
24888
24889         * gcc.c-torture/compile/991208-1.c: New test.
24890
24891 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24892
24893         * gcc.dg/ultrasp2.c: New test.
24894
24895 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
24896
24897         * g++.old-deja/g++.abi/align.C (main): Fix typo.
24898
24899 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
24900
24901         * gcc.c-torture/compile/991202-1.c: New test.
24902         * gcc.c-torture/execute/991202-1.c: New test.
24903         * gcc.c-torture/execute/991202-2.c: New test.
24904         * gcc.c-torture/execute/991202-3.c: New test.
24905
24906 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
24907
24908         * g++.old-deja/g++.abi/align.C: New test.
24909         * g++.old-deja/g++.abi/aggregates.C: Likewise.
24910         * g++.old-deja/g++.abi/bitfields.C: Likewise.
24911
24912 1999-12-01  Richard Henderson  <rth@cygnus.com>
24913
24914         * gcc.c-torture/execute/991201-1.c: New.
24915
24916 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
24917
24918         * gcc.dg/991129-1.c: New test.
24919
24920 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
24921
24922         * gcc.c-torture/compile/991127-1.c: New test.
24923
24924 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24925
24926         * g++.old-deja/g++.other/warn4.C: New test.
24927
24928 1999-11-22  Nathan Sidwell  <nathan@acm.org>
24929
24930         * g++.old-deja/g++.eh/cleanup2.C: New test.
24931         * g++.old-deja/g++.ext/pretty2.C: New test.
24932         * g++.old-deja/g++.ext/pretty3.C: New test.
24933         * g++.old-deja/g++.other/debug6.C: New test.
24934
24935 1999-10-20  Jim Wilson  <wilson@cygnus.com>
24936
24937         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
24938         compiler_output to look for one error message instead of two.
24939
24940 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
24941
24942         * gcc.c-torture/execute/991118-1.c: Also test case
24943         where the word boundary does not split a byte evenly.
24944
24945 1999-11-19  Nathan Sidwell  <nathan@acm.org>
24946
24947         * g++.old-deja/g++.ext/restrict1.C: New test.
24948
24949 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
24950
24951         * gcc.c-torture/execute/991118-1.c: New test.
24952
24953 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
24954
24955         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
24956         working directory pathnames.
24957
24958 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
24959
24960         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
24961         host is equipped with driver.h and driver.o so it can actually
24962         compile and run the tests.
24963
24964 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
24965
24966         * gcc.c-torture/compile/991008-1.c: New test.
24967
24968 1999-11-08  Nick Clifton  <nickc@cygnus.com>
24969
24970         * lib/gcc-dg.exp: Include target-supports.exp
24971
24972 1999-11-05  Nick Clifton  <nickc@cygnus.com>
24973
24974         * lib/target-supports.exp: New file: Provide procs to test for
24975         features supported by the target.
24976         (check_weak_available): Moved here from ecos.exp.
24977         (check_alias_available): New proc: Determine of the target
24978         toolchain supports the alias attribute.
24979
24980         * gcc.dg/special/ecos.exp: Move check_weak_available to
24981         target-supports.exp.
24982         (alias-1.c): Only perform the test if the target supports
24983         aliases.
24984         (wkali-1.c): Only perform the test if the target supports
24985         aliases.
24986
24987         * gcc.dg/990506-0.c: Expect error messages from cross
24988         targets as well as native targets.
24989
24990 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24991
24992         * gcc.dg/ultrasp1.c: Removed xfail.
24993         * gcc.dg/struct-ret-2.c: Likewise.
24994         * gcc.dg/array-1.c: Likewise.
24995
24996 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
24997
24998         * gcc.dg/struct-ret-2.c: New test.
24999
25000         * gcc.dg/array-1.c: New test.
25001
25002 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
25003
25004         * gcc.c-torture/execute/991030-1.c: New test.
25005
25006 1999-10-26  Richard Henderson  <rth@cygnus.com>
25007
25008         * gcc.c-torture/compile/991026-2.c: New test.
25009
25010 1999-10-26  Jeffrey A Law  (law@cygnus.com)
25011
25012         * gcc.c-torture/compile/991026-1.c: New test.
25013
25014 1999-10-23  Jeffrey A Law  (law@cygnus.com)
25015
25016         * gcc.c-torture/execute/991023-1.c: New test.
25017
25018 1999-10-19  Jeffrey A Law  (law@cygnus.com)
25019
25020         * gcc.c-torture/execute/991019-1.c: New test.
25021
25022 1999-10-16  Richard Henderson  <rth@cygnus.com>
25023
25024         * gcc.c-torture/execute/991016-1.c: New test.
25025
25026 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
25027
25028         * gcc.c-torture/execute/991014-1.c: New test.
25029
25030 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
25031
25032         * g++.old-deja/g++.other/union2.C: New test.
25033
25034 1999-10-13  Nathan Sidwell  <nathan@acm.org>
25035
25036         * g++.old-deja/g++.other/vaarg2.C: New test.
25037         * g++.old-deja/g++.other/vaarg3.C: New test.
25038
25039 1999-10-12  Craig Burley  <craig@jcb-sc.com>
25040
25041         * g77.f-torture/noncompile/19990905-1.f: Moved from being
25042         in compile/.
25043
25044 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
25045
25046         * gcc.c-torture/execute/va-arg-11.c: New test.
25047
25048 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
25049
25050         * lib/file-format.exp (gcc_target_object_format): Don't
25051         crash if objdump is unavailable.
25052
25053 1999-09-29  Donn Terry <donn@interix.com>
25054
25055         * gcc.misc-tests/mg.exp: delete extraneous redirection.
25056
25057 1999-09-28  Nick Clifton  <nickc@cygnus.com>
25058
25059         * gcc.c-torture/compile/990928-1.c: New test.
25060
25061 1999-09-28  Nathan Sidwell  <nathan@acm.org>
25062
25063         * g++.old-deja/g++.other/decl6.C: New test.
25064
25065 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25066
25067         * gcc.c-torture/execute/va-arg-10.c: New test.
25068
25069 1999-09-27  Nathan Sidwell  <nathan@acm.org>
25070
25071         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
25072         __PRETTY_FUNCTION__.
25073
25074 1999-09-23  Nick Clifton  <nickc@cygnus.com>
25075
25076         * gcc.c-torture/execute/990923-1.c: New test.
25077
25078 1999-09-21  Nick Clifton  <nickc@cygnus.com>
25079
25080         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
25081         for which -fpic is inappropriate.
25082
25083 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
25084
25085         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
25086
25087 1999-09-21  Nathan Sidwell  <nathan@acm.org>
25088
25089         * g++.old-deja/g++.other/dyncast1.C: New test.
25090         * g++.old-deja/g++.other/dyncast2.C: New test.
25091         * g++.old-deja/g++.other/dyncast3.C: New test.
25092         * g++.old-deja/g++.other/dyncast4.C: New test.
25093         * g++.old-deja/g++.other/dyncast5.C: New test.
25094         * g++.old-deja/g++.eh/catch3.C: New test.
25095         * g++.old-deja/g++.eh/catch3p.C: New test.
25096         * g++.old-deja/g++.eh/catch4.C: New test.
25097         * g++.old-deja/g++.eh/catch4p.C: New test.
25098         * g++.old-deja/g++.eh/catch5.C: New test.
25099         * g++.old-deja/g++.eh/catch5p.C: New test.
25100         * g++.old-deja/g++.eh/catch6.C: New test.
25101         * g++.old-deja/g++.eh/catch6p.C: New test.
25102         * g++.old-deja/g++.eh/catch7.C: New test.
25103         * g++.old-deja/g++.eh/catch7p.C: New test.
25104         * g++.old-deja/g++.eh/catch8.C: New test.
25105         * g++.old-deja/g++.eh/catch8p.C: New test.
25106         * g++.old-deja/g++.eh/catch9.C: New test.
25107         * g++.old-deja/g++.eh/catch9p.C: New test.
25108
25109 1999-09-13  Nathan Sidwell  <nathan@acm.org>
25110
25111         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
25112         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
25113
25114 1999-09-13  Jeffrey A Law  (law@cygnus.com)
25115
25116         * gcc.c-torture/compile/990913-1.c: New test.
25117
25118 1999-09-10  Nathan Sidwell  <nathan@acm.org>
25119
25120         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
25121         * g++.old-deja/g++.jason/rfg5.C: Likewise.
25122
25123 1999-09-09  Richard Henderson  <rth@cygnus.com>
25124
25125         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
25126
25127 1999-09-09  Nathan Sidwell  <nathan@acm.org>
25128
25129         * g++.old-deja/g++.other/lookup11.C: New test.
25130         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
25131         what is permitted and what we want.
25132         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
25133         overload use.
25134         * g++.old-deja/g++.jason/rfg5.C: Likewise
25135
25136 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
25137
25138         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
25139         * gcc.c-torture/noncompile/poison-1.c: New file.
25140
25141 1999-09-08  Nathan Sidwell  <nathan@acm.org>
25142
25143         * g++.old-deja/g++.other/sizeof3.C: New test.
25144         * g++.old-deja/g++.other/sizeof4.C: New test.
25145         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
25146         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
25147
25148 1999-09-07  Richard Henderson  <rth@cygnus.com>
25149
25150         * gcc.dg/va-arg-1.c: New.
25151
25152 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
25153
25154         * gcc.c-torture/execute/va-arg-9.c: New test.
25155
25156 1999-09-05  Craig Burley  <craig@jcb-sc.com>
25157
25158         * g77.f-torture/compile/980519-2.f: New test.
25159         * g77.f-torture/compile/19990905-0.f: New test.
25160         * g77.f-torture/compile/19990905-1.f: New test.
25161         * g77.f-torture/compile/19990905-2.f: New test.
25162
25163         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
25164
25165 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
25166
25167         * gcc.c-torture/execute/990827-1.c: Fix typo.
25168
25169 1999-09-03  Nathan Sidwell  <nathan@acm.org>
25170
25171         * g++.old-deja/g++.other/deref1.C: New test.
25172
25173 1999-09-02  Nathan Sidwell  <nathan@acm.org>
25174
25175         * g++.old-deja/g++.other/ambig2.C: New test.
25176         * g++.old-deja/g++.other/cond5.C: New test.
25177         * g++.old-deja/g++.other/lookup16.C: New test.
25178
25179 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
25180
25181         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
25182         assemblers too.
25183
25184 1999-08-31  Jeffrey A Law  (law@cygnus.com)
25185
25186         * lib/c-torture.exp: Avoid the "compare executables" optimization
25187         when testing native.
25188
25189 1999-08-29  Jeffrey A Law  (law@cygnus.com)
25190
25191         * gcc.c-torture/execute/990829-1.c: New test.
25192         * gcc.c-torture/compile/990829-1.c: New test.
25193
25194 1999-08-27  Paul Burchard  <burchard@pobox.com>
25195
25196         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
25197         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
25198         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
25199         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
25200         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
25201         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
25202         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
25203         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
25204         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
25205         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
25206         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
25207
25208 1999-08-27  Jeffrey A Law  (law@cygnus.com)
25209
25210         * gcc.c-torture/execute/990827-1.c: New test.
25211
25212 1999-08-26  Craig Burley  <craig@jcb-sc.com>
25213
25214         * g77.f-torture/noncompile/19990826-4.f: New test.
25215
25216         * g77.f-torture/compile/19990826-3.f: New test.
25217
25218         * g77.f-torture/execute/19990826-2.f: New test.
25219
25220         * g77.f-torture/compile/19990826-1.f: New test.
25221
25222         * gcc.c-torture/execute/990826-0.c: New test.
25223         * g77.c-torture/execute/19990826-0.f: New test.
25224
25225         * g77.f-torture/noncompile/970626-2.f: New test.
25226
25227 1999-08-25  Paul Burchard  <burchard@pobox.com>
25228
25229         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
25230         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
25231         lss-011.C: New tests.
25232
25233 1999-08-25  Nathan Sidwell  <nathan@acm.org>
25234
25235         * g++.old-deja/g++.other/decl5.C: New test.
25236
25237 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25238
25239         * noncompile/noncompile.exp: Load_lib c-torture.exp.
25240         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
25241         call `postbase' for each one.  All callers of `postbase' changed
25242         to call this instead.
25243
25244 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
25245
25246         * gcc.c-torture/execute/990811-1.c: New test.
25247
25248 1999-08-09  Nick Clifton  <nickc@cygnus.com>
25249
25250         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
25251         just native ones.
25252
25253         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
25254         just native ones.
25255
25256 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
25257
25258         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
25259
25260 1999-08-04  Jeffrey A Law  (law@cygnus.com)
25261
25262         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
25263
25264 1999-08-04  Nathan Sidwell  <nathan@acm.org>
25265
25266         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
25267
25268 1999-08-04  Jeffrey A Law  (law@cygnus.com)
25269
25270         * gcc.c-torture/execute/990804-1.c: New test.
25271
25272 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25273
25274         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
25275         * g++.old-deja/g++.brendan/crash64.C: Likewise
25276         * g++.old-deja/g++.brendan/overload8.C: Likewise
25277
25278 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25279
25280         * g++.old-deja/g++.other/struct1.C: New test.
25281
25282 1999-08-03  Nathan Sidwell  <nathan@acm.org>
25283
25284         * g++.old-deja/g++.other/enum2.C: New test.
25285
25286 1999-08-02  Richard Henderson  <rth@cygnus.com>
25287
25288         Adapted from tests from Franz Sirl:
25289         * gcc.c-torture/execute/va-arg-7.c: New test.
25290         * gcc.c-torture/execute/va-arg-8.c: New test.
25291
25292 1999-08-01  Jeffrey A Law  (law@cygnus.com)
25293
25294         * gcc.c-torture/compile/990801-2.c: New test.
25295
25296         * gcc.c-torture/compile/990801-1.c: New test.
25297
25298 1999-07-27  Michael Meissner  <meissner@cygnus.com>
25299
25300         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
25301         fp-cmp-1.c, converting double to float.
25302
25303         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
25304         fp-cmp-1.c, converting double to long double.
25305
25306         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
25307         from fr1 to unknown_register, since fr1 is a legitimate register
25308         on some machines.
25309
25310 1999-07-25  Jeffrey A Law  (law@cygnus.com)
25311
25312         * README: More listname related changes.
25313
25314 1999-07-08  Catherine Moore  <clm@cygnus.com>
25315
25316         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
25317
25318 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
25319
25320         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
25321
25322 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
25323
25324         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
25325
25326 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
25327
25328         * gcc.dg/990703-1.c: New test.
25329
25330 1999-06-29  Nick Clifton  <nickc@cygnus.com>
25331
25332         * lib/file-format.exp: New file: Move definition of proc
25333         gcc_target_object_format to here from
25334         gcc.dg/special/ecos.exp.
25335
25336         * lib/c-torture.exp: Include lib file-format.exp.
25337         * lib/gcc-dg.exp: Include lib file-format.exp.
25338
25339         * gcc.dg/special/ecos.exp: Remove definition of proc
25340         gcc_target_object_format.
25341
25342 1999-06-28  Jeffrey A Law  (law@cygnus.com)
25343
25344         * gcc.c-torture/execute/990628-1.c: New test.
25345
25346 1999-06-25  Jeffrey A Law  (law@cygnus.com)
25347
25348         * gcc.c-torture/compile/990625-2.c: New test.
25349
25350         * gcc.c-torture/compile/990625-1.c: New test.
25351
25352 1999-06-23  Nick Clifton  <nickc@cygnus.com>
25353
25354         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
25355         attributes compile.
25356         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
25357         ports that use the COFF/PE file format.
25358
25359 1999-06-17  Jeffrey A Law  (law@cygnus.com)
25360
25361         * gcc.c-torture/compile/990617-1.c: New test.
25362
25363 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
25364
25365         * g++.old-deja/g++.other/decl4.C: New test.
25366
25367 1999-06-14  Nathan Sidwell  <nathan@acm.org>
25368
25369         * g++.old-deja/g++.other/bitfld3.C: New test.
25370
25371 1999-06-08  Nathan Sidwell  <nathan@acm.org>
25372
25373         * g++.old-deja/g++.eh/catch1.C: New test.
25374
25375 1999-06-07  Jeffrey A Law  (law@cygnus.com)
25376
25377         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
25378
25379         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
25380         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
25381
25382 1999-06-05  Craig Burley  <craig@jcb-sc.com>
25383
25384         * g77.f-torture/compile/19990502-0.f: Replace with new,
25385         shorter, test that still fails after recent changes.
25386
25387 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25388
25389         * gcc.c-torture/execute/990604-1.c: New test.
25390
25391 1999-05-31  Jeffrey A Law  (law@cygnus.com)
25392
25393         * gcc.c-torture/execute/990531-1.c: New test.
25394
25395 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25396
25397         * gcc.c-torture/compile/990527-1.c: New test.
25398
25399 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
25400
25401         * gcc.c-torture/execute/990527-1.c: New test.
25402
25403 1999-05-25  Nick Clifton  <nickc@cygnus.com>
25404
25405         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
25406         bitfields as signed.
25407
25408 1999-05-25  Craig Burley  <craig@jcb-sc.com>
25409
25410         * g77.f-torture/compile/19990525-0.f: New test.
25411
25412 1999-05-25  Jeffrey A Law  (law@cygnus.com)
25413
25414         * gcc.c-torture/execute/990525-2.c: New test.
25415
25416         * gcc.c-torture/execute/990525-1.c: New test.
25417
25418 1999-05-24  Nathan Sidwell  <nathan@acm.org>
25419
25420         * g++.old-deja/g++.other/anon3.C: New test.
25421         * g++.old-deja/g++.other/anon4.C: New test.
25422         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
25423         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
25424         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
25425         Merrill).
25426
25427 1999-05-24  Jeffrey A Law  (law@cygnus.com)
25428
25429         * gcc.c-torture/execute/990524-1.c: New test.
25430
25431         * gcc.dg/990524-1.c: New test.
25432
25433 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25434
25435         * gcc.c-torture/compile/990523-1.c: New test.
25436
25437 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
25438
25439         * gcc.c-torture/compile/990519-1.c: New test.
25440
25441 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25442
25443         * gcc.c-torture/compile/990517-1.c: New test.
25444
25445         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
25446         (e4, f4): New tests.
25447         (main): Call them.
25448
25449 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25450
25451         * gcc.dg/noreturn-1.c: New test.
25452
25453 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
25454
25455         * gcc.c-torture/execute/990513-1.c: New test.
25456
25457 1999-05-10  Richard Henderson  <rth@cygnus.com>
25458
25459         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
25460
25461 1999-05-10  Craig Burley  <craig@jcb-sc.com>
25462
25463         * g77.f-torture/execute/erfc.f: Use small single-precision
25464         values, to avoid problems on Alphas when not -mieee.
25465
25466 1999-05-08  Craig Burley  <craig@jcb-sc.com>
25467
25468         * gcc.dg/990506-0.c: New test.
25469
25470 1999-05-08  Richard Henderson  <rth@cygnus.com>
25471
25472         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
25473         the constant to test.  Don't XFAIL 64-bit targets.
25474
25475         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
25476         * g++.old-deja/g++.law/profile1.C: Likewise.
25477
25478         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
25479         operator new instances.
25480         * g++.old-deja/g++.other/delete5.C: Likewise.
25481
25482 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25483
25484         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
25485         intrinsic.
25486
25487 1999-05-03  Craig Burley  <craig@jcb-sc.com>
25488
25489         * g77.f-torture/execute/u77-test.f: Reverse order of two
25490         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
25491
25492 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
25493
25494         * gcc.dg/compare1.c: New test.
25495
25496 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
25497
25498         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
25499         New tests.
25500
25501 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25502
25503         * g77.f-torture/compile/19990502-1.f: New test.
25504
25505 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25506
25507         * g77.f-torture/compile/19990502-0.f: New test.
25508
25509 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25510
25511         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
25512         intrinsic.
25513
25514 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25515
25516         * g77.f-torture/execute/u77-test.f (main): List libU77
25517         intrinsics not currently tested.
25518         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
25519         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
25520         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
25521         Trim blanks off the ends of some printed strings.
25522
25523 1999-05-02  Craig Burley  <craig@jcb-sc.com>
25524
25525         * g77.f-torture/execute/u77-test.f (main): Just warn about
25526         FSTAT gid disagreement, as it's expected on some systems.
25527
25528 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25529
25530         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
25531         use a new function, which allows for some slop.
25532         Clean up some commentary.
25533         (issum): The new function.
25534         (sgladd): Deleted subroutine.
25535
25536 1999-05-01  Craig Burley  <craig@jcb-sc.com>
25537
25538         * g77.f-torture/execute/u77-test.f: Modify to be more like
25539         libf2c/libU77 version, bringing patches to that version here.
25540         Add suitable commentary.
25541
25542 1999-04-25  Richard Henderson  <rth@cygnus.com>
25543
25544         * gcc.dg/990424-1.c: New test.
25545
25546 1999-04-24  Craig Burley  <craig@jcb-sc.com>
25547
25548         * g77.f-torture/execute/u77-test.f (main): Bug involving
25549         LSTAT has been fixed, so turn back on full checking.
25550
25551 1999-04-20  Craig Burley  <craig@jcb-sc.com>
25552
25553         * g77.f-torture/compile/19990419-0.f: New test.
25554         * g77.f-torture/execute/19990419-1.f: New test.
25555
25556 1999-04-17  Richard Henderson  <rth@cygnus.com>
25557
25558         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
25559         to avoid the need for a prototype to supress a warning.
25560
25561 1999-04-07  Jim Wilson  <wilson@cygnus.com>
25562
25563         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
25564
25565 1999-04-04  Jeffrey A Law  (law@cygnus.com)
25566
25567         * gcc.c-torture/execute/990404-1.c: New test.
25568
25569 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25570
25571         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
25572         * gcc.dg/cpp-if3.c: Don't use -pedantic.
25573         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
25574         missing initializer warnings.
25575
25576 1999-03-28  Jeffrey A Law  (law@cygnus.com)
25577
25578         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
25579         matching strings.
25580
25581 1999-03-26  Jeffrey A Law  (law@cygnus.com)
25582
25583         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
25584
25585 1999-03-26  Craig Burley  <craig@jcb-sc.com>
25586
25587         * g77.f-torture/execute/19990325-0.f: New test.
25588         * g77.f-torture/execute/19990325-1.f: New test.
25589
25590 1999-03-24  Jeffrey A Law  (law@cygnus.com)
25591
25592         * gcc.c-torture/execute/990324-1.c: New test.
25593
25594 1999-03-22  Jim Wilson  <wilson@cygnus.com>
25595
25596         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
25597         test with 4.
25598
25599 1999-03-17  Richard Henderson  <rth@cygnus.com>
25600
25601         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
25602
25603 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25604
25605         * g77.f-torture/execute/19990313-2.f: New test.
25606         * g77.f-torture/execute/19990313-3.f: New test.
25607
25608 1999-03-13  Craig Burley  <craig@jcb-sc.com>
25609
25610         * g77.f-torture/execute/19990313-0.f: New test.
25611         * g77.f-torture/execute/19990313-1.f: New test.
25612
25613 1999-03-12  Jim Wilson  <wilson@cygnus.com>
25614
25615         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
25616         printf to sprintf.
25617         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
25618         (main): Add check for u15.  Conditionalize u31 check depending on
25619         whether ints are <32 bits or >=32 bits.
25620
25621 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25622
25623         * g77.f-torture/execute/19981119-0.f: Improve testiness.
25624
25625 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25626
25627         * g77.f-torture/compile/19990305-0.f: New test.
25628         * g77.f-torture/execute/19981119-0.f: New test.
25629
25630 1999-03-08  Craig Burley  <craig@jcb-sc.com>
25631
25632         * g77.f-torture/execute/970625-2.f: call ABORT if final
25633         result is not correct, instead of just printing it.
25634         Add this checking via newly introduced obfuscation, to
25635         trip up buggy front ends.
25636
25637 1999-03-07  Craig Burley  <craig@jcb-sc.com>
25638
25639         * g77.f-torture/compile/960317-1.f: Moved from being
25640         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
25641
25642 1999-03-06  Craig Burley  <craig@jcb-sc.com>
25643
25644         * g77.f-torture/execute/960317-1.f: New (old) test.
25645         * g77.f-torture/execute/970625-2.f: Ditto.
25646
25647 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
25648
25649         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
25650         message on line 1 or line 2; cccp and cpplib do this differently.
25651
25652 1999-03-01  Jeffrey A Law  (law@cygnus.com)
25653
25654         * g++.old-deja/g++.law/weak1.C: New test.
25655
25656 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25657
25658         * gcc.c-torture/execute/990119-1.c: Renamed to...
25659         * gcc.dg/990119-1.c: this, so it will only be tested once
25660         (it's a preprocessor test, it doesn't need to be run at
25661         multiple optimization levels).
25662
25663 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
25664
25665         * lib/g++.exp: Don't add incdir=$base_dir/../include to
25666           ALWAYS_CXXFLAGS.
25667
25668 1999-02-24  Craig Burley  <craig@jcb-sc.com>
25669
25670         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
25671         * g77.f-torture/compile/19981216-0.f: ...as it is expected
25672         to not be compilable by current g77.
25673
25674 1999-02-24  Nick Clifton  <nickc@cygnus.com>
25675
25676         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
25677
25678 1999-02-22  Jeffrey A Law  (law@cygnus.com)
25679
25680         * gcc.c-torture/execute/990222-1.c: New test.
25681
25682 1999-02-19  Craig Burley  <craig@jcb-sc.com>
25683
25684         * g77.f-torture/compile/19990218-0.f: New test.
25685         * g77.f-torture/noncompile/19990218-1.f: New test.
25686
25687 1999-02-18  Craig Burley  <craig@jcb-sc.com>
25688
25689         * g77.f-torture/compile/19981216-0.f: New test.
25690
25691 1999-02-14  Jeffrey A Law  (law@cygnus.com)
25692
25693         * gcc.dg/990214-1.c: New test.
25694
25695 1999-02-13  Jeffrey A Law  (law@cygnus.com)
25696
25697         * gcc.dg/990213-2.c: New test.
25698
25699         * gcc.dg/990213-1.c: New test.
25700
25701 1999-02-12  Jeffrey A Law  (law@cygnus.com)
25702
25703         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
25704         ints.
25705
25706 1999-02-11  Nick Clifton  <nickc@cygnus.com>
25707
25708         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
25709         specified by target.
25710
25711         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
25712
25713 1999-02-11  Jeffrey A Law  (law@cygnus.com)
25714
25715         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
25716
25717 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25718
25719         * gcc.dg/special/ecos.exp: New test driver for new tests with
25720         special requirements.
25721
25722         * gcc.dg/special/alias-1.c: New test.
25723         * gcc.dg/special/gcsec-1.c: New test.
25724         * gcc.dg/special/weak-1.c: New test.
25725         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
25726         * gcc.dg/special/weak-2.c: New test.
25727         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
25728         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
25729         * gcc.dg/special/wkali-1.c: New test.
25730         * gcc.dg/special/wkali-2.c: New test.
25731         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
25732         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
25733
25734 1999-02-10  Felix Lee  <flee@cygnus.com>
25735
25736           * lib/c-torture.exp (c-torture-compile): Pull out code for
25737           analyzing gcc error messages.
25738           (c-torture-execute): Likewise.  Fix some (harmless) false
25739           positives.
25740           * lib/gcc.exp (gcc_check_compile): New function.
25741
25742 1999-02-08  Richard Henderson  <rth@cygnus.com>
25743
25744         * gcc.c-torture/execute/990208-1.c: New test.
25745
25746 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
25747
25748         * g++.dg/special/ecos.exp: New driver for new tests with special
25749         requirements
25750
25751         * g++.dg/special/conpr-1.C: New test
25752         * g++.dg/special/conpr-2.C: New test
25753         * g++.dg/special/conpr-2a.C: New test
25754         * g++.dg/special/conpr-3.C: New test
25755         * g++.dg/special/conpr-3a.C: New test
25756         * g++.dg/special/conpr-3b.C: New test
25757
25758         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
25759         allow g++ to use the dg driver
25760
25761         * README: Add comment about g++.dg directory
25762
25763 1999-02-06  Jeffrey A Law  (law@cygnus.com)
25764
25765         * README: Update email addresses.
25766
25767 1999-02-03  Nick Clifton  <nickc@cygnus.com>
25768
25769         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
25770         arguments in order to force structure S onto the stack even on
25771         the alpha.
25772         (test): Pass 10 leading arguments to function foo as well as the
25773         structure S.
25774
25775         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
25776         failure for all targets.
25777
25778         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
25779         abort to terminate program execution.
25780
25781 1999-01-30  Richard Henderson  <rth@cygnus.com>
25782
25783         * gcc.c-torture/execute/990130-1.c: New test.
25784
25785 1999-01-30  Jeffrey A Law  (law@cygnus.com)
25786
25787         * gcc.dg/990130-1.c: New test.
25788
25789 1999-01-28  Michael Meissner  <meissner@cygnus.com>
25790
25791         * gcc.c-torture/execute/990128-1.c: New test.
25792
25793 1999-01-27  Michael Meissner  <meissner@cygnus.com>
25794
25795         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
25796
25797 1999-01-27  Felix Lee  <flee@cygnus.com>
25798
25799         * lib/c-torture.exp (c-torture-compile): pull out code for
25800         analyzing gcc error messages.
25801         (c-torture-execute): ditto, and fix some (harmless) false
25802         positives.
25803         * lib/gcc.exp (gcc_check_compile): new function.
25804
25805 1999-01-17  Jeffrey A Law  (law@cygnus.com)
25806
25807         * gcc.dg/990117-1.c: New test.
25808
25809         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
25810
25811         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
25812
25813 1999-01-15  Jeffrey A Law  (law@cygnus.com)
25814
25815         * g77.f-torture/compile/990115-1.f: New test.
25816
25817 1999-01-07  Jeffrey A Law  (law@cygnus.com)
25818
25819         * gcc.c-torture/compile/990107-1.c: New test
25820
25821 1999-01-06  Jeffrey A Law  (law@cygnus.com)
25822
25823         * gcc.c-torture/execute/990106-2.c: New test.
25824
25825         * gcc.c-torture/execute/990106-1.c: New test.
25826
25827 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
25828
25829         * gcc.c-torture/compile/981223-1.c: New test.
25830
25831 1998-12-29  Richard Henderson  <rth@cygnus.com>
25832
25833         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
25834         (opt3): Rename from opt4 and disable.
25835
25836 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
25837
25838         * g++.old-deja/g++.pt/ptrmem5.C: New test.
25839
25840 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
25841
25842         * g++.old-deja/g++.other/conv5.C: New test.
25843
25844 1998-12-14  Nick Clifton  <nickc@cygnus.com>
25845
25846         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
25847
25848 1998-12-11  Jeffrey A Law  (law@cygnus.com)
25849
25850         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
25851
25852 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
25853
25854         * gcc.c-torture/compile/981211-1.c: New test.
25855
25856 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
25857
25858         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
25859
25860         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
25861
25862 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25863
25864         * gcc.special/930510-1.c: Make C9X safe.
25865         * gcc.misc-tests/gcov-1.c Similarly.
25866         * gcc.misc-tests/gcov-2.c Similarly.
25867
25868 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25869
25870         * gcc.dg/ultrasp1.c: New test.
25871
25872 1998-12-06  Richard Henderson  <rth@cygnus.com>
25873
25874         * gcc.c-torture/execute/981206.c: New test.
25875
25876 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
25877
25878         * g++.old-deja/g++.ns/template7.C: New test.
25879
25880         * g++.old-deja/g++.other/expr1.C: New test.
25881
25882         * g++.old-deja/g++.eh/tmpl3.C: New test.
25883
25884         * g++.old-deja/g++.eh/tmpl2.C: New test.
25885
25886 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
25887
25888         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
25889         * g++.old-deja/g++.other/using6.C: Removed.
25890         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
25891
25892         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
25893
25894 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
25895
25896         * g++.old-deja/g++.pt/overload8.C: New test.
25897
25898         * g++.old-deja/g++.pt/overload7.C: New test.
25899
25900         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
25901
25902         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
25903         and relinking messages.
25904         * lib/g++.exp (g++_target_compile): Remove .rpo file when
25905         compiling with -frepo.
25906
25907 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
25908
25909         * g++.old-deja/g++.pt/lookup6.C: New test.
25910
25911 1998-11-30  Nick Clifton  <nickc@cygnus.com>
25912
25913         * gcc.c-torture/execute/981130-1.c: New test.
25914         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
25915
25916 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
25917
25918         * g++.old-deja/g++.pt/explicit76.C: New test.
25919
25920         * g++.old-deja/g++.pt/friend38.C: New test.
25921
25922         * g++.old-deja/g++.ns/crash2.C: New test.
25923
25924         * g++.old-deja/g++.pt/defarg8.C: New test.
25925
25926         * g++.old-deja/g++.pt/instantiate6.C: New test.
25927
25928         * g++.old-deja/g++.pt/static6.C: New test.
25929
25930         * g++.old-deja/g++.pt/decl2.C: New test.
25931
25932 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
25933
25934         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
25935         problem is actually related with name lookup, but so what? :-)
25936
25937         * g++.old-deja/g++.pt/friend37.C: New test.
25938
25939 1998-11-25  Dave Love  <d.love@dl.ac.uk>
25940
25941         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
25942         element, which fails on some systems.
25943
25944         * g77.f-torture/execute/labug1.f: New test.
25945
25946 1998-11-21  Jeffrey A Law  (law@cygnus.com)
25947
25948         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
25949         is defined.
25950
25951 1998-11-18  Dave Love  <d.love@dl.ac.uk>
25952
25953         * g77.f-torture/compile/981117-1.f: New test.
25954
25955 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
25956
25957         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
25958         properly discarded.
25959
25960 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
25961
25962         * gcc.c-torture/execute/memcheck: New directory of tests for
25963         -fcheck-memory-usage.
25964
25965 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
25966
25967         * README: New file, general information about the testsuite and
25968         new description of the various C++ test subdirectories.
25969         * README.g++: Eliminate obsolete information, update and move most
25970         relevant stuff to README.
25971
25972 1998-11-07  Richard Henderson  <rth@cygnus.com>
25973
25974         * gcc.c-torture/compile/981107-1.c: New test.
25975
25976 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
25977
25978         * execute/memcpy-bi.c: New testcase.
25979
25980 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
25981
25982         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
25983         base classes.
25984
25985         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
25986         template is selected.
25987
25988         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
25989         classes, it should be accepted for all types.
25990
25991         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
25992
25993         * g++.old-deja/g++.pt/spec24.C: Ensure that template
25994         specializations start with template headers.
25995
25996 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
25997
25998         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
25999
26000         * g++.old-deja/g++.other/init9.C: Test cross initialization of
26001         non-POD types.
26002
26003 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
26004
26005         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
26006
26007 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
26008
26009         * compile/981022-1.c, compile/981022-1.x: New test and driver.
26010
26011 1998-10-19  Jeffrey A Law  (law@cygnus.com)
26012
26013         * 981019-1.c: New test.
26014
26015 1998-10-14  Robert Lipe <robertl@dgii.com>
26016
26017         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
26018         find objc headers.
26019
26020 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
26021
26022         * compile/981001-4.c: Remove use of GCC extension that triggers a
26023         compiler bug.
26024
26025 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
26026
26027         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
26028
26029 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
26030
26031         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
26032         instantiation of template produces incorrect code for delete
26033         expression.
26034
26035         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
26036         constructors' name is not unique.
26037         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
26038         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
26039
26040         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
26041         automatic array of const is ill-formed.
26042
26043         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
26044         of template parameter?
26045
26046         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
26047         const.
26048
26049         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
26050         pointer-to-member expression.
26051
26052         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
26053         declaration causes ICE.
26054
26055 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
26056
26057         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
26058         reserved in the global namespace.
26059
26060         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
26061         generate needed virtual table.
26062
26063         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
26064
26065 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
26066
26067         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
26068         template-dependent type
26069
26070 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
26071
26072         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
26073         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
26074         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
26075
26076         * g++.old-deja/g++.other/using5.C: New test; using decl from base
26077         class should be usable as argument of member function.
26078         * g++.old-deja/g++.other/using6.C: New test; using decl from base
26079         class should be usable as return type of member function.
26080         * g++.old-deja/g++.other/using7.C: New test; using decl from base
26081         class should be usable as type of data member.
26082
26083         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
26084
26085 1998-10-09  Jeffrey A Law  (law@cygnus.com)
26086
26087         * gcc.c-torture/special/920521-1.c: Fix bogus test.
26088
26089 1998-10-08  Nick Clifton  <nickc@cygnus.com>
26090
26091         * gcc.dg/dll-?.c Add thumb to target list.
26092         Fix assembler scan patterns to match current assembler output.
26093
26094 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
26095
26096         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
26097         matching of template brackets.
26098
26099         * g++.old-deja/g++.other/using4.C: New test.  Test using
26100         declarations of methods from base classes.
26101
26102         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
26103         within functions should introduce names into the innermost
26104         enclosing namespace.
26105
26106         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
26107         of static locals if first initialization throws.
26108
26109 1998-10-07  Jim Wilson  <wilson@cygnus.com>
26110
26111         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
26112
26113 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
26114
26115         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
26116         lose track of the possible targets of tablejump insns.
26117         * special/special.exp: Run it.
26118
26119 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
26120
26121         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
26122         must be declared before its specializations can be named in friend
26123         declarations.
26124
26125 1998-10-05  Dave Love  <d.love@dl.ac.uk>
26126
26127         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
26128
26129         * g77.f-torture/execute/io1.f: New test.
26130
26131 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
26132
26133         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
26134         with pointer to template function, for which no argument deduction
26135         is possible.
26136
26137         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
26138         specialization of template function as argument to template
26139         function.
26140
26141         * g++.old-deja/g++.other/access2.C: New test; Inner class
26142         shouldn't have privileged access to Outer's names.
26143
26144 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
26145
26146         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
26147         friend template declared within template class conflicts with
26148         nested class of the same name.
26149
26150         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
26151         is ignored.
26152
26153         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
26154         object with direct initializer as function declaration.
26155
26156         * g++.old-deja/g++.other/decl2.C: New test; duplicate
26157         initializers.
26158
26159         * g++.old-deja/g++.other/null2.C: New test; conditional operator
26160         involving const pointer and NULL produces incorrect result.
26161
26162         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
26163         type name without `typename' should be rejected with -pedantic.
26164
26165 1998-10-02  Richard Henderson  <rth@cygnus.com>
26166
26167         * g++.old-deja/g++.other/addrof1.C: New test.
26168
26169 1998-10-01  Nick Clifton  <nickc@cygnus.com>
26170
26171         * gcc.c-torture/compile/981001-1.c: New test.
26172         * gcc.c-torture/execute/981001-1.c: New test.
26173
26174 1998-10-01  Jeffrey A Law  (law@cygnus.com)
26175
26176         * gcc.c-torture/compile/981001-2.c: New test.
26177         * gcc.c-torture/compile/981001-3.c: New test.
26178         * gcc.c-torture/compile/981001-4.c: New test.
26179
26180 1998-10-01  Robert Lipe  <robertl@dgii.com>
26181
26182         * lib/objc.exp (objc_target_compile): Add -L during compiles for
26183         multilibbed hosts.   Idea grafted from g77.exp.
26184
26185 1998-09-30  Dave Love  <d.love@dl.ac.uk>
26186
26187         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
26188         avoid losing on systems which need -lsocket.
26189
26190 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
26191
26192         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
26193         * g++.old-deja/g++.other/nested2.C: Ditto.
26194         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
26195         failure.
26196
26197 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
26198
26199         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
26200         preferred over template operator!= for enum bitfields.
26201
26202 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
26203
26204         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
26205         that happen to have the same base name, but in different scopes,
26206         are incorrectly rejected.
26207
26208 1998-09-16  Richard Henderson  <rth@cygnus.com>
26209
26210         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
26211         on the native word size instead of an integer literal.
26212
26213 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
26214
26215         * g++.old-deja/g++.other/static2.C: Invocation of static data
26216         member of type pointer-to-function denoted as non-static member.
26217
26218         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
26219         checks involving function types and aliases.
26220
26221 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
26222
26223         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
26224         redefined to the same non-trivial type.
26225
26226         * g++.old-deja/g++.pt/explicit73.C: Test for proper
26227         namespace-qualification of template specializations declared in
26228         other namespaces.
26229
26230         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
26231         to declare a subset of the specializations of a template function
26232         as friends of specializations of a template class.
26233
26234         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
26235         member templates that do not fully specialize the enclosing
26236         template class are rejected.
26237
26238 1998-09-11  Dave Love  <d.love@dl.ac.uk>
26239
26240         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
26241
26242 1998-09-08  Dave Love  <d.love@dl.ac.uk>
26243
26244         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
26245         altered from libf2c/libU77 version.
26246
26247 1998-09-06  Dave Love  <d.love@dl.ac.uk>
26248
26249         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
26250
26251 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
26252
26253         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
26254         (un)signed char are different types for template specialization
26255         purposes.
26256
26257 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
26258
26259         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
26260         * objc: ObjC testsuite.
26261
26262 1998-08-31  Catherine Moore  <clm@cygnus.com>
26263
26264         * gcc.c-torture/execute/941014-1.x:  New file.
26265
26266 1998-08-31  Nick Clifton  <nickc@cygnus.com>
26267
26268         * lib/c-torture.exp: Add support for
26269         torture_eval_before_compile and torture_eval_before_execute
26270         variables.
26271
26272 1998-08-30  Jeffrey A Law  (law@cygnus.com)
26273
26274         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
26275         this test triggers valid.
26276
26277 1998-08-27  Jeffrey A Law  (law@cygnus.com)
26278
26279         * gcc.dg/980827-1.c: New test.
26280
26281 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
26282
26283         * gcc.c-torture/execute/loop-4b.c: New test.
26284
26285 1998-08-26  Nick Clifton  <nickc@cygnus.com>
26286
26287         * lib/c-torture.exp: Add support for
26288         torture_eval_before_compile and torture_eval_before_execute
26289         variables.
26290
26291 1998-08-25  Jeffrey A Law  (law@cygnus.com)
26292
26293         * gcc.c-torture/compile/980825-1.c: New test.
26294
26295 1998-08-24  Nick Clifton  <nickc@cygnus.com>
26296
26297         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
26298         count number tests in opt_t0 not good_t0.
26299
26300 1998-08-24  Jeffrey A Law  (law@cygnus.com)
26301
26302         * gcc.c-torture/compile/930326-1.x: Fix typo.
26303
26304 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
26305
26306         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
26307         causes an ICE.
26308
26309 1998-08-21  Jeffrey A Law  (law@cygnus.com)
26310
26311         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
26312         STACK_SIZE is defined.
26313         * gcc.c-torture/unsorted/stuct.c: Similarly.
26314
26315         * gcc.c-torture/compile/980821-1.c: New test.
26316
26317 1998-08-21  Jeffrey A Law  (law@cygnus.com)
26318
26319         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
26320
26321 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
26322
26323         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
26324         code.
26325
26326 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
26327
26328         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
26329         error'.
26330
26331 1998-08-18  Jeffrey A Law  (law@cygnus.com)
26332
26333         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
26334
26335 1998-08-16  Jeffrey A Law  (law@cygnus.com)
26336
26337         * gcc.c-torture/compile/980816-1.c: New test.
26338
26339         * gcc.dg/980816-1.c: New test.
26340
26341 1998-08-13  Jeffrey A Law  (law@cygnus.com)
26342
26343         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
26344         compiler for ieee tests.
26345
26346 1998-08-01  Dave Love  <d.love@dl.ac.uk>
26347
26348         * g77.f-torture/compile/980729-0.f: New test.
26349
26350 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
26351
26352         * gcc.c-torture/special/eeprof-1.c: New test, for
26353         -finstrument-functions.
26354         * gcc.c-torture/special/special.exp: Run it.
26355
26356 1998-07-29  Jeffrey A Law  (law@cygnus.com)
26357
26358         * gcc.c-torture/compile/980729-1.c: New test.
26359
26360 1998-07-27  Nick Clifton  <nickc@cygnus.com>
26361
26362         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
26363         __thumb__ is defined, and test for ARM style doubles if so.
26364
26365 1998-07-26  Dave Love  <d.love@dl.ac.uk>
26366
26367         * g77.f-torture/noncompile/980615-0.f: New test.
26368
26369 1998-07-26  H.J. Lu  (hjl@gnu.org)
26370
26371         * gcc.dg/980312-1.c: Do link instead of compile.
26372         * gcc.dg/980313-1.c: Likewise.
26373
26374 1998-07-26  Jeffrey A Law  (law@cygnus.com)
26375
26376         * gcc.c-torture/compile/980726-1.c: New test.
26377
26378 1998-07-25  Dave Love  <d.love@dl.ac.uk>
26379
26380         * g77.f-torture/execute/io0.f: New test.
26381
26382 1998-07-24  Nick Clifton  <nickc@cygnus.com>
26383
26384         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
26385         an int.
26386
26387 1998-06-18  Michael Meissner  <meissner@cygnus.com>
26388
26389         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
26390         m32r bugs.
26391
26392 1998-07-17  Nick Clifton  <nickc@cygnus.com>
26393
26394         * gcc.dg/980626-1.c: Expect failures for all toolchains until
26395         c-decl.c:grokdeclarator can handle mode attributes.
26396
26397 1998-07-16  Jeffrey A Law  (law@cygnus.com)
26398
26399         * gcc.c-torture/execute/980716-1.c: New test.
26400
26401 1998-07-13  Jeffrey A Law  (law@cygnus.com)
26402
26403         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
26404         the mn10200.
26405         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
26406         the mn10200.
26407         * gcc.c-torture/execute/va-arg-3.x: Similarly.
26408         * gcc.c-torture/compile/930326-1.x: Similarly.
26409
26410 1998-07-13  Dave Love  <d.love@dl.ac.uk>
26411
26412         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
26413         New test from Craig.
26414
26415 1998-07-12  Dave Love  <d.love@dl.ac.uk>
26416
26417         * g77.f-torture/noncompile/980616-0.f: New test.
26418
26419         * g77.f-torture/execute/970816-3.f:  New test from Craig.
26420
26421 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26422
26423         *  g++.other/singleton.C: Return error value instead of taking
26424         SIGSEGV.
26425
26426 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
26427
26428         *  g++.other/singleton.C: New test.   Warning is under dispute.
26429         Runtime crash is not.
26430
26431 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
26432
26433         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
26434         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
26435         using6.C, using7.C}:  New namespace tests.
26436
26437 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
26438
26439         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
26440         specialization with typedef'ed names used as array indexes.
26441
26442 1998-07-09  Jeffrey A Law  (law@cygnus.com)
26443
26444         * gcc.c-torture/execute/980709-1.c: New test.
26445
26446         * gcc.dg/980709-1.c: New test.
26447
26448 1998-07-07  Richard Henderson  <rth@cygnus.com>
26449
26450         * gcc.c-torture/execute/bcp-1.c: New test.
26451
26452 1998-07-07  Jeffrey A Law  (law@cygnus.com)
26453
26454         * gcc.c-torture/execute/980707-1.c: New test.
26455
26456 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
26457
26458         * gcc.c-torture/compile/980706-1.c: New test.
26459
26460 1998-07-01  Dave Love  <d.love@dl.ac.uk>
26461
26462         * g77.f-torture/execute/980701-0.f,
26463         g77.f-torture/execute/980701-1.f: New test from Craig.
26464
26465 1998-07-01  Jeffrey A Law  (law@cygnus.com)
26466
26467         * gcc.c-torture/compile/980701-1.c: New test.
26468
26469         * gcc.c-torture/execute/980701-1.c: New test.
26470
26471 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
26472 rlsruhe.de>
26473
26474         * g++.old-deja/g++.robertl/eb132.C: New test.
26475         * g++.old-deja/g++.robertl/eb133.C: Likewise.
26476
26477 1998-06-29  Dave Love  <d.love@dl.ac.uk>
26478
26479         * g77.f-torture/execute/980628-7.f,
26480         g77.f-torture/execute/980628-8.f,
26481         g77.f-torture/execute/980628-9.f,
26482         g77.f-torture/execute/980628-10.f: New tests from Craig.
26483
26484         * g77.f-torture/execute/980628-3.f: Remove mail headers.
26485
26486 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26487
26488         * g77.f-torture/execute/980628-4.f: New test from Craig.
26489         * g77.f-torture/execute/980628-5.f: Likewise.
26490         * g77.f-torture/execute/980628-2.f: Likewise.
26491         * g77.f-torture/execute/980628-0.f: Likewise.
26492         * g77.f-torture/execute/980628-1.f: Likewise.
26493         * g77.f-torture/execute/980628-3.f: Likewise.
26494         * g77.f-torture/execute/980628-6.f: Likewise.
26495
26496 1998-06-28  Jeffrey A Law  (law@cygnus.com)
26497
26498         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
26499         directory when nothing has been installed yet.
26500
26501 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
26502
26503         * gcc.c-torture/special/special.exp: Handle newer versions of
26504         dejagnu.
26505
26506 1998-06-26  Jeffrey A Law  (law@cygnus.com)
26507
26508         * gcc.dg/980626-1.c: New test.
26509
26510 1998-06-19  Bruno Haible <haible@ilog.fr>
26511
26512         * gcc.misc-tests/m-un-2.c: New test.
26513         * g++.old-deja/g++.other/warn01.c: Likewise.
26514
26515 1998-06-19  Robert Lipe  <robertl@dgii.com>
26516
26517         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
26518         compatibility with assmblers with a different comment character.
26519         Eliminate use of GAS-specific extensions.
26520
26521 1998-06-19  Jeffrey A Law  (law@cygnus.com)
26522
26523         * gcc.c-torture/execute/ieee/980619-1.c: New test.
26524
26525 1998-06-19  Robert Lipe  <robertl@dgii.com>
26526
26527         *lib/g77.exp: Replace search for libf2c.a with search for newly
26528         renamed libg2c.a
26529
26530 1998-06-17  Jeffrey A Law  (law@cygnus.com)
26531
26532         * gcc.c-torture/execute/980617-1.c: New test.
26533
26534 1998-06-12  Jeffrey A Law  (law@cygnus.com)
26535
26536         * gcc.c-torture/execute/980612-1.c: New test.
26537
26538 1998-06-08  Jeffrey A Law  (law@cygnus.com)
26539
26540         * gcc.dg/980523-1.c: Only test on ppc-linux.
26541         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
26542
26543         * gcc.c-torture/execute/980608-1.c: New test.
26544
26545 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
26546
26547         * gcc.c-torture/execute/980605-1.c: New test.
26548
26549 1998-06-04  Jeffrey A Law  (law@cygnus.com)
26550
26551         * gcc.c-torture/execute/980604-1.c: New test.
26552
26553 1998-06-02  Jeffrey A Law  (law@cygnus.com)
26554
26555         * gcc.c-torture/execute/980602-1.c: New test.
26556         * gcc.c-torture/execute/980602-2.c: Likewise.
26557
26558 1998-06-02  Dave Love  <d.love@dl.ac.uk>
26559
26560         * 970125-0.f: Fix per JCB.  Add commentary.
26561
26562 1998-05-31  Michael Meissner  <meissner@cygnus.com>
26563
26564         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
26565         IEEE -0 support.
26566
26567 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
26568
26569         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
26570         earlier.
26571
26572 1998-05-28  Catherine Moore <clm@cygnus.com>
26573
26574         * gcc.c-torture/execute/980526-3.c: New test.
26575
26576 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
26577
26578         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
26579         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
26580         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
26581         m88k-motorola-sysv3 to XFAIL.
26582
26583 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26584
26585         * gcc.dg/980526-1.c: New test.
26586         * gcc.c-torture/execute/980526-2.c: New test.
26587
26588 1998-05-26  Jeffrey A Law  (law@cygnus.com)
26589
26590         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
26591
26592         * gcc.c-torture/execute/980526-1.c: New test.
26593
26594 1998-05-26  Dave Love  <d.love@dl.ac.uk>
26595
26596         * g77.f-torture/execute/alpha2.f: Add runtime test.
26597
26598 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
26599
26600         * g++.old-deja/old-deja.exp: Strip leading directories.
26601
26602         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
26603         error for the line.  Don't run multiple tests for the same line.
26604
26605 1998-05-23  Jeffrey A Law  (law@cygnus.com)
26606
26607         * gcc.dg/980523-1.c: New test.
26608
26609 1998-05-23  Dave Love  <d.love@dl.ac.uk>
26610
26611         * g77.f-torture/compile/970915-0.f: New test.
26612
26613 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
26614
26615         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
26616
26617 1998-05-21  Jeffrey A Law  (law@cygnus.com)
26618
26619         * gcc.dg/980520-1.c: New test.
26620
26621 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
26622
26623         * gcc.dg/980502-1.c: Fix return type.
26624
26625 1998-05-20  Jeffrey A Law  (law@cygnus.com)
26626
26627         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
26628         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
26629         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
26630         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
26631         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
26632
26633 1998-05-20  Dave Love  <d.love@dl.ac.uk>
26634
26635         * g77.f-torture/execute/980520-1.f: New test.
26636
26637 1998-05-15  Dave Love  <d.love@dl.ac.uk>
26638
26639         * lib/mike-g77.exp: New file.
26640
26641         * g77.f-torture/noncompile/noncompile.exp,
26642         g77.f-torture/noncompile/check0.f: New files.
26643
26644 1998-05-14  Dave Love  <d.love@dl.ac.uk>
26645
26646         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
26647         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
26648         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
26649         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
26650         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
26651         abort where appropriate.
26652
26653 1998-05-05  Michael Meissner  <meissner@cygnus.com>
26654
26655         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
26656         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
26657
26658 1998-04-29  Dave Love  <d.love@dl.ac.uk>
26659
26660         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
26661
26662 1998-04-27  Dave Love  <d.love@dl.ac.uk>
26663
26664         * g77.f-torture/compile/980427-0.f: New test.
26665
26666 1998-04-24  Dave Love  <d.love@dl.ac.uk>
26667
26668         * g77.f-torture/compile/980424-0.f: New test.
26669
26670 1998-04-19  Dave Love  <d.love@dl.ac.uk>
26671
26672         * g77.f-torture/compile/980419-2.f (main): New test.
26673         * g77.f-torture/compile/970125-0.f: New test.
26674         * g77.f-torture/compile/980419-1.f: New test.
26675
26676 1998-04-08  Jim Wilson  <wilson@cygnus.com>
26677
26678         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
26679         of loop-4.c.
26680
26681 1998-04-07  Jim Wilson  <wilson@cygnus.com>
26682
26683         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
26684
26685 1998-04-03  Jim Wilson  <wilson@cygnus.com>
26686
26687         * gcc.c-torture/compile/980329-1.c: New test.
26688
26689 1998-03-18  Jim Wilson  <wilson@cygnus.com>
26690
26691         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
26692         * gcc.dg/980312-1.c: Fix typo in -march command.
26693
26694 1998-03-16  H.J. Lu  (hjl@gnu.org)
26695
26696         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
26697
26698 1998-03-11  Robert Lipe  <robertl@dgii.com>
26699
26700         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
26701         Dave Love agree the Fortran source is bogus.
26702
26703 1998-03-11  Robert Lipe  <robertl@dgii.com>
26704
26705         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
26706         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
26707         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
26708         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
26709         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
26710
26711 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
26712
26713         * g++.old-deja/g++.other/friend1.C: New test.
26714
26715 1998-02-18  Dave Love  <d.love@dl.ac.uk>
26716
26717         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
26718         possibly uninitialized) variables and declare dnrm2.
26719
26720 1998-02-23  Robert Lipe <robertl@dgii.com>
26721
26722         From Bruno Haible <haible@ilog.fr>:
26723         * gcc.c-torture/execute/980223.c: New test.
26724
26725 1998-02-13  Jeffrey A Law  (law@cygnus.com)
26726
26727         * gcc.dg/ifelse-1.c: New test.
26728
26729 1998-02-09  H.J. Lu  (hjl@gnu.org)
26730
26731         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
26732
26733           * lib/old-dejagnu.exp (old-dejagnu): Added the
26734           "execution test - XFAIL *-*-*" handling in the spirit of
26735           "excess errors test -". Changed the "execution test fails"
26736           handling to be like "excess errors test fails".
26737           * Update various tests accordingly.
26738
26739 1998-02-06  Jim Wilson  <wilson@cygnus.com>
26740
26741         * gcc.c-torture/execute/980205.c: New test.
26742
26743 1998-01-18  Jeffrey A Law  (law@cygnus.com)
26744
26745         * lib/c-torture.exp: Look for .x files instead of .cexp files.
26746         * lib/f-torture.exp: Similarly.
26747         * gcc.c-torture: Rename all .cexp files to .x files.
26748
26749 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
26750
26751         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
26752         (940510-1.c): Removed duplicate.
26753         (971104-1.c): New test.
26754
26755 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
26756
26757           * lib/f-torture.exp: Improve error and loop detection.
26758
26759 1997-11-19  Michael Meissner  <meissner@cygnus.com>
26760
26761         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
26762         use that to size the filler array.
26763
26764 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
26765
26766         * lib/c-torture.exp(c-torture-execute): Fix typo.
26767
26768         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
26769         testcase as the executable name. Keep the executable around if
26770         the test fails.
26771
26772 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
26773
26774         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
26775         changes.  Only test one -g option, and move it to the end of the
26776         list of options to test.
26777
26778 1997-09-19  Michael Meissner  <meissner@cygnus.com>
26779
26780         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
26781         variable GCC_TORTURE_OPTIONS to supply default switches separated
26782         by colons.  If no environment variable, run tests with -O0 -g, -O1
26783         -g, and -O2 -g as well.
26784
26785 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
26786
26787         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
26788         explanatory comments. Fix indentation.
26789
26790 1997-09-15  Jeffrey A Law  (law@cygnus.com)
26791
26792         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
26793
26794 1997-09-11  Jeffrey A Law  (law@cygnus.com)
26795
26796         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
26797         * g++.old-deja/g++.mike/p7325.C: Likewise.
26798         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
26799
26800 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
26801
26802         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
26803         * g++.old-deja/g++.brendan/crash30.C: Likewise.
26804         * g++.old-deja/g++.brendan/crash39.C: Likewise.
26805         * g++.old-deja/g++.law/operators4.C: Likewise.
26806
26807 1997-09-11  Joe Buck  (jbuck@synopsys.com)
26808
26809         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
26810         * g++.old-deja/g++.mike/p784.C: Ditto.
26811         * g++.old-deja/g++.mike/p785.C: Ditto.
26812
26813 1997-09-05  Jeffrey A Law  (law@cygnus.com)
26814
26815           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
26816
26817 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26818
26819         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
26820         target feature; pass this to c-torture-execute as needed.
26821
26822 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
26823
26824         * lib/c-torture.exp(c-torture-execute): If the previous and the
26825         current executables being tested are identical, we don't need to
26826         run the executable again. Try to make the executable names
26827         unique. Add an optional argument for passing additional compiler
26828         flags.
26829
26830 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
26831
26832         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
26833
26834 1997-08-29  Jeffrey A Law  (law@cygnus.com)
26835
26836         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
26837
26838 1997-07-31  Jeffrey A Law  (law@cygnus.com)
26839
26840         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
26841         32bit or larger longs.
26842
26843         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
26844         have either a 32bit long or 32bit int.
26845
26846 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
26847
26848         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
26849         Make double precision tests dependent on sizeof (double).
26850
26851 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
26852
26853         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
26854         too.
26855
26856 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
26857
26858         * gcc.c-torture/compile/961203-1.cexp: New script.
26859
26860 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
26861
26862         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
26863         up the includes ourselves.
26864
26865 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
26866
26867         * lib/plumhall.exp: Remove random include, and add a few
26868         verbose messages for debugging.
26869
26870 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
26871
26872         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
26873         of trying to do it ourselves.
26874
26875 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
26876
26877         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
26878
26879 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
26880
26881         * gcc.prms/5403.c: Made regexp a bit less strict.
26882
26883 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
26884
26885         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
26886         is returned from remote_load instead.
26887         * lib/plumhall.exp: Ditto.
26888         * lib/mike-g++.exp: Ditto.
26889         * lib/old-dejagnu.exp: Ditto.
26890         * lib/c-torture.exp: Ditto.
26891
26892 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
26893
26894         * lib/g++.exp: Use build_wrapper procedure.
26895         * lib/gcc.exp: Ditto.
26896
26897 1997-05-20  Jeffrey A Law  (law@cygnus.com)
26898
26899         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
26900         an old-style decl for malloc.  Fixes tests to work when
26901         sizeof (int) != sizeof (size_t).
26902
26903 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26904
26905         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
26906
26907         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
26908         use stdargs.h interface.
26909
26910 1997-05-15  Mike Meissner  <meissner@cygnus.com>
26911
26912         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
26913         NO_VARARGS when compiling.
26914
26915 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
26916
26917         * lib/plumhall.exp(ph_includes): New procedure.
26918         (ph_make): Use it.
26919         (ph_compiler): Ditto.
26920
26921         * lib/g++.exp: Rename test-glue.c to testglue.c.
26922         * lib/gcc.exp: Ditto.
26923
26924 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
26925
26926         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
26927         to completion when it's called.
26928
26929 1997-03-21  Michael Meissner  <meissner@cygnus.com>
26930
26931         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
26932         is defined, don't do test.
26933
26934 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
26935
26936         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
26937         for object files.
26938         (ph_summary): Mark skipped testcases as untested, not unresolved.
26939
26940         * lib/plumhall.exp (ph_make): If unresolved because of bad
26941         errorCode, record errorCode in log file.
26942         (*): Replace send_log/verbose with verbose -log.
26943
26944 1997-03-19  Michael Meissner  <meissner@cygnus.com>
26945
26946         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
26947         double conversion if double isn't at least 8 bytes.
26948
26949         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
26950         int to work with targets where int is 16 bits.
26951
26952         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
26953         8 bytes, just exit, since 4 byte doubles don't have enough bits of
26954         precision for the test to complete.
26955
26956 1997-03-14  Michael Meissner  <meissner@cygnus.com>
26957
26958         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
26959         if d10v is not compiled with the -mdouble64 flag.
26960         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
26961
26962         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
26963         d10v is not compiled with the -mint32 flag.
26964
26965 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
26966
26967         * lib/plumhall.exp: Use incr_count.
26968
26969 1997-03-12  Jeffrey A Law  (law@cygnus.com)
26970
26971         * gcc.c-torture: Update to c-torture-1.45.
26972
26973 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
26974
26975         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
26976         the name of the expect testcase file).
26977
26978         * lib/g++.exp(g++_init): Ditto.
26979
26980 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
26981
26982         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
26983         the host.
26984
26985         * lib/gcc.exp(gcc_exit): New procedure.
26986
26987 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
26988
26989         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
26990         specs where appropriate.
26991
26992         * g++.old-deja/g++.arm/*: Added additional ERROR checks
26993         because of new "candidates are" messages, and removed a few
26994
26995         * Converted all non-old-style g++ testcases to old-style, and
26996         moved into g++.old-deja.
26997
26998 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
26999
27000         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
27001         options.
27002
27003         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
27004         succeeded.
27005
27006         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
27007
27008 1997-02-13  Michael Meissner  <meissner@cygnus.com>
27009
27010         * lib/gcc.exp (gcc_target_compile): Add support for defining
27011         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
27012         the machine doesn't have those features.
27013
27014 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
27015
27016         * g++.law/operators4.exp: Don't use LIBS.
27017
27018 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
27019
27020         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
27021
27022         * lib/mike-g++.exp: Don't set the compiler to be tested here.
27023         * lib/g++.exp: Set it here instead. Also, allow use of the
27024         --tool_exec and --tool_opt options. Change CXX to
27025         GXX_UNDER_TEST.
27026
27027         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
27028
27029         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
27030
27031 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
27032
27033         * lib/old-dejagnu.exp: Use prune_warnings instead of
27034         prune_system_crud.
27035         * lib/mike-g++.exp: Ditto.
27036         * lib/gcc.exp: Ditto.
27037         * lib/g++.exp: Ditto.
27038
27039         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
27040
27041 1997-02-07  Jeffrey A Law  (law@cygnus.com)
27042
27043           * 941014-2.c: Include stdlib.h
27044           * 960327-1.c: Include stdio.h
27045           * dbra.c, index-1.c: Don't assume ints are 32bits.
27046
27047 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
27048
27049         * lib/gcc.exp: Add gcc,stack_size target feature.
27050
27051         * lib/g++.exp(g++_target_compile): Add the include and link
27052         paths here, not in two other places. And, it's $options, not
27053         options.
27054
27055         * lib/mike-g++.exp(postbase): Remove the code that determines
27056         the correct include and link paths.
27057         * g++.old-deja/old-deja.exp: Ditto.
27058
27059 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
27060
27061         * lib/g++.exp(g++_init): target_compile no longer returns the
27062         filename of the result.
27063
27064 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
27065
27066         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
27067         call to glob.
27068
27069         * gcc.c-torture/special/special.exp: Change call to
27070         gcc_target_compile to include the object file.
27071
27072 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
27073
27074         * gcc.c-torture/special/special.exp: Correct misspelling in last
27075         change.
27076
27077 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
27078
27079         * lib/plumhall.exp(ph_summary): Log the entire output of the
27080         executable. Return -1 if there were any failures, 0 otherwise.
27081         (ph_execute): Return -1 if there were any failures, 0 otherwise.
27082         (ph_make): Clean up objects and executables that were built
27083         if the tests succeeded.
27084
27085 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
27086
27087         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
27088         libraries and includes in the build tree as appropriate.
27089
27090 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
27091
27092         * lib/c-torture.exp: Instead of looking for the global variable
27093         NO_LONG_LONG, check to see if that's a feature of the target.
27094
27095 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
27096
27097         * config/default.exp: Minimize. Delete the remainer of the files in
27098         config; this functionality is now in devo/dejagnu/config.
27099
27100         g++.*/*: Pass any additional flags used to compile to postbase;
27101         delete CXXFLAGS.
27102
27103         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
27104         is now done by runtest.exp. Use gcc_target_compile instead of
27105         compile.
27106
27107         lib/c-torture.exp: Use gcc_target_compile instead of compile.
27108         Remove references to CFLAGS. Use remote_file instead of
27109         calling rm -f.
27110         (c-torture): Take a list of arguments to use to compile this
27111         testcase.
27112
27113         lib/g++.exp: Simplify. Use target_compile instead of compile.
27114         lib/gcc-dg.exp: Ditto.
27115         lib/gcc.exp: Ditto.
27116         lib/mike-{gcc,g++}.exp: Ditto.
27117         lib/old-dejagnu.exp: Ditto.
27118         lib/plumhall.exp: Ditto.
27119
27120 1997-01-08  Jim Wilson  <wilson@cygnus.com>
27121
27122         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
27123         (ph_linker): Likewise.
27124
27125 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
27126
27127           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
27128         MAP_ANON / MAP_ANONYMOUS if defined;
27129         else try to map from /dev/zero .
27130
27131 1996-11-12  Jeffrey A Law  (law@cygnus.com)
27132
27133         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
27134         isn't defined, then define it to MAP_ANONYMOUS.
27135
27136 1996-11-12  Jeffrey A Law  (law@cygnus.com)
27137
27138         * gcc.c-torture: Update to c-torture-1.42 release.
27139
27140 1996-11-11  Jeffrey A Law  (law@cygnus.com)
27141
27142         * gcc.c-torture: Update to c-torture-1.41 release.
27143
27144 1996-10-27  Jeffrey A Law  (law@cygnus.com)
27145
27146         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
27147         c-torture release.
27148
27149 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
27150
27151         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
27152         and LDFLAGS.  Fix second case to append the target_info ldflags
27153         onto LDFLAGS, not CFLAGS.
27154         * lib/g++.exp (g++_init): Add target_info stuff.
27155         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
27156         of libgloss and newlib flags for !native.
27157
27158         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
27159         (GDB): Fix relative path to go up another dir for finding gdb.
27160
27161 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
27162
27163         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
27164         versions in the target_info array, if they don't exist.
27165
27166 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
27167
27168         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
27169
27170 1996-07-08  Jim Wilson  <wilson@cygnus.com>
27171
27172         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
27173         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
27174
27175 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
27176
27177         * lib/old-dejagnu.exp: Don't remove the output file before we've
27178         actually tested it. Don't append pwd to the path of the executable
27179         we're testing.
27180
27181 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
27182
27183         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
27184
27185 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
27186
27187         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
27188         temporary directory for compiler files, and set it to a default
27189         value of /tmp. Set $output as the name of the output file from
27190         compiling the testcase. Add a -o option to $cflags_var so the
27191         compiler writes the final output file as $output. Set $executable
27192         to $output.
27193
27194         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
27195         directory for compiler files, and set it to /tmp if it doesn't
27196         already have a value. Set $output_file to the name of the output
27197         file from compiling the testcase. Add a -o option to CXXFLAGS so
27198         the compiler writes the final output file as $output. Use $output
27199         as the executable to be tested.
27200
27201 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
27202
27203         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
27204
27205 1996-06-08  Jeffrey A Law  (law@cygnus.com)
27206
27207         * gcc.c-torture/execute/pending-1.c: New test.  Still
27208         pending in Tege's queue.
27209
27210 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
27211
27212         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
27213         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
27214         if there were failures.  Call unresolved if there were unresolved
27215         testcases.  Call gcc_fail if program did not run to completion.
27216         (ph_make): Pass additional argument name to ph_execute.
27217         (ph_execute): Add new argument.  Pass additional arguments to
27218         ph_summary.  Call gcc_fail is there is no execution output.
27219
27220 1996-04-24  Jeffrey A Law  (law@cygnus.com)
27221
27222         * lib/plumhall.exp (proc_summary): Output relavent summary
27223         lines into the log so specific failures in plumhall can be
27224         investigated.
27225
27226 1996-04-10  Jeffrey A Law  (law@cygnus.com)
27227
27228         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
27229         (c-torture-execute): Don't try to execute tests which use
27230         "long long" types if $NO_LONG_LONG is nonzero.
27231
27232 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
27233
27234         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
27235         not c-torture.
27236
27237         * gcc.ieee: Move from here.
27238         * gcc.c-torture/execute/ieee: To here.
27239
27240 1996-03-26  Jeffrey A Law  (law@cygnus.com)
27241
27242         * gcc.c-torture: Update to c-torture-1.41 release.
27243
27244 1996-03-22  Jeffrey A Law  (law@cygnus.com)
27245
27246         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
27247         not "$output".
27248
27249 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
27250
27251         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
27252         -c present.
27253
27254 1996-03-02  Jeffrey A Law  (law@cygnus.com)
27255
27256         * config/proelf.exp: Handle connecting to a simulator.
27257
27258 1996-01-31  Jeffrey A Law  (law@cygnus.com)
27259
27260         * config/proelf.exp: New file.  Enough framework that we can
27261         run c-torture tests on the proelf targets (or any other target
27262         that gdb can connect to for that matter).
27263
27264 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
27265
27266         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
27267         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
27268
27269         * lib/plumhall.exp (ph_execute): Always call ph_summary if
27270         exec_output exists.
27271
27272 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
27273
27274         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
27275         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
27276
27277         * config/*.exp: Update FSF address.  Change result of ${tool}_load
27278         to pass/fail/unresolved/unsupported/untested.  Caller must now
27279         call unresolved/unsupported/untested.
27280         * lib/*.exp: Update FSF address.  Update to handle new results of
27281         ${tool}_load.
27282         * lib/chill.exp (verbose): Delete.
27283
27284 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
27285
27286         * lib/gcc.exp (default_gcc_start): Change order of args to
27287         $LDFLAGS $CFLAGS $LIBS.
27288         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
27289         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
27290         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
27291         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
27292         * gcc.misc-tests/dg-test.exp: Likewise.
27293         * gcc.misc-tests/msgs.exp: Likewise.
27294         * gcc.prms/prms.exp: Likewise.
27295         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
27296         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
27297
27298         * lib/dg.exp: Deleted, moved to dejagnu/lib.
27299
27300 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
27301
27302         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
27303
27304         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
27305         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
27306
27307         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
27308         necessary.
27309
27310 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
27311
27312         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
27313         global for loop; add use of $mathlib.
27314         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
27315         settings here; set mathlib for anything but VxWorks.
27316
27317 1996-01-22  Jeffrey A Law  (law@cygnus.com)
27318
27319         * gcc.c-torture: Update to c-torture-1.40 release.
27320
27321 1996-01-03  Jeffrey A Law  (law@cygnus.com)
27322
27323         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
27324         dg.exp.
27325
27326 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
27327
27328         * lib/c-torture.exp (c-torture-execute): Declare "output" as
27329         global.
27330
27331 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
27332
27333         * lib/g++.exp (LIBS): Define if not already.
27334         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
27335         (gcc-dg-prune): Call prune_gcc_output.
27336         * lib/gcc.exp (prune_gcc_output): New proc.
27337         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
27338         prune_gcc_output.
27339
27340 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
27341
27342         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
27343         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
27344
27345 1995-11-15  Jeffrey A Law  (law@cygnus.com)
27346
27347         * gcc.c-torture: Update to c-torture-1.39 release.
27348
27349 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
27350
27351         * lib/c-torture.exp (c-torture-execute): Don't return if one option
27352         fails, try others as well.
27353
27354 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
27355
27356         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
27357         If compilation fails, mark execute tests as `untested'.
27358         If test is marked as unsupported, don't mark compilation and
27359         execute tests as failed.
27360
27361 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
27362
27363         * lib/g++.exp (g++_init): Don't link in libg++, and look to
27364         libstdc++ for whether or not we want to be doing shared
27365         libraries.  Delete link_curses since we don't need it anymore.
27366         * lib/mike-g++.exp (postbase): Don't link in libg++.
27367         * g++.old-deja/old-deja.exp: Likewise.
27368
27369 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
27370
27371         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
27372
27373 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
27374
27375         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
27376         For that, add `-Wl,-a,shared_archive'.
27377         * g++.old-deja/old-deja.exp: Likewise.
27378
27379 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
27380
27381         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
27382
27383 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
27384
27385         * lib/mike-g++.exp (postbase): Pay attention to the status of
27386         g++_load.
27387
27388 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
27389
27390           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
27391
27392 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
27393
27394         * lib/gcc.exp (default_gcc_start): No longer need to log program
27395         being executed or its output, execute_anywhere does that now.
27396         * lib/g++.exp (default_g++_version): Call execute_anywhere.
27397         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
27398
27399 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
27400
27401         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
27402         the same as those in lib/g++.exp.
27403
27404 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
27405
27406         * gcc.c-torture: Update to c-torture-1.38 release.
27407         * gcc.ieee: Related changes.
27408
27409 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
27410
27411         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
27412         "exec". Minor reformatting changes.
27413
27414         * config/rom68k.exp (${tool}_load): Make it work in a canadian
27415         cross. This means all "exec" calls now work on a remote host as
27416         well.
27417         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
27418         cross. Filter out the extra "\r\n" stuff that expect puts in.
27419         (c-torture-execute): Filter out the bogus warnings like
27420         c-torture-compile does. Add support for canadian cross.
27421         * lib/gcc.exp (default_gcc_version, default_gcc_start)
27422         Use execute_anywhere rather than calling exec directly. Now it
27423         works for canadian cross testing.
27424
27425 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
27426
27427         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
27428         results into a variable, and check that rather than using file exists.
27429
27430 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
27431
27432         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
27433         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
27434
27435 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27436
27437         * g++.old-deja/old-deja.exp: Create and pass runshlib and
27438         lib_curses if there's a shared libg++ in the build tree.
27439
27440 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
27441
27442         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
27443         if not supported target.
27444
27445 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
27446
27447         * lib/g++.exp (g++_init): Move empty setting of runshlib and
27448         link_curses up to always happen, not just for native builds.
27449
27450 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
27451
27452         * gcc.c-torture: Update to c-torture-1.36 release.
27453         * gcc.failure: Related changes.
27454
27455 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
27456
27457         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
27458
27459 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
27460
27461         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
27462         * lib/mike-g++.exp (postbase): Not in here.  Still reference
27463         runshlib, link_curses, and mathlib for link and run.
27464
27465         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
27466         pass the runtime shared library options for Solaris, OSF/1, and
27467         Irix5, and link with -lcurses to avoid unresolved references.
27468
27469 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
27470
27471         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
27472         only run once.
27473
27474 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
27475
27476         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
27477
27478 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
27479
27480         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
27481         do not have a framework for the "compat" tests yet.
27482
27483 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
27484
27485         * lib/mike-g++.exp (postbase): New local variable `mathlib',
27486         set to null if we're testing vxworks5.1.  Use that instead of
27487         `-lm' in the setting of LIBS for link and run.
27488
27489 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
27490
27491         * config/rom68k.exp (${tool}_load): Major changes to make it
27492         work.  Verified that it does in fact return the stuff in
27493         exec_output properly.  Catch any Emul or any TRAP other than 0.
27494
27495 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
27496
27497         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
27498         LDFLAGS properly for targets that need stuff from libgloss.
27499         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
27500         only run once.
27501         (gpp_initialized): New variable.
27502
27503 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
27504
27505         * config/rom68k.exp: Load libgloss.exp.
27506         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
27507         so we can produce a fully linked binary.
27508         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
27509         so we can produce a fully linked binary.
27510
27511 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
27512
27513         * lib/plumhall.exp (ph_section): Watch for expected failures.
27514         Add missing `else'.
27515
27516         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
27517         run the testcase.
27518         (c-torture): Likewise.
27519
27520 1995-08-28  Doug Evans  <dje@cygnus.com>
27521
27522         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
27523
27524         * lib/mike-g++.exp (mike_cleanup): New proc.
27525         (prebase): New globals compiler_result, not_compiler_result,
27526         target_regexp.
27527         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
27528         allow leading "-" in pattern.  Watch for unsupported tests.
27529         If $compiler_result is set, pattern match assembler code,
27530         and ditto for $not_compiler_result.
27531         * lib/mike-gcc.exp: Likewise.
27532
27533         * lib/plumhall.exp (ph_execute): Only call ph_summary if
27534         execution "succeeded".
27535
27536 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
27537
27538         * config/win32.exp: New file.
27539         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
27540
27541 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
27542
27543         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
27544         unsupported.
27545         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
27546         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
27547         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
27548
27549         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
27550         "... without exceptions was ...".  That is now handled by
27551         prune_system_crud.
27552         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27553
27554 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
27555
27556         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
27557         sieve.c,sort2.c}: New files.
27558         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
27559         sieve.exp,sort2.exp}: Drivers for them.
27560
27561         * lib/mike-gcc.exp (program_output): New user settable variable.
27562         (postbase): Call prune_system_crud.  Also prune extraneous compiler
27563         messages.
27564         * lib/mike-g++.exp (program_output): New user settable variable.
27565
27566         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
27567
27568         * config/sh.exp: Deleted (use sim.exp instead).
27569
27570 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
27571
27572         * config/vx.exp: Declare CHECKTASK as global.
27573         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
27574         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
27575         * lib/old-dejagnu.exp: Load [pwd]/$executable.
27576
27577 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
27578
27579         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
27580         target. Like vx.exp, only includes `vx29k.exp' instead of
27581         `vxworks.exp'.
27582
27583 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
27584
27585         * config/sim.exp: Increase time limit from 120 seconds to 240.
27586
27587 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
27588
27589         * gcc.c-torture/execute/950628-1.c: New test.
27590
27591 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
27592
27593         * gcc.c-torture: Update with changes/additions from
27594         c-torture-1.34.
27595
27596 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
27597
27598         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
27599
27600 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
27601
27602         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
27603
27604 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
27605
27606         * gcc.c-torture/compile/950512-1.c: New test.
27607         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
27608         * gcc.dg/struct-ret-1.c: Likewise.
27609
27610 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
27611
27612         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
27613           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
27614
27615 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
27616
27617         * gcc.c-torture/special/920411-1.c: Deleted.
27618         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
27619
27620 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
27621
27622         * config/sim.exp (${tool}_load): Hack in call to bash to get a
27623         cpu limit.
27624
27625 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
27626
27627         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
27628
27629 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
27630
27631         From kenner;
27632         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
27633         is the proper length.
27634         * va-arg-3.c: Likewise.
27635
27636 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
27637
27638         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
27639         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
27640
27641         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
27642         * lib/g++.exp (default_g++_start): Delete old cruft.
27643
27644 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
27645
27646         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
27647         (2 * (1 << 18)) to (2 * (1 << 17)).
27648
27649         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
27650
27651 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
27652
27653         * config/rom68k.exp: Renamed from config/idp.exp
27654
27655 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
27656
27657         * c-torture/compile/921109-2.c
27658
27659 1995-04-18  Mike Stump  <mrs@cygnus.com>
27660
27661         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
27662         excess errors.
27663
27664 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
27665
27666         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
27667         output.
27668         * lib/g++.exp (default_g++_start): Likewise.
27669
27670 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
27671
27672         * gcc.c-torture/compile/950329-1.c: New test.
27673
27674 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
27675
27676           * config/bug.exp (${tool}_load): Updated to use new remote_open
27677           and remote_close procs.
27678         * config/idp.exp: New file.
27679
27680 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
27681
27682         * gcc.c-torture/execute/950322-1.c: New test.
27683
27684 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
27685
27686         * config/vx.exp (${tool}_load): Clean up testing of return code from
27687         vxworks_ld and vxworks_spawn.
27688
27689 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
27690
27691         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
27692
27693 1995-03-13  Mike Stump  <mrs@cygnus.com>
27694
27695         * lib/old-deja.exp: Add `excess errors test - ' error, now one
27696         can mark excess errors on a machine by machine basis.  Note, the
27697         default is to not expect any excess errors, even when excess
27698         errors test - is given, so you will want to put an XFAIL ... on
27699         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
27700         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
27701         those 4 machines, but no others.
27702
27703 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
27704
27705         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
27706         * lib/c-torture.exp: to here.
27707
27708 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
27709
27710         * gcc.c-torture/execute/950221-1.c: New test.
27711         * gcc.c-torture/execute/struct-ret-1.c: New test.
27712         * gcc.c-torture/compile/950221-1.c: New test.
27713
27714         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
27715
27716 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
27717
27718         * gcc.c-torture/execute/arith-1.c (main): Return 0.
27719         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
27720
27721 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
27722
27723         * g++.gb: New directory of tests, derived from my signature and
27724         class scoping tests.
27725
27726         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
27727         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
27728         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
27729         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
27730         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
27731         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
27732         * g++.gb/sig25.C: Likewise.
27733
27734         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
27735         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
27736         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
27737         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
27738         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
27739         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
27740         * g++.gb/sig25.exp: Likewise.
27741
27742         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
27743         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
27744         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
27745         * g++.gb/scope13.C: Likewise, this test still fails.
27746
27747         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
27748         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
27749         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
27750         * g++.gb/scope13.exp: Ditto.
27751
27752         * g++.gb/README: New file, explains what these tests are about.
27753
27754 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
27755
27756         * lib/dg.exp (dg-do): Support `preprocess'.
27757         (dg-test): Likewise.
27758
27759 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
27760
27761         * config/udi.exp: change "continue -expect" to "exp_continue".
27762
27763 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
27764
27765         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
27766         Delete redundant tests.
27767
27768         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
27769         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
27770         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
27771         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
27772         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
27773         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
27774         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
27775         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
27776
27777         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
27778         storing label pointers.
27779         * gcc.c-torture/execute/921019-1.c: Likewise.
27780         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
27781         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
27782         parameter fp.
27783         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
27784         constants.
27785
27786         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
27787         Delete obsolete tests.
27788
27789         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
27790         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
27791         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
27792         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
27793         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
27794         * gcc.c-torture/compile/950124-1.c: New test.
27795
27796         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
27797
27798 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
27799
27800         * lib/mike-g++.exp: Add -lm to LIBS.
27801
27802 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
27803
27804         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
27805
27806 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
27807
27808         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
27809
27810 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
27811
27812         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
27813
27814 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
27815
27816         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
27817         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
27818         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
27819         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
27820         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
27821         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
27822         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
27823         * g++.law/{operators31.C, operators32.C,
27824         * g++.law/{operators33.C, operators34.C}: Likewise.
27825         * g++.law/{pic1.C, refs2.C}: Likewise.
27826         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
27827         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
27828         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
27829         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27830
27831         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
27832         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
27833         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
27834         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
27835         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
27836         * g++.law/{enum9.exp, friend5.exp}: Likewise.
27837         * g++.law/{nest3.exp, nest4.exp}: Likewise.
27838         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
27839         * g++.law/{operators30.exp, operators31.exp}: Likewise.
27840         * g++.law/{operators32.exp, operators33.exp}: Likewise.
27841         * g++.law/{operators34.exp}: Likewise.
27842         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
27843         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
27844         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
27845         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
27846         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
27847
27848         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
27849         No longer expected to fail.
27850         * g++.law/missed-error3.C: Tweak for recent bool changes.
27851
27852 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
27853
27854         * config/emb-unix: Deleted.
27855         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
27856         remote execution.  Do final link on remote host if REMOTE_LINK is set.
27857
27858 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
27859
27860         * lib/dg.exp (dg-test): Fix typo in last patch.
27861
27862 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
27863
27864         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
27865         (handles multiple occurrences).
27866
27867 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
27868
27869         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
27870         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
27871         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
27872         printed).
27873         * lib/c-torture.exp (c-torture-compile): Likewise.
27874         (c-torture): Prepend full path if missing.
27875         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
27876         (gcc_fail): Likewise.
27877         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
27878
27879 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
27880
27881         * lib/netware.exp: Only attach to NetWare i386 systems.
27882
27883 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
27884
27885         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
27886         messages.  Add test name to "output pattern match" pass/fail message.
27887
27888 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
27889
27890         * gcc.dg: New testsuite.
27891         * gcc.dg/dg.exp: New file.
27892
27893         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
27894         test-switch.c}: Deleted.
27895
27896         * gcc.misc-tests/msgs.exp: New testcase driver.
27897
27898 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
27899
27900         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
27901         Watch for illegal return values from ${tool}_load.
27902         * config/unix.exp (${tool}_load): Fix pass/fail detection for
27903         cross targets.  Coerce return value >0 to 1.
27904
27905 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
27906
27907         * config/unix.exp (${tool}_load): Call program rsh, not proc.
27908
27909         * config/emb-unix.exp: New file.
27910
27911         * config/sim.exp: Error if variable $SIM not defined.
27912         (${tool}_load): Mark test as "untested" if simulator missing.
27913
27914         * config/unix.exp: Load remote.exp to get rcp_download.
27915         * lib/c-torture.exp: Use different option lists for testcases with
27916         and without loops.
27917         * gcc.c-torture/execute/execute.exp: Likewise.
27918
27919 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
27920
27921         * config/*.exp: Clarify return code from ${tool}_load.
27922         Call `unresolved' or `untested' instead of `warning' or `perror'
27923         (sometimes you still want to call both though).
27924         Add comment that `shell_id' is local to each file.
27925         * config/udi.exp (timeout): Set to 30.
27926         Don't print warning if connection fails, $connectmode has already
27927         printed an error.
27928         (${tool}_load): Move verbose messages to level 2.
27929         Rework pattern for "Process started" message.
27930         Pass `shell_id' to ${connectmode}_download.
27931         Retry twice upon timeout.  Make resetting of target more robust.
27932         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
27933         Pass `shell_id' to exit_$connectmode.
27934         Only call exit_$connectmode if connected.
27935         * config/unix.exp (${tool}_load): Check return codes better.
27936         * config/vrtx.exp (${tool}_load): Likewise.
27937         * config/vx.exp (${tool}_load): Likewise.
27938         Delete unneeded global's.
27939         * lib/dg.exp (dg-test): Update to reflect clarified return codes
27940         from ${tool}_load.
27941         (dg-stat): Delete.
27942         (dg-init): Delete recording of pass/fail counts.
27943         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
27944         (old-dejagnu-init): Likewise.
27945         (old-dejagnu-stat): Delete contents, empty proc now.
27946         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
27947         (c-torture): Delete references to lcnt, lpass, lfail.
27948         Get option list from TORTURE_OPTIONS.
27949         Delete -funroll[-all]-loops if no loops.
27950         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
27951         (g++_stat): Delete contents (empty proc now).
27952         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
27953         (gcc_finish): Likewise.
27954         (gcc_stat): Deleted.
27955         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
27956         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
27957         * gcc.c-torture/execute/execute.exp: Likewise.
27958         Split tests into two parts: compile, execute.
27959         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
27960         no loops.  Update to reflect clarified return codes from ${tool}_load.
27961
27962 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
27963
27964         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
27965         to grep for.
27966         (old-dejagnu): Likewise (where necessary).
27967
27968 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
27969
27970         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
27971
27972         * lib/dg.exp (dg-process-target): Fix processing of selector.
27973         Add comment regarding use of `error'.
27974
27975         * lib/gcc.exp (prune_system_crud): Define if missing.
27976         * lib/g++.exp (prune_system_crud): Likewise.
27977
27978         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
27979         Call prune_system_crud.
27980         * lib/dg.exp (dg-runtest): New proc.
27981         Use perror instead of send_user for tcl errors in testcase.
27982         Don't return any value, it's never used.
27983         Don't clobber previous definition of `unknown'.
27984         Print tcl errors in `dg-final'.
27985
27986 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
27987
27988         * lib/dg.exp (dg-process-target): Improve syntax error messages.
27989         (dg-test): Don't print errorInfo, it contains stack backtrace.
27990
27991 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
27992
27993         * lib/g++.exp (runtest_file_p): Define if missing.
27994
27995 1994-09-24  Doug Evans  (dje@cygnus.com)
27996
27997         * lib/mike-g++.exp: Comment out loading of g++.exp.
27998         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
27999         (default_g++_version): Always print something.
28000         (default_g++_start): Comment out call to `which'.
28001         (g++_start, g++_load): Deleted (must be defined in config file).
28002         * lib/gcc.exp: Test for existence of $CC at start.
28003         Delete check for tmpdir (done in gcc_init).
28004         (default_gcc_version): Always print something.
28005         (default_gcc_start): Comment out call to `which'.
28006         * config/*.exp: Major cleanup - make cross targets work at least a
28007         little better for g++ (by not being "--tool gcc" specific).
28008         Rename gcc_xxx to ${tool}_xxx.
28009         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
28010         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
28011
28012 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
28013
28014         * lib/c-torture.exp (c-torture-compile): Rework compiler
28015         message processing.
28016
28017         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
28018         c-torture.
28019
28020 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
28021
28022         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
28023
28024         * lib/dg.exp (dg-process-target): Support { target native }.
28025
28026 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
28027
28028         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
28029         looked for "... program xxx got fatal signal".
28030         Correct regsub munging of `comp_output'.
28031         Ignore compiler messages "path prefix not used" and "linker input
28032         file unused".
28033
28034 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
28035
28036         * lib/gcc.exp (runtest_file_p): Define if missing.
28037         * gcc.prms/template.c: Example to work from.
28038
28039 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
28040
28041         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
28042         * lib/dg.exp (dg-test): Call unsupported testcases as such.
28043
28044         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
28045         * gcc.prms/1883.c: Moved from compile/940714-1.c.
28046         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
28047         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
28048
28049         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
28050         (dg-process-target): No longer a varargs proc.
28051         Return S/N for target, P/F for xfail.  All callers changed.
28052         (user option procs): More argument checking.
28053         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
28054         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
28055         (dg-test): Skip test if not running on selected target in `dg-do'.
28056         Update handling of `dg-do-what', `dg-output-text'.
28057         Separate execution pass/fail from output pattern match pass/fail.
28058         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
28059
28060 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
28061
28062         * gcc.c-torture/special/special.exp: Don't expect failure for mips
28063         target for 920510-1.c.
28064
28065 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
28066
28067         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
28068         Clean up comment regarding use of passcnt, etc.
28069         (gcc_stat): Don't update `testcnt' here.
28070         (gcc_finish): Do it here.
28071         Might as well reset `but_id' here too.
28072         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
28073         to determine if the file should be tested.
28074         * gcc.c-torture/compile/compile.exp: Likewise.
28075         * gcc.c-torture/execute/execute.exp: Likewise.
28076         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
28077         * gcc.misc-tests/dg-test.exp: Likewise.
28078         * gcc.prms/prms.exp: Likewise.
28079         * gcc.wendy/wendy.exp: Likewise.
28080         * g++.old-deja.exp: Likewise.
28081         Move "Testing file" message to verbose level 1.
28082
28083 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
28084
28085         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
28086
28087 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
28088
28089         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
28090         (default_gcc_start): Accept optional second list element
28091         of compiler flags.  Print compiler output at verbosity level 2.
28092         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
28093         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
28094         Save current values of framework globals passcnt, failcnt, xpasscnt,
28095         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
28096         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
28097         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
28098         xfailcnt to compute stats.  Update framework global `testcnt' from
28099         pass/fail counts.
28100         (gcc_finish): New proc.  Clean up test environment.
28101         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
28102         (gcc_epass, gcc_efail): Delete.
28103         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
28104         argument of line number.
28105         (dg-init): If the tool has an init routine, call it.
28106         (dg-test): Remove args `cflags_var' and `libs_var'.
28107         Pass all compiler options to ${tool}_start.
28108         Handle missing line number.
28109         (dg-finish): New function.
28110         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
28111         particular files.  Call gcc_finish at end.  Move "skipping test"
28112         message to verbosity level 3.
28113         * gcc.c-torture/compile/compile.exp: Likewise.
28114         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
28115         * gcc.c-torture/execute/execute.exp: Likewise.
28116         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
28117         Print testcase being tried at verbosity level 1.
28118         * gcc.c-torture/special/special.exp: Unset xfail.
28119         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
28120         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
28121         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
28122         * gcc.failure/failure.exp: Likewise.
28123         * gcc.ieee/ieee.exp: Likewise.
28124         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
28125         Update call to dg-test.  Call dg-finish at end.
28126         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
28127         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
28128         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
28129         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
28130         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
28131         * gcc.wendy/wendy.exp: Add copyright.
28132         Delete setting of tmpdir (done by gcc_init).
28133         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
28134         Pass compiler flags to gcc_start.  Call gcc_finish at end.
28135         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
28136         gcc_[ce]pass/fail.
28137
28138 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
28139
28140         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
28141         confusion.
28142         (g++_load): Likewise.
28143
28144         * config/*.exp (gcc_load): Some were varargs fns and some were not.
28145         Rename argument to `prog' to remove the confusion.
28146         Varargs fns behave differently too!
28147         (g++_load): Likewise.
28148
28149         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
28150
28151         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
28152         what it is.  Delete (always) printing of status value for !native.
28153         Simplify verbose code, and include status and exec_output.
28154         (g++_load): Use gcc_load.
28155
28156 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
28157
28158         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
28159         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
28160         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
28161         940714-3.c as these testcases don't exist anymore.  Make
28162         va-arg-1.c expected to pass.
28163
28164 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
28165
28166         * gcc.misc-tests/misc.exp: Only run specific testcases.
28167         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
28168         * gcc.misc-tests/dg-[1-9].c: New files.
28169
28170         * lib/dg.exp: New testsuite driver.
28171         * gcc.prms/prms.exp: Use it.
28172
28173         * README.gcc: New file.
28174
28175         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
28176         Document and reset `lxpass' and `lxfail'.
28177         Simplify "initialized" message.
28178         (gcc_stat): Clean up comments a little.
28179
28180 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
28181
28182         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
28183
28184 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
28185
28186         * lib/old-dejagnu.exp (process-option): New proc.
28187         (old-dejagnu-init, old-dejagnu-stat): Likewise.
28188         (old-dejagnu): Simplify.
28189         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
28190
28191 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
28192
28193         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
28194         exists and is not an empty string.
28195
28196         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
28197         $xfail rather than calling setup_xfail.  Clear $xfail when test is
28198         finished.
28199         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
28200         automatically.
28201
28202         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
28203         longer expected to fail.
28204
28205         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
28206         "f" function call.
28207
28208         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
28209
28210         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
28211         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
28212         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
28213         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
28214         c-torture-1.29.
28215
28216         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
28217         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
28218
28219         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
28220
28221         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
28222         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
28223
28224         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
28225         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
28226         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
28227
28228 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
28229
28230         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
28231         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
28232         940714-1.c, 940714-2.c, 940714-3.c},
28233         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
28234         gcc.misc-tests/{mg.c,mg.exp}:
28235         New tests.
28236         * gcc.noncompile/noncompile.exp: Change accordingly.
28237
28238 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
28239
28240         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
28241         Undo previous clobberage.
28242
28243 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
28244
28245         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
28246         * gcc.special/{930510-1.c, special.exp}:
28247         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
28248         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
28249         struct-varargs-1.c}: New tests from c-torture-1.26.
28250
28251 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
28252
28253         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
28254           argument to switch.
28255
28256 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
28257
28258         * Revert the previous changes.  Please see Rob's directory
28259           (/lisa/test/rob/progressive/gcc/testsuite) for testing
28260           fixes.
28261
28262 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
28263
28264         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
28265             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
28266             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
28267             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
28268             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
28269             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
28270             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
28271             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
28272             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
28273             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
28274             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
28275             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
28276             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
28277             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
28278             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
28279             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
28280             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
28281             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
28282             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
28283             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
28284             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
28285             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
28286             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
28287             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
28288             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
28289             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
28290             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
28291
28292 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
28293
28294         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
28295             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
28296           with perror calls.
28297
28298 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
28299
28300         * config/unix.exp (g++_load): Fix syntax.
28301
28302 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
28303
28304         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
28305         * gcc.noncompile/921017-1.c: Deleted obsolete test.
28306         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
28307         Don't expect va-arg-1.c to fail.  Correct expected output for
28308         920928-1.c.
28309         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
28310         * gcc.wendy/hbm4.c: Correct typo.
28311         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
28312
28313 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
28314
28315         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
28316         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
28317         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
28318         * lib/c-torture.exp (c-torture-compile): Ditto.
28319
28320         Reduce volume of output (remove all the -I's and such).
28321         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
28322         Call gcc_cpass, gcc_cfail.
28323         (c-torture): Pass testing option to c-torture-compile.
28324
28325 1994-03-21  Doug Evans  (dje@cygnus.com)
28326
28327         Bring patches over from progressive.
28328         * config/default.exp: Exit remote shell cleanly.
28329         (g++_exit, g++_start): Add default versions.
28330         * config/sim.exp (gcc_load): Use perror, not error.
28331
28332 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
28333
28334         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
28335         set in site.exp.
28336
28337 1994-03-14  Doug Evans  (dje@cygnus.com)
28338
28339         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
28340         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
28341         (wendy_try): New proc to run testcase.
28342         (main loop): Call 'em.
28343         * gcc.wendy/*.c: Clean up pass to correct expected output.
28344
28345         * lib/gcc.exp: Minor cleanup work.
28346         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
28347
28348 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
28349
28350         * config/sim.exp (gcc_load): Document return codes better.
28351         Don't pass -v to simulator.
28352
28353 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
28354
28355           * gcc.special/920717-x.c: Fix typo.
28356           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
28357           get at sources.
28358
28359         * lib/mike-gcc.exp: Fix typo.
28360
28361 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
28362
28363         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
28364         binary to use, transform the name.
28365         * config/*.exp: rename everything. Nuke any g++ specific files,
28366         it's now a special case of gcc that requires no special support.
28367         Add a default.exp for unsupported targets.
28368
28369 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
28370
28371         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
28372         lib/old-dejagnu.exp: Fix a few patterns to work with the new
28373         version of Tcl.
28374
28375 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
28376
28377         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
28378         than a warning.
28379
28380 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
28381
28382         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
28383
28384 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
28385
28386         * gcc.execute/execute.exp: Combine opt_list and foption_list into
28387         option_list.  Compile every file with only 4/6 option choices
28388         (same as C torture) instead of with 12/18 different option
28389         choices.
28390         * lib/c-torture.exp: Likewise.
28391
28392         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
28393         not already set.
28394
28395 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
28396
28397         * lib/old-deja.exp: Add `excess errors test fails' error, now one
28398         can put an XFAIL *-*-* on excess errors.
28399
28400 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
28401
28402         * g++.law: Add more tests derived from g++-bugs snapshots.
28403
28404         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
28405         equivalent to g++.law/init9.
28406
28407         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
28408         compiled it, and the a.out file after we've run it.
28409
28410 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
28411
28412         * lib/mike-g++.exp (postbase): Delete the .o file after we've
28413         compiled it, and the a.out file after we've run it.
28414
28415 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
28416
28417         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
28418
28419 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
28420
28421         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
28422         version number.
28423
28424 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
28425
28426         * g++.law: New directory of g++ tests derived from the g++-bugs
28427         snapshots.
28428
28429 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
28430
28431         * gcc.compile: initbug1.c initbug1.exp testcase added
28432
28433 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
28434
28435         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
28436         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
28437           fixes submitted by Jeff Law (law@cs.utah.edu)
28438         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
28439           Jeff Law (law@cs.utah.edu)
28440
28441
28442 1993-11-30  Mike Stump  (mrs@cygnus.com)
28443
28444         * config/unix-g++.exp: Follow the gcc way of doing things.
28445         * g++.old-deja/old-deja.exp: Minor updates.
28446         * lib/g++.exp: New file, follow the gcc way of doing things.
28447         * lib/old-dejagnu.exp: Minor updates.
28448         * lib/mike-g++.exp: Always unset errorInfo.
28449
28450 1993-11-06  Mike Stump  (mrs@cygnus.com)
28451
28452         * lib/gcc.exp: Fix some errors with the below change, CC and
28453         CFLAGS should be global when setting, not local.
28454
28455 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
28456
28457         * lib/gcc.exp: Transform tool name.
28458
28459 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28460
28461         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
28462
28463 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28464
28465         * lib/gcc.exp: change gcc_done to gcc_stat
28466
28467 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
28468
28469         * Upgraded gcc testsuite to c-torture version 1.25
28470
28471 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
28472
28473         * lib/gcc.exp: added reporting code. Changed verbose compile message.
28474         * lib/c-torture: added hooks for new reporting code.
28475
28476 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
28477
28478         * config/sh-gcc.exp: check if sh-sim exists in the path
28479
28480 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
28481
28482         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
28483         * gcc.compile/compile.exp: Initial changes for new logic.
28484         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
28485         * gcc.failure/failure.exp: Initial changes for new logic.
28486         * gcc.ieee/ieee.exp: Initial changes for new logic.
28487         * gcc.misc-tests/misc.exp: Initial changes for new logic.
28488         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
28489         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
28490         * lib/c-torture.exp: Initial changes for new logic.
28491         * lib/gcc.exp: Initial changes for new logic.
28492
28493 1993-10-15  Mike Stump  (mrs@cygnus.com)
28494
28495         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
28496         depend upon failure or success.  Fully qualify names in failure
28497         and success messages.  Always remove a.out before starting
28498         compile, just in case.  Pay more attention to error text output by
28499         the compiler.  Handle testcases with no known past errors just
28500         like all others, so that things are uniform.  Other miscellaneous
28501         improvements.
28502
28503 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
28504
28505         * gcc.cpp: new directory for cpp tests
28506
28507 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
28508
28509         * lib/chill.exp: Code reformatted, removed unused code.
28510         * config/unix-chill.exp: Code reformatted, removed unused code.
28511         * chill.execute/execute.exp: Code reformatted, removed unused code.
28512         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
28513
28514 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
28515
28516         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
28517         routines not written.
28518
28519 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
28520
28521         * config/bug-gcc.exp: Use new procs from bug.exp.
28522
28523 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
28524
28525         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
28526         via ftp, rather than depending on NFS.
28527         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
28528         case.
28529
28530 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
28531
28532         * config/bug-gcc.exp: Use new download proc.
28533
28534 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
28535
28536         * chill.execute/execute.exp: cleanups, handles errors better
28537         * chill.compile/compile.exp: rewrite, based on execute.exp
28538         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
28539         * lib/chill.exp: major changes to diff proc and compile and link
28540           procs. added chill_fail and chill_pass wrappers to pass and
28541           fail. added more comments, and handle error codes better.
28542           Added a hack to capture stderr from exec, so noncompile tests
28543           can work.
28544
28545 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
28546
28547         * chill.execute/execute.exp: rewrite of testsuite driver
28548         * lib/chill.exp: rewrite of testsuite driver
28549         * config/unix-chill.exp: rewrite of testsuite driver
28550
28551 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
28552
28553     In chill.execute:
28554         * iexpr.ch: Standardize uppercase.
28555         * tuples.dat: Standardize uppercase.
28556         * vary.ch: standardize.  Correct varying string assignments.
28557         * vary.dat: Add new output lines.
28558
28559 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
28560
28561     In chill.execute:
28562         * chprintf.ch: Standardize use of uppercase.
28563         * tuples.ch: Standardize and turn arr2 into a DCL,
28564           rather than a SYN.
28565         * pinits.ch: Standardize.
28566
28567 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
28568
28569         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
28570         * Makefil: Renamed to Makefile.in.
28571         * configure.in: New.
28572
28573 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
28574
28575     In chill.execute:
28576         * .cvsignore: Add result/output files.
28577         * Makefile: Fix up variables at start.  Use MFLAGS
28578           everywhere.  Correct bool_loc, built_ins entries.
28579           Add entry for vary1.ch.
28580         * bitarray.ch: Standardize upper-case usage.
28581         * bitexpr.ch: Standardize, add output of b1.
28582         * params.ch: Use arrayt in along PROC parameters, to
28583           avoid novelty problems.
28584         * sets.ch: Tiny cleanup.
28585         * vary1.ch: Re-indent.
28586
28587 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
28588
28589           * Add PR-related files to Makefiles, .cvsignore files, etc.
28590
28591 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
28592
28593         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
28594           with compiler objects. New names are test-flow.c and test-loop.c
28595
28596 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
28597
28598         * Upgraded c-torture tests from 1.19 to 1.20
28599
28600         * new files:
28601         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
28602         * gcc.compile: 930623-1.c 930623-2.c
28603         * gcc.noncompile: 930622-1.c 930622-2.c
28604         * gcc.failure: 920411-1.c 920627-2.c
28605         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
28606
28607 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
28608
28609         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28610           More changes to get testsuite working properly. Needs more work.
28611           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
28612
28613 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
28614
28615         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
28616           More changes to get testsuite working properly. Needs more work.
28617
28618 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
28619
28620         * chill.compile/compile.exp: Added for Dejagnu support
28621         * chill.execute/execute.exp: Added for Dejagnu support
28622         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
28623
28624 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
28625
28626     This should complete moving the CHILL test files.
28627         * chill.noncompile(.cvsignore printf.grt
28628             in-printf.grt chprintf.grt chprintf.ch):
28629             Added test-support files.
28630           (Makefile): Modified further.
28631         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
28632             signal.ch): Added test files.
28633           * chill.execute (.cvsignore printf.grt printr.c
28634             in-printf.grt rts.c chprintf.grt rts.h): Added
28635           test-support files.
28636             (Makefile): More corrections.
28637
28638 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
28639
28640         * chill.compile, chill.execute, chill.nocompile: Add CHILL
28641           test cases, ready for DejaGnu.
28642
28643 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
28644
28645         * Upgraded c-torture tests from 1.18 to 1.19
28646
28647         * gcc.compile: added test(s):
28648           930607-1.c
28649         * gcc.execute: added test(s):
28650           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
28651
28652         * added new subdirectory for misc tests: gcc.misc-tests
28653         * gcc.misc-test(s): added tests:
28654           inst-check.c test-consts.c test-ior.c test-switch.c
28655
28656 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
28657
28658         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
28659
28660 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
28661
28662         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
28663
28664 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
28665
28666         * Upgraded c-torture tests from 1.17 to 1.18
28667
28668 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
28669
28670         * Upgraded c-torture tests from 1.12 to 1.17
28671
28672 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
28673
28674         * lib/old-dejagnu.exp:
28675           Fixed handling of XFAIL target triplets to correctly
28676           recognize wildcard characters.  Removed code that
28677           appended a unique id tag to the end of the file name
28678           printed out by the result of the testcases within a
28679           given test file.
28680
28681 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
28682
28683         * lib/old-dejagnu.exp:
28684           Reworked expected failure handling to trigger off of XFAIL
28685           keyword in keyphrase embeded in testcase source code. The
28686           XFAIL keyword must be at the end of the keyphrase line. It
28687           may optionally be followed by one or more target triplets.
28688           It has just occured that the handling of wildcards in the
28689           target triplet may not be correct.
28690
28691 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
28692
28693         * g++.old-deja/tests:
28694           Moved all subdirectories up one level into g++.old-deja .
28695
28696         * lib/old-dejagnu.exp:
28697           Fixed problem with CXXFLAGS not being properly reset, and being
28698           corrupted with extraneous "-c" compiler option.  This was
28699           causing binaries to not be generated for test that needed them.
28700           Modified strings passed to "pass" and "fail" so that individual
28701           tests from the same test file would be distinguished by an
28702           identifier appended to the test file name in the summary logs;
28703           this corrected a problem with erroneous diff logs.  Added code
28704           to search testcases for expected fail and unexpected pass keywords.
28705
28706 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
28707
28708         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
28709
28710 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
28711
28712         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
28713           Removed extraneous text from end of "Special g++ Options"
28714           keyphrase.
28715
28716         * lib/old-dejagnu.exp: Added pattern matching to look for new
28717           keywords, embedded in testcases comments, which will trigger
28718           calls to xpass and xfail.
28719
28720 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
28721
28722         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
28723           comments embedded in the testcases, especially the one looking for
28724           special compiler options, as well as the pattern matching for the
28725           compiler output again.
28726
28727 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
28728
28729         * lib/old-dejagnu.exp: Do a proper check of the return value for
28730           execute tests. Fixed several problems with the pattern matching
28731           of the compiler output which gave erroneous test results.
28732           Changed several of the test result messages to be more descriptive.
28733         * config/unix-g++.exp: Proc g++_load now actually works and
28734           executes the tests passed to it and returns a usable return
28735           value.
28736
28737 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
28738
28739           * lib/gcc.exp: Exits gracefully if $CC is bogus.
28740
28741 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
28742
28743         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
28744           Modified both files to properly execute the old style
28745           dejagnu tests. The previous versions of these files were
28746           experimental and did not function anything near correctly.
28747
28748 1993-04-05  Rob Savoye  (rob@cygnus.com)
28749
28750         * Removed all Makefile.in and configure.in files. No configuration
28751         needed now.
28752
28753 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
28754
28755         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
28756
28757 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
28758
28759         * gcc.compile/configure.in, gcc.unsorted/configure.in,
28760         gcc.special/configure.in, gcc.noncompile/configure.in,
28761         gcc.execute/configure.in, gcc.code_quality/configure.in,
28762         g++.other/configure.in, g++.old-deja/configure.in,
28763         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
28764         in srcname setting.
28765
28766 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
28767
28768         * lib/udi.exp:  Fixed mondfe and mondfe_download.
28769         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
28770         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
28771
28772 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
28773
28774         * config/udi-gdb.exp: Check $shell_id after connecting to target.
28775         (gdb_exit): Don't remove *_soc files.
28776
28777 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
28778
28779         * lib/c-torture.exp: Don't look for main; instead always use -w
28780         -c.  This is how the c-torture tests work.  Remove the object
28781         file if the compilation succeeds.
28782         * gcc.execute/execute.exp: Remove executable if test passes.
28783         * gcc.noncompile/noncompile.exp: Every test is an expected
28784         failure.
28785         * gcc.special/special.exp: Added tests from c-torture 1.11,
28786         corrected use of existing test.
28787         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
28788         gcc.execute/920625-1.c: Updated to c-torture 1.11.
28789         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
28790         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
28791         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
28792         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
28793         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
28794         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
28795         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
28796         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
28797         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
28798         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
28799         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
28800         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
28801         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
28802         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
28803         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
28804         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
28805         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
28806         c-torture 1.11.
28807         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
28808         correspond to c-torture 1.11.
28809
28810         * New file.