OSDN Git Service

* lib/compat.exp: Handle dg-options per source file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2003-07-21  Janis Johnson  <janis187@us.ibm.com>
2
3         * lib/compat.exp: Handle dg-options per source file.
4         * g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
5         * g++.dg/compat/abi/bitfield1_y.C: Ditto.
6         * g++.dg/compat/abi/bitfield2_x.C: Ditto.
7         * g++.dg/compat/abi/bitfield2_y.C: Ditto.
8         * g++.dg/compat/abi/vbase8-10_x.C: Ditto.
9         * g++.dg/compat/abi/vbase8-10_y.C: Ditto.
10         * g++.dg/compat/abi/vbase8-21_x.C: Ditto.
11         * g++.dg/compat/abi/vbase8-21_y.C: Ditto.
12         * g++.dg/compat/abi/vbase8-22_x.C: Ditto.
13         * g++.dg/compat/abi/vbase8-22_y.C: Ditto.
14         * g++.dg/compat/abi/vbase8-4_x.C: Ditto.
15         * g++.dg/compat/abi/vbase8-4_y.C: Ditto.
16         * g++.dg/compat/break/bitfield7_x.C: Ditto.
17         * g++.dg/compat/break/bitfield7_y.C: Ditto.
18
19 2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>
20
21         PR c/10320
22         * gcc.c-torture/execute/20030718-1.c: New test.
23
24 2003-07-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
25
26         PR optimization/11536
27         * gcc.dg/20030721-1.c: New test.
28
29 2003-07-19  Mark Mitchell  <mark@codesourcery.com>
30
31         PR c++/11546
32         * g++.dg/template/lookup1.C: New test.
33
34 2003-07-19  Zack Weinberg  <zack@codesourcery.com>
35
36         * gcc.dg/noncompile/label-1.c: New comprehensive test case for
37         diagnostics of ill-formed constructs involving labels.
38         * gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
39         the new 'previously defined here' message.
40
41 2003-07-18  Nathan Sidwell  <nathan@codesourcery.com>
42
43         * g++.dg/parse/non-dependent2.C: New test.
44
45 2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>
46
47         * g++.dg/init/init-ref4.C: xfail on targets without
48         weak symbols.
49
50 2003-07-17  Jakub Jelinek  <jakub@redhat.com>
51
52         PR target/11087
53         * gcc.c-torture/execute/20030717-1.c: New test.
54
55 2003-07-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
56
57         * g++.dg/opt/cfg1.C: New test.
58
59 2003-07-17  Mark Mitchell  <mark@codesourcery.com>
60
61         PR optimization/11557
62         * gcc.dg/20030717-1.c: New test.
63
64 2003-07-17  Andrew Pinski <pinskia@physics.uc.edu>
65
66         PR c++/10476
67         * g++.dg/expr/crash-1.C: New test.
68
69         PR c++/11027
70         * g++.dg/template/init3.C: New test.
71
72         PR c++/8222
73         * g++.dg/template/non-dependent1.C: New test.
74
75         PR c++/11070
76         * g++.dg/template/non-dependent2.C: New test.
77
78         PR c++/11071
79         * g++.dg/template/non-dependent3.C: New test.
80
81         PR c++/9907
82         * g++.dg/template/sizeof5.C: New test.
83
84 2003-07-17  Geoffrey Keating  <geoffk@apple.com>
85
86         PR 11498
87         * gcc.c-torture/compile/mangle-1.c: New file.
88
89 2003-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
90
91         PR c++/7809
92         * g++.dg/parse/access3.C: New test.
93
94 2003-07-17  Andrew Pinski  <pinskia@physics.uc.edu>
95
96         PR c++/11384
97         * g++.dg/init/init-ref4.C: New test.
98
99 2003-07-16  Mark Mitchell  <mark@codesourcery.com>
100
101         PR c++/11547
102         * g++.dg/parse/constant3.C: New test.
103         * g++.dg/parse/crash7.C: Likewise.
104
105 2003-07-16  Andrew Pinski  <pinskia@physics.uc.edu>
106
107         PR target/11008
108         * gcc.dg/i386-pentium4-not-mull.c: New.
109
110 2003-07-16  J"orn Rennecke <joern.rennecke@superh.com>
111
112         * gcc.dg/asm-names.c (ymain): Make it weak.
113
114 2003-07-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
115
116         PR c++/5421
117         * g++.dg/template/friend21.C: New test.
118
119 2003-07-16  Jakub Jelinek  <jakub@redhat.com>
120
121         * gcc.dg/cleanup-8.c: New test.
122         * gcc.dg/cleanup-9.c: New test.
123
124 2003-07-16  Danny Smith  <dannysmith@users.sourceforge.net>
125
126         * g++.dg/ext/dll-MI1.h: New file.
127         * g++.dg/ext/dllexport-MI1.C: New file.
128         * g++.dg/ext/dllimport-MI1.C: New file.
129
130 2003-07-15  Jakub Jelinek  <jakub@redhat.com>
131
132         * gcc.c-torture/execute/string-opt-8.c (main): Remove i370 and s390,
133         it does not have cmpstrsi patterns (just cmpmemsi).
134
135 2003-07-15  Mark Mitchell  <mark@codesourcery.com>
136
137         PR debug/11473
138         * g++.dg/debug/debug8.C: New test.
139
140 2003-07-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
141
142         PR c++/10108
143         * g++.dg/template/crash7.C: New test.
144
145 2003-07-15  Kazu Hirata  <kazu@cs.umass.edu>
146
147         PR target/10795
148         * gcc.c-torture/compile/20030708-1.c: New.
149
150 2003-07-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
151
152         * gcc.c-torture/execute/20030715-1.c: New test.
153
154 2003-07-14  Geoffrey Keating  <geoffk@apple.com>
155
156         * gcc.dg/pch/inline-3.c: New file.
157         * gcc.dg/pch/inline-3.hs: New file.
158         * gcc.dg/pch/inline-4.c: New file.
159         * gcc.dg/pch/inline-4.hs: New file.
160
161 2003-07-14  Mark Mitchell  <mark@codesourcery.com>
162
163         PR c++/11509
164         * g++.dg/template/crash6.C: New test.
165
166         PR c++/7053
167         * g++.dg/template/friend20.C: New test.
168
169         PR c++/7019
170         * g++.dg/template/overload2.C: New test.
171
172 2003-07-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
173
174         PR optimization/11440
175         * gcc.c-torture/execute/20030714-1.c: New test.
176
177 2003-07-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
178
179         PR c++/11154
180         * g++.dg/template/partial2.C: New test.
181
182 2003-07-13  Mark Mitchell  <mark@codesourcery.com>
183
184         PR c++/11503
185         * g++.dg/template/anon1.C: New test.
186
187         PR c++/11493
188         PR c++/11495
189         * g++.dg/parse/template9.C: Likewise.
190         * g++.dg/template/crash4.C: New test.
191         * g++.dg/template/koenig1.C: Likewise.
192         * g++.old-deja/g++.benjamin/tem03.C: Adjust error markers.
193         * g++.old-deja/g++.benjamin/tem06.C: Declare "x".
194         * g++.old-deja/g++.jason/overload33.C: Use this-> when calling
195         functions.
196         * g++.old-deja/g++.jason/template36.C: Likewise.
197         * g++.old-deja/g++.mike/p1989.C: Likewise.
198         * g++.old-deja/g++.pt/lookup2.C: Use -fpermissive when compiling.
199         * g++.old-deja/g++.pt/ttp20.C: Use this->.
200         * g++.old-deja/g++.pt/ttp21.C: Use this->.
201         * g++.old-deja/g++.pt/typename13.C: Use -fpermissive when
202         compiling.
203         * g++.old-deja/g++.pt/union2.C: Use this->.
204
205 2003-07-11  Jakub Jelinek  <jakub@redhat.com>
206
207         * gcc.dg/20030711-1.c: New test.
208
209 2003-07-11  Nathan Sidwell  <nathan@codesourcery.com>
210
211         PR c++/11050
212         * g++.dg/parse/args1.C: New test.
213         * g++.pt/defarg8.C: Change expected errors.
214
215 2003-07-11  Mark Mitchell  <mark@codesourcery.com>
216
217         PR c++/8164
218         * g++.dg/template/nontype2.C: New test.
219
220         PR c++/10558
221         * g++.dg/parse/template8.C: New test.
222
223         PR c++/8327
224         * g++.dg/template/scope1.C: New test.
225
226         * g++.dg/warn/Wsign-compare-1.C: New test.
227
228 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
229
230         * gcc.dg/20021018-1.c: Disable if the sizeof (int) < 4.
231
232 2003-07-10  Mark Mitchell  <mark@codesourcery.com>
233
234         PR c++/9411
235         * g++.dg/template/explicit2.C: New test.
236
237         PR c++/10032
238         * g++.dg/warn/pedantic1.C: New test.
239
240 2003-07-10  Nathan Sidwell  <nathan@codesourcery.com>
241
242         PR c++ 9483
243         * g++.dg/other/field1.C: New test.
244
245 2003-07-10  Kazu Hirata  <kazu@cs.umass.edu>
246
247         PR c/11449
248         * gcc.c-torture/compile/20030707-1.c: New.
249
250 2003-07-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
251
252         PR c++/10849
253         * g++.dg/template/access12.C: New test.
254
255 2003-07-09  Nathan Sidwell  <nathan@codesourcery.com>
256
257         * g++.dg/bprob/bprob.exp (prof_ext): Update.
258         * g77.dg/bprob/bprob.exp (prof_ext): Update.
259         * gcc.misc-tests/bprob.exp (prof_ext): Update.
260         * gcc.misc-tests/gcov.exp: Update
261         * g++.dg/gcov/gcov.exp: Update
262         * lib/gcov.exp: Update.
263
264 2003-07-08  Mark Mitchell  <mark@codesourcery.com>
265
266         * g++.dg/abi/mangle17.C: Make sure template expressions are
267         dependent.
268         * g++.dg/abi/mangle4.C: Mark erroneous casts.
269         * g++.dg/debug/debug7.C: Mark erronous new-declarator.
270         * g++.dg/opt/stack1.C: Remove erroneous code.
271         * g++.dg/parse/template7.C: New test.
272         * g++.dg/template/dependent-expr1.C: Mark erroneous code.
273         * g++.old-deja/g++.pt/crash4.C: Likewise.
274
275 2003-07-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
276
277         * gcc.dg/const-elim-1.c (dg-final): Change regexp to match labels
278         with zero or one occurence of `$' after the initial `L'.
279
280 2003-07-08  Kazu Hirata  <kazu@cs.umass.edu>
281
282         * gcc.c-torture/compile/20030704-1.c: Add a comment.
283
284 2003-07-08  Roger Sayle  <roger@eyesopen.com>
285
286         PR c/11370
287         * gcc.dg/Wunreachable-6.c: New testcase.
288         * gcc.dg/Wunreachable-7.c: New testcase.
289
290 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
291
292         PR c/11420
293         * gcc.dg/20030708-1.c: New test.
294
295 2003-07-08  Richard Sandiford  <rsandifo@redhat.com>
296
297         * gcc.dg/compat/sdata-section.h: New file.
298         * gcc.dg/compat/sdata-1_{x,y,main}.c: New test.
299         * gcc.dg/torture/mips-sdata-1.c: New test.
300
301 2003-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
302
303         PR c++/11030
304         * g++.dg/template/friend19.C: New test.
305
306 2003-07-08  Jakub Jelinek  <jakub@redhat.com>
307
308         * g++.dg/opt/strength-reduce.C: New test.
309
310 2003-07-07  Roger Sayle  <roger@eyesopen.com>
311
312         PR target/10979
313         * gcc.dg/20030707-1.c: New testcase.
314
315 2003-07-07  Roger Sayle  <roger@eyesopen.com>
316
317         PR optimization/11059
318         * g++.dg/opt/emptyunion.C: New testcase.
319
320 2003-07-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
321             Eric Botcazou  <ebotcazou@libertysurf.fr>
322
323         * g++.dg/opt/stack1.C: New test.
324
325 2003-07-05  Mark Mitchell  <mark@codesourcery.com>
326
327         * g++.old-deja/g++.jason/typeid1.C: Make it a compile test, not a
328         run test.
329
330         PR c++/11431
331         * g++.dg/expr/static_cast3.C: New test.
332
333 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
334
335         * gcc.c-torture/execute/wchar_t-1.x: New file; XFAIL wchar_t-1.c
336         everywhere.
337         * gcc.dg/concat.c: Concatenation of string constants with
338         __FUNCTION__ / __PRETTY_FUNCTION__ is now a hard error.
339         * gcc.dg/wtr-strcat-1.c: Loosen dg-warning regexp.
340         * gcc.dg/cpp/escape-2.c: Use wide character constants where
341         necessary to avoid multi-character character constant warning.
342         * gcc.dg/cpp/escape.c: Likewise.
343         * gcc.dg/cpp/ucs.c: Likewise.
344         Remove backslashes from dg-bogus comments, as they confuse Tcl.
345         Fix a typo.
346
347 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
348
349         PR c/11428
350         * gcc.c-torture/compile/20030704-1.c: New.
351
352 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
353
354         * gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
355
356 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
357
358         PR c++/5287, PR c++/7910,  PR c++/11021
359         * g++.dg/ext/dllimport1.C: Add mingw32 as target. Add
360         tests for warnings.
361         * g++.dg/ext/dllimport2.C: Add tests for warnings.
362         * g++.dg/ext/dllimport3.C: Likewise.
363         * g++.dg/ext/dllimport4.C: New file.
364         * g++.dg/ext/dllimport5.C: New file.
365         * g++.dg/ext/dllimport6.C: New file.
366         * g++.dg/ext/dllimport7.C: New file.
367         * g++.dg/ext/dllimport8.C: New file.
368         * g++.dg/ext/dllimport9.C: New file.
369         * g++.dg/ext/dllimport10.C: New file.
370         * g++.dg/ext/dllexport1.C: New file.
371
372 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
373
374         * g++.old-deja/g++.jason/typeid1.C: Add dg-error marker.
375         * g++.old-deja/g++.mike/net36.C: Tweak error messages.
376
377 2003-07-03  Roger Sayle  <roger@eyesopen.com>
378
379         * gcc.dg/builtins-25.c: New testcase.
380         * gcc.dg/builtins-26.c: New testcase.
381
382 2003-07-03  Janis Johnson  <janis187@us.ibm.com>
383
384         * gcc.dg/compat/vector-defs.h: New file.
385         * gcc.dg/compat/vector-setup.h: New file.
386         * gcc.dg/compat/vector-check.h: New file.
387         * gcc.dg/compat/vector-1_main.c: New file.
388         * gcc.dg/compat/vector-1_x.c: New file.
389         * gcc.dg/compat/vector-1_y.c: New file.
390         * gcc.dg/compat/vector-2_main.c: New file.
391         * gcc.dg/compat/vector-2_x.c: New file.
392         * gcc.dg/compat/vector-2_y.c: New file.
393
394         * gcc.dg/compat/fnptr-by-value-1_main.c: New file.
395         * gcc.dg/compat/fnptr-by-value-1_x.c: New file.
396         * gcc.dg/compat/fnptr-by-value-1_y.c: New file.
397         * gcc.dg/compat/struct-align-1.h: New file.
398         * gcc.dg/compat/struct-align-1_main.c: New file.
399         * gcc.dg/compat/struct-align-1_x.c: New file.
400         * gcc.dg/compat/struct-align-1_y.c: New file.
401         * gcc.dg/compat/struct-align-2.h: New file.
402         * gcc.dg/compat/struct-align-2_main.c: New file.
403         * gcc.dg/compat/struct-align-2_x.c: New file.
404         * gcc.dg/compat/struct-align-2_y.c: New file.
405
406         * gcc.dg/compat/compat-common.h (DEBUG_FINI): New.
407         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
408         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
409         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
410         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
411         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
412         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
413         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
414         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
415         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
416         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
417         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
418         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
419         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
420         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
421         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
422         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
423         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
424         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
425         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
426         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
427         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
428         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
429         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
430         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
431         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
432         * gcc.dg/compat/struct-return-10_x.c: Ditto.
433         * gcc.dg/compat/struct-return-2_x.c: Ditto.
434         * gcc.dg/compat/struct-return-3_x.c: Ditto.
435
436 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
437
438         * gcc.dg/i386-call-1.c: New test.
439
440 2003-07-03  Nathan Sidwell  <nathan@codesourcery.com>
441
442         PR c++/9162
443         * g++.dg/parse/defarg4.C: New.
444
445 2003-07-03  Roger Sayle  <roger@eyesopen.com>
446
447         PR target/10700
448         * gcc.c-torture/compile/20030703-1.c: New test case.
449
450 2003-07-03  Mark Mitchell  <mark@codesourcery.com>
451
452         * g++.dg/template/local3.C: Remove extra semicolon.
453
454 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
455
456         * gcc.dg/i386-volatile-1.c: New test.
457
458 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
459
460         PR c++/11072
461         * g++.dg/other/offsetof2.C: XFAIL.
462         * g++.dg/other/offsetof5.C: New.
463
464         PR c++/10219
465         * g++.dg/template/error1.C: New.
466
467         PR c++/9779
468         * g++.dg/template/dependent-expr1.C: New.
469
470 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
471
472         PR c++/6949
473         * g++.dg/template/local3.C: New test.
474
475         PR c++/11149
476         * g++.dg/lookup/scoped6.C: New test.
477
478 2003-07-01  Giovanni Bajo  <giovannibajo@libero.it>
479
480         PR c++/8046
481         * g++.dg/other/error7.C: New test.
482
483 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
484
485         * g++.old-deja/g++.abi/vbase1.C: Fix comment typos.
486         * g++.old-deja/g++.abi/vtable3.h: Likewise.
487         * g++.old-deja/g++.law/code-gen5.C: Likewise.
488         * g++.old-deja/g++.other/union2.C: Likewise.
489         * gcc.dg/c90-const-expr-2.c: Likewise.
490         * gcc.dg/c90-const-expr-3.c: Likewise.
491         * gcc.dg/c99-const-expr-2.c: Likewise.
492         * gcc.dg/c99-const-expr-3.c: Likewise.
493         * gcc.dg/concat.c: Likewise.
494
495 2003-07-01  Mark Mitchell  <mark@codesourcery.com>
496
497         PR c++/9559
498         * g++.dg/init/static1.C: New test.
499
500 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
501
502         * Changelog: Remove ">>>>>>>" from previous change.
503
504 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
505
506         * g++.old-deja/g++.niklas/README: Fix spelling for "testcase".
507         * g++.old-deja/g++.other/access2.C: Likewise.
508         * g++.old-deja/g++.other/decl2.C: Likewise.
509         * gcc.c-torture/execute/20020615-1.c: Likewise.
510
511 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
512
513         PR c++/4933
514         * g++.dg/template/sizeof4.C: New test.
515
516 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
517
518         * g++.dg/other/error6.C: New test.
519
520 2003-06-30  Giovanni Bajo  <giovannibajo@libero.it>
521
522         PR c++/10750
523         * g++.dg/parse/constant2.C: New test.
524
525 2003-06-30  Giovanni Bajo <giovannibajo@libero.it>
526
527         PR c++/11106
528         * g++.dg/other/error5.C: New test.
529
530 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
531
532         * gcc.dg/format/gcc_diag-1.c: New test.
533
534 2003-06-28  Ulrich Weigand  <uweigand@de.ibm.com>
535
536         * gcc.c-torture/execute/multi-ix.c: Fix off-by-one bugs.
537
538 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
539
540         * g++.old-deja/g++.robertl/eb133.C: Set expected line number.
541         * g++.old-deja/g++.robertl/eb133a.C: Likewise.
542         * g++.old-deja/g++.robertl/eb133b.C: Likewise.
543
544 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
545
546         * gcc.c-torture/execute/builtins/string-8.c: New test.
547         * gcc.c-torture/execute/builtins/string-8-lib.c: New.
548         * gcc.c-torture/execute/stdio-opt-1.c (main): Add new tests.
549         * gcc.c-torture/execute/string-opt-7.c (main): Add new test.
550
551 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
552
553         PR c++/10468
554         * g++.dg/ext/typeof6.C: New test.
555
556 2003-06-27  Mark Mitchell  <mark@codesourcery.com>
557
558         PR c++/10796
559         * g++.dg/init/enum1.C: New test.
560
561 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
562
563         * gcc.dg/20030627-1.c: New test.
564
565 2003-06-26  Mark Mitchell  <mark@codesourcery.com>
566
567         PR c++/11332
568         * g++.dg/expr/static_cast2.C: New test.
569
570 2003-06-26  Roger Sayle  <roger@eyesopen.com>
571             Jakub Jelinek  <jakub@redhat.com>
572
573         * gcc.c-torture/execute/string-opt-16.c: Remove test for disabled
574         sprintf(dst,"%s",src) optimization.
575         * gcc.c-torture/execute/20030626-1.c: New test case.
576         * gcc.c-torture/execute/20030626-2.c: New test case.
577
578 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
579
580         * gcc.c-torture/execute/multi-ix.c: New test.
581
582         * gcc.c-torture/execute/simd-4.c (main):
583         Added missing semicolon at end of union.
584
585 2003-06-26  Giovanni Bajo  <giovannibajo@libero.it>
586
587         PR c++/8266
588         * g++.dg/template/explicit-instantiation3.C: New test.
589
590 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
591
592         * gcc.dg/20030626-1.c: Use signed char.
593
594 2003-06-26  Eric Botcazou <ebotcazou@libertysurf.fr>
595
596         * gcc.dg/20030626-1.c: New test.
597
598 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
599
600         * const-str-2.m: Update.
601
602 2003-06-25  Mark Mitchell  <mark@codesourcery.com>
603
604         PR c++/10990
605         * g++.dg/rtti/dyncast1.C: New test.
606         * g++.dg/abi/mangle4.C: Correct base-specifier access.
607         * g++.dg/lookup/scoped1.C: Remove XFAIL.
608         * g++.old-deja/g++.martin/pmf1.C: Correct base-specifier access.
609
610         PR c++/10931
611         * g++.dg/expr/static_cast1.C: New test.
612
613 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
614
615         * gcc.dg/20030625-1.c: New test.
616
617 2003-06-24  Roger Sayle  <roger@eyesopen.com>
618
619         * gcc.c-torture/compile/20030624-1.c: New test case.
620
621 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
622
623         * gcc.c-torture/execute/string-opt-17.c: New test.
624
625 2003-06-24  Mark Mitchell  <mark@codesourcery.com>
626
627         PR c++/5754
628         * g++.dg/parse/crash6.C: New test.
629
630 2003-06-23  Roger Sayle  <roger@eyesopen.com>
631
632         * gcc.dg/builtins-24.c: New test case.
633
634 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
635
636         * g++.dg/opt/operator1.C: New test.
637
638 2003-06-22  Roger Sayle  <roger@eyesopen.com>
639
640         * gcc.c-torture/execute/string-opt-16.c: New test case.
641
642 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
643
644         * g++.old-deja/g++.benjamin/16077.C: Add -Wconversion  option.
645         * g++.old-deja/g++.other/conv7.C: Likewise
646         * g++.old-deja/g++.other/overcnv2.C: Likewise.
647         * g++.old-deja/g++.other/overload14.C: Likewise.
648
649 2003-06-21  Gabriel Dos Reis <gdr@integrable-solutions.net>
650
651         * g++.old-deja/g++.jason/conversion5.C: Adjust option.
652         * g++.old-deja/g++.bugs/900215_01.C: Likewise.
653
654 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
655
656         PR c++/10888
657         * g++.dg/warn/Winline-3.C: New test.
658
659 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
660
661         * lib/target-supports.exp (check_alias_available): Make the test
662         program acceptable to the Solaris assembler.
663
664         PR c++/10749
665         * g++.dg/template/memclass2.C: New test.
666
667 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
668             Eric Botcazou  <ebotcazou@libertysurf.fr>
669
670         * lib/gcc-dg.exp (dg-xfail-if): Do not process conditional xfail
671         data for non-matching targets.
672         * gcc.c-torture/compile/simd-5.c: Fix typo in conditional xfail.
673
674 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
675
676         PR c++/10845
677         * g++.dg/template/member3.C: New test.
678
679 2003-06-19  Mark Mitchell  <mark@codesourcery.com>
680
681         PR c++/10939
682         * g++.dg/template/func1.C: New test.
683
684         PR c++/9649
685         * g++.dg/template/static4.C: New test.
686         * g++.old-deja/g++.other/anon7.C: Remove spurious error messages.
687
688         PR c++/11041
689         * g++.dg/init/ref7.C: New test.
690
691 2003-06-19  Matt Austern  <austern@apple.com>
692
693         PR c++/11228
694         * g++.dg/anew1.C: New test.
695         * g++.dg/anew2.C: New test.
696         * g++.dg/anew3.C: New test.
697         * g++.dg/anew4.C: New test.
698
699 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
700
701         * gcc.c-torture/compile/simd-5.c: Don't XFAIL on H8.
702
703 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
704
705         * gcc.c-torture/execute/simd-4.c (main): Make expected value
706         endian-dependent.
707
708 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
709
710         * lib/g++.exp (g++_include_flags): Tweak path to testsuite_flags.
711         Remove cruft.
712
713 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
714
715         * gcc.c-torture/compile/20020604-1.c: Use dg-xfail-if for h8300.
716         * gcc.c-torture/compile/961203-1.c: Likewise.
717         * gcc.c-torture/compile/980506-1.c: Likewise.
718
719 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
720
721         PR c++/10712
722         * g++.dg/lookup/using7.C: New test.
723
724 2003-06-17  Mark Mitchell  <mark@codesourcery.com>
725
726         PR c++/11105
727         * g++.dg/abi/conv1.C: Remove it.
728         * g++.dg/template/conv7.C: New test.
729         * g++.dg/template/conv8.C: Likewise.
730         * g++.old-deja/g++.ext/pretty2.C: Do not test __FUNCTION__ for a
731         conversion operator.
732
733 2003-06-17  Janis Johnson  <janis187@us.ibm.com>
734
735         * gcc.dg/compat/compat-common.h (DEBUG_INIT): New.
736         * gcc.dg/compat/scalar-by-value-1_x.c: Use it.
737         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
738         * gcc.dg/compat/scalar-by-value-3_x.c: Ditto.
739         * gcc.dg/compat/scalar-by-value-4_x.c: Ditto.
740         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
741         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
742         * gcc.dg/compat/scalar-return-3_x.c: Ditto.
743         * gcc.dg/compat/scalar-return-4_x.c: Ditto.
744         * gcc.dg/compat/struct-by-value-10_x.c: Ditto.
745         * gcc.dg/compat/struct-by-value-11_x.c: Ditto.
746         * gcc.dg/compat/struct-by-value-12_x.c: Ditto.
747         * gcc.dg/compat/struct-by-value-13_x.c: Ditto.
748         * gcc.dg/compat/struct-by-value-14_x.c: Ditto.
749         * gcc.dg/compat/struct-by-value-15_x.c: Ditto.
750         * gcc.dg/compat/struct-by-value-16_x.c: Ditto.
751         * gcc.dg/compat/struct-by-value-17_x.c: Ditto.
752         * gcc.dg/compat/struct-by-value-18_x.c: Ditto.
753         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
754         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
755         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
756         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
757         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
758         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
759         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
760         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
761         * gcc.dg/compat/struct-return-10_x.c: Ditto.
762         * gcc.dg/compat/struct-return-2_x.c: Ditto.
763         * gcc.dg/compat/struct-return-3_x.c: Ditto.
764
765 2003-06-16  Mark Mitchell  <mark@codesourcery.com>
766
767         * lib/gcc-dg.exp (dg-xfail-if): Fix thinko.
768         * gcc.c-torture/compile/simd-5.c: Remove spurious PowerPC-64 XFAIL
769         indications.
770
771 2003-06-16  Roger Sayle  <roger@eyesopen.com>
772
773         * gcc.dg/i386-387-5.c: New test case.
774         * gcc.dg/i386-387-6.c: New test case.
775         * gcc.dg/builtins-23.c: New test case.
776
777 2003-06-15  Roger Sayle  <roger@eyesopen.com>
778
779         * gcc.dg/builtins-22.c: New test case.
780         * gcc.dg/i386-387-1.c: Update to test exp.
781         * gcc.dg/i386-387-2.c: Likewise.
782
783 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
784
785         * gcc.dg/format/asm_fprintf-1.c: Update width/precision checks.
786
787 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
788
789         * lib/gcc-dg.exp (dg-require-dll): New function.
790         (dg-xfail-if): Likewise.
791         * gcc.c-torture/compile/compile.exp: Use dg rather than c-torture
792         driver.
793
794         * gcc.c-torture/compile/20000804-1.c: Convert to dg format.
795         * gcc.c-torture/compile/20001205-1.c: Likewise.
796         * gcc.c-torture/compile/20001226-1.c: Likewise.
797         * gcc.c-torture/compile/20010518-2.c: Likewise.
798         * gcc.c-torture/compile/20020312-1.c: Likewise.
799         * gcc.c-torture/compile/20020604-1.c: Likewise.
800         * gcc.c-torture/compile/920501-12.c: Likewise.
801         * gcc.c-torture/compile/920501-4.c: Likewise.
802         * gcc.c-torture/compile/920520-1.c: Likewise.
803         * gcc.c-torture/compile/920521-1.c: Likewise.
804         * gcc.c-torture/compile/920625-1.c: Likewise.
805         * gcc.c-torture/compile/961203-1.c: Likewise.
806         * gcc.c-torture/compile/980506-1.c: Likewise.
807         * gcc.c-torture/compile/981006-1.c: Likewise.
808         * gcc.c-torture/compile/981022-1.c: Likewise.
809         * gcc.c-torture/compile/981223-1.c: Likewise.
810         * gcc.c-torture/compile/990617-1.c: Likewise.
811         * gcc.c-torture/compile/dll.c: Likewise.
812         * gcc.c-torture/compile/labels-3.c: Likewise.
813         * gcc.c-torture/compile/mipscop-1.c: Likewise.
814         * gcc.c-torture/compile/mipscop-2.c: Likewise.
815         * gcc.c-torture/compile/mipscop-3.c: Likewise.
816         * gcc.c-torture/compile/mipscop-4.c: Likewise.
817         * gcc.c-torture/compile/simd-5.c: Likewise.
818         * gcc.c-torture/compile/20000804-1.x: Remove.
819         * gcc.c-torture/compile/20001205-1.x: Likewise.
820         * gcc.c-torture/compile/20001226-1.x: Likewise.
821         * gcc.c-torture/compile/20010518-2.x: Likewise.
822         * gcc.c-torture/compile/20020312-1.x: Likewise.
823         * gcc.c-torture/compile/20020604-1.x: Likewise.
824         * gcc.c-torture/compile/920501-12.x: Likewise.
825         * gcc.c-torture/compile/920501-4.x: Likewise.
826         * gcc.c-torture/compile/920520-1.x: Likewise.
827         * gcc.c-torture/compile/920521-1.x: Likewise.
828         * gcc.c-torture/compile/920625-1.x: Likewise.
829         * gcc.c-torture/compile/961203-1.x: Likewise.
830         * gcc.c-torture/compile/980506-1.x: Likewise.
831         * gcc.c-torture/compile/981006-1.x: Likewise.
832         * gcc.c-torture/compile/981022-1.x: Likewise.
833         * gcc.c-torture/compile/981223-1.x: Likewise.
834         * gcc.c-torture/compile/990617-1.x: Likewise.
835         * gcc.c-torture/compile/mipscop-1.x: Likewise.
836         * gcc.c-torture/compile/mipscop-2.x: Likewise.
837         * gcc.c-torture/compile/mipscop-3.x: Likewise.
838         * gcc.c-torture/compile/mipscop-4.x: Likewise.
839         * gcc.c-torture/compile/simd-5.x: Likewise.
840
841         * gcc.c-torture/compile/20021205-1.c: Remove bogus dg commands.
842
843 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
844
845         * gcc.c-torture/execute/20030611-1.c: New test.
846
847 2003-06-12  Roger Sayle  <roger@eyesopen.com>
848
849         PR middle-end/168
850         * gcc.dg/20030612-1.c: New test case.
851
852 2003-06-12  Mark Mitchell  <mark@codesourcery.com>
853
854         PR c++/10635
855         * g++.dg/expr/cast1.C: New test.
856
857 2003-06-12  Roger Sayle  <roger@eyesopen.com>
858
859         * gcc.dg/builtins-21.c: New test case.
860
861 2003-06-11  Kelley Cook  <kelleycook@wideopenwest.com>
862
863         * lib/gcc.exp (gcc_target_compile): Put TOOL_OPTIONS at front of
864         options instead of at the end.
865         * lib/objc.exp (objc_target_compile): Likewise.
866
867 2003-06-11  Mark Mitchell  <mark@codesourcery.com>
868
869         PR c++/10432
870         * g++.dg/parse/error1.C: New test.
871
872 2003-06-11  Janis Johnson  <janis187@us.ibm.com>
873
874         * gcc.dg/compat/struct-by-value-11_main.c: New file.
875         * gcc.dg/compat/struct-by-value-11_x.c: New file.
876         * gcc.dg/compat/struct-by-value-11_y.c: New file.
877         * gcc.dg/compat/struct-by-value-12_main.c: New file.
878         * gcc.dg/compat/struct-by-value-12_x.c: New file.
879         * gcc.dg/compat/struct-by-value-12_y.c: New file.
880         * gcc.dg/compat/struct-by-value-13_main.c: New file.
881         * gcc.dg/compat/struct-by-value-13_x.c: New file.
882         * gcc.dg/compat/struct-by-value-13_y.c: New file.
883         * gcc.dg/compat/struct-by-value-14_main.c: New file.
884         * gcc.dg/compat/struct-by-value-14_x.c: New file.
885         * gcc.dg/compat/struct-by-value-14_y.c: New file.
886         * gcc.dg/compat/struct-by-value-15_main.c: New file.
887         * gcc.dg/compat/struct-by-value-15_x.c: New file.
888         * gcc.dg/compat/struct-by-value-15_y.c: New file.
889         * gcc.dg/compat/struct-by-value-16_main.c: New file.
890         * gcc.dg/compat/struct-by-value-16_x.c: New file.
891         * gcc.dg/compat/struct-by-value-16_y.c: New file.
892         * gcc.dg/compat/struct-by-value-17_main.c: New file.
893         * gcc.dg/compat/struct-by-value-17_x.c: New file.
894         * gcc.dg/compat/struct-by-value-17_y.c: New file.
895         * gcc.dg/compat/struct-by-value-18_main.c: New file.
896         * gcc.dg/compat/struct-by-value-18_x.c: New file.
897         * gcc.dg/compat/struct-by-value-18_y.c: New file.
898
899         * gcc.dg/compat/scalar-by-value-3_main.c: New file.
900         * gcc.dg/compat/scalar-by-value-3_x.c: New file.
901         * gcc.dg/compat/scalar-by-value-3_y.c: New file.
902         * gcc.dg/compat/scalar-by-value-4_main.c: New file.
903         * gcc.dg/compat/scalar-by-value-4_x.c: New file.
904         * gcc.dg/compat/scalar-by-value-4_y.c: New file.
905         * gcc.dg/compat/scalar-return-3_main.c: New file.
906         * gcc.dg/compat/scalar-return-3_x.c: New file.
907         * gcc.dg/compat/scalar-return-3_y.c: New file.
908         * gcc.dg/compat/scalar-return-4_main.c: New file.
909         * gcc.dg/compat/scalar-return-4_x.c: New file.
910         * gcc.dg/compat/scalar-return-4_y.c: New file.
911
912 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
913
914         * gcc.dg/compat/fp2-struct-check.h: New file.
915         * gcc.dg/compat/fp2-struct-defs.h: New file.
916         * gcc.dg/compat/fp2-struct-init.h: New file.
917         * gcc.dg/compat/struct-by-value-10_main.c: New file.
918         * gcc.dg/compat/struct-by-value-10_x.c: New file.
919         * gcc.dg/compat/struct-by-value-10_y.c: New file.
920         * gcc.dg/compat/struct-return-10_main.c: New file.
921         * gcc.dg/compat/struct-return-10_x.c: New file.
922         * gcc.dg/compat/struct-return-10_y.c: New file.
923
924         * gcc.dg/compat/compat-common.h: New file.
925         * gcc.dg/compat/fp-struct-check.h: Improve debugging output.
926         * gcc.dg/compat/fp-struct-test-by-value-x.h: Ditto.
927         * gcc.dg/compat/fp-struct-test-by-value-y.h: Ditto.
928         * gcc.dg/compat/scalar-by-value-1_main.c: Ditto.
929         * gcc.dg/compat/scalar-by-value-1_x.c: Ditto.
930         * gcc.dg/compat/scalar-by-value-1_y.c: Ditto.
931         * gcc.dg/compat/scalar-by-value-2_main.c: Ditto.
932         * gcc.dg/compat/scalar-by-value-2_x.c: Ditto.
933         * gcc.dg/compat/scalar-by-value-2_y.c: Ditto.
934         * gcc.dg/compat/scalar-return-1_main.c: Ditto.
935         * gcc.dg/compat/scalar-return-1_x.c: Ditto.
936         * gcc.dg/compat/scalar-return-1_y.c: Ditto.
937         * gcc.dg/compat/scalar-return-2_main.c: Ditto.
938         * gcc.dg/compat/scalar-return-2_x.c: Ditto.
939         * gcc.dg/compat/scalar-return-2_y.c: Ditto.
940         * gcc.dg/compat/small-struct-check.h: Ditto.
941         * gcc.dg/compat/struct-by-value-2_main.c: Ditto.
942         * gcc.dg/compat/struct-by-value-2_x.c: Ditto.
943         * gcc.dg/compat/struct-by-value-2_y.c: Ditto.
944         * gcc.dg/compat/struct-by-value-3_main.c: Ditto.
945         * gcc.dg/compat/struct-by-value-3_x.c: Ditto.
946         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
947         * gcc.dg/compat/struct-by-value-4_main.c: Ditto.
948         * gcc.dg/compat/struct-by-value-4_x.c: Ditto.
949         * gcc.dg/compat/struct-by-value-4_y.c: Ditto.
950         * gcc.dg/compat/struct-by-value-5_main.c: Ditto.
951         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
952         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
953         * gcc.dg/compat/struct-by-value-6_main.c: Ditto.
954         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
955         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
956         * gcc.dg/compat/struct-by-value-7_main.c: Ditto.
957         * gcc.dg/compat/struct-by-value-7_x.c: Ditto.
958         * gcc.dg/compat/struct-by-value-7_y.c: Ditto.
959         * gcc.dg/compat/struct-by-value-8_main.c: Ditto.
960         * gcc.dg/compat/struct-by-value-8_x.c: Ditto.
961         * gcc.dg/compat/struct-by-value-8_y.c: Ditto.
962         * gcc.dg/compat/struct-by-value-9_main.c: Ditto.
963         * gcc.dg/compat/struct-by-value-9_x.c: Ditto.
964         * gcc.dg/compat/struct-by-value-9_y.c: Ditto.
965         * gcc.dg/compat/struct-return-2_main.c: Ditto.
966         * gcc.dg/compat/struct-return-2_x.c: Ditto.
967         * gcc.dg/compat/struct-return-2_y.c: Ditto.
968         * gcc.dg/compat/struct-return-3_main.c: Ditto.
969         * gcc.dg/compat/struct-return-3_x.c: Ditto.
970         * gcc.dg/compat/struct-return-3_y.c: Ditto.
971
972 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
973
974         * g++.dg/pch/static-1.C: New file.
975         * g++.dg/pch/static-1.Hs: New file.
976
977 2003-06-10  Richard Henderson  <rth@redhat.com>
978
979         * gcc.dg/asm-7.c: Adjust expected warning text.
980
981 2003-06-10  Roger Sayle  <roger@eyesopen.com>
982
983         * gcc.dg/builtins-20.c: New test case.
984
985 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
986
987         PR c++/11131
988         * g++.dg/opt/template1.C: New test.
989
990 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
991
992         * lib/gcc-dg.exp (dg-test): Clear additional_files and
993         additional_sources.
994
995 2003-05-21  David Taylor  <dtaylor@emc.com>
996
997         * gcc.dg/Wpadded.c: New file.
998
999 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1000
1001         * gcc.dg/special/20000419-2.c: Fix dg-require-alias syntax.
1002         * gcc.dg/special/weak-2.c: Add dg-require-weak.
1003         * gcc.dg/weak/weak-3.c: Reverse order of dg-do and
1004         dg-require-weak.
1005
1006 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
1007
1008         * g++.dg/other/offsetof3.C: Adjust linenumber of last expected warning.
1009
1010 2003-06-09  Mark Mitchell  <mark@codesourcery.com>
1011
1012         * lib/gcc-dg.exp (dg-require-weak): Fix typo.
1013         (dg-require-alias): Likewise.
1014         (dg-require-gc-sections): Likewise.
1015         * lib/target-supports.exp (check_gc_sections_available): Likewise.
1016
1017 2003-06-08  Richard Henderson  <rth@redhat.com>
1018
1019         * gcc.dg/20011029-2.c: Fix the array reference.
1020         * gcc.dg/asm-7.c: New.
1021
1022 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
1023
1024         * gcc.c-torture/compile/20000804-1.x: Disable on h8300 port.
1025
1026 2003-06-08  Mark Mitchell  <mark@codesourcery.com>
1027
1028         * lib/gcc-dg.exp (dg-require-alias): Fix typo.
1029         (dg-require-gc-sections): Likewise.
1030
1031 Sun Jun  8 16:46:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
1032
1033         * i386-cmov1.c: Fix regular expression.
1034         * i386-cvt-1.c: Likewise.
1035         * i386-local.c: Likewise.
1036         * i386-local2.c: Likewise.
1037         * i386-mul.c: Likewise.
1038         * i386-ssetype-1.c: Likewise.
1039         * i386-ssetype-3.c: Likewise.
1040         * i386-ssetype-5.c: Likewise.
1041
1042 2003-06-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1043
1044         PR c++/11039
1045         * g++.dg/warn/implicit-typename2.C: New test.
1046         * g++.dg/warn/implicit-typename3.C: New test.
1047
1048 2003-06-07  Richard Henderson  <rth@redhat.com>
1049
1050         * g++.dg/other/offsetof3.C: Use size_t.
1051         * g++.dg/other/offsetof4.C: Likewise.
1052
1053 2003-06-07  H.J. Lu <hongjiu.lu@intel.com>
1054
1055         * lib/copy-file.exp: New. Implement gcc_copy_files.
1056
1057         * lib/dg-pch.exp: Load copy-file.exp
1058         (dg-pch): Use gcc_copy_files instead of "file copy".
1059
1060 2003-06-06  Mark Mitchell  <mark@codesourcery.com>
1061
1062         * gcc.dg/weak/weak.exp: Simplify.
1063         * gcc.dg/weak/typeof-2.c: Use dg-require-weak.
1064         * gcc.dg/weak/weak-1.c: Likewise.
1065         * gcc.dg/weak/weak-2.c: Likewise.
1066         * gcc.dg/weak/weak-3.c: Likewise.
1067         * gcc.dg/weak/weak-4.c: Likewise.
1068         * gcc.dg/weak/weak-5.c: Likewise.
1069         * gcc.dg/weak/weak-6.c: Likewise.
1070         * gcc.dg/weak/weak-7.c: Likewise.
1071         * gcc.dg/weak/weak-8.c: Likewise.
1072         * gcc.dg/weak/weak-9.c: Likewise.
1073
1074 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
1075
1076         gcc.c-torture/execute/20030606-1.c: New.
1077
1078 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1079
1080         * gcc.dg/builtins-2.c: Correct check-in of incorrect version.
1081         * gcc.dg/builtins-19.c: Likewise.
1082
1083 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1084
1085         * gcc.dg/builtins-2.c: Add some more tests.
1086         * gcc.dg/builtins-18.c: New test case.
1087         * gcc.dg/builtins-19.c: New test case.
1088
1089 2003-06-06  Roger Sayle  <roger@eyesopen.com>
1090             Jim Wilson  <wilson@tuliptree.org>
1091
1092         * gcc.dg/uninit-C.c: Only test TImode on 64-bit platforms.
1093
1094 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
1095
1096         * gcc.c-torture/execute/builtins/string-4.c (main_test): Allow some
1097         mempcpy/stpcpy calls not to be optimized into something else.
1098         * gcc.c-torture/execute/string-opt-3.c: Moved to...
1099         * gcc.c-torture/execute/builtins/string-7.c: ...here.
1100         * gcc.c-torture/execute/builtins/string-7-lib.c: New.
1101
1102 2003-06-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1103
1104         * gcc.dg/format/asm_fprintf-1.c: New test.
1105
1106 2003-06-05  Mark Mitchell  <mark@codesourcery.com>
1107
1108         * lib/gcc-defs.exp (additional_sources): New variable.
1109         (dg-additional-sources): New function.
1110         (additional_files): New variable.
1111         (dg-additional-files): New function.
1112         (dg-additional-files-options): Likewise.
1113         * lib/gcc-dg.exp (dg-require-weak): New function.
1114         (dg-require-alias): Likewise.
1115         (dg-require-gc-sections): Likewise.
1116         * lib/target-supports.exp (check_alias_available): Remove testfile
1117         parameter.
1118         (check_gc_sections_available): New function.
1119         * lib/g++-dg.exp (dg-gpp-additional-sources): Remove.
1120         (dg-gpp-additional-files): Likewise.
1121         * lib/g++.exp (additional_sources): Remove.
1122         (additional_files): Likewise.
1123         (g++_target_compile): Use dg-additional-files-options.
1124
1125         * gcc.dg/special/special.exp: Add "ecos" tests.  Remove complex
1126         Tcl logic.
1127         * gcc.dg/special/ecos.exp: Remove.
1128         * gcc.dg/special/20000419-2.c: Use dg-require-*.
1129         * gcc.dg/special/alias-1.c: Likewise.
1130         * gcc.dg/special/alias-2.c: Likewise.
1131         * gcc.dg/special/gcsec-1.c: Likewise.
1132         * gcc.dg/special/weak-1.c: Likewise.
1133         * gcc.dg/special/weak-2.c: Likewise.
1134         * gcc.dg/special/wkali-1.c: Likewise.
1135         * gcc.dg/special/wkali-2.c: Likewise.
1136
1137         * g++.dg/special/conpr-2.C: Use dg-additional-*, not
1138         dg-gpp-additional-*.
1139         * g++.dg/special/conpr-3.C: Likewise.
1140         * g++.dg/special/conpr-4.C: Likewise.
1141         * g++.old-deja/g++.abi/vtable3a.C: Likewise.
1142         * g++.old-deja/g++.abi/vtable3b.C: Likewise.
1143         * g++.old-deja/g++.abi/vtable3c.C: Likewise.
1144         * g++.old-deja/g++.abi/vtable3d.C: Likewise.
1145         * g++.old-deja/g++.abi/vtable3e.C: Likewise.
1146         * g++.old-deja/g++.abi/vtable3f.C: Likewise.
1147         * g++.old-deja/g++.abi/vtable3g.C: Likewise.
1148         * g++.old-deja/g++.abi/vtable3h.C: Likewise.
1149         * g++.old-deja/g++.abi/vtable3i.C: Likewise.
1150         * g++.old-deja/g++.abi/vtable3j.C: Likewise.
1151         * g++.old-deja/g++.oliva/linkage1.C: Likewise.
1152         * g++.old-deja/g++.other/comdat1.C: Likewise.
1153         * g++.old-deja/g++.other/comdat2.C: Likewise.
1154         * g++.old-deja/g++.other/comdat3.C: Likewise.
1155         * g++.old-deja/g++.other/ctor1.C: Likewise.
1156         * g++.old-deja/g++.pt/instantiate5.C: Likewise.
1157
1158 2003-06-05  Richard Henderson  <rth@redhat.com>
1159
1160         * gcc.dg/debug/20030605-1.c: New.
1161
1162 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1163
1164         * README.QMTEST: Update.
1165
1166 2003-06-04  Richard Henderson  <rth@redhat.com>
1167
1168         * gcc.dg/cleanup-1.c: New.
1169         * gcc.dg/cleanup-2.c: New.
1170         * gcc.dg/cleanup-3.c: New.
1171         * gcc.dg/cleanup-4.c: New.
1172         * gcc.dg/cleanup-5.c: New.
1173         * gcc.dg/cleanup-6.c: New.
1174         * gcc.dg/cleanup-7.c: New.
1175
1176 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
1177
1178         * g++.dg/abi/vague1.C: Use xfail, rather than embedded Tcl code.
1179
1180         * lib/dg-pch.exp: New file.
1181         * g++.dg/pch/pch.exp: Use dg-pch.exp.
1182         * gcc.dg/pch/pch.exp: Likewise.
1183
1184 2003-06-04  Roger Sayle  <roger@eyesopen.com>
1185
1186         * gcc.dg/builtins-2.c: Add tests for tan(atan(x)).
1187         * gcc.dg/builtins-3.c: Add tests for tan(0.0) and atan(0.0).
1188         * gcc.dg/builtins-7.c: Add tests for tan(atan(x)) == x.
1189         * gcc.dg/builtins-17.c: New test case.
1190         * gcc.dg/i386-387-4.c: New test case.
1191         * gcc.c-torture/execute/ieee/mzero4.c: New test case.
1192
1193 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1194
1195         * gcc.dg/ultrasp9.c: New test.
1196
1197 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1198
1199         * gcc.c-torture/compile/20030604-1.c: New test.
1200         * gcc.dg/sparc-constant-1.c: New test.
1201
1202 2003-06-03  Glen Nakamura  <glen@imodulo.com>
1203
1204         * gcc.dg/20020525-1.c: Replace 0x5a5a5a5a with -1.
1205
1206 2003-06-03  J"orn Rennecke <joern.rennecke@superh.com>
1207
1208         * g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
1209
1210         * gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
1211         * gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
1212
1213 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
1214
1215         * gcc.c-torture/compile/simd-5.x: Remove xfail for PPC64.
1216
1217 2003-06-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1218
1219         PR c++/10940
1220         * g++.dg/template/spec10.C: New test.
1221
1222 2003-06-03  Roger Sayle  <roger@eyesopen.com>
1223
1224         * gcc.dg/builtins-16.c: New test case.
1225
1226 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
1227
1228         * gcc.c-torture/execute/builtins/string-4.c (main_test): Remove
1229         mempcpy test with post-increments.
1230         * gcc.c-torture/execute/string-opt-3.c: New test.
1231         * gcc.dg/string-opt-1.c: New test.
1232
1233 2003-06-03  David Billinghurst (David.Billinghurst@riotinto.com)
1234
1235         PR fortran/10965
1236         * g77.f-torture/compile/20000601-2.f: Fix non-standard code.
1237
1238 2003-06-02  Mark Mitchell  <mark@codesourcery.com>
1239
1240         * lib/scanasm.exp (dg-scan): New function, factored out of ...
1241         (scan-assembler): ... here.  Use dg-scan.
1242         (scan-assembler-not): Likewise.
1243         (scan-file): New function.
1244         (scan-file-not): Likewise.
1245         * gcc.dg/cpp/19990228-1.c: Use scan-file and/or scan-file-not.
1246         * gcc.dg/cpp/_Pragma4.c: Likewise.
1247         * gcc.dg/cpp/_Pragma5.c: Likewise.
1248         * gcc.dg/cpp/avoidpaste1.c: Likewise.
1249         * gcc.dg/cpp/avoidpaste2.c: Likewise.
1250         * gcc.dg/cpp/cmdlne-C2.c: Likewise.
1251         * gcc.dg/cpp/cmdlne-P.c: Likewise.
1252         * gcc.dg/cpp/cmdlne-dD-M.c: Likewise.
1253         * gcc.dg/cpp/cmdlne-dD-dM.c: Likewise.
1254         * gcc.dg/cpp/cmdlne-dI-M.c: Likewise.
1255         * gcc.dg/cpp/cmdlne-dM-M.c: Likewise.
1256         * gcc.dg/cpp/cmdlne-dM-dD.c: Likewise.
1257         * gcc.dg/cpp/cmdlne-dN-M.c: Likewise.
1258         * gcc.dg/cpp/cxxcom1.c: Likewise.
1259         * gcc.dg/cpp/line1.c: Likewise.
1260         * gcc.dg/cpp/maccom1.c: Likewise.
1261         * gcc.dg/cpp/maccom2.c: Likewise.
1262         * gcc.dg/cpp/maccom3.c: Likewise.
1263         * gcc.dg/cpp/maccom4.c: Likewise.
1264         * gcc.dg/cpp/maccom5.c: Likewise.
1265         * gcc.dg/cpp/maccom6.c: Likewise.
1266         * gcc.dg/cpp/multiline.c: Likewise.
1267         * gcc.dg/cpp/spacing1.c: Likewise.
1268         * gcc.dg/cpp/spacing2.c: Likewise.
1269         * gcc.dg/cpp/trad/cmdlne-C2.c: Likewise.
1270         * gcc.dg/cpp/trad/maccom1.c: Likewise.
1271         * gcc.dg/cpp/trad/maccom2.c: Likewise.
1272         * gcc.dg/cpp/trad/maccom3.c: Likewise.
1273         * gcc.dg/cpp/trad/maccom4.c: Likewise.
1274         * gcc.dg/cpp/trad/maccom6.c: Likewise.
1275         * gcc.dg/cpp/cxxcom2.c: Likewise.
1276         * gcc.dg/cpp/cxxcom2.h: New file.
1277
1278         * gcc.dg/cpp/truefalse.cpp: Move it to ...
1279         * g++.dg/cpp/truefalse.C: Here.
1280         * gcc.dg/cpp/cpp.exp: Remove scanning of ".cpp" files.
1281
1282 2003-06-01  Loren James Rittle  <ljrittle@acm.org>
1283
1284         * gcc.dg/cpp/redef3.c: New file.
1285
1286 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
1287
1288         * gcc.dg/i386-loop-3.c: New test.
1289
1290 2003-05-31  Toon Moene  <toon@moene.indiv.nluug.nl>
1291
1292         * g77.dg/ffree-form-2.f: XFAIL removed, because fixed.
1293
1294 2003-05-31  Roger Sayle  <roger@eyesopen.com>
1295
1296         * gcc.dg/fwrapv-1.c: New test case.
1297         * gcc.dg/fwrapv-2.c: New test case.
1298
1299 2003-05-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1300
1301         PR c++/10956
1302         * g++.dg/template/spec9.C: New test.
1303
1304 2003-05-29  Roger Sayle  <roger@eyesopen.com>
1305
1306         * gcc.dg/duff-4.c: New test case.
1307
1308 2003-05-27  David Billinghurst (David.Billinghurst@riotinto.com)
1309
1310         PR fortran/10843
1311         * g77.dg/ffixed-form-1.f: New test
1312         * g77.dg/ffixed-form-2.f: New test
1313         * g77.dg/ffree-form-2.f: New test - XFAIL pending fix
1314         * g77.dg/ffree-form-3.f: New test
1315
1316 2003-05-26  Andreas Tobler <a.tobler@schweiz.ch>
1317
1318         * gcc.dg/wchar_t-1.c: XFAIL on darwin, no wchar.h available.
1319         * gcc.dg/wint_t-1.c: Likewise.
1320
1321 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1322
1323         * g++.dg/template/access11.C: New test.
1324
1325 2003-05-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1326
1327         PR c++/10849
1328         * g++.dg/template/access10.C: New test.
1329
1330 2003-05-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
1331             Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1332
1333         * gcc.c-torture/compile/simd-5.x: XFAIL on SPARC64.
1334
1335 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1336
1337         * gcc.dg/torture/builtin-noret-1.c: Add dg-option -multiply_defined
1338         suppress for powerpc-*-darwin*.
1339         * gcc.dg/torture/builtin-noret-2.c: Likewise.
1340
1341 2003-05-24  Andreas Tobler <a.tobler@schweiz.ch>
1342
1343         * gcc.c-torture/execute/builtins/builtins.exp: Add -multiply_defined
1344         suppress option for powerpc-*-darwin*.
1345
1346 2003-05-23  Roger Sayle  <roger@eyesopen.com>
1347
1348         * gcc.dg/builtins-1.c: Add tests for tan and atan.
1349         * gcc.dg/builtins-4.c: Add test for fmod.
1350
1351 2003-05-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1352
1353         PR c++/10682
1354         * g++.dg/template/instantiate4.C: New test.
1355
1356 2003-05-22  Roger Sayle  <roger@eyesopen.com>
1357
1358         * gcc.c-torture/execute/ieee/inf-2.c: New test case.
1359
1360 2003-05-21  Janis Johnson  <janis187@us.ibm.com>
1361
1362         * gcc.dg/compat/scalar-return-1_main.c: New file.
1363         * gcc.dg/compat/scalar-return-1_x.c: New file.
1364         * gcc.dg/compat/scalar-return-1_y.c: New file.
1365         * gcc.dg/compat/scalar-return-2_main.c: New file.
1366         * gcc.dg/compat/scalar-return-2_x.c: New file.
1367         * gcc.dg/compat/scalar-return-2_y.c: New file.
1368         * gcc.dg/compat/struct-return-3_main.c: New file.
1369         * gcc.dg/compat/struct-return-3_y.c: New file.
1370         * gcc.dg/compat/struct-return-3_x.c: New file.
1371         * gcc.dg/compat/struct-return-2_main.c: New file.
1372         * gcc.dg/compat/struct-return-2_x.c: New file.
1373         * gcc.dg/compat/struct-return-2_y.c: New file.
1374
1375 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1376
1377         * g++.old-deja/g++.law/profile1.C (dg-options): Add -static to options
1378         for hppa*-hp-hpux*.
1379         * gcc.dg/20021014-1.c (dg-options): Likewise.
1380         * gcc.dg/nest.c (dg-options): Likewise.
1381
1382 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
1383
1384         PR c++/9738
1385         * g++.dg/ext/dllimport2.C: New file.
1386         * g++.dg/ext/dllimport3.C: New file.
1387
1388 2003-05-20  Janis Johnson  <janis187@us.ibm.com>
1389
1390         * gcc.dg/compat/struct-by-value-3_x.c: Move common pieces to headers.
1391         * gcc.dg/compat/struct-by-value-3_y.c: Ditto.
1392         * gcc.dg/compat/struct-by-value-5_x.c: Ditto.
1393         * gcc.dg/compat/struct-by-value-5_y.c: Ditto.
1394         * gcc.dg/compat/struct-by-value-6_x.c: Ditto.
1395         * gcc.dg/compat/struct-by-value-6_y.c: Ditto.
1396         * gcc.dg/compat/struct-by-value-7_x.c Ditto.
1397         * gcc.dg/compat/struct-by-value-7_y.c Ditto.
1398         * gcc.dg/compat/small-struct-defs.h: New file.
1399         * gcc.dg/compat/small-struct-init.h: New file.
1400         * gcc.dg/compat/small-struct-check.h: New file.
1401         * gcc.dg/compat/fp-struct-defs.h: New file.
1402         * gcc.dg/compat/fp-struct-check.h: New file.
1403         * gcc.dg/compat/fp-struct-init.h: New file.
1404         * gcc.dg/compat/fp-struct-test-by-value-y.h: New file.
1405         * gcc.dg/compat/fp-struct-test-by-value-x.h: New file.
1406
1407 2003-05-19  Jakub Jelinek  <jakub@redhat.com>
1408
1409         * gcc.dg/20030225-2.c: New test.
1410
1411 2003-05-18  Roger Sayle  <roger@eyesopen.com>
1412             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1413
1414         * gcc.c-torture/compile/20030518-1.c: New test case.
1415
1416 2003-05-18  Mark Mitchell  <mark@codesourcery.com>
1417
1418         * lib/gcc-dg.exp (gcc-dg-debug-runtest): Add opt_opts parameter.
1419         * gcc.dg/debug/debug.exp: Pass opt_opts parameter to
1420         gcc-dg-debug-runtest.
1421         * g++.dg/debug/debug.exp: Pass opt_opts parameter to
1422         gcc-dg-debug-runtest.
1423
1424 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1425
1426         PR c++/9022
1427         * g++.dg/lookup/using6.C: New test.
1428
1429 2003-05-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1430
1431         * g++.dg/parse/access2.C: New test.
1432
1433 2003-05-17  Mark Mitchell  <mark@codesourcery.com>
1434
1435         * lib/gcc-dg.exp (gcc-dg-debug-runtest): New method.
1436         * g++.dg/debug/debug.exp: Use gcc-dg-debug-runtest.
1437         * gcc.dg/debug/debug.exp: Likewise.
1438
1439 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
1440
1441         * gcc.dg/dollar.c: New test.
1442
1443 2003-05-16  Janis Johnson  <janis187@us.ibm.com>
1444
1445         * gcc.dg/compat/struct-by-value-4_main.c: Split into multiple tests.
1446         * gcc.dg/compat/struct-by-value-4_x.c: Split into multiple tests.
1447         * gcc.dg/compat/struct-by-value-4_y.c: Split into multiple tests.
1448         * gcc.dg/compat/struct-by-value-5_main.c: Split into multiple tests.
1449         * gcc.dg/compat/struct-by-value-5_x.c: Split into multiple tests.
1450         * gcc.dg/compat/struct-by-value-5_y.c: Split into multiple tests.
1451         * gcc.dg/compat/struct-by-value-6_main.c: New file.
1452         * gcc.dg/compat/struct-by-value-6_x.c: New file.
1453         * gcc.dg/compat/struct-by-value-6_y.c: New file.
1454         * gcc.dg/compat/struct-by-value-7_main.c: New file.
1455         * gcc.dg/compat/struct-by-value-7_x.c: New file.
1456         * gcc.dg/compat/struct-by-value-7_y.c: New file.
1457         * gcc.dg/compat/struct-by-value-8_main.c: New file.
1458         * gcc.dg/compat/struct-by-value-8_x.c: New file.
1459         * gcc.dg/compat/struct-by-value-8_y.c: New file.
1460         * gcc.dg/compat/struct-by-value-9_main.c: New file.
1461         * gcc.dg/compat/struct-by-value-9_x.c: New file.
1462         * gcc.dg/compat/struct-by-value-9_y.c: New file.
1463
1464 2003-05-16  Mark Mitchell  <mark@codesourcery.com>
1465
1466         * lib/gcc-dg.exp (gcc-dg-test): Rename to ...
1467         (gcc-dg-test-1): ... this.  Add target_compile parameter.  Add
1468         support for "repo" mode.
1469         * lib/g++-dg.exp: Use gcc-dg.exp to implement all functionality.
1470         * lib/g77-dg.exp: Likewise.
1471         * lib/obj-dg.exp: Likewise.
1472
1473 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
1474
1475         Merge from gcc-3_2-rhl8-branch:
1476         2003-04-23  Jakub Jelinek  <jakub@redhat.com>
1477
1478         * gcc.dg/tls/opt-6.c: New test.
1479
1480         2003-04-05  Jakub Jelinek  <jakub@redhat.com>
1481
1482         * gcc.dg/20030405-1.c: New test.
1483
1484         2003-03-09  Jakub Jelinek  <jakub@redhat.com>
1485
1486         * gcc.dg/20030309-1.c: New test.
1487
1488         2003-03-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
1489
1490         * gcc.c-torture/execute/20030307-1.c: New test.
1491
1492         2003-02-20  Randolph Chung  <tausq@debian.org>
1493
1494         * gcc.c-torture/compile/20030220-1.c: New test.
1495
1496         2003-02-18  Jakub Jelinek  <jakub@redhat.com>
1497
1498         * gcc.dg/20030217-1.c: New test.
1499
1500         2003-01-29  Jakub Jelinek  <jakub@redhat.com>
1501
1502         * gcc.c-torture/compile/20020129-1.c: New test.
1503
1504         2002-12-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1505
1506         * gcc.dg/unroll-1.c: New test.
1507
1508         2002-11-16  Jan Hubicka  <jh@suse.cz>
1509
1510         * gcc.c-torture/execute/20020920-1.c: New test.
1511
1512         2002-10-08  Jakub Jelinek  <jakub@redhat.com>
1513
1514         PR target/7434
1515         * gcc.c-torture/compile/20021008-1.c: New test.
1516
1517         2002-08-10  Gwenole Beauchesne  <gbeauchesne@mandrakesoft.com>
1518
1519         PR target/7559
1520         * testsuite/gcc.c-torture/execute/20020810-1.c: New test.
1521
1522         2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1523
1524         * gcc.c-torture/compile/20020807-1.c: New test.
1525
1526         2002-07-30  Jakub Jelinek  <jakub@redhat.com>
1527
1528         * gcc.dg/tls/opt-1.c: New test.
1529
1530         2002-07-29  Jakub Jelinek  <jakub@redhat.com>
1531
1532         * gcc.dg/20020729-1.c: New test.
1533
1534         2002-07-20  Jakub Jelinek  <jakub@redhat.com>
1535
1536         * g++.dg/opt/life1.C: New test.
1537
1538         2002-05-20  Jakub Jelinek  <jakub@redhat.com>
1539
1540         * gcc.dg/20020525-1.c: New test.
1541
1542         2002-05-24  Jakub Jelinek  <jakub@redhat.com>
1543
1544         PR c++/6794
1545         * g++.dg/ext/pretty1.C: New test.
1546         * g++.dg/ext/pretty2.C: New test.
1547
1548 2003-05-15  Mark Mitchell  <mark@codesourcery.com>
1549
1550         PR c++/8385
1551         * g++.dg/ext/typeof5.C: New test.
1552
1553 2003-05-15  J"orn Rennecke <joern.rennecke@superh.com>
1554
1555         * gcc.c-torture/execute/builtins/string-asm-1.c: Take
1556         __USER_LABEL_PREFIX__ into account.
1557         * gcc.c-torture/execute/builtins/string-asm-2.c: Likewise.
1558
1559 2003-05-14  Roger Sayle  <roger@eyesopen.com>
1560
1561         * gcc.dg/builtins-15.c: New test case.
1562
1563 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
1564
1565         * gcc.dg/const-elim-1.c: Tighten scan-assembler-not regexp.
1566
1567 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
1568
1569         * lib/g++.exp: Tweak handling of additional source files.
1570         * g++.dg/special/conpr-2.C: Use dg-gpp-additional-sources.
1571         * g++.dg/special/conpr-2a.C: Rename to ...
1572         * g++.dg/special/conpr-2a.cc: ... this.
1573         * g++.dg/special/conpr-3.C: Use dg-gpp-additional-sources.
1574         * g++.dg/special/conpr-3a.C: Rename to ...
1575         * g++.dg/special/conpr-3a.cc: This.
1576         * g++.dg/special/conpr-3b.C: Rename to ...
1577         * g++.dg/special/conpr-3b.cc: This.
1578         * g++.dg/special/conpr-4.C: New test.
1579         * g++.dg/special/ecos.exp: Rewrite to use ordinary dg driver.
1580
1581 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
1582
1583         * debug/debug.exp: Skip debug-[12].c at -O3 on non-Dwarf targets.
1584
1585 2003-05-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1586
1587         * g++.old-deja/g++.brendan/ns1.C: Remove private member warning.
1588         * g++.old-deja/g++.robertl/eb71.C: Likewise.
1589         * g++.old-deja/g++.brendan/warnings1.C: Add -Wctor-dtor-privacy.
1590         * g++.old-deja/g++.other/warn3.C: Likewise.
1591
1592 2003-05-11  Roger Sayle  <roger@eyesopen.com>
1593
1594         * gcc.dg/i386-387-1.c: Update to also test log.
1595         * gcc.dg/i386-387-2.c: Likewise.
1596
1597 2003-05-11  Toon Moene  <toon@moene.indiv.nluug.nl>
1598
1599         * g77.f-torture/execute/int8421.f: New test.
1600
1601 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1602
1603         PR c++/10230, c++/10481
1604         * g++.dg/lookup/scoped5.C: New test.
1605
1606 2003-05-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1607
1608         PR c++/10552
1609         * g++.dg/template/ttp6.C: New test.
1610
1611 2003-05-11  Richard Sandiford  <rsandifo@redhat.com>
1612
1613         * gcc.c-torture/execute/builtins: New directory.
1614         * gcc.c-torture/execute/string-opt-{3,4,16,17,18,19}.c: Move into
1615         gcc.c-torture/execute/builtins.
1616         * gcc.c-torture/execute/string-opt-asm-{1,2}.c: Likewise.
1617         * gcc.c-torture/execute/builtin-noret-{1,2}.c: Move to...
1618         * gcc.dg/torture: ...this new directory.  Turn into link-only tests.
1619         * gcc.dg/no-builtin-1.c: Move into gcc.c-torture/execute/builtins.
1620
1621 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1622
1623         PR c++/9252
1624         * g++.dg/template/access8.C: New test.
1625         * g++.dg/template/access9.C: New test.
1626
1627 2003-05-10  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1628
1629         PR c++/9554
1630         * g++.dg/parse/access1.C: New test.
1631
1632 2003-05-09  DJ Delorie  <dj@redhat.com>
1633
1634         * g++.dg/other/stdarg1.C: Make sure arg "3" is passed as a
1635         long, and not an int.
1636
1637 2003-05-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1638
1639         PR c++/10555, c++/10576
1640         * g++.dg/template/memclass1.C: New test.
1641
1642 2003-05-08  DJ Delorie  <dj@redhat.com>
1643
1644         * gcc.c-torture/execute/20020404-1.x: New, skip for 16-bit
1645         targets.
1646         * gcc.c-torture/execute/20021024-1.x: Likewise.
1647         * gcc.c-torture/execute/shiftdi.x: Likewise.
1648         * g++.old-deja/g++.mike/p700.C: Handle 16-bit targets.
1649         * g++.old-deja/g++.other/exprstmt1.C: Likewise.
1650         * gcc.dg/20021018-1.c: Likewise.
1651
1652 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1653
1654         * g++.dg/other/packed1.C: Mark xfail for sparc*- not sparc-.
1655
1656         gcc.c-torture/execute/string-opt-19.c: Add general rodata tests.
1657         (bcopy): Call memmove.
1658
1659 2003-05-08  Roger Sayle  <roger@eyesopen.com>
1660
1661         * g77.f-torture/compile/8485.f: New test case.
1662
1663 2003-05-07  Richard Henderson  <rth@redhat.com>
1664
1665         PR c++/10570
1666         * g++.dg/eh/forced1.C: Expect catch-all handlers to run.
1667         Verify exception_cleanup not called for rethrows.
1668         * g++.dg/eh/forced2.C: Test that exception_cleanup is called
1669         when exiting catch block without rethrowing.
1670         * g++.dg/eh/forced3.C: New.
1671         * g++.dg/eh/forced4.C: New.
1672
1673 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
1674
1675         * gcc.dg/20030505.c: Fix triplet.
1676
1677 2003-05-06  DJ Delorie  <dj@redhat.com>
1678
1679         * gcc.dg/20021014-1.c: XFAIL for xstormy16 also.
1680         * gcc.dg/nest.c: Likewise.
1681
1682 2003-05-05  Roger Sayle  <roger@eyesopen.com>
1683
1684         * gcc.dg/builtins-14.c: New test case.
1685
1686 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
1687
1688         * lib/compat.exp (compat-execute): New argument.
1689         * g++.dg/compat/compat.exp: Pass new argument to compat-execute.
1690         * gcc.dg/compat: New test directory.
1691         * gcc.dg/compat/compat.exp: New expect script.
1692         * gcc.dg/compat/scalar-by-value-1_main.c: New test file.
1693         * gcc.dg/compat/scalar-by-value-1_x.c: New test file.
1694         * gcc.dg/compat/scalar-by-value-1_y.c: New test file.
1695         * gcc.dg/compat/scalar-by-value-2_main.c: New test file.
1696         * gcc.dg/compat/scalar-by-value-2_x.c: New test file.
1697         * gcc.dg/compat/scalar-by-value-2_y.c: New test file.
1698
1699         * gcc.dg/compat/struct-by-value-1_main.c: New test file.
1700         * gcc.dg/compat/struct-by-value-1_x.c: New test file.
1701         * gcc.dg/compat/struct-by-value-1_y.c: New test file.
1702         * gcc.dg/compat/struct-by-value-2_main.c: New test file.
1703         * gcc.dg/compat/struct-by-value-2_x.c: New test file.
1704         * gcc.dg/compat/struct-by-value-2_y.c: New test file.
1705         * gcc.dg/compat/struct-by-value-3_main.c: New test file.
1706         * gcc.dg/compat/struct-by-value-3_x.c: New test file.
1707         * gcc.dg/compat/struct-by-value-3_y.c: New test file.
1708         * gcc.dg/compat/struct-by-value-4_main.c: New test file.
1709         * gcc.dg/compat/struct-by-value-4_x.c: New test file.
1710         * gcc.dg/compat/struct-by-value-4_y.c: New test file.
1711         * gcc.dg/compat/struct-by-value-5_main.c: New test file.
1712         * gcc.dg/compat/struct-by-value-5_x.c: New test file.
1713         * gcc.dg/compat/struct-by-value-5_y.c: New test file.
1714
1715 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
1716
1717         * gcc.dg/const-elim-1.c, gcc.dg/const-elim-2.c: New testcases.
1718
1719 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
1720
1721         * gcc.c-torture/execute/string-opt-18.c (main): Add 3 new tests.
1722
1723 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
1724
1725         * gcc.c-torture/execute/ieee/fp-cmp-8.c: New test.
1726         * gcc.dg/ppc-fsel-2.c: New test.
1727
1728         * gcc.dg/unused-5.c: New test.
1729
1730 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1731
1732         PR c++/10496
1733         * g++.dg/warn/pmf1.C: New test.
1734
1735 2003-05-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1736
1737         PR c++/4494
1738         * g++.dg/warn/main.C: New test.
1739
1740 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1741
1742         * gcc.dg/nonnull-3.c: New test.
1743
1744 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
1745
1746         * gcc.dg/cpp/Wtrigraphs.c: Update.
1747         * gcc.dg/cpp/Wtrigraphs-2.c: New tests.
1748
1749 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
1750
1751         * gcc.dg/ppc-fsel-1.c: New test.
1752
1753 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
1754
1755         PR c/10604
1756         * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases.
1757
1758 2003-05-03  Kazu Hirata  <kazu@cs.umass.edu>
1759
1760         * gcc.dg/m-un-2.c: Fix the typedef of size_t.
1761
1762 2003-05-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1763
1764         PR c++/9364, c++/10553, c++/10586
1765         * g++.dg/parse/typename4.C: New test.
1766         * g++.dg/parse/typename5.C: Likewise.
1767
1768 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
1769
1770         * gcc.c-torture/compile/20030503-1.c: New test.
1771
1772 2003-05-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1773
1774         * g++.dg/lookup/using5.C: Fix testcase error.
1775
1776 2003-05-01  Chris Demetriou  <cgd@broadcom.com>
1777
1778         * gcc.dg/special/mips-abi.exp (is_meabi_config): Remove,
1779         since MEABI is no longer supported.  Remove all vestiges
1780         of MEABI from the test.
1781
1782 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1783
1784         PR c++/10554
1785         * g++.dg/lookup/using5.C: New test.
1786
1787 2003-05-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1788
1789         PR c++/8772
1790         * g++.dg/template/ttp5.C: New test.
1791
1792 2003-04-30  Mark Mitchell  <mark@codesourcery.com>
1793
1794         * lib/g++-dg.exp (g++-dg-test): Add "repo" option.
1795         (dg-gpp-additional-sources): New function.
1796         (dg-gpp-additional-files): Likewise.
1797         * lib/g++.exp (additional_sources): New variable.
1798         (additional_files): Likewise.
1799         (g++_target_compile): Deal with them.
1800         * lib/old-dejagnu.exp: Remove.
1801         * g++.old-deja/old-deja.exp: Use dg.exp, not old-dejagnu.exp.
1802         * g++.old-deja: Revise all tests to use dg commands.
1803
1804 2003-04-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1805
1806         PR c++/9432, c++/9528
1807         * g++.dg/lookup/using4.C: New test.
1808
1809 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
1810
1811         * gcc.dg/noreturn-5.c: New file.
1812         * gcc.dg/noreturn-6.c: New file.
1813
1814         * gcc.c-torture/compile/inline-1.c: New file.
1815
1816 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1817
1818         PR c++/10551
1819         * g++.dg/template/explicit1.C: New test.
1820
1821 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1822
1823         PR c++/10549
1824         * g++.dg/other/bitfield1.C: New test.
1825
1826         PR c++/10527
1827         * g++.dg/init/new7.C: New test.
1828
1829 2003-04-29  Mark Mitchell  <mark@codesourcery.com>
1830
1831         * g++.dg/ext/desig1.C: New test.
1832         * g++.dg/ext/init1.C: Update.
1833
1834         * g++.old-deja/g++.pt/deduct5.C: Remove unnecessary initializer.
1835
1836 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
1837
1838         PR c++/10180
1839         * g++.dg/warn/Winline-1.C: New test.
1840
1841 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
1842
1843         * gcc.c-torture/execute/string-opt-19.c: New test.
1844
1845         * gcc.c-torture/execute/string-opt-asm-1.c: New test.
1846         * gcc.c-torture/execute/string-opt-asm-2.c: New test.
1847
1848 2003-04-27  Mark Mitchell  <mark@codesourcery.com>
1849
1850         PR c++/10506
1851         * g++.dg/init/new6.C: New test.
1852
1853         PR c++/10503
1854         * g++.dg/init/ref6.C: New test.
1855
1856 2003-04-26  David Edelsohn  <edelsohn@gnu.org>
1857
1858         * g++.dg/warn/weak1.C: XFAIL on AIX4.
1859
1860 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1861
1862         * gcc.c-torture/execute/string-opt-8.c: Don't perform cmpstr
1863         checks for __pj__, but do them for !__OPTIMIZE__ and __s390__.
1864
1865 2003-04-25  Mark Mitchell  <mark@codesourcery.com>
1866
1867         * g++.old-deja/g++.pt/instantiate12.C: Explicit instantiate
1868         initialized static data members.
1869
1870 2003-04-25  H.J. Lu <hjl@gnu.org>
1871
1872         * gcc.dg/ia64-sync-4.c: New test.
1873
1874 2003-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1875
1876         * gcc.c-torture/execute/string-opt-18.c: Clean up.  Fix copyright
1877         date.
1878
1879 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
1880
1881         PR c++/10337
1882         * g++.dg/warn/conv1.C: New test.
1883         * g++.old-deja/g++.other/conv7.C: Adjust.
1884         * g++.old-deja/g++.other/overload14.C: Adjust.
1885
1886 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1887
1888         PR c++/10471
1889         * g++.dg/template/defarg2.C: New test.
1890
1891 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
1892
1893         * gcc.dg/cpp/include2.c: Update.
1894         * gcc.dg/cpp/multiline-2.c: New.
1895         * gcc.dg/cpp/multiline.c: Update.
1896         * gcc.dg/cpp/strify2.c: Update.
1897         * gcc.dg/cpp/trad/literals-2.c: Update.
1898
1899 2003-04-23  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1900
1901         * g++.dg/other/packed1.C: XFAIL hppa*-*-*.
1902
1903 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1904
1905         * g++.dg/parse/typedef1.C: Tweak after fix for PR 10428.
1906
1907 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
1908
1909         PR c++/10451
1910         * g++.dg/parse/crash4.C: New test.
1911
1912         PR c++/9847
1913         * g++.dg/parse/crash5.C: New test.
1914
1915 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
1916
1917         PR c++/10446
1918         * g++.dg/parse/crash3.C: New test.
1919
1920         PR c++/10428
1921         * g++.dg/parse/elab1.C: New test.
1922
1923 2003-04-22  Devang Patel  <dpatel@apple.com>
1924
1925         * gcc.dg/cpp/trad/funlike-5.c: New test.
1926
1927 2003-04-21  Andreas Tobler <a.tobler@schweiz.ch>
1928
1929         * g++.dg/other/packed1.C: Fix dg options.
1930
1931 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1932
1933         * g++.dg/other/offsetof2.C: New test.
1934
1935 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
1936
1937         * g++.dg/template/recurse.C: Adjust location of error messages.
1938
1939 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
1940
1941         PR c++/9881
1942         * g++.dg/init/addr-const1.C: New test.
1943         * g++.dg/other/packed1.C: XFAIL on aligned architectures.
1944
1945 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1946
1947         PR c++/10405
1948         * g++.dg/lookup/struct-hack1.C: New test.
1949
1950 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
1951
1952         * ucs.c: Update diagnostic messages.
1953
1954 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1955
1956         * gcc.dg/cpp/truefalse.cpp: New test.
1957         * gcc.dg/cpp/cpp.exp: Update.
1958         * g++.dg/other/stdbool-if.C: Remove.
1959
1960 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
1961
1962         * gcc.dg/cpp/_Pragma4.c: Remove stray space.
1963         * gcc.dg/cpp/trad/escaped-eof.c: Correct line number.
1964
1965 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
1966
1967         * gcc.c-torture/compile/20030418-1.c: New test.
1968
1969 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
1970
1971         * README.compat: Remove; content moved to doc/sourcebuild.texi.
1972
1973 2003-04-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1974
1975         PR c++/10347
1976         g++.dg/template/dependent-name1.C: New test.
1977
1978 2003-04-17  J"orn Rennecke <joern.rennecke@superh.com>
1979
1980         * gcc.dg/warn-1.c (tourist_guide): New array,
1981         contains a pointer to bar.
1982
1983 2003-04-16  Roger Sayle  <roger@eyesopen.com>
1984
1985         * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
1986         * gcc.c-torture/execute/medce-1.c: New test case.
1987         * gcc.c-torture/execute/medce-2.c: New test case.
1988
1989 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
1990
1991         * lib/prune.exp: Ignore more messages.
1992
1993         PR c++/10381
1994         * g++.dg/parse/lookup3.C: New test.
1995
1996 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
1997
1998         * gcc.c-torture/compile/20030415-1.c : New test.
1999
2000 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
2001
2002         * gcc.c-torture/execute/scope-2.c: Move to ...
2003         * gcc.dg/noncompile/scope.c: .... here.
2004
2005 2003-04-14  Roger Sayle  <roger@eyesopen.com>
2006
2007         * gcc.dg/20030414-2.c: New test case.
2008
2009 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
2010
2011         PR target/10377
2012         * gcc.dg/20030414-1.c: New test.
2013
2014 2003-04-13  Roger Sayle  <roger@eyesopen.com>
2015
2016         * gcc.dg/builtins-12.c: New test case.
2017         * gcc.dg/builtins-13.c: New test case.
2018
2019 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2020
2021         * gcc.c-torture/execute/string-opt-18.c: New test.
2022
2023 2003-04-13  Mark Mitchell  <mark@codesourcery.com>
2024
2025         PR c++/10300
2026         * g++.dg/init/new5.C: New test.
2027
2028 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
2029
2030         PR c++/7910
2031         * g++.dg/ext/dllimport1.C: New test.
2032
2033 2003-04-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2034
2035         * gcc.dg/ultrasp8.c: Fix for 32-bit Sparc.
2036
2037 2003-04-11  Bud Davis <bdavis9659@comcast.net>
2038
2039         PR Fortran/9263
2040         * g77.f-torture/noncompile/9263.f: New test
2041         PR Fortran/1832
2042         * g77.f-torture/execute/1832.f: New test
2043
2044 2003-04-11  David Chad  <davidc@freebsd.org>
2045             Loren J. Rittle  <ljrittle@acm.org>
2046
2047         libobjc/8562
2048         * objc.dg/headers.m: New test.
2049
2050 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
2051
2052         * gcc.c-torture/execute/builtin-noret-2.c: New.
2053         * gcc.c-torture/execute/builtin-noret-2.x: New.
2054         XFAIL builtin-noret-2.c at -O1 and above.
2055         * gcc.dg/redecl.c: New.
2056         * gcc.dg/Wshadow-1.c: Update error regexps.
2057
2058 2003-04-10  Mark Mitchell  <mark@codesourcery.com>
2059
2060         * g++.dg/abi/bitfield10.C: New test.
2061
2062 2003-04-09  Mike Stump  <mrs@apple.com>
2063
2064         * gcc.dg/pch/pch.exp: Make testcase names longer.
2065         * g++.dg/pch/pch.exp: Make testcase names longer.
2066
2067 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2068
2069         * gcc.dg/builtins-11.c: New test case.
2070
2071 2003-04-08  Roger Sayle  <roger@eyesopen.com>
2072
2073         * gcc.dg/builtins-9.c: New test case.
2074         * gcc.dg/builtins-10.c: New test case.
2075
2076 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
2077
2078         * gcc.dg/noncompile/init-4.c.c: New test.
2079
2080 2003-04-06  Nathan Sidwell  <nathan@codesourcery.com>
2081
2082         * gcc.misc-test/gcov-9.c: New test.
2083         * gcc.misc-test/gcov-10.c: New test
2084         * gcc.misc-test/gcov-11.c: New test.
2085
2086 2003-04-05  Zack Weinberg  <zack@codesourcery.com>
2087
2088         PR optimization/10024
2089         * gcc.c-torture/compile/20030405-1.c: New test.
2090
2091 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
2092
2093         * gcc.dg/pch/static-3.c: New.
2094         * gcc.dg/pch/static-3.hs: New.
2095         * gcc.dg/pch/pch.exp: Test with -O0 -g too.
2096
2097 2003-04-04  Richard Henderson  <rth@redhat.com>
2098
2099         * g++.dg/eh/forced1.C: Use _Unwind_SjLj_ForcedUnwind as appropriate.
2100         * g++.dg/eh/forced2.C: Likewise.
2101
2102 2003-04-03  Mike Stump  <mrs@apple.com>
2103
2104         * lib/scanasm.exp (scan-assembler): Add xfail processing for
2105         target arg.
2106         (scan-assembler-times, scan-assembler-not): Likewise.
2107         (scan-assembler-dem, scan-assembler-dem-not): Likewise.
2108
2109 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
2110
2111         * gcc.dg/sparc-loop-1.c: New test.
2112
2113 2003-04-02  Geoffrey Keating  <geoffk@apple.com>
2114
2115         PR other/9274
2116         * g++.dg/pch/system-2.C: New.
2117         * g++.dg/pch/system-2.Hs: New.
2118
2119 2003-04-02  Aldy Hernandez  <aldyh@redhat.com>
2120
2121         * g++.dg/eh/simd-2.C (vecfunc): Fix typo.
2122
2123         * g++.dg/eh/simd-1.C (vecfunc): Same.
2124
2125 2003-04-01  Roger Sayle  <roger@eyesopen.com>
2126
2127         * gcc.c-torture/execute/20030401-1.c: New test case.
2128
2129 2003-04-01  Ziemowit Laski <zlaski@apple.com>
2130
2131         * objc.dg/defs.m: New.
2132
2133 2003-04-01  Aldy Hernandez  <aldyh@redhat.com>
2134
2135         * g++.dg/eh/simd-1.C: New.
2136         * g++.dg/eh/simd-2.C: New.
2137
2138 2003-03-01  Aldy Hernandez  <aldyh@redhat.com>
2139
2140         * gcc.c-torture/execute/simd-3.c: New.
2141
2142 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2143
2144         PR c/9936
2145         * gcc.dg/20030331-2.c: New test.
2146
2147 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
2148
2149         PR c++/10278
2150         * g++.dg/parse/crash2.C: New test.
2151
2152 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2153
2154         * gcc.c-torture/compile/20030331-1.c: New test, moved from...
2155         * gcc.c-torture/execute/20030331-1.c: ...here.
2156
2157 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2158
2159         * gcc.c-torture/execute/20030331-1.c: New test.
2160
2161 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
2162
2163         * lib/gcov.exp: Adjust call return testing strings.
2164         * g77.dg/gcov/gcov-1.f: Don't expect unconditional branches.
2165
2166 2003-03-31  Roger Sayle  <roger@eyesopen.com>
2167
2168         * gcc.dg/builtins-3.c: Add new tests for sin and cos.
2169         * gcc.dg/builtins-7.c: New test case.
2170         * gcc.dg/builtins-8.c: New test case.
2171
2172 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
2173
2174         * gcc.c-torture/execute/ieee/20030331-1.c: New test.
2175
2176 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
2177
2178         PR c++/7647
2179         * g++.dg/lookup-class-member-2.C: New test.
2180
2181 2003-03-30  Glen Nakamura  <glen@imodulo.com>
2182
2183         * gcc.dg/20030324-1.c: Add comments and abort if test fails.
2184
2185 2003-03-28  Roger Sayle  <roger@eyesopen.com>
2186
2187         * gcc.c-torture/execute/ieee/fp-cmp-6.c:  Correct test for -O0.
2188
2189 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
2190
2191         * g++.dg/init/attrib1.C: New test.
2192
2193 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2194
2195         * gcc.dg/ultrasp8.c: New test.
2196
2197 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2198
2199         * gcc.dg/ultrasp7.c: New test.
2200
2201 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
2202
2203         PR c++/10047
2204         * g++.dg/template/inline1.C: New test.
2205
2206 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
2207
2208         * gcc.dg/sparc-dwarf2.c: New test.
2209
2210 2003-03-27  Roger Sayle  <roger@eyesopen.com>
2211
2212         * gcc.c-torture/execute/ieee/fp-cmp-6.c: New test case.
2213         * gcc.c-torture/execute/ieee/fp-cmp-7.c: New test case.
2214
2215 2003-03-27  Mark Mitchell  <mark@codesourcery.com>
2216
2217         * lib/gcov.exp (run-gcov): Add branches and calls options, rather
2218         than reading .x files.
2219         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
2220         * g77.dg/gcov/gcov-1.f: Likewise.
2221         * gcc.misc-tests/gcov-4b.c: Likewise.
2222         * gcc.misc-tests/gcov-5b.c: Likewise.
2223         * gcc.misc-tests/gcov-6.c: Likewise.
2224         * gcc.misc-tests/gcov-7.c: Likewise.
2225         * gcc.misc-tests/gcov-8.c: Likewise.
2226         * g++.dg/gcov/gcov-1.x: Remove.
2227         * g77.dg/gcov/gcov-1.x: Likewise.
2228         * gcc.misc-tests/gcov-4b.x: Likewise.
2229         * gcc.misc-tests/gcov-5b.x: Likewise.
2230         * gcc.misc-tests/gcov-6.x: Likewise.
2231         * gcc.misc-tests/gcov-7.x: Likewise.
2232         * gcc.misc-tests/gcov-8.x: Likewise.
2233
2234 2003-03-27  Glen Nakamura  <glen@imodulo.com>
2235
2236         PR opt/10087
2237         * gcc.dg/20030324-1.c: New test.
2238
2239 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
2240
2241         PR c++/10224
2242         * g++.dg/template/arg3.C: New test.
2243
2244         PR c++/10158
2245         * g++.dg/template/friend18.C: New test.
2246
2247 2003-03-26  Roger Sayle  <roger@eyesopen.com>
2248
2249         * g77.f-torture/compile/20030326-1.f: New test case.
2250
2251 2003-03-26  Janis Johnson  <janis187@us.ibm.com>
2252
2253         * gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
2254
2255         * gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
2256
2257 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
2258
2259         * gcc.dg/ia64-sync-3.c: New test.
2260
2261 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
2262
2263         * gcc.dg/loop-2.c: Replace "inline" with "__inline__".
2264
2265 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2266
2267         * gcc.dg/ultrasp6.c: New test.
2268
2269 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2270
2271         * gcc.dg/i386-signbit-1.c: New test.
2272         * gcc.dg/i386-signbit-2.c: New test.
2273         * gcc.dg/i386-signbit-3.c: New test.
2274
2275 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
2276
2277         * gcc.dg/ultrasp5.c: Fix options.
2278
2279 2003-03-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
2280
2281         * gcc.dg/ultrasp5.c: Fix comment.
2282
2283 2003-03-24  Bud Davis  <bdavis9659@comcast.net>
2284
2285         PR fortran/10197
2286         * g77.f-torture/execute/10197.f: New test.
2287
2288 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
2289
2290         PR c++/9898, c++/383
2291         * g++.dg/template/conv6.C: New test.
2292
2293         PR c++/10119
2294         * g++.dg/template/ptrmem5.C: New test.
2295
2296         PR c++/10026
2297         * g++.dg/lookup/koenig1.C: New test.
2298
2299         PR C++/10199
2300         * g++.dg/lookup/template2.C: New test.
2301
2302 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
2303
2304         * g++.dg/opt/rtti1.C: New test.
2305
2306 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
2307
2308         * gcc.dg/ultrasp5.c: New test.
2309
2310 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
2311
2312         PR middle-end/9967
2313         * gcc.c-torture/execute/stdio-opt-1.c: Adjust test for change to
2314         builtin fputs.
2315
2316 2003-03-23  Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2317
2318         PR c/8224
2319         * gcc.dg/20030323-1.c: New test.
2320
2321 2003-03-23  Roger Sayle  <roger@eyesopen.com>
2322
2323         * gcc.c-torture/compile/20030323-1.c: New test case.
2324
2325 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
2326
2327         * gcc.dg/20030321-1.c: New test.
2328
2329 2003-03-22  Zack Weinberg  <zack@codesourcery.com>
2330
2331         * gcc.dg/Wshadow-1.c: Add a dg-warning line.
2332
2333 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
2334
2335         PR c++/9978, c++/9708
2336         * g++.dg/ext/vlm1.C: Adjust expected error.
2337         * g++.dg/ext/vla2.C: New test.
2338         * g++.dg/template/arg1.C: New test.
2339         * g++.dg/template/arg2.C: New test.
2340
2341 2003-03-22  Bud Davis  <bdavis9659@comcast.net>
2342
2343         * g77.f-torture/execute/select.f: New test.
2344         * g77.f-torture/noncompile/select_no_compile.f: New test.
2345
2346 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
2347
2348         PR c++/9898
2349         * g++.dg/other/error4.C: New test.
2350
2351 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
2352
2353         * g++.dg/template/friend17.C: New test.
2354
2355 2003-03-21  Alan Modra  <amodra@bigpond.net.au>
2356
2357         * gcc.c-torture/compile/20030320-1.c: New.
2358
2359 2003-03-20  Roger Sayle  <roger@eyesopen.com>
2360
2361         * gcc.dg/builtins-6.c: New test case.
2362
2363 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
2364
2365         PR target/10073
2366         * gcc.c-torture/compile/20030319-1.c: New.
2367
2368 2003-03-18  Jan Hubicka  <jh@suse.cz>
2369
2370         * gcc.dg/i386-cvt-1.c: New test.
2371
2372 2003-03-17  Zack Weinberg  <zack@codesourcery.com>
2373
2374         * objc.dg/naming-1.m: Use "(parse|syntax) error".
2375         * objc.dg/naming-2.m: Likewise.
2376
2377 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
2378
2379         PR c++/9639
2380         * g++.dg/parse/crash1.C: New test.
2381
2382 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
2383
2384         PR c++/8805
2385         * g++.dg/eh/cleanup1.C: New test.
2386
2387 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2388
2389         * gcc.c-torture/execute/20030316-1.c: New test case.
2390
2391 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
2392
2393         PR c++/9629
2394         * g++.dg/init/ctor2.C: New test.
2395
2396 2003-03-15  Roger Sayle  <roger@eyesopen.com>
2397
2398         * g77.f-torture/compile/xformat.f: New test case.
2399
2400 2003-03-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2401
2402         * g++.old-deja/g++.mike/eh33.C: Remove xfail for hppa*-*-*.
2403         * g++.old-deja/g++.mike/eh50.C: Likewise.
2404
2405 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2406
2407         PR c++/6440
2408         * g++.dg/template/spec7.C: New test.
2409         * g++.dg/template/spec8.C: Likewise.
2410
2411 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
2412
2413         * gcc.c-torture/execute/20030313-1.c: New test.
2414
2415 2003-03-14  Richard Henderson  <rth@redhat.com>
2416
2417         * gcc.dg/inline-2.c: Adjust alpha test for external call.
2418
2419 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
2420
2421         * gcc.c-torture/compile/20030314-1.c: New test.
2422
2423 2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
2424
2425         * gcc.dg/dll-1.c: Remove thumb target. Change exp to _exp.
2426         * gcc.dg/dll-2.c: Enable for cygwin and mingw. Remove
2427         thumb target,
2428         * gcc.dg/dll-3.c: Likewise. Adjust scan-assembler
2429         to accept newer _imp__  prefix and additional
2430         newline in .drectve section.
2431         * gcc.dg/dll-4.c: Likewise.
2432         * gcc.dg/dll-5.c: New file to test -mnop-fun-dllimport
2433         switch.
2434
2435 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
2436
2437         * g++.dg/parse/namespace9.C: New test.
2438
2439         * g++.dg/init/ref5.C: New test.
2440         * g++.dg/parse/ptrmem1.C: Likewise.
2441
2442 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2443
2444         * gcc.dg/special/ecos.exp (gcsec-1.c): Find linker used by gcc.
2445         * gcc.dg/old-style-asm-1.c (dg-final): Add hpux label alternative to
2446         regular expression.
2447         * gcc.dg/funcorder.c (dg-final): Check for "link_error,%r" on hppa*-*-*.
2448         * gcc.dg/inline-1.c (dg-final): Check for "xyzzy?,%r" on hppa*-*-*.
2449
2450 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
2451
2452         * gcc.c-torture/execute/20030224-2.c: New test.
2453
2454 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2455
2456         * gcc.dg/decl-3.c: New test.
2457
2458 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
2459
2460         * gcc.dg/i386-loop-2.c: New test.
2461
2462 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
2463
2464         PR c++/9474
2465         * g++.dg/parse/namespace8.C: New test.
2466
2467         PR c++/9924
2468         * g++.dg/overload/builtin2.C: New test.
2469
2470 2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2471
2472         * gcc.dg/return-type-3.c: New test.
2473
2474 2003-03-11  D.Venkatasubramanian  <dvenkat@noida.hcltech.com>
2475
2476         * gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
2477         profiling options are not supported.
2478
2479 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
2480
2481         * g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
2482         * g++.old-deja/g++.warn/impint2.C: Likewise.
2483
2484 2003-03-10  Devang Patel  <dpatel@apple.com>
2485
2486         * g++.dg/cpp/c++_cmd_1.C: New test.
2487         * g++.dg/cpp/c++_cmd_1.h: New file.
2488
2489 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
2490
2491         * gcc.dg/altivec-9.c: New file.
2492
2493 2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2494
2495         * gcc.dg/ppc-sdata-1.c: New test.
2496         * gcc.dg/ppc-sdata-2.c: New test.
2497
2498 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
2499
2500         PR c++/9373
2501         * g++.dg/opt/ptrmem2.C: New test.
2502
2503         PR c++/8534
2504         * g++.dg/opt/ptrmem1.C: New test.
2505
2506 2003-03-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
2507
2508         * gcc.dg/i386-loop-1.c: New test.
2509
2510 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2511
2512         PR c++/9970
2513         * g++.dg/lookup/friend1.C: New test.
2514
2515 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
2516
2517         PR c++/9823
2518         * g++.dg/parser/constructor1.C: New test.
2519
2520 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
2521
2522         * gcc.c-torture/execute/20020720-1.x: Add xfail for cris-*-*.
2523
2524         * gcc.dg/old-style-asm-1.c: Tweak to match mmix-knuth-mmixware.
2525
2526 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
2527
2528         * gcc.dg/cpp/Wunused.c: Update test.
2529
2530 2003-03-08  Jan Hubicka  <jh@suse.cz>
2531
2532         * gcc.dg/inline-3.c: New test.
2533
2534 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
2535
2536         PR c++/9809
2537         * g++.dg/parse/builtin1.C: New test.
2538
2539         PR c++/9982
2540         * g++.dg/abi/cookie1.C: New test.
2541         * g++.dg/abi/cookie2.C: Likewise.
2542
2543         PR c++/9524
2544         * g++.dg/template/field1.C: New test.
2545
2546         PR c++/9912
2547         * g++.dg/parse/class1.C: New test.
2548         * g++.dg/parse/namespace7.C: Likewise.
2549         * g++.old-deja/g++.other/decl5.C: Remove XFAILs.
2550
2551 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
2552
2553         * g++.dg/init/ref4.C: New test.
2554
2555 2003-03-07  Jan Hubicka  <jh@suse.cz>
2556
2557         * gcc.dg/i386-local2.c: Fix problems with certain versions of dejagnu.
2558         * gcc.dg/inline-3.c:  New test.
2559
2560 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
2561
2562         * g++.dg/init/ref3.C: New test.
2563
2564         PR c++/9965
2565         * g++.dg/init/ref2.C: New test.
2566
2567         PR c++/9400
2568         * g++.dg/warn/Wshadow-2.C: New test.
2569
2570         PR c++/9791
2571         * g++.dg/warn/Woverloaded-1.C: New test.
2572
2573 2003-03-05  Jan Hubicka  <jh@suse.cz>
2574
2575         * gcc.dg/i386-local2.c: New.
2576         * gcc.dg/i386-local.c: Fix typo.
2577
2578 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
2579
2580         * g++.dg/abi/layout3.C: New test.
2581
2582 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
2583
2584         * gcc.c-torture/compile/20030305-1.c
2585
2586 2003-03-05  Jan Hubicka  <jh@suse.cz>
2587
2588         * gcc.dg/i386-local.c: New.
2589
2590 2003-03-04  J"orn Rennecke <joern.rennecke@superh.com>
2591
2592         * gcc.dg/sh-relax.c: Disable for sh64-*-*.
2593
2594 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
2595
2596         * gcc.dg/switch-2.c: New test.
2597         * gcc.dg/switch-3.c: New test.
2598         * gcc.dg/Wswitch.c: Adjust line numbers.
2599         * gcc.dg/Wswitch-default.c: Likewise.
2600         * gcc.dg/Wswitch-enum.c: Likewise.
2601
2602 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
2603
2604         * gcc.c-torture/execute/20030222-1.c: New test.
2605
2606 2003-03-03  James E Wilson  <wilson@tuliptree.org>
2607
2608         * gcc.dg/m68k-slp-ice.c: New test for PR c/7872.
2609
2610 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
2611
2612         PR c++/9878
2613         * g++.dg/init/ref1.C: New test.
2614
2615 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
2616
2617         * gcc.dg/sh-relax.c: New SH-only test.
2618
2619 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
2620
2621         * gcc.c-torture/compile/20010327-1.c: Back out last change.  Add
2622         comment explaining purpose of testcase.
2623
2624 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2625
2626         * gcc.c-torture/execute/960312-1.x: New file, must pass -mshort
2627         for HC11/HC12 (asm needs two int registers).
2628         * gcc.c-torture/compile/20020312-1.x: New file, don't execute on
2629         HC11/HC12 because the test uses an asm which needs two 32-bit
2630         registers.
2631
2632 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
2633
2634         * gcc.c-torture/compile/920501-12.x: New file, must pass -mshort
2635         for HC11/HC12 (array is too large otherwise).
2636         * gcc.c-torture/compile/920501-4.x: New file, likewise.
2637         * gcc.c-torture/compile/20010518-2.x: Likewise.
2638         * gcc.c-torture/compile/980506-1.x: Don't execute this test on
2639         HC11/HC12 (array is too large).
2640
2641 2003-03-01  Geoffrey Keating  <geoffk@apple.com>
2642
2643         * lib/gcc-dg.exp (gcc-dg-test): Change .pch to .gch.
2644         * lib/g++-dg.exp (g++-dg-test): Likewise.
2645
2646 2003-03-01  Roger Sayle  <roger@eyesopen.com>
2647
2648         * g++.old-deja/g++.other/builtins10.C: New test for PR 9367.
2649         * gcc.dg/format/attr-5.c: Handle new conflicting types warning.
2650
2651 2003-03-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2652
2653         * g++.dg/warn/implicit-typename1.C: Remove warning.
2654
2655 2003-02-28  Richard Henderson  <rth@redhat.com>
2656
2657         * gcc.dg/noreturn-1.c: Move noreturn warning line.
2658         * gcc.dg/return-type-1.c: Move control reaches end warning line.
2659
2660 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
2661
2662         * gcc.dg/pch/pch.exp: Change .pch to .gch.
2663         * g++.dg/pch/pch.exp: Likewise.
2664
2665 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
2666
2667         PR c++/9879
2668         * testsuite/g++.dg/init/new4.C: New test.
2669
2670 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
2671
2672         * gcc.dg/arm-asm.c: Enable for StrongARM and XScale targets.
2673
2674 2003-02-28  Alexandre Oliva  <aoliva@redhat.com>
2675
2676         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead of
2677         unsigned long.
2678
2679         * gcc.c-torture/compile/simd-3.c: Do nothing if double is not
2680         wider than float.
2681
2682 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2683
2684         * lib/scanasm.exp: Add support for counting numbers of
2685         occurences.
2686         * gcc.dg/unswitch-1.c, gcc.dg/peel-1.c, gcc.dg/unroll-1.c,
2687         gcc.dg/unroll-2.c, gcc.dg/unroll-3.c: New tests.
2688
2689 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
2690
2691         PR c++/9683
2692         * g++.dg/template/static3.C: New test.
2693
2694         PR c++/9829
2695         * g++.dg/parse/namespace6.C: New test.
2696
2697 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2698
2699         PR target/9732
2700         * gcc.dg/20030225-1.c: New test.
2701
2702 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
2703
2704         * README: Remove out-of-date information.
2705
2706         PR c++/9836
2707         * g++.dg/template/spec6.C: New test.
2708
2709 2003-02-24  Jeff Law  <law@redhat.com>
2710
2711         * gcc.c-torture/compile/20030224-1.c: New test for ia32 backend bug.
2712
2713 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2714
2715         * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX.
2716         * gcc.dg/pragma-ep-1.c: Likewise.
2717
2718 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2719
2720         PR c++/9602
2721         * g++.dg/template/friend16.C: New test.
2722
2723 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
2724
2725         PR c++/5333
2726         * g++.dg/parse/fused-params1.C: Adjust error messages.
2727         * g++.dg/template/nested3.C: New test.
2728
2729 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
2730
2731         * g++.dg/abi/param1.C: New test.
2732
2733 2003-02-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2734
2735         PR c++/7982
2736         * g++.dg/warn/implicit-typename1.C: New test.
2737
2738 2003-02-22  Kelley Cook <kelleycook@comcast.net>
2739
2740         * g++.old-deja/g++.other/store-expr1.C: Replace "mcpu"
2741         with "mtune".
2742         * g++.old-deja/g++.other/store-expr2.C: Likewise.
2743         * gcc.c-torture/execute/20010129-1.x: Likewise.
2744         * gcc.dg/20011107-1.c: Likewise.
2745         * gcc.dg/20020108-1.c: Likewise.
2746         * gcc.dg/20020122-3.c: Likewise.
2747         * gcc.dg/20020206-1.c: Likewise.
2748         * gcc.dg/20020310-1.c: Likewise.
2749         * gcc.dg/20020426-2.c: Likewise.
2750         * gcc.dg/20020517-1.c: Likewise.
2751         * gcc.dg/991230-1.c: Likewise.
2752         * gcc.dg/i386-unroll-1.c: Likewise.
2753         * gcc.misc-tests/i386-prefetch.exp: Likewise.
2754
2755 2003-02-22  Jan Hubicka  <jh@suse.cz>
2756
2757         * gcc.dg/i386-mul.c: New test.
2758
2759 2003-02-21  Roger Sayle  <roger@eyesopen.com>
2760
2761         * gcc.dg/builtins-5.c: New test case.
2762
2763 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
2764
2765         * gcc.dg/asmreg-1.c: New test.
2766
2767 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2768
2769         PR c++/9749
2770         * g++.dg/parse/varmod1.C: New test.
2771
2772 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2773
2774         PR c++/9727
2775         * g++.dg/template/op1.C: New test.
2776
2777 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2778
2779         PR c++/8906
2780         * g++.dg/template/nested2.C: New test.
2781
2782 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
2783
2784         PR c++/8724
2785         * g++.dg/expr/dtor1.C: New test.
2786
2787 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
2788
2789         * gcc.dg/cpp/include3.c: New test.
2790         * gcc.dg/cpp/inc/foo.h: New file.
2791
2792 2003-02-21  Glen Nakamura  <glen@imodulo.com>
2793
2794         * gcc.c-torture/execute/20030221-1.c: New test.
2795
2796 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
2797
2798         PR c++/9729
2799         * g++.dg/abi/conv1.C: New test.
2800
2801 2003-02-20  Jan Hubicka  <jh@suse.cz>
2802
2803         * gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
2804
2805 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
2806
2807         * gcc.c-torture/compile/20030219-1.c: New test.
2808
2809 2003-02-18  Jan Hubicka  <jh@suse.cz>
2810
2811         * gcc.dg/funcorder.c: New test.
2812
2813 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2814
2815         * gcc.c-torture/execute/20030218-1.c: New.
2816
2817 2003-02-18  Aldy Hernandez  <aldyh@redhat.com>
2818
2819         * gcc.dg/20030218-1.c: New.
2820
2821 2003-02-18  Richard Henderson  <rth@redhat.com>
2822
2823         * gcc.dg/attr-invalid.c: Allow __used__ on static data.
2824         * gcc.dg/attr-used-2.c: New.
2825
2826 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
2827
2828         PR c++/9704
2829         * g++.dg/init/copy5.C: New test.
2830
2831 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
2832
2833         * gcc.dg/pch/pch.exp: Delete $bname.h before copying into it.
2834         * g++.dg/pch/pch.exp: Likewise.
2835
2836 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
2837
2838         * gcc.c-torture/execute/20030209-1.c: Enable the test if
2839         STACK_SIZE is not defined.
2840
2841 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2842
2843         PR c++/9457
2844         * g++.dg/template/init1.C: New test.
2845
2846 2003-02-16  Jan HUbicka  <jh@suse.cz>
2847
2848         * gcc.dg/c90-const-expr-3.c (DZERO): New static variable
2849         (foo): Add few extra tests
2850         * gcc.dg/c99-const-expr-3.c: Likewise.
2851         * gcc.c-torture/execute/20030216-1.c: New.
2852
2853 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2854
2855         PR c++/9459
2856         * g++.dg/ext/typeof4.C: New test.
2857
2858 2003-02-15  Roger Sayle  <roger@eyesopen.com>
2859
2860         * gcc.dg/i386-387-3.c: New test case.
2861
2862 2003-02-14  Josef Zlomek  <zlomekj@suse.cz>
2863
2864         * gcc.dg/20030213-1.c: Expect warning for unsupported -fpic on
2865         cris-*-elf* cris-*-aout* and mmix-*-*.
2866
2867 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
2868
2869         * gcc.dg/20030213-1.c: New test.
2870
2871 2003-02-12  Roger Sayle  <roger@eyesopen.com>
2872
2873         * gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
2874         * gcc.dg/i386-387-2.c: Likewise.
2875
2876 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
2877
2878         * gcc.dg/ppc-spe.c: Fix formatting.
2879         Enable tests that were previously unsupported by gas.
2880         Delete tests for instructions that no longer exist.
2881         Switch arguments on evsubifw builtin.
2882
2883 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
2884
2885         * gcc.c-torture/execute/20030209-1.c: Disable the test if
2886         STACK_SIZE is too small.
2887
2888 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
2889             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
2890
2891         * gcc.dg/decl-2.c: New test.
2892
2893 2003-02-10  Jan Hubicka  <jh@suse.cz>
2894
2895         * gcc.dg/i386-fpcvt-1.c:  New test.
2896
2897 2002-02-09  Richard Sandiford  <rsandifo@redhat.com>
2898
2899         * gcc.c-torture/execute/20030209-1.c: New test.
2900
2901 2003-02-09  Kazu Hirata  <kazu@cs.umass.edu>
2902
2903         * gcc.c-torture/execute/builtin-bitops-1.c: When testing the
2904         int-wide bitops, use the constants of the same width.
2905         Likewise, if long long is 32-bit wide, test bitops using
2906         32-bit constants.
2907
2908 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
2909
2910         * gcc.dg/20021014-1.c: Annotate with expected notice text.
2911
2912 2003-02-07  Roger Sayle  <roger@eyesopen.com>
2913
2914         * testsuite/gcc.dg/builtins-4.c: New test case.
2915
2916 2003-02-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2917
2918         * gcc.dg/20020430-1.c: Fix dg command typos.
2919         * gcc.dg/20020503-1.c: Likewise.
2920
2921 2003-02-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2922
2923         PR c++/8785
2924         * g++.dg/parse/fused-params1.C: New test.
2925
2926         PR c++/8857
2927         * g++.dg/parse/tmpl-tmpl-operator1.C: New test.
2928
2929         PR c++/8921
2930         * g++.dg/parse/non-dependent1.C: New test.
2931
2932         PR c++/8928
2933         * g++.dg/parse/dupl-tmpl-args1.C: New test.
2934
2935         PR c++/9228
2936         * g++.dg/parse/undefined7.C: New test.
2937         * g++.dg/parse/non-templ1.C: New test.
2938
2939         PR c++/9229
2940         * g++.dg/parse/too-many-tmpl-args1.C: New test.
2941
2942 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
2943
2944         * gcc.c-torture/compile/20030206-1.c: New test.
2945
2946 2003-02-05  Roger Sayle  <roger@eyesopen.com>
2947
2948         * gcc.c-torture/compile/921206-1.c: Rename undeclared function from
2949         "pow" to "foo" to avoid potential confusion with a math built-in.
2950
2951 2003-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2952
2953         * gcc.c-torture/execute/20020227-1.x: Update specific XFAIL
2954         conditions for SPARC targets.
2955
2956 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
2957
2958         * gcc.dg/20030204-1.c: New test.
2959
2960 2003-02-04  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
2961
2962         PR c++/38
2963         * g++.dg/parse/array-size1.C: New test.
2964
2965         PR c++/5657
2966         * g++.dg/parse/undefined3.C: New test.
2967
2968         PR c++/5665
2969         * g++.dg/parse/undefined4.C: New test.
2970
2971         PR c++/5975
2972         * g++.dg/parse/undefined5.C: New test.
2973
2974         PR c++/7259
2975         * g++.dg/parse/tmpl-tmpl-param1.C: New test.
2976
2977         PR c++/8578
2978         * g++.dg/parse/casting-operator1.C: New test.
2979
2980         PR c++/8596
2981         * g++.dg/parse/undefined6.C: New test.
2982
2983         PR c++/8736
2984         * g++.dg/parse/missing-template1.C: New test.
2985
2986 2003-02-04  Jan Hubicka  <jh@suse.cz>
2987
2988         * gcc.dg/i386-cadd.c:  Compile using -march=k8.
2989         * gcc.dg/i386-cmov?.c:  Likewise.
2990         * gcc.dg/i386-fpcvt-?.c:  Likewise.
2991         * gcc.dg/i386-ssefp-1.c:  Likewise.
2992         * gcc.dg/i386-ssetype-?.c:  Likewise; fix for register passing
2993         conventions.
2994
2995 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
2996
2997         PR c++/7129
2998         * testsuite/g++.dg/ext/max.C: New test.
2999
3000 2003-02-03  Jan Hubicka  <jh@suse.cz>
3001
3002         * gcc.c-torture/execute/20030203-1.c: New test.
3003
3004 2003-02-03  Richard Earnshaw  <rearnsha@arm.com>
3005
3006         * gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
3007         'natural-endian'.
3008
3009 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
3010
3011         * g++.dg/init/new1.C: Remove -fvolatile dg-options line.
3012         * g++.dg/init/new2.C: Likewise.
3013         * g++.dg/other/new1.C: Likewise.
3014
3015 2003-01-31  Loren J. Rittle <ljrittle@acm.org>
3016
3017         * gcc.dg/struct-ret-libc.c: New test.
3018
3019 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
3020
3021         * gcc.dg/20030129-1.c: New test.
3022
3023 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3024
3025         PR c++/8849
3026         * g++.dg/template/ptrmem4.C: New test.
3027
3028 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
3029
3030         * g++.dg/parser/constant1.C: New test.
3031
3032 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3033
3034         PR c++/8591
3035         * g++.dg/parse/friend2.C: New test.
3036
3037 2003-01-29  Nathan Sidwell  <nathan@codesourcery.com>
3038
3039         PR c++/9437
3040         * g++.dg/template/unify4.C: New test.
3041
3042 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
3043
3044         * gcc.c-torture/execute/20030128-1.c: New test.
3045
3046 2003-01-28  Jeffrey D. Oldham  <oldham@codesourcery.com>
3047
3048         * g++.dg/lookup/nested1.C: Test moved from ...
3049         * g++.old-deja/g++.other/lookup24.C: ... here.
3050
3051 2003-01-28  Jan Hubicka  <jh@suse.cz>
3052
3053         * gcc.dg/i386-cmov5.c:  New test.
3054
3055 2003-01-28  D.Venkatasubramanian   <dvenkat@noida.hcltech.com>
3056
3057         * gcc.c-torture/execute/20010925-1.c: Changed the
3058         memcpy declaration.
3059
3060 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3061
3062         PR c++/3902
3063         * g++.dg/parse/template5.C: New test.
3064
3065 2003-01-28  Toon Moene  <toon@moene.indiv.nluug.nl>
3066
3067         PR fortran/9258
3068         * g77.dg/pr9258: New test.
3069
3070 2003-01-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3071
3072         * README: Move relevant parts from README.g++.
3073
3074         * README.g++: Remove this file.
3075
3076 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
3077
3078         * g++.dg/abi/dcast1.C: New test.
3079
3080 2003-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3081
3082         * gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.
3083
3084 2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
3085
3086         PR c++/47
3087         * g++.old-deja/g++.other/lookup24.C: New test.
3088
3089 2003-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3090
3091         PR middle-end/7227
3092         * gcc.dg/uninit-C.c: New test.
3093
3094 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
3095
3096         * g++.dg/abi/covariant1.C: New test.
3097
3098 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
3099
3100         * gcc.dg/20030123-1.c: New test.
3101
3102 2003-01-25  Jan Hubicka  <jh@suse.cz>
3103
3104         PR opt/8492
3105         * gcc.c-torture/compile/20030125-1.c
3106
3107 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
3108
3109         PR c++/9403
3110         * g++.dg/parse/template3.C: New test.
3111         * g++.old-deja/g++.pt/memclass5.C: Add needed template keyword.
3112
3113         PR c++/795
3114         * g++.dg/parse/template4.C: New test.
3115
3116         PR c++/9415
3117         * g++.dg/template/qual2.C: New test.
3118
3119         PR c++/8545
3120         * g++.old-deja/g++.brendan/parse3.C: Remove XFAIL.
3121
3122         * g++.old-deja/g++.ns/bogus1.C: Change expected error.
3123
3124 2003-01-25  Roger Sayle  <roger@eyesopen.com>
3125
3126         * gcc.c-torture/execute/switch-1.c: New test case.
3127
3128 2003-01-25  Jan Hubicka  <jh@suse.cz>
3129
3130         * gcc.c-torture/execute/20030125-1.[cx]: New test.
3131
3132 2003-01-25  Paolo Carlini  <pcarlini@unitus.it>
3133
3134         Tweaks for Bison-1.875. From the NEWS file:
3135         "- `parse error' -> `syntax error'
3136         Bison now uniformly uses the term `syntax error'"
3137         * gcc.dg/cpp/19990413-1.c: Test for "(parse|syntax) error".
3138         * gcc.dg/cpp/digraph2.c: Likewise.
3139         * gcc.dg/cpp/direct2.c: Likewise.
3140         * gcc.dg/cpp/paste4.c: Likewise.
3141         * gcc.dg/c90-restrict-1.c: Likewise.
3142         * gcc.dg/c99-func-2.c: Likewise.
3143         * gcc.dg/noncompile/920721-2.c: Likewise.
3144         * gcc.dg/noncompile/930622-2.c: Likewise.
3145         * gcc.dg/noncompile/940112-1.c: Likewise.
3146         * gcc.dg/noncompile/950921-1.c: Likewise.
3147         * gcc.dg/noncompile/951123-1.c: Likewise.
3148         * gcc.dg/noncompile/971104-1.c: Likewise.
3149         * gcc.dg/noncompile/990416-1.c: Likewise.
3150
3151 2003-01-24  Paolo Carlini  <pcarlini@unitus.it>
3152
3153         * g++.dg/parse/undefined1.C: Add error message.
3154
3155 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3156
3157         PR c++/9354
3158         * g++.dg/parse/new1.C: New test.
3159
3160         PR c++/9216
3161         * g++.dg/parse/template2.C: New test.
3162
3163         PR c++/9354
3164         * g++.dg/parse/typedef2.C: New test.
3165
3166         PR c++/9328
3167         * g++.dg/ext/typeof3.C: New test.
3168
3169 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
3170
3171         PR c++/2738
3172         * g++.dg/parse/ret-type1.C: New test.
3173
3174         PR c++/3792
3175         * g++.dg/parse/tmpl-outside1.C: New test.
3176
3177         PR c++/4207
3178         * g++.dg/parse/int-as-enum1.C: New test.
3179
3180         PR c++/4903
3181         * g++.dg/parse/no-typename1.C: New test.
3182
3183         PR c++/5533
3184         * g++.dg/parse/no-value1.C: New test.
3185
3186         PR c++/5921
3187         * g++.dg/parse/wrong-inline1.C: New test.
3188
3189         PR c++/6402
3190         * g++.dg/parse/ref1.C: New test.
3191
3192         PR c++/6992
3193         * g++.dg/parse/attr-ctor1.C: New test.
3194
3195         PR c++/7229
3196         * g++.dg/parse/namespace5.C: New test.
3197
3198         PR c++/7917
3199         * g++.dg/parse/func-def1.C: New test.
3200
3201         PR c++/8143
3202         * g++.dg/parse/undefined1.C: New test.
3203
3204         PR c++/5723, PR c++/8522
3205         * g++.dg/parse/specialization1.C: New test.
3206
3207         PR c++/163, PR c++/8595
3208         * g++.dg/parse/struct-as-enum1.C: New test.
3209
3210         PR c++/9173
3211         * g++.dg/parse/undefined2.C: New test.
3212
3213 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
3214
3215         PR c++/9298
3216         * g++.dg/parse/template1.C: New test.
3217
3218         PR c++/9384
3219         * g++.dg/parse/using1.C: New test.
3220
3221         PR c++/9285
3222         PR c++/9294
3223         * g++.dg/parse/expr2.C: New test.
3224
3225         PR c++/9388
3226         * g++.dg/parse/lookup2.C: Likewise.
3227
3228 2003-01-21  Jan Hubicka  <jh@suse.cz>
3229
3230         * gcc.c-torture/execute/990208-1.c:  Add noinline attributes as needed.
3231         * gcc.c-torture/execute/eeprof-1.c:  Likewise.
3232         * gcc.c-torture/execute/stdio-opt-*.c: Likewise.
3233         * gcc.c-torture/execute/string-opt-*.c: Likewise.
3234
3235 2003-01-20  Nick Clifton  <nickc@redhat.com>
3236
3237         * gcc.c-torture/execute/20030117-1.c: New test case.  Exposes
3238         problem with ARM sibcall code generation.
3239
3240 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
3241
3242         * gcc.c-torture/execute/20030120-1.c: New.
3243
3244 2003-01-19  Paolo Carlini  <pcarlini@unitus.it>
3245
3246         * g++.old-deja/g++.pt/typename13.C: Remove XFAIL.
3247
3248 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
3249
3250         PR c++/9272
3251         * g++.dg/parse/ctor1.C: New test.
3252
3253         PR c++/9294:
3254         * g++.dg/parse/qualified1.C: New test.
3255
3256         * g++.dg/parse/typename3.C: New test.
3257
3258 2003-01-16  Richard Henderson  <rth@redhat.com>
3259
3260         * g++.dg/tls/init-2.C: Fix error matches for real this time.
3261
3262 2003-01-16  Richard Henderson  <rth@redhat.com>
3263
3264         * g++.dg/pch/pch.exp: Copy test header to the working directory
3265         before using it either for precompilation or direct use.
3266         * g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
3267         * g++.dg/pch/*.C: Include foo.H, not foo.Hp.
3268
3269 2003-01-16  Richard Henderson  <rth@redhat.com>
3270
3271         * gcc.dg/pch/pch.exp: Copy test header to the working directory
3272         before using it either for precompilation or direct use.
3273         * gcc.dg/pch/*.hs: Rename from gcc.dg/pch/*.h.
3274         * gcc.dg/pch/*.c: Include foo.h, not foo.hp.
3275
3276 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
3277
3278         * gcc/testsuite/g++.dg/ext/typename1.C: Add typename keyword.
3279         * gcc/testsuite/g++.dg/template/crash1.C: Update error messages.
3280         * gcc/testsuite/g++.dg/template/crash2.C: Remove error message.
3281         * gcc/testsuite/g++.dg/parse/typename2.C: New test.
3282         * gcc/testsuite/g++.dg/template/typename2.C: Change implicit
3283         typename warning into error.
3284         * gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C: Issue more
3285         error messages.
3286         * gcc/testsuite/g++.old-deja/g++.benjamin/tem04.C: Fix typos.
3287         * gcc/testsuite/g++.old-deja/g++.brendan/crash56.C: Add this->.
3288         * gcc/testsuite/g++.old-deja/g++.law/visibility13.C: Remove error
3289         messages.
3290         * gcc/testsuite/g++.old-deja/g++.ns/template17.C: Reorder code to
3291         make declaration visible in template.
3292         * gcc/testsuite/g++.old-deja/g++.pt/crash3.C: Fix typos.
3293         * gcc/testsuite/g++.old-deja/g++.pt/crash36.C: Issue more error
3294         messages.
3295         * gcc/testsuite/g++.old-deja/g++.pt/crash5.C: Improve error
3296         message.
3297         * gcc/testsuite/g++.old-deja/g++.pt/crash67.C: Remove warning.
3298         * gcc/testsuite/g++.old-deja/g++.pt/inherit1.C: Add this->.
3299         * gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C: Add error message.
3300         * gcc/testsuite/g++.old-deja/g++.pt/typename16.C: Replace implicit
3301         typename warning with error message.
3302         * gcc/testsuite/g++.old-deja/g++.pt/typename19.C: Remove warning.
3303         * gcc/testsuite/g++.old-deja/g++.robertl/eb112.C: Fix typo.
3304         * gcc/testsuite/g++.old-deja/g++.robertl/eb24.C: Use this->.
3305
3306 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
3307
3308         * g++.dg/parse/ambig2.C: New test.
3309
3310 2003-01-15  Richard Henderson  <rth@redhat.com>
3311
3312         * g++.dg/tls/init-2.C: Update error message string.
3313
3314 2003-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3315
3316         * gcc.c-torture/execute/builtin-constant.x: XFAIL the test.
3317
3318 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
3319
3320         * gcc.c-torture/compile/20000804-1.x: Don't execute this test at
3321         all for HC11/HC12.
3322         * gcc.c-torture/compile/20001205-1.x: Likewise.
3323         * gcc.c-torture/compile/20001226-1.x: Likewise.
3324         * gcc.c-torture/compile/920520-1.x: Likewise.
3325         * gcc.c-torture/compile/961203-1.x: Likewise.
3326         * gcc.c-torture/compile/20020604-1.x: Likewise.
3327
3328 2003-01-15  Jan Hubicka  <jh@suse.cz>
3329
3330         * gcc.c-torture/compile/20030115-1.c: New test.
3331
3332         * gcc.dg/i386-fpcvt-1.c: New test.
3333         * gcc.dg/i386-fpcvt-2.c: New test.
3334
3335 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
3336
3337         Further conform g++'s __vmi_class_type_info to the C++ ABI
3338         specification.
3339         * g++.old-deja/g++.abi/vmihint.C (main): Revise expected flags per
3340         the specification.
3341
3342 2003-01-14  Jan Hubicka  <jh@suse.cz>
3343
3344         * gcc.dg/i386-fpcvt-1.c: New test.
3345         * gcc.dg/i386-fpcvt-2.c: New test.
3346
3347 2003-01-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
3348
3349         * gcc.dg/i386-mmx-3.c: New test.
3350
3351 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
3352
3353         PR c++/9264
3354         * g++.dg/parse/octal1.C: New file.
3355
3356         PR c++/9172
3357         * g++.dg/parse/typename1.C: New file.
3358
3359 2003-01-10  Danny Smith  <dannysmith@users.sourceforge.net>
3360
3361         * gcc.dg/bf-ms-layout.c: Enable for cygwin and mingw32 targets.
3362         * gcc.dg/bf-no-ms-layout.c: Likewise.
3363         * gcc.dg/bf-ms-attrib.c: Likewise.
3364
3365 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
3366
3367         PR c++/9099
3368         * g++.dg/parse/dtor1.C: New file.
3369
3370         PR c++/9128
3371         * g++.dg/rtti/typeid1.C: New file.
3372
3373         PR c++/9153
3374         * g++.dg/parse/lookup1.C: New file.
3375
3376         PR c++/9171
3377         * g++.dg/templ/spec5.C: New file.
3378
3379 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
3380
3381         * gcc.c-torture/compile/20030110-1.c: New test.
3382
3383 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
3384
3385         Merge from pch-branch:
3386
3387         2002-12-23  Geoffrey Keating  <geoffk@apple.com>
3388
3389         * gcc.dg/pch/cpp-1.h: New.
3390         * gcc.dg/pch/cpp-1.c: New.
3391         * gcc.dg/pch/cpp-2.h: New.
3392         * gcc.dg/pch/cpp-2.c: New.
3393
3394         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
3395
3396         * gcc.dg/pch/except-1.h: New.
3397         * gcc.dg/pch/except-1.c: New.
3398
3399         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
3400
3401         * gcc.dg/pch/pch.exp: Ensure that <test>.hp doesn't exist before
3402         running test.
3403         * gcc.dg/pch: Include *.hp not *.h.
3404         * gcc.dg/pch/system-1.h: New.
3405         * gcc.dg/pch/system-1.c: New.
3406
3407         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
3408
3409         * gcc.dg/pch/pch.exp: Compare .s files with/without PCH,
3410         rather than trying to build and run a program using PCH.
3411         * gcc.dg/pch: Remove dg-do commands from test files.
3412
3413         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
3414
3415         * gcc.dg/pch/macro-3.c: New.
3416         * gcc.dg/pch/macro-3.h: New.
3417
3418         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
3419
3420         * gcc.dg/pch/common-1.c: New.
3421         * gcc.dg/pch/common-1.h: New.
3422         * gcc.dg/pch/decl-1.c: New.
3423         * gcc.dg/pch/decl-1.h: New.
3424         * gcc.dg/pch/decl-2.c: New.
3425         * gcc.dg/pch/decl-2.h: New.
3426         * gcc.dg/pch/decl-3.c: New.
3427         * gcc.dg/pch/decl-3.h: New.
3428         * gcc.dg/pch/decl-4.c: New.
3429         * gcc.dg/pch/decl-4.h: New.
3430         * gcc.dg/pch/decl-5.c: New.
3431         * gcc.dg/pch/decl-5.h: New.
3432         * gcc.dg/pch/global-1.c: New.
3433         * gcc.dg/pch/global-1.h: New.
3434         * gcc.dg/pch/inline-1.c: New.
3435         * gcc.dg/pch/inline-1.h: New.
3436         * gcc.dg/pch/inline-2.c: New.
3437         * gcc.dg/pch/inline-2.h: New.
3438         * gcc.dg/pch/static-1.c: New.
3439         * gcc.dg/pch/static-1.h: New.
3440         * gcc.dg/pch/static-2.c: New.
3441         * gcc.dg/pch/static-2.h: New.
3442
3443         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
3444
3445         * g++.dg/pch/pch.exp: Better handle failing testcases.
3446         * gcc.dg/pch/pch.exp: Likewise.
3447         * gcc.dg/pch/macro-1.c: New.
3448         * gcc.dg/pch/macro-1.h: New.
3449         * gcc.dg/pch/macro-2.c: New.
3450         * gcc.dg/pch/macro-2.h: New.
3451
3452         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
3453
3454         * g++.dg/dg.exp: Treat files in pch/ specially.
3455         * g++.dg/pch/pch.exp: New file.
3456         * g++.dg/pch/empty.H: New file.
3457         * g++.dg/pch/empty.C: New file.
3458         * lib/g++-dg.exp (g++-dg-test): Add case for when $do_what is
3459         "precompile".
3460
3461         * gcc.dg/pch/pch.exp: New file.
3462         * gcc.dg/pch/empty.h: New file.
3463         * gcc.dg/pch/empty.c: New file.
3464         * lib/gcc-dg.exp (gcc-dg-test): Add case for when $do_what is
3465         "precompile".
3466
3467 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3468
3469         * g++.dg/template/friend14.C: New test.
3470
3471 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3472
3473         * gcc.dg/old-style-asm-1.c: New test.
3474
3475 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
3476
3477         * gcc.c-torture/compile/20030109-1.c: New test.
3478
3479 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
3480
3481         * gcc.c-torture/execute/20030109-1.c: New test.
3482
3483 2003-01-08  Larin Hennessey  <larin@science.oregonstate.edu>
3484
3485         * g++.old-deja/g++.mike/dyncast1.C: Remove reference to AMD A29K
3486         * g++.old-deja/g++.mike/dyncast2.C: Likewise
3487         * g++.old-deja/g++.mike/dyncast3.C: Likewise
3488         * g++.old-deja/g++.mike/eh2.C: Likewise
3489         * g++.old-deja/g++.mike/eh3.C: Likewise
3490         * g++.old-deja/g++.mike/eh5.C: Likewise
3491         * g++.old-deja/g++.mike/eh6.C: Likewise
3492         * g++.old-deja/g++.mike/eh7.C: Likewise
3493         * g++.old-deja/g++.mike/eh8.C: Likewise
3494         * g++.old-deja/g++.mike/eh9.C: Likewise
3495         * g++.old-deja/g++.mike/eh10.C: Likewise
3496         * g++.old-deja/g++.mike/eh12.C: Likewise
3497         * g++.old-deja/g++.mike/eh13.C: Likewise
3498         * g++.old-deja/g++.mike/eh14.C: Likewise
3499         * g++.old-deja/g++.mike/eh16.C: Likewise
3500         * g++.old-deja/g++.mike/eh17.C: Likewise
3501         * g++.old-deja/g++.mike/eh18.C: Likewise
3502         * g++.old-deja/g++.mike/eh21.C: Likewise
3503         * g++.old-deja/g++.mike/eh23.C: Likewise
3504         * g++.old-deja/g++.mike/eh24.C: Likewise
3505         * g++.old-deja/g++.mike/eh25.C: Likewise
3506         * g++.old-deja/g++.mike/eh26.C: Likewise
3507         * g++.old-deja/g++.mike/eh27.C: Likewise
3508         * g++.old-deja/g++.mike/eh28.C: Likewise
3509         * g++.old-deja/g++.mike/eh29.C: Likewise
3510         * g++.old-deja/g++.mike/eh31.C: Likewise
3511         * g++.old-deja/g++.mike/eh33.C: Likewise
3512         * g++.old-deja/g++.mike/eh34.C: Likewise
3513         * g++.old-deja/g++.mike/eh35.C: Likewise
3514         * g++.old-deja/g++.mike/eh36.C: Likewise
3515         * g++.old-deja/g++.mike/eh37.C: Likewise
3516         * g++.old-deja/g++.mike/eh38.C: Likewise
3517         * g++.old-deja/g++.mike/eh39.C: Likewise
3518         * g++.old-deja/g++.mike/eh40.C: Likewise
3519         * g++.old-deja/g++.mike/eh41.C: Likewise
3520         * g++.old-deja/g++.mike/eh42.C: Likewise
3521         * g++.old-deja/g++.mike/eh44.C: Likewise
3522         * g++.old-deja/g++.mike/eh46.C: Likewise
3523         * g++.old-deja/g++.mike/eh47.C: Likewise
3524         * g++.old-deja/g++.mike/eh48.C: Likewise
3525         * g++.old-deja/g++.mike/eh49.C: Likewise
3526         * g++.old-deja/g++.mike/eh50.C: Likewise
3527         * g++.old-deja/g++.mike/eh51.C: Likewise
3528         * g++.old-deja/g++.mike/eh53.C: Likewise
3529         * g++.old-deja/g++.mike/eh55.C: Likewise
3530         * g++.old-deja/g++.mike/p7912.C: Likewise
3531         * g++.old-deja/g++.mike/p9706.C: Likewise
3532         * g++.old-deja/g++.mike/p10416.C: Likewise
3533         * g++.old-deja/g++.mike/p11667.C: Likewise
3534         * g77.f-torture/compile/20010519-1.f: Remove reference to Convex.
3535         Remove redundant reference to Iris.
3536         * gcc.dg/20020312-2.c: Remove references to AMD A29K, Clipper, Convex,
3537         Elxsi, i860, Pico Java, and WE32K.
3538
3539 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
3540
3541         * g++.dg/ext/asm4.C: New test.
3542
3543 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3544
3545         PR c++/9030
3546         * g++.dg/template/friend12.C: New test.
3547         * g++.dg/template/friend13.C: Likewise.
3548         * g++.old-deja/g++.eh/spec6.C: Add missing error message.
3549
3550 2003-01-08  Jan Hubicka  <jh@suse.cz>
3551
3552         * gcc.dg/i386-cadd.c: New test.
3553         * gcc.dg/i386-cmov4.c: Likewise.
3554
3555 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
3556
3557         PR c++/9165
3558         * g++.dg/warn/Wunused-3.C: New test.
3559
3560         * g++.dg/abi/bitfield9.C: New test.
3561
3562         PR c++/9189
3563         * g++.dg/parse/defarg3.C: New test.
3564
3565 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
3566
3567         * g++.dg/parse/ambig1.C: New test.
3568         * g++.dg/parse/defarg2.C: New test.
3569
3570 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
3571
3572         * g++.dg/template/defarg-1.C: New test.
3573         * g++.dg/template/local2.C: Likewise.
3574
3575 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
3576
3577         * gcc.c-torture/execute/20030105-1.c: New test.
3578
3579 2003-01-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3580
3581         * g++.dg/parse/namespace3.C: Remove extra semicolons.
3582         * g++.dg/parse/namespace4.C: Likewise.
3583
3584 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3585
3586         * g++.dg/template/ntp2.C: New test.
3587
3588 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
3589
3590         * g++.dg/parse/extern-C-1.C: New test.
3591
3592         * g++.dg/parse/namespace4.C: New test.
3593
3594         * g++.dg/template/nested1.C: New test.
3595
3596         * g++.dg/parse/namespace3.C: New test.
3597
3598 2003-01-02  Nathanael Nerode  <neroden@gcc.gnu.org>
3599
3600         * g++.dg/lookup/two-stage1.C: New test.
3601
3602 2003-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3603
3604         * g++.old-deja/g++.bugs/900404_04.C: Remove XFAIL.
3605         * g++.old-deja/g++.jason/access8.C: Likewise.
3606         * g++.old-deja/g++.other/decl5.C: Likewise.
3607
3608 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
3609
3610         * g++.dg/parse/parse7.C: New test.
3611
3612 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
3613
3614         PR c++/2843
3615         * g++.dg/ext/attrib7.C: New test.
3616
3617 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
3618
3619         * g++.dg/parse/parse6.C: New test.
3620
3621 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
3622
3623         * gcc.dg/h8300-stack-1.c: New.
3624
3625 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3626
3627         g++.dg/lookup/exception1.C: New test.
3628
3629         g++.dg/lookup/template1.C: New test.
3630
3631         g++.dg/parse/namespace2.C: New test.
3632
3633         g++.dg/parse/parens2.C: New test.
3634
3635 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3636
3637         * g++.dg/parse/parse5.C: New test.
3638         * g++.dg/lookup/scoped4.C: New test.
3639
3640 2003-01-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3641
3642         * g++.dg/parse/parens1.C: New test.
3643
3644         * g++.dg/parse/parens2.C: Removed, turned out to duplicate
3645         angle-bracket1.C.
3646         * g++.dg/parse/parens2.C: New test.
3647
3648         * g++.dg/lookup/scope-operator1.C: New test.
3649
3650         * g++.dg/parse/operator1.C: New test.
3651
3652 2003-01-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3653
3654         * g++.old-deja/g++.jason/ambig3.C: Remove XFAIL.
3655         * g++.old-deja/g++.other/access6.C: Likewise.
3656         * g++.old-deja/g++.other/decl1.C: Likewise.
3657         * g++.old-deja/g++.pt/typename12.C: Likewise.
3658
3659 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
3660
3661         * g++.dg/parse/namespace1.C: New test.
3662
3663 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3664
3665         * g++.dg/parse/parse4.C: New test.
3666
3667 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3668
3669         * g++.dg/parse/parse3.C: New test.
3670
3671 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3672
3673         * g++.dg/parse/parse2.C: New test.
3674
3675 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3676
3677         * g++.dg/template/friend11.C: New test.
3678
3679 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
3680
3681         * g++.dg/parse/parse1.C: New test.
3682
3683 2002-12-31  Janis Johnson  <janis187@us.ibm.com>
3684
3685         * lib/profopt.exp: Change the name of a global variable to avoid
3686         possible clashes with other test suites.
3687
3688 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
3689
3690         * g++.dg/inherit/covariant8.C: New test.
3691
3692 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
3693
3694         * g++.dg/init/array9.C: New test.
3695
3696         PR c++/9112
3697         * g++.dg/parse/expr1.C: New test.
3698
3699 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
3700
3701         * gcc.c-torture/compile/20021230-1.c: New test.
3702
3703 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
3704
3705         * g++.dg/inherit/covariant5.C: New test.
3706         * g++.dg/inherit/covariant6.C: New test.
3707         * g++.dg/inherit/covariant7.C: New test.
3708
3709 2002-12-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3710
3711         PR c++/2739
3712         * g++.dg/other/access2.C: New test.
3713
3714 2002-12-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3715
3716         * g++.dg/other/anon-struct.C: No longer fails
3717         * g++.old-deja/g++.brendan/parse4.C: Likewise.
3718         * g++.old-deja/g++.brendan/parse5.C: Likewise.
3719         * g++.old-deja/g++.brendan/parse6.C: Likewise.
3720
3721 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3722
3723         * g++.dg/parse/angle-bracket.C (main): No longer fails.
3724
3725 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
3726
3727         * g++.dg/eh/spec4.C: Remove stray semicolon.
3728         * g++.dg/expr/pmf-1.C: Change error message.
3729         * g++.dg/ext/asm1.C: Remove stray semicolon.
3730         * g++.dg/ext/typename1.C: Add missing typenames.
3731         * g++.dg/inherit/template-as-base.C: Change error message.
3732         * g++.dg/lookup/scoped1.C: Likewise.
3733         * g++.dg/lookup/scoped2.C: Likewise.
3734         * g++.dg/lookup/using2.C: Likewise.
3735         * g++.dg/other/component1.C: Remove stray semicolon.
3736         * g++.dg/other/do1.C: Change error message.
3737         * g++.dg/other/error2.C: Likewise.
3738         * g++.dg/other/init1.C: Likewise.
3739         * g++.dg/other/packed1.C: Remove stray semicolon.
3740         * g++.dg/other/ptrmem2.C: Change error message.
3741         * g++.dg/parse/parameter-declaration-1.C: Remove line number
3742         marker.
3743         * g++.dg/special/initp1.C: Remove invalid attribute usage.
3744         * g++.dg/template/access3.C: Add typename keyword.
3745         * g++.dg/template/access5.C: Remove stray semicolon.
3746         * g++.dg/template/access6.C: Likewise.
3747         * g++.dg/template/complit1.C: Likewise.
3748         * g++.dg/template/crash1.C: Change error message.
3749         * g++.dg/template/inherit2.C: Remove stray semicolon.
3750         * g++.dg/template/instantiate2.C: Likewise.
3751         * g++.dg/template/instantiate3.C: Change error message.
3752         * g++.dg/template/qual1.C: Remove stray semicolon.
3753         * g++.dg/template/qualttp18.C: Change error message.
3754         * g++.dg/template/ref1.C: Remove stray semicolon.
3755         * g++.dg/template/sizeof1.C (A::value): Declare it.
3756         * g++.dg/template/spec4.C: Change error message.
3757         * g++.dg/template/static1.C: Likewise.
3758         * g++.dg/template/type1.C: Likewise.
3759         * g++.dg/template/typename3.C: Likewise.
3760         * g++.old-deja/g++.benjamin/13478.C: Change error message.
3761         * g++.old-deja/g++.benjamin/15799.C: Remove stray semicolon.
3762         * g++.old-deja/g++.benjamin/bool01.C: Likewise.
3763         * g++.old-deja/g++.benjamin/bool02.C: Likewise.
3764         * g++.old-deja/g++.benjamin/p13417.C: Now fails due to use of
3765         named return value extension.
3766         * g++.old-deja/g++.benjamin/tem06.C: Remove stray semicolon.
3767         * g++.old-deja/g++.benjmain/warn01.C: Likewise.
3768         * g++.old-deja/g++.bob/extern_C.C: Likewise.
3769         * g++.old-deja/g++.bob/inherit2.C: Likewise.
3770         * g++.old-deja/g++.brendan/complex1.C: Likewise.
3771         * g++.old-deja/g++.brendan/copy5.C: Likewise.
3772         * g++.old-deja/g++.brendan/crash13.C: Likewise.
3773         * g++.old-deja/g++.brendan/crash15.C: Likewise.
3774         * g++.old-deja/g++.brendan/crash18.C: Change error message.
3775         * g++.old-deja/g++.brendan/crash37.C: Remove stray semicolon.
3776         * g++.old-deja/g++.brendan/crash38.C: Likewise.
3777         * g++.old-deja/g++.brendan/crash50.C: Likewise.
3778         * g++.old-deja/g++.brendan/crash56.C: Likewise.
3779         * g++.old-deja/g++.brendan/crash6.C: Use explicit specialization
3780         syntax.
3781         * g++.old-deja/g++.brendan/crash66.C: Remove stray semicolon.
3782         * g++.old-deja/g++.brendan/crash8.C: Change error message.
3783         * g++.old-deja/g++.brendan/ctors1.C: Remove stray semicolon.
3784         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
3785         * g++.old-deja/g++.brendan/shadow1.C: Likewise.
3786         * g++.old-deja/g++.brendan/template11.C: Likewise.
3787         * g++.old-deja/g++.brendan/template26.C: Likewise.
3788         * g++.old-deja/g++.brendan/template27.C: Use explicit
3789         specialization syntax.
3790         * g++.old-deja/g++.brendan/template30.C: Likewise.
3791         * g++.old-deja/g++.brendan/template5.C: Remove stray semicolon.
3792         * g++.old-deja/g++.brendan/visibility3.C: Account for use of
3793         non-dependent names.
3794         * g++.old-deja/g++.brendan/warnings4.C: Remove stray semicolon.
3795         * g++.old-deja/g++.brendan/warnings7.C: Likewise.
3796         * g++.old-deja/g++.bugs/900121_02.C: Likewise.
3797         * g++.old-deja/g++.eh/catchptr1.C: Likewise.
3798         * g++.old-deja/g++.ext/addrfunc4.C: Likewise.
3799         * g++.old-deja/g++.ext/namedret1.C: Now fails due to use of
3800         named return value extension.
3801         * g++.old-deja/g++.ext/namedret2.C: Likewise.
3802         * g++.old-deja/g++.ext/namedret3.C: Likewise.
3803         * g++.old-deja/g++.ext/return1.C: Likewise.
3804         * g++.old-deja/g++.ext/typename1.C: Add missing typename keywords.
3805         * g++.old-deja/g++.jason/access17.C: Issue more error messages.
3806         * g++.old-deja/g++.jason/access8.C: Likewise.
3807         * g++.old-deja/g++.jason/bool.C: Remove stray semicolon.
3808         * g++.old-deja/g++.jason/destruct.C: Remove incorrect
3809         pseudo-destructor names.
3810         * g++.old-deja/g++.jason/dtor3.C: Remove stray semicolon.
3811         * g++.old-deja/g++.jason/dtor5.C: Remove incorrect
3812         pseudo-destructor names.
3813         * g++.old-deja/g++.jason/opeq3.C: Remove stray semicolon.
3814         * g++.old-deja/g++.jason/overload19.C: Likewise.
3815         * g++.old-deja/g++.jason/overload32.C: Likewise.
3816         * g++.old-deja/g++.jason/parse11.C: Issue error messages about
3817         stray semicolons.
3818         * g++.old-deja/g++.jason/pmem2.C: Remove stray semicolon.
3819         * g++.old-deja/g++.jason/return.C: Likewise.
3820         * g++.old-deja/g++.jason/return2.C: Likewise.
3821         * g++.old-deja/g++.jason/shadow1.C: Likewise.
3822         * g++.old-deja/g++.jason/special.C: Use explicit specialization
3823         syntax.
3824         * g++.old-deja/g++.jason/template10.C: Account for use of
3825         non-dependent names.
3826         * g++.old-deja/g++.jason/template11.C: Use explicit specialization
3827         syntax.
3828         * g++.old-deja/g++.jason/template37.C: Likewise.
3829         * g++.old-deja/g++.law/access4.C: Change error messages.
3830         * g++.old-deja/g++.law/arm13.C:  Remove incorrect
3831         pseudo-destructor names.
3832         * g++.old-deja/g++.law/code-gen5.C: Remove stray semicolon.
3833         * g++.old-deja/g++.law/ctors9.C: Likewise.
3834         * g++.old-deja/g++.law/cvt22.C: Likewise.
3835         * g++.old-deja/g++.law/dtors5.C: Likewise.
3836         * g++.old-deja/g++.law/global-init1.C: Likewise.
3837         * g++.old-deja/g++.law/missed-error3.C: Likewise.
3838         * g++.old-deja/g++.law/operators28.C: Likewise.
3839         * g++.old-deja/g++.law/visibility28.C: Likewise.
3840         * g++.old-deja/g++.martin/eval1.C: Likewise.
3841         * g++.old-deja/g++.martin/pmf2.C: Remove qualifier in constructor
3842         name.
3843         * g++.old-deja/g++.mike/hog1.C: Remove stray semicolon.
3844         * g++.old-deja/g++.mike/net34.C: Likewise.
3845         * g++.old-deja/g++.mike/net36.C: Likewise.
3846         * g++.old-deja/g++.mike/ns2.C: Likewise.
3847         * g++.old-deja/g++.mike/p12306.C: Likewise.
3848         * g++.old-deja/g++.mike/p646.C: Adjust for removal of named return
3849         value extension.
3850         * g++.old-deja/g++.mike/p700.C: Likewise.
3851         * g++.old-deja/g++.mike/p701.C: Remove stray semicolon.
3852         * g++.old-deja/g++.mike/p710.C: Likewise.
3853         * g++.old-deja/g++.mike/p784.C: Adjust for removal of named return
3854         value extension.
3855         * g++.old-deja/g++.mike/pmf7.C: Remove stray semicolon.
3856         * g++.old-deja/g++.mike/pmf9.C: Likewise.
3857         * g++.old-deja/g++.ns/crash2.C: Likewise.
3858         * g++.old-deja/g++.ns/crash3.C: Likewise.
3859         * g++.old-deja/g++.ns/invalid1.C: Likewise.
3860         * g++.old-deja/g++.ns/ns17.C: Likewise.
3861         * g++.old-deja/g++.ns/template16.C: Likewise.
3862         * g++.old-deja/g++.ns/template5.C: Remove invalid use of template
3863         keyword.
3864         * g++.old-deja/g++.ns/template6.C: Remove stray semicolon.
3865         * g++.old-deja/g++.ns/using9.C: Remove stray semicolon.
3866         * g++.old-deja/g++.oliva/nameret1.C: Now fails due to use of
3867         named return value extension.
3868         * g++.old-deja/g++.oliva/nameret2.C: Likewise.
3869         * g++.old-deja/g++.other/access4.C: Issue additional error
3870         messages.
3871         * g++.old-deja/g++.other/array6.C: Remove stray semicolon.
3872         * g++.old-deja/g++.other/crash1.C: Isue additional error messages.
3873         * g++.old-deja/g++.other/crash11.C: Add missing class-key.
3874         * g++.old-deja/g++.other/crash25.C: Change error message.
3875         * g++.old-deja/g++.other/crash4.C: Change error message.
3876         * g++.old-deja/g++.other/debug7.C: Remove stray semicolon.
3877         * g++.old-deja/g++.other/decl5.C: Issue more error messages.
3878         * g++.old-deja/g++.other/defarg7.C: Remove circular dependency
3879         checks.
3880         * g++.old-deja/g++.other/defarg8.C: Likewise.
3881         * g++.old-deja/g++.other/dtor1.C: Remove stray semicolon.
3882         * g++.old-deja/g++.other/dtor10.C: Likewise.
3883         * g++.old-deja/g++.other/incomplete.C: Likewise.
3884         * g++.old-deja/g++.other/linkage7.C: Likewise.
3885         * g++.old-deja/g++.other/lookup19.C: Now fails due to corrected
3886         lookup algorithm.
3887         * g++.old-deja/g++.other/mangle2.C: Likewise.
3888         * g++.old-deja/g++.other/refinit2.C: Likewise.
3889         * g++.old-deja/g++.other/sizeof2.C: Change error messages.
3890         * g++.old-deja/g++.other/std1.C: Remove stray semicolon.
3891         * g++.old-deja/g++.pt/crash28.C: Likewise.
3892         * g++.old-deja/g++.pt/crash29.C: Use explicit specialization
3893         syntax.
3894         * g++.old-deja/g++.pt/crash32.C: Change error message.
3895         * g++.old-deja/g++.pt/crash43.C: Adjust error messages.
3896         * g++.old-deja/g++.pt/crash58.C: Remove stray semicolon.
3897         * g++.old-deja/g++.pt/crash65.C: Tweak to acount for change in
3898         error message position.
3899         * g++.old-deja/g++.pt/defarg5.C: Remove stray semicolon.
3900         * g++.old-deja/g++.pt/defarg8.C: Change error message.
3901         * g++.old-deja/g++.pt/eichin01.C: Use explicit specialization
3902         syntax.
3903         * g++.old-deja/g++.pt/eichin01a.C: Define static data members.
3904         * g++.old-deja/g++.pt/eichin01b.C: Likewise.
3905         * g++.old-deja/g++.pt/enum7.C: Remove stray semicolon.
3906         * g++.old-deja/g++.pt/explicit12.C: Remove invalid use of template
3907         keyword.
3908         * g++.old-deja/g++.pt/explicit31.C: Likewise.
3909         * g++.old-deja/g++.pt/explicit33.C: Remove stray semicolon.
3910         * g++.old-deja/g++.pt/explicit35.C: Remove invalid use of template
3911         keyword.
3912         * g++.old-deja/g++.pt/explicit71.C: Change error message.
3913         * g++.old-deja/g++.pt/explicit80.C: Use explicit specialization
3914         syntax.
3915         * g++.old-deja/g++.pt/friend28.C: Account for use of
3916         non-dependent names.
3917         * g++.old-deja/g++.pt/friend29.C: Likewise.
3918         * g++.old-deja/g++.pt/friend46.C: Adjust for correct name lookup
3919         rules.
3920         * g++.old-deja/g++.pt/friend48.C: Remove stray semicolon.
3921         * g++.old-deja/g++.pt/instantiate1.C: Use correct class-key.
3922         * g++.old-deja/g++.pt/instantiate11.C: Adjust for correct name
3923         lookup rules.
3924         * g++.old-deja/g++.pt/instantiate8.C: Remove stray semicolon.
3925         * g++.old-deja/g++.pt/instantiate9.C: Insert missing typename
3926         keyword.
3927         * g++.old-deja/g++.pt/memclass20.C: Likewise.
3928         * g++.old-deja/g++.pt/memclass5.C: Likewise.
3929         * g++.old-deja/g++.pt/memclass7.C: Remove invalid use of template
3930         keyword.
3931         * g++.old-deja/g++.pt/memtemp75.C: Likewise.
3932         * g++.old-deja/g++.pt/memtemp81.C: Remove stray semicolon.
3933         * g++.old-deja/g++.pt/memtemp87.C: Add missing access specifier.
3934         * g++.old-deja/g++.pt/overload13.C: Correct error messages.
3935         * g++.old-deja/g++.pt/parms2.C: Add missing typename keyword.
3936         * g++.old-deja/g++.pt/ptrmem1.C: Remove invalid use of template
3937         keyword.
3938         * g++.old-deja/g++.pt/spec10.C: Likewise.
3939         * g++.old-deja/g++.pt/spec28.C: Reorder declarations.
3940         * g++.old-deja/g++.pt/t10.C: Add explicit specialization syntax.
3941         * g++.old-deja/g++.pt/t32.C: Remove stray semicolon.
3942         * g++.old-deja/g++.pt/t35a.C: Add explicit specialization syntax.
3943         * g++.old-deja/g++.pt/ttp24.C: Remove stray semicolon.
3944         * g++.old-deja/g++.pt/ttp62.C: Likewise.
3945         * g++.old-deja/g++.pt/ttp64.C: Likewise.
3946         * g++.old-deja/g++.pt/typename11.C: Add missing typename keyword.
3947         * g++.old-deja/g++.pt/typename15.C: Likewise.
3948         * g++.old-deja/g++.pt/typename22.C: Likewise.
3949         * g++.old-deja/g++.pt/typename6.C: Change error messages.
3950         * g++.old-deja/g++.pt/using1.C: Remove stray semicolon.
3951         * g++.old-deja/g++.pt/virtual2.C: Likewise.
3952         * g++.old-deja/g++.robertl/eb118.C: Add explicit specialization
3953         syntax.
3954         * g++.old-deja/g++.robertl/eb27.C: Now fails due to use of named
3955         return value extension.
3956         * g++.old-deja/g++.robertl/eb43.C: Remove stray semicolon.
3957         * g++.old-deja/g++.robertl/eb79.C: Correct for new name lookup rules.
3958         * g++.old-deja/g++.robertl/eb82.C: Remove stray semicolons.
3959         * g++.old-deja/g++.robertl/eb86.C: Add missing forward declaration.
3960
3961 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
3962
3963         * g++.dg/warn/inline1.C: New test.
3964         * g++.old-deja/g++.brendan/crash64.C: Remove spurious inlines.
3965         * g++.old-deja/g++.jason/synth10.C: Likewise.
3966         * g++.old-deja/g++.mike/net31.C: Likewise.
3967         * g++.old-deja/g++.mike/p8786.C: Likewise.
3968
3969         * g++.dg/template/friend10.C: New test.
3970         * g++.dg/template/conv5.C: New test.
3971
3972 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
3973
3974         * g++.dg/lookup/scoped3.C: New test.
3975
3976         * g++.dg/lookup/decl1.C: New test.
3977         * g++.dg/lookup/decl2.C: New test.
3978
3979 2002-12-24  Joseph S. Myers  <jsm@polyomino.org.uk>
3980
3981         * g++.dg/init/new1.C, g++.dg/template/alignof1.C,
3982         gcc.c-torture/compile/20021015-1.c,
3983         gcc.c-torture/compile/20021015-2.c,
3984         gcc.c-torture/compile/20021123-1.c,
3985         gcc.c-torture/compile/20021123-2.c,
3986         gcc.c-torture/compile/20021123-3.c,
3987         gcc.c-torture/compile/20021123-4.c,
3988         gcc.c-torture/execute/20021024-1.c: Add tests previously added
3989         only to 3.1 or 3.2 branch.
3990
3991 2002-12-23  Mark Mitchell  <mark@codesourcery.com>
3992
3993         * gcc.dg/i386-bitfield3.c: New test.
3994
3995         * gcc.dg/i386-bitfield2.c: New test.
3996
3997 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
3998
3999         * g++.dg/parse/conv_op1.C: New test.
4000
4001 2002-12-21  Josef Zlomek  <zlomekj@suse.cz>
4002
4003         * gcc.c-torture/compile/20021220-1.c: Removed until bug fix is
4004         approved.
4005
4006 2002-12-20  Josef Zlomek  <zlomekj@suse.cz>
4007
4008         * gcc.c-torture/compile/20021220-1.c: New test.
4009
4010 2002-12-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
4011
4012         * gcc.dg/i386-fastcall-1.c: New.
4013
4014 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4015
4016         * gcc.c-torture/execute/20021219-1.c: New test.
4017
4018 2002-12-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4019
4020         * gcc.dg/i386-pic-1.c: New test.
4021
4022 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4023
4024         PR c++/8099
4025         * g++.dg/template/friend9.C: New test.
4026
4027 2002-11-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4028
4029         PR c++/3663
4030         * g++.dg/template/access7.C: New test.
4031
4032 2002-12-18  Nick Clifton  <nickc@redhat.com>
4033
4034         * lib/g++.exp (g++_include_flags): Only invoke testsuite_flags if
4035         the libstdc++-v3 directory has been found.
4036
4037 2002-12-12  Devang Patel <dpatel@apple.com>
4038         * gcc.dg/darwin-ld-1.c: New test.
4039         * gcc.dg/darwin-ld-2.c: New test.
4040         * gcc.dg/darwin-ld-3.c: New test.
4041         * gcc.dg/darwin-ld-4.c: New test.
4042         * gcc.dg/darwin-ld-5.c: New test.
4043
4044 2002-12-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
4045
4046         * gcc.c-torture/compile/20021212-1.c: New test.
4047
4048 2002-12-11  Neil Booth  <neil@daikokuya.co.uk>
4049
4050         * gcc.dg/fshort-wchar: New test.
4051
4052 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
4053
4054         PR c++/8372
4055         * g++.dg/template/dtor1.C: New test.
4056
4057         * g++.old-deja/g++.ext/memconst.C: Use old-deja, not dg, error
4058         markers.
4059
4060 2002-12-10  Jakub Jelinek  <jakub@redhat.com>
4061
4062         * g++.dg/parse/parameter-declaration-1.C: Expect error on last line.
4063
4064 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
4065
4066         * g++.dg/template/static1.C: New test.
4067         * g++.dg/template/static2.C: New test.
4068         * g++.old-deja/g++.ext/memconst.C: New test.
4069
4070 2002-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4071
4072         * g++.dg/special/conpr-2.C: Expect failure on solaris2.
4073         * g++.dg/special/ecos.exp (conpr-3.C): Likewise.
4074         * g++.dg/special/initp1.C: Likewise.
4075
4076 2002-12-06  Jakub Jelinek  <jakub@redhat.com>
4077
4078         * gcc.c-torture/execute/20021204-1.c: New test.
4079
4080 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
4081
4082         * gcc.dg/ppc-fmadd-1.c: New file.
4083         * gcc.dg/ppc-fmadd-2.c: New file.
4084         * gcc.dg/ppc-fmadd-3.c: New file.
4085
4086 2002-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4087
4088         * gcc.c-torture/compile/20021204-1.c: New test.
4089
4090 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4091
4092         * g++.dg/inherit/covariant2.C: New test.
4093         * g++.dg/inherit/covariant3.C: New test.
4094         * g++.dg/inherit/covariant4.C: New test.
4095         * g++.dg/inherit/covariant1.C: Remove XFAIL.
4096         * g++.old-deja/g++.robertl/eb17.C: Likewise.
4097
4098 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
4099
4100         PR c++/8688
4101         * g++.dg/init/brace3.C: New test.
4102
4103 2002-12-02  Kazu Hirata  <kazu@cs.umass.edu>
4104
4105         * gcc.dg/20020210-1.c: Fix a comment typo.
4106
4107 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
4108
4109         PR c++/8720
4110         * g++.dg/parse/defarg1.C: New test.
4111
4112         PR c++/8615
4113         * g++.dg/template/char1.C: New test.
4114
4115         * g++.dg/template/varmod1.C: Fix typo.
4116
4117 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4118
4119         DR 180
4120         * g++.old-deja/g++.pt/crash32.C: Expect error.
4121
4122 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
4123
4124         PR c++/5919
4125         * g++.dg/template/varmod1.C: New test.
4126
4127         PR c++/8727
4128         * g++.dg/inherit/typeinfo1.C: New test.
4129
4130         PR c++/8663
4131         * g++.dg/inherit/typedef1.C: New test.
4132
4133 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
4134
4135         PR c++/8332
4136         PR c++/8493
4137         * g++.dg/template/strlen1.C: New test.
4138
4139         PR c++/8227
4140         * g++.dg/template/ctor2.C: New test.
4141
4142         PR c++/8214
4143         * g++.dg/init/string1.C: New test.
4144
4145         PR c++/8511
4146         * g++.dg/template/friend8.C: New test.
4147
4148 2002-11-29  Joe Buck <jbuck@synopsys.com>
4149
4150         * g++.dg/lookup/anon2.C: New test.
4151
4152 2002-11-28  Kazu Hirata  <kazu@cs.umass.edu>
4153
4154         * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
4155         h8300 port.
4156
4157 2002-11-27  Richard Sandiford  <rsandifo@redhat.com>
4158
4159         * gcc.dg/bitfld-6.c: New test.
4160
4161 2002-11-27  Jan Hubicka  <jh@suse.cz>
4162
4163         * gcc.c-torture/execute/20021127.[cx]: New test.
4164
4165 2002-11-26  Jan Hubicka  <jh@suse.cz>
4166
4167         * gcc.dg/i386-cmov[123].c: New tests for conditional move code
4168         quality.
4169
4170 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
4171
4172         * g++.dg/init/brace2.C: New test.
4173         * g++.old-deja/g++.mike/p9129.C: Correct.
4174
4175 2002-11-26  Mark Mitchell  <mark@codesourcery.com>
4176
4177         * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
4178
4179 2002-11-25  Andreas Bauer  <baueran@in.tum.de>
4180
4181         * gcc.dg/sibcall-6: New test for indirect sibcalls.
4182
4183 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
4184
4185         * testsuite/g++.dg/abi/empty11.C: New test.
4186         * testsuite/g++.dg/rtti/cv1.C: New test.
4187
4188 2002-11-25  Hans-Peter Nilsson  <hp@bitrange.com>
4189
4190         * lib/prune.exp: Prune more -fpic/-fPIC warnings.
4191
4192 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
4193
4194         * g++.dg/abi/empty10.C: New test.
4195
4196 2002-11-24  Eric Botcazou  <ebotcazou@libertysurf.fr>
4197
4198         * gcc.c-torture/compile/20021124-1.c: New test.
4199
4200 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
4201
4202         * g++.dg/abi/rtti2.C: New test.
4203
4204 2002-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4205
4206         * gcc.dg/i386-unroll-1.c: New test.
4207
4208 2002-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
4209
4210         * gcc.c-torture/compile/20021120-1.c: New test.
4211         * gcc.c-torture/compile/20021120-2.c: New test.
4212
4213 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4214
4215         * gcc.dg/bitfld-5.c: New test.
4216
4217 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4218
4219         * gcc.c-torture/execute/20021120-3.c: New test.
4220
4221 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4222
4223         * gcc.c-torture/execute/20021120-2.c: New test.
4224
4225 2002-11-20  Richard Sandiford  <rsandifo@redhat.com>
4226
4227         * gcc.c-torture/execute/20021120-1.c: New test.
4228
4229 2002-11-20  Jakub Jelinek  <jakub@redhat.com>
4230
4231         * gcc.c-torture/execute/20021118-3.c: New test.
4232
4233 2002-11-19  Eric Botcazou  <ebotcazou@libertysurf.fr>
4234
4235         * gcc.c-torture/compile/20021119-1.c: New test.
4236
4237 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
4238
4239         * gcc.dg/duff-1.c: New test.
4240         * gcc.dg/duff-2.c: New test.
4241         * gcc.dg/duff-3.c: New test.
4242
4243 2002-11-18  Neil Booth  <neil@daikokuya.co.uk>
4244
4245         * gcc.dg/cpp/_Pragma5.c: New test.
4246
4247 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4248
4249         * gcc.c-torture/execute/20021118-2.c: New test.
4250
4251 2002-11-18  Richard Sandiford  <rsandifo@redhat.com>
4252
4253         * gcc.c-torture/execute/20021118-1.c: New test.
4254
4255 2002-11-16  Jakub Jelinek  <jakub@redhat.com>
4256
4257         * gcc.dg/20021116-1.c: New test.
4258
4259 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
4260
4261         * g++.dg/abi/vcall1.C: New test.
4262
4263 2002-11-14  Jakub Jelinek  <jakub@redhat.com>
4264
4265         * gcc.dg/20021029-1.c: New test.
4266         * gcc.dg/20021029-2.c: New test.
4267
4268 2002-11-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4269
4270         * g++.dg/abi/vague1.C (dg-final): Return if target is hppa*-*-hpux*.
4271
4272 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4273
4274         PR c/8439
4275         * gcc.dg/20021110.c: Move to ...
4276         * gcc.c-torture/compile/20021110.c: .... here.
4277
4278 2002-11-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4279
4280         PR c/8467
4281         * gcc.c-torture/execute/20021111-1.c
4282
4283 2002-11-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
4284
4285         PR c/8439
4286         * gcc.dg/20021110.c: New test.
4287
4288 2002-11-10  Mark Mitchell  <mark@codesourcery.com>
4289
4290         * g++.dg/abi/vthunk3.C: Run only on x86.
4291
4292 2002-11-10  Joseph S. Myers  <jsm@polyomino.org.uk>
4293
4294         * gcc.dg/c90-idem-qual-2.c, gcc.dg/c99-idem-qual-2.c: New tests.
4295
4296 2002-11-09  Hans-Peter Nilsson  <hp@bitrange.com>
4297
4298         * lib/compat.exp (compat-execute): Fix logic error in last
4299         change.
4300
4301 2002-11-09  Neil Booth  <neil@daikokuya.co.uk>
4302
4303         * gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
4304
4305 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4306
4307         PR c++/8389
4308         * g++.dg/template/access6.C: New test.
4309
4310 2002-11-08  Jan Hubicka  <jh@suse.cz>
4311
4312         * gcc.dg/i386-ssefp-1.c: New test.
4313         * gcc.dg/i386-ssefp-1.c: New test.
4314
4315 2002-11-08  Jan Hubicka  <jh@suse.cz>
4316
4317         * gcc.c-torture/compile/20021108-1.c: New testcase for x86-64 failure.
4318
4319 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4320
4321         * g++.dg/abi/vthunk3.C: New test.
4322
4323         PR c++/8338
4324         * g++.dg/template/crash2.C: New test.
4325
4326 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
4327
4328         * testsuite/g++.dg/abi/dtor1.C: New test.
4329         * testsuite/g++.dg/abi/dtor2.C: Likewise.
4330
4331 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
4332
4333         * g++.old-deja/g++.eh/badalloc1.C: XFAIL excess errors test on
4334         Darwin.
4335
4336 2002-11-04  Adam Nemet  <anemet@lnxw.com>
4337
4338         * gcc.c-torture/execute/941014-1.x: thumb-elf was deprecated, use
4339         -mthumb.  Only xfail with -O0.
4340
4341 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
4342
4343         * g++.dg/abi/thunk1.C: New test.
4344         * g++.dg/abi/thunk2.C: Likewise.
4345         * g++.dg/abi/vtt1.C: Likewise.
4346
4347 2002-11-02  Diego Novillo  <dnovillo@redhat.com>
4348
4349         PR optimization/8423
4350         * gcc.c-torture/execute/builtin-constant.c: New test.
4351
4352 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
4353
4354         * g++.dg/ext/typedef-init.C, gcc.dg/typedef-init.C:
4355         Add some more cases.
4356
4357 2002-11-01  Mark Mitchell  <mark@codesourcery.com>
4358
4359         PR c++/8391
4360         * g++.dg/opt/local1.C: New test.
4361
4362 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
4363
4364         PR c++/8160
4365         * g++.dg/template/complit1.C: New test.
4366
4367         PR c++/8149
4368         * g++.dg/template/typename4.C: Likewise.
4369
4370 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4371
4372         Core issue 287, PR c++/7639
4373         * g++.dg/template/instantiate1.C: Adjust error location.
4374         * g++.dg/template/instantiate3.C: New test.
4375         * g++.old-deja/g++.pt/crash10.C: Adjust error location.
4376         * g++.old-deja/g++.pt/derived3.C: Adjust error location.
4377         * g++.old-deja/g++.pt/spec28.C: Reorder declaration.
4378
4379 2002-10-29  Hans-Peter Nilsson  <hp@bitrange.com>
4380
4381         * lib/compat.exp (compat-execute): Don't clean out a gluefile.
4382
4383 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
4384
4385         PR c++/8287
4386         * g++.dg/init/dtor2.C: New test.
4387
4388 2002-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4389
4390         * gcc.dg/20021014-1.c: Bypass errors on solaris2 and irix6.
4391         * gcc.dg/nest.c: Bypass errors on irix6.
4392
4393 2002-10-27  Hans-Peter Nilsson  <hp@bitrange.com>
4394
4395         * gcc.dg/nest.c: Expect error for mmix-*-*.
4396         * gcc.dg/20021014-1.c: Use dg-error, not dg-build.
4397
4398 2002-10-26  Hans-Peter Nilsson  <hp@bitrange.com>
4399
4400         * gcc.dg/wint_t-1.c, gcc.dg/wchar_t-1.c: Remove excess-errors
4401         markers.
4402
4403         * gcc.dg/20021014-1.c: Expect build failure on mmix-*-*.
4404
4405 2002-10-25  Mike Stump  <mrs@apple.com>
4406
4407         * gcc.dg/warn-1.c: New test.
4408
4409 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4410
4411         * g++.dg/template/typename3.C: New test.
4412
4413 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
4414
4415         * g++.dg/lookup/ptrmem1.C: New test.
4416
4417         * g++.dg/abi/vthunk2.C: New test.
4418
4419 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
4420
4421         * g++.dg/ext/vla1.C, gcc.dg/vla-2.c: New tests.
4422
4423 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
4424
4425         * g++.dg/abi/empty9.C: New test.
4426
4427 2002-10-24  Richard Henderson  <rth@redhat.com>
4428
4429         * g++.dg/inherit/thunk1.C: Enable for ia64.
4430
4431 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4432
4433         PR c++/8067
4434         * g++.dg/lookup/pretty1.C: New test.
4435
4436 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
4437
4438         * gcc.dg/20021023-1.c: New test.
4439
4440 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
4441
4442         PR c++/7679
4443         * g++.dg/parse/inline1.C: New test.
4444
4445 2002-10-23  Richard Henderson  <rth@redhat.com>
4446
4447         * g++.dg/inherit/thunk1.C: Enable for x86_64.
4448
4449         * g++.dg/inherit/thunk1.C: Enable for s390 and alpha.
4450
4451 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
4452
4453         PR c++/6579
4454         * g++.dg/parse/stmtexpr3.C: New test.
4455
4456 2002-10-22  Nathan Sidwell  <nathan@codesourcery.com>
4457
4458         * g++.dg/expr/cond1.C: New test.
4459
4460 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4461
4462         * gcc.dg/sibcall-5.c: Correct { dg-do run } line.
4463
4464 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4465
4466         * g++.dg/abi/vbase13.C: New test.
4467         * g++.dg/abi/vbase14.C: Likewise.
4468
4469 2002-10-21  Jakub Jelinek  <jakub@redhat.com>
4470
4471         * gcc.dg/tls/pic-1.c: New test.
4472         * gcc.dg/tls/nonpic-1.c: New test.
4473         * gcc.dg/20021018-1.c: New test.
4474
4475 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4476
4477         * lib/profopt.exp (profopt-cleanup): New argument TESTCASE.
4478         Remove only files with the same base name as the test case.
4479         (profopt-perf-value): Pass TESTCASE to profopt-cleanup.
4480         (profopt-execute): Likewise.  Also, remove old profiling
4481         and performance data files before running the tests.
4482
4483         * gcc.misc-tests/bprob.exp: Remove profopt-cleanup calls.
4484         * g++.dg/bprob/bprob.exp: Likewise.
4485         * g77.dg/bprob/bprob.exp: Likewise.  Also, relax regexp
4486         to allow more general test case names.
4487
4488         * g++.dg/bprob/bprob-1.C: Rename to ...
4489         * g++.dg/bprob/g++-bprob-1.C: ... this.
4490
4491         * g77.dg/bprob/bprob-1.f: Rename to ...
4492         * g77.dg/bprob/g77-bprob-1.f: ... this.
4493
4494 2002-10-21  Zack Weinberg  <zack@codesourcery.com>
4495
4496         * gcc.dg/noncompile/920923-1.c: Prevent spurious regressions with
4497         bison 1.50 or later.
4498
4499 2002-10-21  Janis Johnson  <janis187@us.ibm.com>
4500
4501         * g++.dg/README: Describe more test directories.
4502
4503 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4504
4505         * g++.dg/init/array6.C: Add additional tests.
4506
4507 2002-10-21  Ulrich Weigand  <uweigand@de.ibm.com>
4508
4509         * gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
4510         * gcc.misc-tests/linkage.exp: Handle s390x targets in -m31 mode.
4511
4512 2002-10-21  Kazu Hirata  <kazu@cs.umass.edu>
4513
4514         * gcc.c-torture/compile/20020604-1.x: New.
4515         * gcc.c-torture/compile/simd-5.x: Likewise.
4516         * gcc.c-torture/execute/920710-1.x: Likewise.
4517         * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
4518
4519 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
4520
4521         * g++.dg/inherit/override1.C: Add dg-options clause.
4522
4523 2002-10-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4524
4525         * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
4526         _mm_slli_si128.
4527
4528 2002-10-19  Andreas Schwab  <schwab@suse.de>
4529
4530         * lib/compat.exp (compat-run): Prepend "./" when $dest has no
4531         directory component.
4532
4533 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
4534
4535         * g++.dg/inherit/thunk1.C: New test.
4536
4537         * g++.dg/inherit/override1.C: New test.
4538
4539         * g++.dg/abi/mangle11.C: New test.
4540         * g++.dg/abi/mangle14.C: New test.
4541         * g++.dg/abi/mangle17.C: New test.
4542
4543 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
4544
4545         * g++.dg/overload/member2.C: New test.
4546
4547 2002-10-17  Janis Johnson  <janis187@us.ibm.com>
4548
4549         * g++.dg/README: Describe new compat directory.
4550         * g++.dg/dg.exp: Skip tests in compat directory.
4551         * README.compat: New file.
4552         * lib/compat.exp: New expect script.
4553         * g++.dg/compat: New test directory.
4554         * g++.dg/compat/compat.exp: New expect script.
4555         * g++.dg/compat/abi: New test directory.
4556         * g++.dg/compat/abi/bitfield1_x.C, g++.dg/compat/abi/bitfield1_main.C,
4557         g++.dg/compat/abi/bitfield1_y.C, g++.dg/compat/abi/bitfield1.h,
4558         g++.dg/compat/abi/bitfield2_x.C, g++.dg/compat/abi/bitfield2_main.C,
4559         g++.dg/compat/abi/bitfield2_y.C, g++.dg/compat/abi/bitfield2.h,
4560         g++.dg/compat/abi/vbase8-10_x.C, g++.dg/compat/abi/vbase8-10_main.C,
4561         g++.dg/compat/abi/vbase8-10_y.C, g++.dg/compat/abi/vbase8-10.h,
4562         g++.dg/compat/abi/vbase8-21_x.C, g++.dg/compat/abi/vbase8-21_main.C,
4563         g++.dg/compat/abi/vbase8-21_y.C, g++.dg/compat/abi/vbase8-21.h,
4564         g++.dg/compat/abi/vbase8-22_x.C, g++.dg/compat/abi/vbase8-22_main.C,
4565         g++.dg/compat/abi/vbase8-22_y.C, g++.dg/compat/abi/vbase8-22.h,
4566         g++.dg/compat/abi/vbase8-4_x.C, g++.dg/compat/abi/vbase8-4_main.C,
4567         g++.dg/compat/abi/vbase8-4_y.C, g++.dg/compat/abi/vbase8-4.h: New files.
4568         * g++.dg/compat/break: New test directory.
4569         * g++.dg/compat/break/empty6_x.C, g++.dg/compat/break/empty6_main.C,
4570         g++.dg/compat/break/empty6_y.C, g++.dg/compat/break/empty6.h,
4571         g++.dg/compat/break/vbase10_x.C, g++.dg/compat/break/vbase10_main.C,
4572         g++.dg/compat/break/vbase10_y.C, g++.dg/compat/break/vbase10.h,
4573         g++.dg/compat/break/vbase11_x.C, g++.dg/compat/break/vbase11_main.C,
4574         g++.dg/compat/break/vbase11_y.C, g++.dg/compat/break/vbase11.h,
4575         g++.dg/compat/break/bitfield7_x.C, g++.dg/compat/break/bitfield7_main.C,
4576         g++.dg/compat/break/bitfield7_y.C, g++.dg/compat/break/bitfield7.h,
4577         g++.dg/compat/break/bitfield5_x.C, g++.dg/compat/break/bitfield5_main.C,
4578         g++.dg/compat/break/bitfield5_y.C, g++.dg/compat/break/bitfield5.h,
4579         g++.dg/compat/break/README: New files.
4580         * g++.dg/compat/eh: New test directory.
4581         * g++.dg/compat/eh/ctor1_x.C, g++.dg/compat/eh/ctor1_main.C,
4582         g++.dg/compat/eh/ctor1_y.C, g++.dg/compat/eh/ctor1.h,
4583         g++.dg/compat/eh/ctor2_x.C, g++.dg/compat/eh/ctor2_main.C,
4584         g++.dg/compat/eh/ctor2_y.C, g++.dg/compat/eh/ctor2.h,
4585         g++.dg/compat/eh/dtor1_x.C, g++.dg/compat/eh/dtor1_main.C,
4586         g++.dg/compat/eh/dtor1_y.C, g++.dg/compat/eh/dtor1.h,
4587         g++.dg/compat/eh/filter1_x.C, g++.dg/compat/eh/filter1_main.C,
4588         g++.dg/compat/eh/filter1_y.C, g++.dg/compat/eh/filter1.h,
4589         g++.dg/compat/eh/filter2_x.C, g++.dg/compat/eh/filter2_main.C,
4590         g++.dg/compat/eh/filter2_y.C,
4591         g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_main.C,
4592         g++.dg/compat/eh/new1_y.C,
4593         g++.dg/compat/eh/nrv1_x.C, g++.dg/compat/eh/nrv1_main.C,
4594         g++.dg/compat/eh/nrv1_y.C, g++.dg/compat/eh/nrv1.h,
4595         g++.dg/compat/eh/spec3_x.C, g++.dg/compat/eh/spec3_main.C,
4596         g++.dg/compat/eh/spec3_y.C, g++.dg/compat/eh/spec3.h,
4597         g++.dg/compat/eh/template1_x.C, g++.dg/compat/eh/template1_main.C,
4598         g++.dg/compat/eh/template1_y.C, g++.dg/compat/eh/template1.h,
4599         g++.dg/compat/eh/unexpected1_x.C, g++.dg/compat/eh/unexpected1_main.C,
4600         g++.dg/compat/eh/unexpected1_y.C: New files.
4601         * g++.dg/compat/init: New test directory.
4602         * g++.dg/compat/init/array5_x.C, g++.dg/compat/init/array5_main.C,
4603         g++.dg/compat/init/array5_y.C,
4604         g++.dg/compat/init/byval1_x.C, g++.dg/compat/init/byval1_main.C,
4605         g++.dg/compat/init/byval1_y.C, g++.dg/compat/init/byval1.h,
4606         g++.dg/compat/init/dtor1_x.C, g++.dg/compat/init/dtor1_main.C,
4607         g++.dg/compat/init/dtor1_y.C, g++.dg/compat/init/dtor1.h,
4608         g++.dg/compat/init/elide1_x.C, g++.dg/compat/init/elide1_main.C,
4609         g++.dg/compat/init/elide1_y.C, g++.dg/compat/init/elide1.h,
4610         g++.dg/compat/init/init-ref2_x.C, g++.dg/compat/init/init-ref2_main.C,
4611         g++.dg/compat/init/init-ref2_y.C: New files.
4612
4613 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
4614
4615         PR c++/7584
4616         * g++.dg/inherit/using3.C: New test.
4617
4618 2002-10-17  Jan Hubicka  <jh@suse.cz>
4619
4620         * gcc.dg/20021017-2.c: New test.
4621
4622 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
4623
4624         * g++.dg/abi/mangle16.C: Adjust.
4625
4626         * g++.dg/init/array8.C: New test.
4627
4628 2002-10-17  Richard Sandiford  <rsandifo@redhat.com>
4629
4630         * gcc.dg/special/mips-abi.exp: New test.
4631         * gcc.dg/special/mips-abi.s: Empty file used by the above.
4632
4633 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
4634
4635         * g++.dg/abi/mangle16.C: New test.
4636         * g++.dg/abi/mangle17.C: Likewise.
4637
4638         PR c++/7478
4639         * g++.dg/template/ref1.C: New test.
4640
4641 2002-10-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4642
4643         * gcc.c-torture/execute/20020720-1.x: Don't XFAIL for mips.
4644
4645 2002-10-16  Ulrich Weigand  <uweigand@de.ibm.com>
4646
4647         * gcc.dg/weak/typeof-2.c: For S/390 targets, return before baz3 test.
4648
4649 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
4650
4651         PR c++/7524
4652         * g++.dg/init/array7.C: New test.
4653
4654 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
4655
4656         * g++.dg/init/array6.C: New test.
4657
4658         * g++.dg/abi/mangle13.C: Likewise.
4659         * g++.dg/abi/mangle14.C: Likewise.
4660         * g++.dg/abi/mangle15.C: Likewise.
4661
4662 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4663
4664         * g++.dg/abi/empty8.C: New test.
4665
4666 2002-10-15  Nathan Sidwell  <nathan@codesourcery.com>
4667
4668         * g++.dg/init/ctor1.C: New test.
4669
4670 2002-10-15  Ulrich Weigand  <uweigand@de.ibm.com>
4671
4672         * gcc.c-torture/execute/20021015-1.c: New test.
4673
4674 2002-10-15  J"orn Rennecke <joern.rennecke@superh.com>
4675
4676         * gcc.dg/weak/typeof-2.c: For SH targets, return before baz3 test.
4677
4678 2002-10-14  Jan Hubicka  <jh@suse.cz>
4679
4680         * gcc.dg/i386-ssetype-[1-5].c: New tests.
4681
4682 2002-10-14  Richard Henderson  <rth@redhat.com>
4683
4684         * gcc.dg/20020219-1.c: Disable for 16-bit targets.
4685
4686 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4687
4688         PR optimization/6631
4689         * g++.dg/opt/const2.C: New test.
4690
4691 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
4692
4693         PR c++/7176
4694         * g++.dg/parse/friend1.C: New test.
4695         * g++.old-deja/g++.pt/memtemp64.C: Adjust.
4696
4697 2002-10-14  Jakub Jelinek  <jakub@redhat.com>
4698
4699         * gcc.dg/20021014-1.c: New test.
4700
4701 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
4702
4703         PR c++/5661
4704         * g++.dg/ext/vlm1.C: New test.
4705         * g++.dg/ext/vlm2.C: Likewise.
4706
4707         * g++.dg/init/array1.C: Remove invalid braces.
4708         * g++.dg/init/brace1.C: New test.
4709         * g++.dg/init/copy2.C: Likewise.
4710         * g++.dg/init/copy3.C: Likewise.
4711         * g++.old-deja/g++.ext/arrnew.C: Change WARNING to ERROR.
4712         * g++.old-deja/g++.mike/p9129.C: Add ERROR on invalid use of
4713         braces.
4714
4715 2002-10-11  Neil Booth  <neil@daikokuya.co.uk>
4716
4717         * gcc.dg/cpp/assembler.S: Don't use -ansi.
4718
4719 2002-10-11  Richard Shann  <richard.shann@superh.com>
4720
4721         * gcc.c-torture/compile/simd-5.c: New test.
4722
4723 2002-10-10  Roger Sayle  <roger@eyesopen.com>
4724
4725         * gcc.c-torture/execute/shiftopt-1.c: New test case.
4726
4727 2002-10-10  Jim Wilson  <wilson@redhat.com>
4728
4729         * gcc.c-torture/execute/20021010-1.c: New test.
4730
4731 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
4732
4733         PR c/7353
4734         * g++.dg/ext/typedef-init.C: New test.
4735         * gcc.dg/typedef-init.c: New test.
4736
4737 2002-10-09  Neil Booth  <neil@daikokuya.co.uk>
4738
4739         * gcc.dg/cpp/paste13.c: New test.
4740
4741 2002-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4742
4743         * gcc.c-torture/execute/20020720-1.x: Take out sparc XFAILs.  For
4744         remaining platforms, XFAIL during compile, not execute.  Don't
4745         XFAIL at -O0.
4746
4747 2002-10-08  Nathan Sidwell  <nathan@codesourcery.com>
4748
4749         * gcc.dg/alias-1.c: Tweak expected warning.
4750
4751 2002-10-06  D.Venkatasubramanian <dvenkat@noida.hcltech.com>
4752
4753         * gcc.dg/20020411-1.c: Disable for 16-bit "int".
4754
4755 2002-10-06  Andreas Jaeger  <aj@suse.de>
4756
4757         * gcc.dg/cpp/c++98-pedantic.C: Moved to g++.dg/cpp.
4758         * gcc.dg/cpp/c++98.C: Likewise.
4759
4760         * g++.dg/cpp/c++98-pedantic.C: Moved from gcc.dg/cpp to here.
4761         * g++.dg/cpp/c++98.C: Likewise.
4762
4763         * g++.dg/README (Subdirectories): Mention cpp directory.
4764
4765         PR target/7559
4766         * gcc.dg/20021006-1.c: New test.
4767
4768 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4769
4770         PR c++/7804
4771         * g++.dg/other/warning1.C: New test.
4772
4773 2002-10-04  Roger Sayle  <roger@eyesopen.com>
4774
4775         * gcc.c-torture/execute/20020720-1.x:  XFAIL instead of skipping
4776         the test on failing platforms.  Mark sparcv9-*-*, sparc64-*-*
4777         and sparc-*-* with -m64 as expected failures.  See PR 8087.
4778
4779 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
4780
4781         PR c++/7931
4782         * g++.dg/template/ptrmem3.C: New test.
4783
4784         PR c++/7754
4785         * g++.dg/template/union1.C: New test.
4786
4787 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
4788
4789         PR c++/8006
4790         * g++.dg/abi/mangle9.C: New test.
4791         * g++.dg/abi/mangle10.C: New test.
4792         * g++.dg/abi/mangle11.C: New test.
4793         * g++.dg/abi/mangle12.C: New test.
4794
4795 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
4796
4797         PR c++/7188.
4798         * g++.dg/template/meminit1.C: New test.
4799         * g++.dg/warn/Wreorder-1.C: Likewise.
4800         * g++.old-deja/g++.mike/warn3.C: Tweak.
4801         * lib/prune.exp: Ingore "in copy constructor".
4802
4803 2002-10-02  Andreas Jaeger  <aj@suse.de>
4804
4805         * gcc.dg/20020919-1.c, gcc.dg/inline-2.c, gcc.dg/980211-1.c,
4806         gcc.dg/20020103-1.c, gcc.dg/20000614-2.c,
4807         g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.other/asm3.C: Enable
4808         on x86-64.
4809
4810 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
4811
4812         * gcc.dg/empty1.C: Fix typo.
4813
4814 2002-10-01  Nathan Sidwell  <nathan@codesourcery.com>
4815
4816         * gcc.dg/alias-1.c: New test.
4817
4818 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
4819
4820         * gcc.dg/empty1.C: New test.
4821
4822         * g++.dg/tls/init-2.C: Tweak error messages.
4823
4824 2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
4825
4826         * gcc.c-torture/compile/20020923-1.c: New test.
4827
4828 2002-09-30  Jason Thorpe  <thorpej@wasabisystems.com>
4829
4830         * gcc.c-torture/execute/ffs-1.c: New test.
4831         * gcc.c-torture/execute/ffs-2.c: Ditto.
4832
4833 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
4834
4835         * g++.dg/overload/member1.C: New test.
4836
4837 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
4838
4839         * g++.dg/abi/empty7.C: New test.
4840         * g++.dg/init/pm2.C: Likewise.
4841
4842 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
4843
4844         * g++.dg/rtti/crash1.C: New test.
4845
4846 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
4847
4848         * gcc.dg/sibcall-1.c, gcc.dg/sibcall-2.c, gcc.dg/sibcall-3.c,
4849         gcc.dg/sibcall-4.c: New tests.
4850
4851 2002-09-28  Roger Sayle  <roger@eyesopen.com>
4852
4853         * gcc.c-torture/execute/20020720-1.x: No longer skip test on
4854         powerpc and MMIX targets.
4855
4856 2002-09-27  Zack Weinberg  <zack@codesourcery.com>
4857
4858         * gcc.dg/cpp/20020927-1.c: New.
4859
4860 2002-09-26  David S. Miller  <davem@redhat.com>
4861
4862         * gcc.c-torture/compile/trunctfdf.c: New.
4863
4864 2002-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4865
4866         * lib/target-supports.exp (check_weak_available): Handle solaris2.
4867
4868 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
4869
4870         * gcc.c-torture/execute/loop-15.c: New.
4871
4872 2002-09-26  Janis Johnson  <janis187@us.ibm.com>
4873
4874         * README.QMTEST: Fix typo.
4875
4876 2002-09-26  Ulrich Weigand  <uweigand@de.ibm.com>
4877
4878         * gcc.dg/20020926-1.c: New test.
4879
4880 2002-09-25  David S. Miller  <davem@redhat.com>
4881
4882         PR target/7842
4883         * gcc.c-torture/execute/shiftdi.c: New test.
4884
4885 2002-09-26  Richard Earnshaw  <rearnsha@arm.com>
4886
4887         * lib/gcc.exp (gcc_init): Use a filename for the testglue that is
4888         unique to the tool.
4889         * lib/g77.exp (g77_init): Likewise.
4890         * lib/g++.exp (g++_init): Likewise.
4891         * lib/objc.exp (objc_init): Likewise.
4892
4893 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
4894
4895         * gcc/testsuite/g++.dg/abi/empty5.C: New test.
4896         * gcc/testsuite/g++.dg/abi/empty6.C: New test.
4897         * gcc/testsuite/g++.dg/abi/vbase12.C: New test.
4898
4899 2002-09-25  Richard Henderson  <rth@redhat.com>
4900
4901         * gcc.c-torture/execute/ieee/20010226-1.c: Early exit for
4902         too-small long double.
4903
4904 2002-09-23  Hans-Peter Nilsson  <hp@axis.com>
4905
4906         * gcc.dg/20020919-1.c: New test.
4907
4908 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
4909
4910         * g++.dg/abi/bitfield6.C: New test.
4911         * g++.dg/abi/bitfield7.C: New test.
4912         * g++.dg/abi/bitfield8.C: New test.
4913         * g++.dg/abi/vbase11.C: New test.
4914
4915 2002-09-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4916
4917         * gcc.dg/20020219-1.c: Add "-mdisable-indexing" option for target
4918         hppa*-*-hpux*.  Update test comment.
4919
4920 2002-09-20  Jakub Jelinek  <jakub@redhat.com>
4921
4922         * gcc.dg/tls/struct-1.c: New test.
4923
4924 2002-09-20  Neil Booth  <neil@daikokuya.co.uk>
4925
4926         * gcc.dg/cpp/tr-warn2.c: Update.
4927
4928 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
4929
4930         * gcc.c-torture/execute/20020720-1.x: Skip test on ARM-based systems.
4931
4932 2002-09-20  Richard Earnshaw  <rearnsha@arm.com>
4933
4934         * gcc.c-torture/execute/990208-1.x: XFAIL this at -O3 for ARM-based
4935         systems.
4936
4937 2002-09-20  Hans-Peter Nilsson  <hp@bitrange.com>
4938
4939         * gcc.c-torture/execute/ieee/mzero3.c: New test.
4940
4941         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
4942         Adjust for c++filt moved to binutils.  Remove spurious duplicate
4943         setting of cxxfilt.
4944
4945 2002-09-19  Geoffrey Keating  <geoffk@apple.com>
4946
4947         * gcc.dg/20020312-2.c: Update for darwin.
4948
4949 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
4950
4951         * g++.old-deja/g++.other/crash32.C: Mark ICE.
4952
4953 2002-09-17  Nicola Pero  <n.pero@mi.flashnet.it>
4954
4955         * objc.dg/comp-types-1.m: New test.
4956         * objc.dg/comp-types-2.m: New test.
4957         * objc.dg/comp-types-3.m: New test.
4958         * objc.dg/comp-types-4.m: New test.
4959         * objc.dg/comp-types-5.m: New test.
4960         * objc.dg/comp-types-6.m: New test.
4961
4962 2002-09-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4963
4964         * gcc.c-torture/execute/strct-stdarg-1.x: Remove file.
4965
4966 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
4967
4968         * g++.dg/other/do1.C: New test.
4969
4970         * g++.dg/template/subst1.C: New test.
4971
4972 2002-09-16  Steve Ellcey  <sje@cup.hp.com>
4973
4974         * gcc.dg/20020312-2.c: Change __parisc__ to __hppa__.
4975
4976 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
4977
4978         * g++.dg/template/qualttp20.C: Adjust expected errors.
4979         * g++.old-deja/g++.jason/report.C: Likewise.
4980         * g++.old-deja/g++.other/qual1.C: Likewise.
4981
4982         * g++.dg/lookup/scoped2.C: New test.
4983
4984         * g++.dg/ext/asm3.C: New test.
4985
4986 2002-09-16  Richard Earnshaw  <rearnsha@arm.com>
4987
4988         * objc.dg/bitfield-2.m (dg-options): Add -fsigned-char.
4989
4990 2002-09-16  Kazu Hirata  <kazu@cs.umass.edu>
4991
4992         * ChangeLog: follow spelling conventions.
4993         * g++.old-deja/g++.abi/ptrmem.C: Likewise.
4994         * g++.old-deja/g++.bugs/900210_05.C: Likewise.
4995         * g++.old-deja/g++.bugs/900211_04.C: Likewise.
4996         * g++.old-deja/g++.bugs/900321_02.C: Likewise.
4997         * g++.old-deja/g++.bugs/900404_02.C: Likewise.
4998         * g++.old-deja/g++.bugs/900520_06.C: Likewise.
4999         * g++.old-deja/g++.law/global-init1.C: Likewise.
5000         * g++.old-deja/g++.other/delete4.C: Likewise.
5001         * g++.old-deja/g++.other/inline21.C: Likewise.
5002         * g++.old-deja/g++.other/singleton.C: Likewise.
5003         * g77.dg/strlen0.f: Likewise.
5004         * g77.f-torture/compile/20010519-1.f: Likewise.
5005         * g77.f-torture/compile/980310-4.f: Likewise.
5006         * gcc.c-torture/compile/20000605-1.c: Likewise.
5007         * gcc.c-torture/execute/20020225-1.c: Likewise.
5008         * gcc.dg/c90-hexfloat-2.c: Likewise.
5009         * gcc.dg/c99-bool-1.c: Likewise.
5010         * gcc.dg/c99-hexfloat-2.c: Likewise.
5011         * gcc.dg/dll-2.c: Likewise.
5012         * gcc.dg/wtr-union-init-1.c: Likewise.
5013         * gcc.dg/wtr-union-init-2.c: Likewise.
5014         * gcc.dg/wtr-union-init-3.c: Likewise.
5015         * gcc.dg/cpp/avoidpaste1.c: Likewise.
5016         * gcc.dg/cpp/defined.c: Likewise.
5017         * gcc.dg/cpp/macsyntx.c: Likewise.
5018         * gcc.dg/cpp/paste2.c: Likewise.
5019         * gcc.dg/cpp/trad/defined.c: Likewise.
5020         * gcc.dg/format/c90-printf-1.c: Likewise.
5021         * gcc.dg/format/c90-scanf-1.c: Likewise.
5022         * gcc.dg/format/c99-printf-1.c: Likewise.
5023         * gcc.dg/format/c99-scanf-1.c: Likewise.
5024         * gcc.misc-tests/gcov-8.c: Likewise.
5025         * lib/profopt.exp: Likewise.
5026
5027 2002-09-15  Krister Walfridsson  <cato@df.lth.se>
5028
5029         * lib/old-dejagnu.exp (old-dejagnu) Improve test for ICE.
5030
5031 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5032
5033         * g++.dg/inherit/using2.C: New test.
5034
5035 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
5036
5037         * ChangeLog: Follow spelling conventions.
5038         * g++.dg/template/friend4.C: Likewise.
5039         * g++.old-deja/g++.pt/crash67.C: Likewise.
5040         * gcc.c-torture/execute/20000801-4.c: Likewise.
5041         * gcc.dg/c90-digraph-1.c: Likewise.
5042         * gcc.dg/c94-digraph-1.c: Likewise.
5043         * gcc.dg/c99-digraph-1.c: Likewise.
5044         * gcc.dg/cpp/line5.c: Likewise.
5045         * gcc.dg/cpp/multiline.c: Likewise.
5046         * gcc.dg/cpp/trad/literals-1.c: Likewise.
5047         * gcc.dg/format/attr-3.c: Likewise.
5048         * gcc.dg/format/c90-scanf-3.c: Likewise.
5049         * gcc.dg/format/ext-4.c: Likewise.
5050
5051 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
5052
5053         * g++.dg/template/pretty1.C: New test.
5054
5055 2002-09-14  Alan Modra  <amodra@bigpond.net.au>
5056
5057         * gcc.c-torture/execute/struct-cpy-1.c: New test.
5058
5059 2002-09-13  Matt Austern  <austern@apple.com>
5060
5061         * testsuite/g++.dg/other/constref[12].C: New, regression tests for
5062         passing a cast expression to a function by const reference.
5063
5064 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
5065
5066         * g++.dg/template/deduce1.C: New test.
5067
5068 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
5069
5070         * gcc.c-torture/execute/simd-1.c: Force all use of int to
5071         32-bit int.
5072
5073 2002-09-10  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5074
5075         * gcc.dg/struct-ret-1.c: Add prototype for exit function and correct
5076         usage.
5077
5078 2002-09-10  Richard Earnshaw  <rearnsha@arm.com>
5079
5080         * gcc.c-torture/compile/20020910-1.c: New test.
5081
5082 2002-09-10  Frank Ch. Eigler  <fche@redhat.com>
5083
5084         * gcc.c-torture/execute/20010915-1.c: Correct typo in abort call.
5085
5086 2002-09-10  Andreas Jaeger  <aj@suse.de>
5087
5088         * gcc.dg/20020312-2.c: Adjust for x86-64.
5089
5090 2002-09-08  Toon Moene  <toon@moene.indiv.nluug.nl>
5091
5092         * g77.dg/7388.f: New test case for PR 7388.
5093
5094 2002-09-07  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
5095
5096         * gcc.dg/compare2.c: Remove xfail from cases 10 and 12.
5097
5098 2002-09-05  Ziemowit Laski <zlaski@apple.com>
5099
5100         * objc.dg/proto-lossage-1.m: New test.
5101
5102 2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
5103
5104         * gcc.dg/cpp/_Pragma4.c: Fix typo.
5105
5106 2002-09-06  Nicola Pero  <n.pero@mi.flashnet.it>
5107
5108         * objc/execute/formal_protocol-6.x: Removed.  This testcase is now
5109         expected to pass.
5110
5111 2002-09-06  Stan Shebs  <shebs@apple.com>
5112             David Edelsohn  <edelsohn@gnu.org>
5113
5114         * gcc.dg/weak: New directory.
5115         * gcc.dg/weak-[1-9].c: Move to new directory, remove all
5116         target-specific xfail bits.
5117         * gcc.dg/typeof-2.c: Move to new directory.
5118         * gcc.dg/weak.exp: New expect script.
5119
5120 2002-09-06  Alan Modra  <amodra@bigpond.net.au>
5121
5122         * gcc.c-torture/execute/extzvsi.c: New test.
5123
5124 2002-09-05  Stan Shebs  <shebs@apple.com>
5125
5126         * gcc.dg/weak-1.c: xfail on Darwin.
5127         * gcc.dg/weak-2.c: Ditto.
5128         * gcc.dg/weak-3.c: Ditto.
5129         * gcc.dg/weak-4.c: Ditto.
5130         * gcc.dg/weak-5.c: Ditto.
5131         * gcc.dg/weak-6.c: Ditto.
5132         * gcc.dg/weak-7.c: Ditto.
5133         * gcc.dg/weak-8.c: Ditto.
5134         * gcc.dg/weak-9.c: Ditto.
5135
5136 2002-09-05  J"orn Rennecke <joern.rennecke@superh.com>
5137
5138         * gcc.c-torture/execute/loop-14.c: New test.
5139
5140 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
5141
5142         * g++.dg/other/cxa-atexit1.C: New test.
5143
5144         * gcc.dg/typeof-2.c: New test.
5145
5146 2002-09-03  Roger Sayle  <roger@eyesopen.com>
5147
5148         * gcc.dg/builtins-2.c: New testcase.
5149         * gcc.dg/builtins-3.c: New testcase.
5150
5151 2002-09-03  Neil Booth  <neil@daikokuya.co.uk>
5152
5153         * gcc.dg/cpp/_Pragma4.c: New test.
5154
5155 2002-09-03  Nicola Pero  <n.pero@mi.flashnet.it>
5156
5157         * objc/execute/nil_method-1.m: New testcase.
5158
5159 2002-09-01  Nicola Pero  <n.pero@mi.flashnet.it>
5160
5161         * objc/execute/class-tests-1.h (test_class_with_superclass): Call
5162         [Object class], not [Object initialize].
5163
5164 2002-08-31  Roger Sayle  <roger@eyesopen.com>
5165             Hans-Peter Nilsson  <hp@bitrange.com>
5166
5167         * gcc.c-torture/execute/20020720-1.x: Skip test on
5168         mmix-knuth-mmixware.  Correct comment.
5169
5170 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
5171
5172         * testsuite/g++.dg/abi/bitfield5.C: New test.
5173         * testsuite/g++.dg/abi/vbase10.C: Likewise.
5174
5175 2002-08-27  Nicola Pero  <n.pero@mi.flashnet.it>
5176
5177         * objc.dg/undeclared-selector.m: New test.
5178
5179 2002-08-27  Nathan Sidwell  <nathan@codesourcery.com>
5180
5181         * g++.dg/other/offsetof1.C: Avoid cast warning.
5182
5183 2002-08-26  Ziemowit Laski  <zlaski@apple.com>
5184
5185         * objc.dg/super-class-2.m: New test.
5186
5187 2002-08-24  Matt Austern  <austern@apple.com>
5188
5189         * g++.dg/ext/lvaddr.C: New test.
5190         * g++.dg/ext/lvcast.C: New test.
5191
5192 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
5193
5194         * testsuite/g++.dg/inherit/cond1.C: New test.
5195
5196 2002-08-22  Geoffrey Keating  <geoffk@redhat.com>
5197
5198         * gcc.dg/noncompile/incomplete-1.c: New test.
5199
5200 2002-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
5201
5202         * gcc.dg/typespec-1.c: New test.
5203
5204 2002-08-20  Devang Patel  <dpatel@apple.com>
5205         * objc.dg/proto-hier-2.m: New test.
5206
5207 2002-08-19  Ziemowit Laski  <zlaski@apple.com>
5208
5209         * objc.dg/bitfield-1.m: New test.
5210         * objc.dg/bitfield-2.m: New test.
5211
5212 2002-08-17  Joseph S. Myers  <jsm@polyomino.org.uk>
5213
5214         * gcc.dg/c90-flex-array-1.c, gcc.dg/c99-flex-array-3.c,
5215         gcc.dg/c99-flex-array-4.c: New tests.
5216
5217 2002-08-16  Stan Shebs  <shebs@apple.com>
5218
5219         * objc/execute/selector-1.m: Add __NEXT_RUNTIME__ case.
5220
5221 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
5222
5223         * gcc.dg/typeof-1.c: New test.
5224         * g++.dg/ext/typeof2.C: New test.
5225
5226 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
5227
5228         * g++.dg/other/offsetof1.C: New test.
5229
5230 2002-08-14  Richard Henderson  <rth@redhat.com>
5231
5232         * gcc.dg/tls/diag-3.c: Fix expected message strings.
5233
5234 2002-08-14  Neil Booth  <neil@daikokuya.co.uk>
5235
5236         * gcc.dg/cpp/_Pragma3.c: New test.
5237
5238 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
5239
5240         * g++.dg/template/inherit3: New test.
5241
5242 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5243
5244         * gcc.dg/bitfld-4.c: Add blank options.
5245
5246 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
5247
5248         * g++.dg/template/crash1.C: New test.
5249
5250 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5251
5252         * gcc.dg/tls/opt-2.c: New test.
5253
5254 2002-08-08  Devang Patel  <dpatel@apple.com>
5255
5256         * objc.dg/selector-1.m : New test
5257
5258 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5259
5260         * g++.dg/abi/bitfield4.C: New test.
5261         * gcc.dg/bitfld-4.c: New test.
5262
5263 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
5264
5265         * g++.dg/other/packed1.C: New test.
5266
5267 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
5268
5269         * g++.dg/abi/offsetof.C: Tweak error messages.
5270         * g++.old-deja/g++.mike/p10769a.C: Likewise.
5271
5272 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
5273
5274         * gcc.dg/bitfld-3.c: New test.
5275
5276 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
5277             Richard Henderson  <rth@redhat.com>
5278
5279         * gcc.dg/i386-bitfield1.c: New test.
5280         * g++.dg/abi/bitfield3.C: Update.
5281
5282 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
5283
5284         * objc.dg/const-str-2.m: Update.
5285         * gcc.dg/cpp/c++98.c: Change to C extension.
5286         * gcc.dg/cpp/c++98-pedantic.c: Similarly.
5287         * gcc.dg/cpp/cpp.exp: Process .C extensions too.
5288
5289 2002-08-06  Aldy Hernandez  <aldyh@redhat.com>
5290
5291         * testsuite/gcc.dg/tls/diag-3.c: New.
5292
5293 2002-08-07  Gabriel Dos Reis  <gdr@nerim.net>
5294
5295         * g++.dg/README (Subdirectories): Document new subdir expr.
5296         * g++.dg/expr/pmf-1.C: New test.
5297
5298 2002-08-06  Neil Booth  <neil@daikokuya.co.uk>
5299
5300         * gcc.dg/cpp/vararg3.c, gcc.dg/cpp/vararg4.c: New tests.
5301
5302 2002-08-06  Jakub Jelinek  <jakub@redhat.com>
5303
5304         * g++.dg/abi/bitfield3.C: New test.
5305
5306 2002-08-05  Nathan Sidwell  <nathan@codesourcery.com>
5307
5308         * lib/gcov.exp: Tweak expected line formats.
5309         * gcc.misc-tests/gcov8.c: New test.
5310         * gcc.misc-tests/gcov8.x: New flags.
5311
5312 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
5313
5314         * consistency.vlad/layout/endian.c: Include string.h.
5315
5316         * gcc.c-torture/execute/20020805-1.c: New test.
5317
5318 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
5319
5320         * g++.dg/other/conversion1.C: New test.
5321
5322 2002-08-03  Roger Sayle  <roger@eyesopen.com>
5323
5324         * gcc.dg/builtins-1.c: New testcase.
5325
5326 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
5327
5328         * g++.dg/inherit/access3.C: New test.
5329
5330 2002-08-01  Jakub Jelinek  <jakub@redhat.com>
5331
5332         * gcc.dg/ia64-visibility-2.c: New test.
5333
5334 2002-08-01  Benjamin Kosnik   <bkoz@redhat.com>
5335
5336         * g++.old-deja/g++.abi/ptrflags.C (expect): Change
5337         __qualifier_flags to __flags.
5338
5339 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
5340
5341         * g++.dg/inherit/operator1.C: New test.
5342         * g++.dg/lookup/disamb1.C: Fix typo in comment.
5343         * g++.dg/other/error1.C: Change expected error message.
5344         * g++.dg/template/conv4.C: Likewise.
5345
5346 2002-07-26  Neil Booth  <neil@daikokuya.cop.uk>
5347
5348         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/Wunused.c: Add test
5349         for documented behavior.
5350
5351 2002-07-25  Roger Sayle  <roger@eyesopen.com>
5352
5353         * gcc.c-torture/execute/20020720-1.x: Skip this test on
5354         several targets known to fail.
5355
5356 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
5357
5358         * gcc.dg/mips-args-[123].c: New tests.
5359
5360 2002-07-24  Aldy Hernandez  <aldyh@redhat.com>
5361
5362         * gcc.dg/ppc-spe.c: New.
5363
5364 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
5365
5366         * g++.dg/other/ptrmem4.C: New testcase.
5367
5368 2002-07-24  Richard Henderson  <rth@redhat.com>
5369
5370         * gcc.c-torture/execute/loop-2e.c: Rewrite for 64 bit and no mmap.
5371
5372 2002-07-24  Gabriel Dos Reis  <gdr@nerim.net>
5373
5374         * g++.dg/ext/alignof1.C (main): Return 0 for success.
5375
5376 2002-07-24  Roger Sayle  <roger@eyesopen.com>
5377
5378         * gcc.c-torture/execute/memset-3.c: New testcase.
5379
5380 2002-07-24  Neil Booth  <neil@daikokuya.co.uk>
5381
5382         * gcc.dg/cpp/trad/Wunused.c, gcc.dg/cpp/trad/Wunused.h,
5383         gcc.dg/cpp/Wunused.c, gcc.dg/cpp/Wunused.h: New tests.
5384
5385 2002-07-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5386
5387         * gcc.c-torture/execute/va-arg-15.x, va-arg-16.x, va-arg-17.x:
5388         Delete.
5389
5390 2002-07-23  J"orn Rennecke <joern.rennecke@superh.com>
5391
5392         * gcc.c-torture/compile/simd-4.c: New test.
5393
5394 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5395
5396         PR c++/7347, c++/7348
5397         * g++.dg/template/access4.C: New test.
5398         * g++.dg/template/access5.C: New test.
5399         * g++.old-deja/g++.pt/memtemp85.C: Fix access problem.
5400         * g++.old-deja/g++.pt/memtemp86.C: Likewise.
5401         * g++.old-deja/g++.pt/ttp58.C: Likewise.
5402         * g++.old-deja/g++.pt/memtemp89.C: Remove XFAIL.
5403
5404 2002-07-22  Jakub Jelinek  <jakub@redhat.com>
5405
5406         * gcc.dg/gnu89-init-2.c: New test.
5407
5408 2002-07-21  Gabriel Dos Reis  <gdr@nerim.net>
5409
5410         * gcc.dg/c90-arraydecl-1.c: Change C89 too C90.
5411
5412 2002-07-20  Roger Sayle  <roger@eyesopen.com>
5413
5414         * gcc.c-torture/execute/20020720-1.c: New testcase.
5415
5416 2002-07-20  Neil Booth  <neil@daikokuya.co.uk>
5417
5418         * gcc.dg/cpp/Wsignprom.c: New tests.
5419
5420 2002-07-20  Alan Modra  <amodra@bigpond.net.au>
5421
5422         * gcc.c-torture/execute/loop-13.c: New test.
5423
5424 2002-07-19  Neil Booth  <neil@daikokuya.co.uk>
5425
5426         * gcc.dg/cpp/expr.c: New tests.
5427
5428 2002 07-18  David Edelsohn  <edelsohn@gnu.org>
5429
5430         * g++.dg/opt/pr6713.C: Add template instantiation.
5431
5432 2002-07-18  Alan Modra  <amodra@bigpond.net.au>
5433
5434         * gcc.dg/nest.c: New test.
5435
5436 2002-07-17  Richard Henderson  <rth@redhat.com>
5437
5438         * g++.dg/opt/pr6713.C: New test.
5439
5440 2002-07-17  Eric Botcazou  <ebotcazou@multimania.com>
5441
5442         * gcc.c-torture/execute/loop-2e.x: Let the testcase
5443         XFAIL for all x86 processors.
5444
5445 2002-07-17  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
5446
5447         * gcc.c-torture/execute/20010122-1.x: Do not test with
5448         -fomit-frame-pointer.
5449
5450 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5451
5452         * g++.dg/template/instantiate2.C: New test.
5453         * g++.dg/template/spec4.C: New test.
5454
5455 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5456
5457         * g++.dg/template/access2.C: New test.
5458         * g++.dg/template/access3.C: New test.
5459
5460 2002-07-15  Zack Weinberg  <zack@codesourcery.com>
5461
5462         * c-torture/execute/991216-3.c, c-torture/execute/strct-varg-1.c,
5463         c-torture/execute/va-arg-7.c, c-torture/execute/va-arg-8.c,
5464         c-torture/execute/va-arg-15.c, c-torture/execute/va-arg-16.c,
5465         c-torture/execute/va-arg-17.c, c-torture/execute/va-arg-19.c:
5466         Convert to use <stdarg.h>.
5467         * c-torture/execute/va-arg-3.c, c-torture/execute/va-arg-3.x:
5468         Delete.
5469         * gcc.dg/va-arg-2.c: New.
5470         * lib/gcc.exp, lib/objc.exp: Remove code to set -DNO_VARARGS.
5471
5472 2002-07-15  Jakub Jelinek  <jakub@redhat.com>
5473
5474         * gcc.c-torture/compile/20020710-1.c: New test.
5475
5476 2002-07-11  J"orn Rennecke <joern.rennecke@superh.com>
5477                           Andrew Pinski  <pinskia@physics.uc.edu>
5478
5479         gcc.c-torture/compile/simd-2.c: New testcase.
5480         gcc.c-torture/compile/simd-3.c: Likewise.
5481
5482 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
5483
5484         PR c++/7224
5485         * g++.dg/overload/error1.C: New test.
5486
5487 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5488
5489         * gcc.misc-tests/linkage.exp: Handle mips-sgi-irix6*o32
5490         configuration and IRIX 6 O32 ABI.
5491
5492 2002-07-11  Roger Sayle  <roger@eyesopen.com>
5493
5494         * gcc.c-torture/execute/builtin-noret-1.c: Test non-ANSI functions.
5495
5496 2002-07-10  Roger Sayle  <roger@eyesopen.com>
5497
5498         * gcc.c-torture/execute/20000217-1.c: Fix usage of "abort".
5499
5500 2002-07-10  Jeffrey A Law  <law@redhat.com>
5501
5502         * gcc.c-torture/compile/981006-1.x: Do not use -fpic for mn102.
5503
5504         * gcc.c-torture/compile/930326-1.x: Remove.  No longer needed.
5505
5506 2002-07-09  Aldy Hernandez  <aldyh@redhat.com>
5507
5508         * gcc.dg/20020312-2.c: Check for __PPC__.
5509
5510 2002-07-09  Diego Novillo  <dnovillo@redhat.com>
5511
5512         * gcc.c-torture/compile/20020709-1.c: New test.
5513
5514 2002-07-07  Roger Sayle  <roger@eyesopen.com>
5515
5516         * g++.dg/template/qualttp21.C: New test case.
5517
5518 2002-07-06  Alexandre Oliva  <aoliva@redhat.com>
5519
5520         * gcc.c-torture/compile/20020706-1.c: New test.
5521         * gcc.c-torture/compile/20020706-2.c: New test.
5522
5523 2002-07-06  Brian R. Gaeke  <brg@dgate.ORG>
5524             Alexandre Oliva  <aoliva@redhat.com>
5525
5526         * g++.dg/warn/incomplete1.C: New test.
5527
5528 2002-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5529
5530         PR c++/7099
5531         * g++.dg/warn/noreturn1.C: New test.
5532
5533 2002-07-03  Mark Mitchell  <mark@codesourcery.com>
5534
5535         PR c++/6706
5536         * g++.dg/debug/debug6.C: New test.
5537         * g++.dg/debug/debug7.C: New test.
5538
5539 2002-07-04  J"orn Rennecke <joern.rennecke@superh.com>
5540
5541         * gcc.c-torture/compile/simd-3.c: New test.
5542
5543 2002-07-03  Chris Demetriou  <cgd@broadcom.com>
5544
5545         * g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
5546         * gcc.dg/20020620-1.c: Likewise.
5547
5548 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5549
5550         PR c++/6944
5551         * g++.dg/init/array4.C: New test.
5552         * g++.dg/init/array5.C: New test.
5553
5554 2002-07-03  J"orn Rennecke <joern.rennecke@superh.com>
5555
5556         * gcc.c-torture/execute/simd-1.c (main): Also test &, |, ^, ~.
5557         * gcc.c-torture/execute/simd-2.c (main): Likewise.
5558
5559 2002-07-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5560
5561         * gcc.dg/cpp/tr-warn2.c: Use traditional C style function definitions.
5562         * gcc.dg/wtr-aggr-init-1.c: Likewise.
5563         * gcc.dg/wtr-conversion-1.c: Likewise.
5564         * gcc.dg/wtr-escape-1.c: Likewise.
5565         * gcc.dg/wtr-int-type-1.c: Likewise.
5566         * gcc.dg/wtr-label-1.c: Likewise.
5567         * gcc.dg/wtr-static-1.c: Likewise.
5568         * gcc.dg/wtr-strcat-1.c: Likewise.
5569         * gcc.dg/wtr-suffix-1.c: Likewise.
5570         * gcc.dg/wtr-switch-1.c: Likewise.
5571         * gcc.dg/wtr-unary-plus-1.c: Likewise.
5572         * gcc.dg/wtr-union-init-1.c: Likewise.
5573         * gcc.dg/wtr-union-init-2.c: Likewise.
5574         * gcc.dg/wtr-union-init-3.c: Likewise.
5575
5576         * gcc.dg/wtr-func-def-1.c: New test.
5577
5578 2002-07-02 Devang Patel <dpatel@apple.com>
5579
5580         * objc.dg/param-1.m: New test.
5581
5582 2002-07-03  Neil Booth  <neil@daikokuya.co.uk>
5583
5584         * gcc.dg/cpp/trad/directive.c: Add test.
5585         * gcc.dg/cpp/trad/macroargs.c: Add test.
5586         * gcc.dg/cpp/trad/recurse-3.c: Add tests.
5587
5588 2002-07-02  Neil Booth  <neil@daikokuya.co.uk>
5589
5590         * gcc.dg/cpp/cmdlne-M.c: New test.
5591
5592 2002-07-02  Ziemowit Laski  <zlaski@apple.com>
5593
5594         * objc.dg/desig-init-1.m: New test.
5595
5596 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5597
5598         PR c++/6716
5599         * g++.dg/template/instantiate1.C: New test.
5600
5601 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
5602
5603         PR c++/7112
5604         * g++.dg/template/sizeof2.C: New test.
5605
5606 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
5607
5608         * gcc.dg/cpp/trad/cmdlne-dD.c, gcc.dg/cpp/trad/cmdlne-dM.c,
5609         gcc.dg/cpp/trad/include.c: New tests.
5610
5611 2002-07-01  Hans-Peter Nilsson  <hp@axis.com>
5612
5613         PR target/7177
5614         * gcc.c-torture/compile/20020701-1.c: New test.
5615
5616 2002-07-01  Stan Shebs  <shebs@apple.com>
5617
5618         * lib/objc.exp (objc_target_compile): Add the -I path to ObjC
5619         header here...
5620         * lib/objc-torture.exp (objc-torture-compile): ...instead of here
5621         (objc-torture-execute): or here.
5622
5623 2002-07-01  J"orn Rennecke <joern.rennecke@superh.com>
5624
5625         * gcc.c-torture/execute/arith-rand-ll.c: New test.
5626
5627 2002-07-01  Neil Booth  <neil@daikokuya.co.uk>
5628
5629         * gcc.dg/cpp/trad/escaped-nl.c: New test.
5630
5631 2002-06-30  Devang Patel  <dpatel@apple.com>
5632
5633         * objc.dg/fsyntax-only.m: New test.
5634
5635 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
5636
5637         PR c++/6695
5638         * g++.dg/template/friend7.C: New file.
5639
5640 2002-06-27  Aldy Hernandez  <aldyh@redhat.com>
5641
5642         * gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
5643         return type.
5644
5645 2002-06-27  J"orn Rennecke <joern.rennecke@superh.com>
5646
5647         * gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
5648         avoid division by zero.
5649
5650 2002-06-27  Neil Booth  <neil@daikokuya.co.uk>
5651
5652         * gcc.dg/Wunknownprag.c: New tests.
5653
5654 2002-06-25  J"orn Rennecke <joern.rennecke@superh.com>
5655
5656         * gcc.c-torture/execute/simd-2.c: New test.
5657
5658 2002-06-25  Neil Booth  <neil@daikokuya.co.uk>
5659
5660         * gcc.dg/cpp/mi7.c, gcc.dg/cpp/mi7a.h, gcc.dg/cpp/mi7b.h,
5661         gcc.dg/cpp/trad/builtins.c, gcc.dg/cpp/trad/builtins.h,
5662         gcc.dg/cpp/trad/cmdlne-C.c, gcc.dg/cpp/trad/cmdlne-C2.c,
5663         gcc.dg/cpp/trad/maccom1.c, gcc.dg/cpp/trad/maccom2.c,
5664         gcc.dg/cpp/trad/maccom3.c, gcc.dg/cpp/trad/maccom4.c,
5665         gcc.dg/cpp/trad/maccom6.c, gcc.dg/cpp/trad/mi1.c,
5666         gcc.dg/cpp/trad/mi1c.h, gcc.dg/cpp/trad/mi1nd.h,
5667         gcc.dg/cpp/trad/mi1ndp.h, gcc.dg/cpp/trad/mi1x.h,
5668         gcc.dg/cpp/trad/mi2.c, gcc.dg/cpp/trad/mi2a.h,
5669         gcc.dg/cpp/trad/mi2b.h, gcc.dg/cpp/trad/mi2c.h
5670         gcc.dg/cpp/trad/mi3.c, gcc.dg/cpp/trad/mi3.def,
5671         gcc.dg/cpp/trad/mi3.h, gcc.dg/cpp/trad/mi4.c,
5672         gcc.dg/cpp/trad/mi5.c, gcc.dg/cpp/trad/mi6.c,
5673         gcc.dg/cpp/trad/mi6a.h, gcc.dg/cpp/trad/mi6b.h,
5674         gcc.dg/cpp/trad/mi6c.h, gcc.dg/cpp/trad/mi6d.h,
5675         gcc.dg/cpp/trad/mi6e.h, gcc.dg/cpp/trad/mi7.c,
5676         gcc.dg/cpp/trad/mi7a.h, gcc.dg/cpp/trad/mi7b.h: New tests.
5677
5678 2002-06-24  Neil Booth  <neil@daikokuya.co.uk>
5679
5680         * gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/assembler.S,
5681         gcc.dg/cpp/trad/argcout.c, gcc.dg/cpp/trad/funlike-4.c,
5682         gcc.dg/cpp/trad/null-drctv.c, gcc.dg/cpp/trad/recurse-1.c,
5683         gcc.dg/cpp/trad/recurse-2.c, gcc.dg/cpp/trad/recurse-3.c:
5684         New tests.
5685         * gcc.dg/cpp/trad/directive.c: Update.
5686
5687 2002-06-23  Andreas Jaeger  <aj@suse.de>
5688
5689         * gcc.c-torture/execute/complex-6.c: New.
5690
5691 2002-06-22  Neil Booth  <neil@daikokuya.co.uk>
5692
5693         * gcc.dg/cpp/trad/comment-2.c. gcc.dg/cpp/trad/funlike-2.c,
5694         gcc.dg/cpp/trad/funlike.c, gcc.dg/cpp/trad/funlike-3.c,
5695         gcc.dg/cpp/trad/literals-1.c, gcc.dg/cpp/trad/literals-2.c,
5696         gcc.dg/cpp/trad/macroargs.c, gcc.dg/cpp/trad/quote.c: New tests.
5697
5698 2002-06-21  Neil Booth  <neil@daikokuya.co.uk>
5699
5700         * gcc.dg/cpp/trad: New directory with traditional tests copied
5701         from parent directory.
5702         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
5703         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
5704         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
5705         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
5706         Move to trad/ and rename.
5707         * gcc.dg/cpp/trad/__STDC__.c, gcc.dg/cpp/trad/comment.c,
5708         gcc.dg/cpp/trad/escaped-eof.c, gcc.dg/cpp/trad/redef1.c,
5709         gcc.dg/cpp/trad/redef2.c: New tests.
5710         * gcc.dg/cpp/trad/trad.exp: New driver.
5711
5712 2002-06-20  Neil Booth  <neil@daikokuya.co.uk>
5713
5714         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/assert_trad2.c,
5715         gcc.dg/cpp/assert_trad3.c, gcc.dg/cpp/defined_trad.c,
5716         gcc.dg/cpp/hash2.c, gcc.dg/cpp/tr-define.c, gcc.dg/cpp/tr-direct.c,
5717         gcc.dg/cpp/tr-sign.c, gcc.dg/cpp/tr-str.c, gcc.dg/cpp/uchar-2.c:
5718         Remove.
5719
5720 2002-06-20  Richard Sandiford  <rsandifo@redhat.com>
5721
5722         * gcc.dg/20020620-1.c: New test.
5723
5724 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5725
5726         * g++.dg/template/ttp4.C: New test.
5727
5728 2002-06-19  Jakub Jelinek  <jakub@redhat.com>
5729
5730         * g++.dg/opt/vt1.C: Fix regexp.
5731
5732 2002-06-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5733
5734         * gcc.c-torture/execute/pure-1.c: Make functions static again.
5735         Don't use attribute `noinline'.
5736
5737 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
5738
5739         * gcc.c-torture/execute/20020615-1.c: Fix typo in comment.
5740
5741 2002-06-18  Aldy Hernandez  <aldyh@redhat.com>
5742
5743         * gcc.c-torture/execute/simd-1.c: New.
5744
5745         * gcc.dg/simd-1.c: New.
5746
5747 2002-06-18  Hans-Peter Nilsson  <hp@axis.com>
5748
5749         * gcc.c-torture/execute/20020615-1.c: Correct bug-description.
5750
5751 2002-06-16  Richard Henderson  <rth@redhat.com>
5752
5753         * g++.dg/ext/anon-struct1.C: New.
5754         * g++.dg/ext/anon-struct2.C: New.
5755         * g++.dg/ext/anon-struct3.C: New.
5756         * gcc.dg/anon-struct-1.c: New.
5757         * gcc.dg/anon-struct-2.c: New.
5758         * gcc.dg/anon-struct-3.c: New.
5759         * gcc.dg/20011008-1.c: Adjust warning text.
5760         * gcc.dg/20020527-1.c: Add -fms-extensions.
5761
5762 2002-06-16  Richard Henderson  <rth@redhat.com>
5763
5764         * gcc.dg/20020531-1.c: Add LL specifier to avoid warning.
5765
5766 2002-06-15  Hans-Peter Nilsson  <hp@axis.com>
5767
5768         * gcc.c-torture/execute/20020615-1.c: New test.
5769
5770 2002-06-15  Roger Sayle  <roger@eyesopen.com>
5771
5772         * gcc.c-tortuture/execute/compare-1.c: New test case.
5773         * gcc.c-tortuture/execute/compare-2.c: New test case.
5774         * gcc.c-tortuture/execute/compare-3.c: New test case.
5775
5776 2002-06-13  Richard Henderson  <rth@redhat.com>
5777
5778         * g++.old-deja/g++.abi/vtable2.C (INC_VDATA): New.  Define for
5779         ia64 ilp32.
5780
5781 2002-06-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5782
5783         * g++.dg/template/typename2.C: Update error message.
5784
5785 2002-06-12  Hans-Peter Nilsson  <hp@axis.com>
5786
5787         * gcc.c-torture/execute/20020611-1.c: New test.
5788
5789 2002-06-11  Bob Wilson  <bob.wilson@acm.org>
5790
5791         * g++.old-deja/g++.pt/static11.C: Add xtensa-*-elf* to the
5792         list of targets to skip.
5793
5794 2002-06-10  Bob Wilson  <bob.wilson@acm.org>
5795
5796         * gcc.c-torture/compile/20001226-1.x: Only xfail for Xtensa
5797         targets if not optimizing.
5798
5799 2002-06-10  Jakub Jelinek  <jakub@redhat.com>
5800
5801         * gcc.c-torture/compile/20020605-1.c: New test.
5802
5803         * g++.dg/opt/vt1.C: New test.
5804
5805         * gcc.dg/20020531-1.c: New test.
5806
5807         * gcc.dg/20020530-1.c: New test.
5808
5809         * gcc.dg/20020527-1.c: New test.
5810
5811         * g++.dg/opt/cse1.C: New test.
5812
5813 2002-06-07  Roger Sayle  <roger@eyesopen.com>
5814
5815         * gcc.dg/20020607-2.c: New test case.
5816
5817 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5818
5819         * gcc.c-torture/compile/20020604-1.c: New test.
5820
5821 2002-06-04  Richard Henderson  <rth@redhat.com>
5822
5823         * gcc.dg/alpha-base-1.c: Add ext/ins/msk/umulh cases.
5824         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: Use -mcpu=ev67.
5825         * gcc.dg/alpha-cix-1.c, gcc.dg/alpha-cix-2.c: New.
5826
5827 2002-06-04  Aldy Hernandez  <aldyh@redhat.com>
5828
5829         * gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.
5830
5831 2002-06-03  Richard Henderson  <rth@redhat.com>
5832
5833         * gcc.dg/alpha-base-1.c, gcc.dg/alpha-base-2.c: New.
5834         * gcc.dg/alpha-max-1.c, gcc.dg/alpha-max-2.c: New.
5835
5836 2002-06-02  Richard Henderson  <rth@redhat.com>
5837
5838         * gcc.c-torture/execute/pure-1.c: Don't mark any of the
5839         test functions static.
5840
5841 2002-06-02  Andreas Jaeger  <aj@suse.de>
5842
5843         * gcc.c-torture/execute/loop-3c.x: Remove, the test should pass
5844         now.
5845
5846 2002-06-02  Neil Booth  <neil@daikokuya.demon.co.uk>
5847
5848         * gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-suffix-1.c,
5849         gcc.dg/cpp/paste4.c, gcc.dg/cpp/sysmac2.c:
5850         Update for mofified diagnostics.
5851         * gcc.dg/c99-intconst-1.c: No longer fail.
5852
5853 2002-06-02  Richard Henderson  <rth@redhat.com>
5854
5855         * gcc.dg/uninit-A.c: Remove xfail markers.
5856
5857 2002-06-01  Roger Sayle  <roger@eyesopen.com>
5858
5859         * gcc.dg/fnegate-1.c: New test case.
5860
5861 2002-05-30  Osku Salerma  <osku@iki.fi>
5862
5863         * gcc.c-torture/execute/mayalias-1.c: New file.
5864
5865 2002-05-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5866
5867         * gcc.dg/cpp/c++98-pedantic.c, gcc.dg/cpp/c89-pedantic.c,
5868         gcc.dg/cpp/c94-pedantic.c, gcc.dg/cpp/gnuc89-pedantic.c,
5869         gcc.dg/cpp/if-1.c: Update for modified diagnostics.
5870
5871 2002-05-29  Hans-Peter Nilsson  <hp@axis.com>
5872
5873         * gcc.c-torture/execute/20020529-1.c: New test.
5874
5875 2002-05-27  Richard Henderson  <rth@redhat.com>
5876
5877         * g++.dg/ext/attrib6.C: New test case.
5878
5879 2002-05-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5880
5881         * gcc.c-torture/execute/pure-1.c: New test.
5882
5883 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5884
5885         * gcc.dg/cpp/arith-2.c: Remove.
5886
5887 2002-05-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5888
5889         * gcc.dg/cpp/arith-2.c, gcc.dg/cpp/arith-3.c: New tests.
5890         * gcc.dg/cpp/if-3.c: Remove.
5891
5892 2002-05-26  Jakub Jelinek  <jakub@redhat.com>
5893
5894         * g++.dg/opt/cse2.C: New test.
5895
5896 2002-05-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5897
5898         * gcc.dg/cpp/arith-1.c: New semantic tests.
5899         * gcc.dg/cpp/if-1.c: Update.
5900
5901 2002-05-24  Ben Elliston  <bje@redhat.com>
5902
5903         * lib/c-torture.exp (c-torture-execute): Handle multiple sources.
5904
5905 2002-05-24  Jakub Jelinek  <jakub@redhat.com>
5906
5907         * gcc.dg/verbose-asm.c: New test.
5908
5909 2002-05-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5910
5911         * gcc.dg/cpp/paste12.c: New test.
5912
5913 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5914
5915         * g++.dg/parse/named_ops.C: New test.
5916
5917 2002-05-23  Mark Mitchell  <mark@codesourcery.com>
5918
5919         * gcc/testsuite/gcc.dg/weak-8.c: New test.
5920
5921 2002-05-23  J"orn Rennecke <joern.rennecke@superh.com>
5922
5923         * gcc.dg/weak-2.c: Allow optional leading underscore
5924         in scan-assembler symbol name.
5925         * gcc.dg/weak-3.c: Likewise.
5926         * gcc.dg/weak-4.c: Likewise.
5927         * gcc.dg/weak-5.c: Likewise.
5928
5929 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5930
5931         * gcc.dg/20020523-1.c: New test.
5932
5933 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
5934
5935         * objc.dg/const-str-2.m: Update now that we stop after
5936         a command line error.
5937
5938 2002-05-22  Richard Henderson  <rth@redhat.com>
5939
5940         * g++.dg/dg.exp: Fix typo in test pruneing.
5941
5942 2002-05-22  Richard Henderson  <rth@redhat.com>
5943
5944         * g++.dg/dg.exp: Prune the tls subdirectory.
5945         * g++.dg/tls/tls.exp, g++.dg/tls/trivial.C: New.
5946         * g++.dg/tls/diag-1.C, g++.dg/tls/diag-2.C: New.
5947         * g++.dg/tls/init-1.C: New.
5948
5949 2002-05-22  Jakub Jelinek  <jakub@redhat.com>
5950
5951         * gcc.dg/20020517-1.c: New test.
5952
5953 2002-05-21  Richard Henderson  <rth@redhat.com>
5954
5955         * gcc.dg/tls/tls.exp, gcc.dg/tls/trivial.c, gcc.dg/tls/diag-1.c,
5956         gcc.dg/tls/diag-2.c, gcc.dg/tls/init-1.c: New directory and files.
5957
5958 2002-05-21  Brian R. Gaeke  <brg@dgate.ORG>
5959
5960         * g++.dg/other/copy2.C: New test.
5961
5962 2002-05-20  J"orn Rennecke <joern.rennecke@superh.com>
5963
5964         * gcc.c-torture/execute/memcpy-2.c (SEQUENCE_LENGTH): Define.
5965         (MAX_COPY): Bump up to 10 times sizeof (long long).
5966         (main): Use a pattern of SEQUENCE_LENGTH different characters to copy.
5967
5968         * gcc.c-torture/execute/memset-1.c (MAX_COPY): Bump up to 10 times
5969         sizeof (long long).
5970
5971         * gcc.c-torture/execute/strcpy-1.c: New test.
5972
5973 2002-05-19  Jason Merrill  <jason2redhat.com>
5974
5975         * g++.dg/ext/oper1.C: New test.
5976
5977 2002-05-20  David Billinghurst <David.Billinghurst@riotinto.com>
5978 2002-05-19  Mark Mitchell  <mitchell@doubledemon.codesourcery.com>
5979
5980         * README.QMTEST: New file.
5981
5982         * g++.dg/warn/Wshadow-1.C: Remove unncessary dg-error line.
5983
5984 2002-05-19  Andreas Jaeger  <aj@suse.de>
5985
5986         * gcc.c-torture/execute/loop-2c.x: Remove, the test should pass
5987         now.
5988         * gcc.c-torture/execute/loop-2d.x: Likewise.
5989
5990 2002-05-19  David Billinghurst <David.Billinghurst@riotinto.com>
5991
5992         * gcc.dg/weak-2.c:  xfail warnings for platforms that don't
5993         support weak symbols.
5994         * gcc.dg/weak-4.c: Likewise
5995         * gcc.dg/weak-6.c: Likewise
5996
5997 2002-05-16  David.Billinghurst <David.Billinghurst@riotinto.com>
5998
5999         * gcc.dg/weak-3.c: Add dg-excess-error comment for
6000         cygwin, coff and h8300-*-hms targets
6001         * gcc.dg/weak-5.c: Likewise
6002         * gcc.dg/weak-7.c: Likewise
6003
6004 2002-05-16  Jason Merrill  <jason@redhat.com>
6005
6006         * lib/scanasm.exp (scan-assembler): Use upvar, not uplevel.
6007         (scan-assembler-not, scan-assembler-dem): Likewise.
6008         (scan-assembler-dem-not): Likewise.
6009
6010 2002-05-15  Richard Henderson  <rth@redhat.com>
6011
6012         * gcc.dg/weak-5.c (vfoo1c, vfoo1g): Warn here.
6013
6014 2002-05-15  Richard Henderson  <rth@redhat.com>
6015
6016         * gcc.dg/weak-5.c (vfoo1c): No warning here.
6017         (vfoo1f): Warning here.
6018         (vfoo1l): Don't redefine the alias.
6019
6020 2002-05-14  Jason Merrill  <jason@redhat.com>, Alexandre Oliva  <aoliva@redhat.com>
6021
6022         * g++.dg/init/pm1.C: New test.
6023
6024 2002-05-12  David S. Miller  <davem@redhat.com>
6025
6026         * gcc.c-torture/execute/conversion.c (ldnear): Use long double
6027         types.
6028
6029 2002-05-10  Roger Sayle  <roger@eyesopen.com>
6030
6031         * gcc.c-torture/execute/20020510-1.c: New test case.
6032
6033 2002-05-10  David S. Miller  <davem@redhat.com>
6034
6035         * gcc.c-torture/execute/conversion.c: Test long double too.
6036
6037 2002-05-09  Jakub Jelinek  <jakub@redhat.com>
6038
6039         * lib/g77.exp (g77_link_flags): Append all multilib dirs containing
6040         libgcc_s*.so.1 below gcc object dir to LD_LIBRARY_PATH.
6041         * lib/g++.exp (g++_link_flags): Likewise.
6042         * lib/objc.exp (objc_target_compile): Likewise.
6043
6044 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
6045
6046         * gcc.dg/cpp/poison.c: Update.
6047         * gcc.dg/cpp/20000625-2.c: Remove.
6048         * gcc.dg/cpp/direct2s.c: Remove final test.
6049
6050 2002-05-08  Tom Rix  <trix@redhat.com>
6051
6052         * gcc.c-torture/execute/20020508-1.c: New test.
6053         * gcc.c-torture/execute/20020508-2.c: New test.
6054         * gcc.c-torture/execute/20020508-3.c: New test.
6055
6056 2002-05-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6057
6058         * gcc.dg/cpp/charconst-4.c: More tests.
6059
6060 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6061
6062         PR c/6569
6063         * gcc.dg/weak-3.c: Update location of warning messages.
6064         * gcc.dg/weak-5.c: Likewise.
6065
6066 2002-05-06  Roger Sayle  <roger@eyesopen.com>
6067
6068         * gcc.c-torture/execute/20020506-1.c: New test case.
6069
6070 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6071
6072         * gcc.dg/cpp/charconst-3.c: Correct tests accordingly.
6073
6074 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6075
6076         * gcc.dg/cpp/charconst-3.c: Run, don't compile.
6077
6078 2002-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
6079
6080         * gcc.dg/cpp/charconst-3.c: New test.
6081
6082 2002-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6083
6084         * gcc.dg/cpp/charconst.c: Update tests.
6085
6086 2002-05-05  Tim Josling  <tej@melbpc.org.au>
6087
6088         * treelang: Added directory for new sample language treelang. Also
6089         lib/treelang.exp: New file to signal treelang should be tested.
6090
6091 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6092
6093         * gcc.dg/cpp/cmdlne-dM-M.c: New test.
6094         * gcc.dg/cpp/cmdlne-dD-M.c: New test.
6095         * gcc.dg/cpp/cmdlne-dN-M.c: New test.
6096         * gcc.dg/cpp/cmdlne-dI-M.c: New test.
6097         * gcc.dg/cpp/cmdlne-dI-M.h: New aux file.
6098         * gcc.dg/cpp/cmdlne-dD-dM.c: New test.
6099         * gcc.dg/cpp/cmdlne-dM-dD.c: New test.
6100
6101 2002-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6102
6103         * gcc.dg/format/xopen-2.c: New test.
6104
6105 2002-05-03  Jakub Jelinek  <jakub@redhat.com>
6106
6107         * gcc.dg/20020503-1.c: New test.
6108
6109 2002-05-02  Mark Mitchell  <mark@codesourcery.com>
6110
6111         * g++.dg/init/dtor1.C: Make it tougher.
6112
6113 2002-05-01  Mark Mitchell  <mark@codesourcery.com>
6114
6115         * g++.dg/init/dtor1.C: New test.
6116
6117 2002-05-02  Aldy Hernandez  <aldyh@redhat.com>
6118
6119         * gcc.dg/altivec-8.c: New.
6120
6121 2002-05-01  Aldy Hernandez  <aldyh@redhat.com>
6122
6123         * gcc.dg/altivec-7.c: New.
6124
6125 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
6126
6127         * g++.dg/parse/typedef1.C: New test.
6128
6129 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
6130
6131         PR c++/6486
6132         * g++.dg/template/friend6.C: New test.
6133
6134         PR c++/6492
6135         * g++.dg/init/copy1.C: New test.
6136
6137 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
6138
6139         * g++.dg/warn/effc1.C: New test.
6140
6141 2002-04-29  Neil Booth  <neil@daikokuya.demon.co.uk>
6142
6143         * gcc.dg/cpp/if-cexp.c: Add a test.
6144
6145 2002-04-28  Jakub Jelinek  <jakub@redhat.com>
6146
6147         * gcc.dg/20020426-2.c: New test.
6148
6149 2002-04-28  Neil Booth  <neil@daikokuya.demon.co.uk>
6150
6151         * gcc.dg/cpp/if-mop.c: Update.
6152         * gcc.dg/cpp/if-mpar.c: Add test.
6153         * gcc.dg/cpp/if-oppr.c: Update.
6154
6155 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6156
6157         PR c/6343
6158         * gcc.dg/weak-[2-7].c: New tests.
6159
6160 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6161
6162         * gcc.dg/enum1.c: New test.
6163
6164 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6165
6166         PR c++/6497
6167         * g++.dg/inherit/access2.C: New test.
6168
6169 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
6170
6171         PR bootstrap/6445
6172         * gcc.dg/20020426-1.c: New test.
6173
6174 2002-04-26  Alexandre Oliva  <aoliva@redhat.com>
6175
6176         * g++.dg/abi/enum1.C: New test.
6177
6178 2002-04-26  Richard Henderson  <rth@redhat.com>
6179
6180         * gcc.dg/c99-bool-1.c: Expect always true warning.
6181
6182 2002-04-25  Roger Sayle  <roger@eyesopen.com>
6183
6184         * gcc.dg/i386-memset-1.c: New test case for PR target/6456.
6185
6186 2002-04-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6187
6188         * gcc.c-torture/execute/20020227-1.x: New file, xfail on 64-bit
6189         targets.
6190
6191 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
6192
6193         * g++.dg/abi/mange7.C: New test.
6194
6195         PR c++/6438.
6196         * g++.dg/parse/stmtexpr2.C: New test.
6197
6198 2002-04-24  J"orn Rennecke <joern.rennecke@superh.com>
6199
6200         * gcc.dg/20020312-2.c: Add SH target.
6201
6202 2002-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6203
6204         * gcc.c-torture/compile/labels-3.x: New file, don't assemble the
6205         compiler output on mips*-*-irix*.
6206
6207 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
6208
6209         * g++.dg/parse/attr1.C: New test.
6210
6211 2002-04-23  Roger Sayle  <roger@eyesopen.com>
6212
6213         * gcc.c-torture/execute/string-opt-17.c: New test case.
6214         * gcc.c-torture/execute/memset-2.c: New test case.
6215
6216 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
6217
6218         PR c++/6256:
6219         * g++.dg/template/friend5.C: New test.
6220
6221         PR c++/6331:
6222         * g++.dg/template/qual1.C: Likewise.
6223
6224 2002-04-22  Zack Weinberg  <zack@codesourcery.com>
6225
6226         * gcc.c-torture/execute/980707-1.c: Don't use isspace().
6227         Include stdlib.h, not stdio.h or ctype.h.
6228
6229 2002-04-22  Hans-Peter Nilsson  <hp@axis.com>
6230
6231         * gcc.dg/20020415-1.c: Expect warning for unsupported -fpic on
6232         cris-*-elf* and mmix-*-*.
6233         * g77.f-torture/execute/io0.x: xfail for cris-*-elf.
6234         * g77.f-torture/execute/io1.x, g77.f-torture/execute/20001201.x,
6235         g77.f-torture/execute/6367.x, g77.f-torture/execute/u77-test.x:
6236         Ditto.
6237         * gcc.dg/wint_t-1.c: Mark excess errors for cris-*-elf.
6238         * gcc.dg/wchar_t-1.c: Ditto.
6239
6240 2002-04-21  Hans-Peter Nilsson  <hp@axis.com>
6241
6242         * g++.dg/opt/cleanup1.C (C::C()): Initialize member c.
6243         Clarify comment.
6244
6245 2002-04-21  Neil Booth  <neil@daikokuya.demon.co.uk>
6246
6247         * gcc.dg/cpp/endif.h, gcc.dg/cpp/endif.c: New tests.
6248
6249 2002-04-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6250
6251         * gcc.c-torture/execute/20000906-1.x: Delete.
6252
6253 2002-04-20  David.Billinghurst <David.Billinghurst@riotinto.com>
6254
6255         * g77.dg/f77-edit-i-in.f: Restore missing { dg-do run }
6256
6257 2002-04-19  Toon Moene  <toon@moene.indiv.nluug.nl>
6258
6259         * PR6367
6260         * g77.f-torture/execute/6367.f: New test.
6261         * g77.f-torture/execute/6367.x: Disable for MMIX.
6262
6263 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6264
6265         * PR6352
6266         * g++.dg/opt/inline2.C: New test.
6267
6268 2002-04-18  Richard Henderson  <rth@redhat.com>
6269
6270         * gcc.dg/20000906-1.c: Enable for all targets.
6271         * gcc.c-torture/compile/iftrap-2.c: New.
6272
6273 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6274
6275         * gcc.dg/20020418-1.c: New test.
6276         * gcc.dg/20020418-2.c: New test.
6277
6278 2002-04-18  Richard Henderson  <rth@redhat.com>
6279
6280         * gcc.c-torture/compile/iftrap-1.c: New.
6281         * gcc.dg/iftrap-1.c: Adjust for ia64.
6282         * gcc.dg/iftrap-2.c: New.
6283
6284 2002-04-18  Jakub Jelinek  <jakub@redhat.com>
6285
6286         * gcc.c-torture/compile/20020418-1.c: New test.
6287
6288 2002-04-18  Roger Sayle  <roger@eyesopen.com>
6289
6290         * gcc.c-torture/compile/20020415-1.c: New.
6291
6292 2002-04-18  David S. Miller  <davem@redhat.com>
6293
6294         * gcc.c-torture/execute/20020418-1.c: New test.
6295
6296 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6297
6298         * gcc.dg/20020416-1.c: New test.
6299
6300         * g++.dg/opt/inline1.C: New test.
6301
6302 2002-04-16  Jakub Jelinek  <jakub@redhat.com>
6303
6304         * gcc.dg/altivec-5.c: New test.
6305
6306         * gcc.dg/20020415-1.c: New test.
6307
6308 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6309
6310         * testsuite/lib/chill.exp: Remove.
6311
6312 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6313
6314         * g++.dg/other/big-struct.C: New test.
6315
6316 2002-04-14  David Billinghurst <David.Billinghurst@riotinto.com>
6317
6318         * g77.dg/f77-edit-i-in.f: Use internal buffer in place
6319         of scratch file.
6320
6321 2002-04-13  David Billinghurst <David.Billinghurst@riotinto.com>
6322
6323         PR c/6277
6324         * gcc.dg/i386-387-1.c:  Allow optional leading underscore
6325         in scan-assembler function name
6326
6327 2002-04-13  Hans-Peter Nilsson  <hp@bitrange.com>
6328
6329         * g77.f-torture/execute/980628-4.x,
6330         g77.f-torture/execute/980628-5.x,
6331         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6332         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6333         g77.f-torture/compile/alpha1.x: xfail powerpc-*-* hosted on
6334         i[34567]86-*-*.
6335
6336 2002-04-13  David S. Miller  <davem@redhat.com>
6337
6338         * gcc.c-torture/execute/20020413-1.c: New test.
6339
6340 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
6341
6342         * gcc.dg/asm-6.c,
6343         * g++.dg/ext/asm1.C: New tests.
6344
6345 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
6346
6347         PR c++ 5373.
6348         * g++.dg/parse/stmtexpr1.C: New test.
6349
6350         PR c++/5189.
6351         * g++.dg/template/copy1.C: New test.
6352
6353 2002-04-12  Richard Henderson  <rth@redhat.com>
6354
6355         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
6356
6357 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
6358
6359         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
6360         gcc.c-torture/execute/20020307-2.c.
6361
6362 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
6363
6364         * g++.dg/ext/attrib5.C,
6365         * g++.dg/lookup/struct1.C: New tests.
6366
6367 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6368
6369         * gcc.dg/20020411-1.c: New test.
6370
6371         * gcc.c-torture/execute/20020411-1.c: New test.
6372
6373 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
6374
6375         * g77.f-torture/execute/6177.f: New test.
6376
6377 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
6378
6379         PR middle-end/6247
6380         * g++.dg/opt/cleanup1.C: New test.
6381
6382         * g++.dg/opt/const1.C: New test.
6383
6384 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
6385
6386         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
6387
6388 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6389
6390         PR c++/5507
6391         * g++.dg/template/typename2.C: New test.
6392
6393 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
6394
6395         * gcc.c-torture/execute/loop-12.c: New.
6396
6397 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
6398
6399         * g77.f-torture/execute/980628-4.x,
6400         g77.f-torture/execute/980628-5.x,
6401         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
6402         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
6403         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
6404
6405 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6406
6407         PR optimization/6086
6408         * g++.dg/opt/preinc1.C: New test.
6409
6410 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6411
6412         PR c++/5571
6413         * g++.dg/opt/static2.C: New test.
6414
6415 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
6416
6417         PR c/5120
6418         * gcc.dg/20020406-1.c: New test.
6419
6420 2002-04-04  David S. Miller  <davem@redhat.com>
6421
6422         * gcc.c-torture/execute/20020404-1.c: New test.
6423
6424 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
6425
6426         PR c/6123
6427         * gcc.dg/20020312-2.c: Do not declare global register variable
6428         if __PIC__ or __pic__ is defined.
6429
6430 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
6431
6432         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
6433         __asm__ so that it works correctly even if -ansi -pedantic-errors.
6434
6435 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6436
6437         * gcc.misc-tests/linkage.exp: Update last change to handle
6438         sparc*-, not just sparc-.
6439
6440 2002-04-03  Richard Henderson  <rth@redhat.com>
6441
6442         * gcc.dg/cpp/ucs.c: Improved long UCS test.
6443
6444 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6445
6446         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
6447
6448 2002-04-02  David S. Miller  <davem@redhat.com>
6449
6450         * gcc.c-torture/execute/20020402-3.c: New test.
6451
6452 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
6453
6454         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
6455         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
6456
6457         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
6458         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
6459         g77.f-torture/execute/20001201.x,
6460         g77.f-torture/execute/u77-test.x: New files.
6461
6462         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
6463         * gcc.dg/wchar_t-1.c: Ditto.
6464
6465 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6466
6467         * gcc.c-torture/execute/20020402-1.c: New test.
6468
6469 2002-04-01  Richard Henderson  <rth@redhat.com>
6470
6471         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
6472
6473         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
6474
6475 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6476
6477         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
6478
6479 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6480
6481         * g++.dg/inherit/template-as-base.C: Expect error.
6482         * g++.dg/inherit/namespace-as-base.C: Likewise.
6483
6484 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
6485
6486         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
6487         g++.dg/ext/instantiate3.C: Tweak match patterns.
6488
6489         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
6490         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
6491         -da test.
6492
6493 2002-03-31  Richard Henderson  <rth@redhat.com>
6494
6495         * gcc.dg/special/alias-2.c: New.
6496         * gcc.dg/special/ecos.exp: Run it.
6497
6498 2002-03-31  Richard Henderson  <rth@redhat.com>
6499
6500         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
6501
6502 2002-03-31  Kazu Hirata  <kazu@hxi.com>
6503
6504         * gcc.dg/weak-1.c: Disable on h8300 port.
6505
6506 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
6507
6508         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
6509         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
6510         ordering tests.
6511         * g++.dg/bprob/bprob-1.C: New test.
6512         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
6513         * g++.dg/gcov/gcov-1.C: New test.
6514         * g++.dg/gcov/gcov-1.x: New file.
6515         * g++.dg/gcov/gcov-2.C: New test.
6516         * g++.dg/gcov/gcov-3.C: New test.
6517         * g++.dg/gcov/gcov-3.h: New file.
6518
6519 2002-03-28  Roger Sayle  <roger@eyesopen.com>
6520
6521         * g++.old-deja/g++.other/builtins5.C: New test.
6522         * g++.old-deja/g++.other/builtins6.C: New test.
6523         * g++.old-deja/g++.other/builtins7.C: New test.
6524         * g++.old-deja/g++.other/builtins8.C: New test.
6525         * g++.old-deja/g++.other/builtins9.C: New test.
6526
6527 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6528
6529         * g++.dg/opt/static1.C: New test.
6530
6531         * g++.dg/opt/longbranch1.C: New test.
6532
6533 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
6534
6535         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
6536
6537         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
6538
6539 2002-03-28  Jeffrey A Law  (law@redhat.com)
6540
6541         * gcc.c-torture/execute/20020328-1.c: New test.
6542
6543 2002-03-27  Richard Henderson  <rth@redhat.com>
6544
6545         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
6546         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
6547         move from g++.old-deja/g++.ext/.
6548
6549 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
6550
6551         * g++.dg/init/new2.C: New test.
6552
6553 2002-03-26  Richard Henderson  <rth@redhat.com>
6554
6555         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
6556
6557         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
6558         on sparc.
6559
6560         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
6561         sparcv9 systems.
6562         * gcc.dg/20001102-1.c: Likewise.
6563
6564 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
6565
6566         * gcc.dg/cpp/endif-pedantic1.c,
6567         gcc.dg/cpp/endif-pedantic2.c:  New tests.
6568
6569 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
6570
6571         * g++.dg/init/new1.C: New test.
6572
6573 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
6574
6575         * g++.dg/abi/vbase9.C: New test.
6576
6577 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
6578
6579         * gcc.dg/arm-asm.c: New test.
6580
6581 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
6582
6583         * gcc.dg/Wswitch-enum.c: New test.
6584         Fix PR c/5044.
6585
6586 2002-03-26  Richard Henderson  <rth@redhat.com>
6587
6588         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
6589         structure.
6590
6591 2002-03-25  Richard Henderson  <rth@redhat.com>
6592
6593         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
6594         sparcv9 systems.
6595
6596         * gcc.c-torture/compile/20011119-1.c (xxx): New.
6597         * gcc.c-torture/compile/20011119-2.c (xxx): New.
6598
6599 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
6600
6601         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
6602
6603 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
6604
6605         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
6606         targets using generic thunk support.
6607
6608 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
6609
6610         * gcc.c-torture/compile/20020323-1.c: New test.
6611
6612         * g++.dg/opt/conj2.C: New test.
6613
6614 2002-03-24  Richard Henderson  <rth@redhat.com>
6615
6616         * gcc.dg/weak-1.c: Use -fno-common.
6617
6618 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6619
6620         * g77.dg/f77-edit-apostrophe-out.f: New test
6621         * g77.dg/f77-edit-h-out.f: New test
6622         * g77.dg/f77-edit-t-in.f: New test
6623         * g77.dg/f77-edit-t-out.f: New test
6624         * g77.dg/f77-edit-x-out.f: New test
6625         * g77.dg/f77-edit-slash-out.f: New test
6626         * g77.dg/f77-edit-colon-out.f: New test
6627         * g77.dg/f77-edit-s-out.f: New test
6628
6629 2002-03-24  Richard Henderson  <rth@redhat.com>
6630
6631         * objc/execute/formal_protocol-6.x: New XFAIL.
6632
6633 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6634
6635         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
6636         that do not support weak symbols
6637
6638 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
6639
6640         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
6641         * lib/g77.exp:  Likewise
6642         * lib/objc.exp: Likewise
6643
6644 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
6645
6646         * gcc.dg/Wswitch-default.c: New test.
6647
6648 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6649
6650         * g++.dg/other/enum1.C: New test.
6651
6652 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
6653
6654         * gcc.dg/pragma-ep-3.c: Fix typo.
6655
6656 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6657
6658         * g++.dg/inherit/template-as-base.C: New test.
6659
6660 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
6661
6662         * g++.old-deja/g++.other/dwarf2-1.C: Move...
6663         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
6664
6665 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
6666
6667         * gcc.dg/cpp/multiline.c: Update to match.
6668
6669 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
6670
6671         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
6672
6673 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
6674
6675         * gcc.dg/cpp/extratokens2.c:  New file.
6676
6677 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
6678
6679         * gcc.dg/20020312-2.c: Add rs6000 target.
6680
6681         * gcc.c-torture/compile/20020319-1.c: New test.
6682
6683 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6684
6685         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
6686         (A, E): Handle this.
6687
6688 2002-03-20  Jason Merrill  <jason@redhat.com>
6689
6690         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
6691         ignoring -fpic.
6692         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
6693         through prune_gcc_output.
6694
6695 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
6696
6697         * gcc.c-torture/compile/20020320-1.c: New test.
6698
6699 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
6700
6701         * gcc.c-torture/compile/20020318-1.c: New test.
6702
6703         * gcc.dg/struct-by-value-1.c: New test.
6704
6705         * gcc.dg/20020319-1.c: New test.
6706
6707 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
6708
6709         * g++.dg/opt/conj1.C: New test.
6710
6711 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
6712
6713         * g++.dg/template/qualttp20.C: Revert previous change.
6714         * g++.dg/template/qualttp3.C: Likewise.
6715         * g++.dg/template/qualttp4.C: Likewise
6716         * g++.dg/template/qualttp5.C: Likewise
6717         * g++.dg/template/qualttp6.C: Likewise
6718         * g++.dg/template/qualttp7.C: Likewise
6719         * g++.dg/template/qualttp8.C: Likewise
6720         * g++.dg/template/recurse.C: Likewise.
6721
6722 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6723
6724         * gcc.dg/cpp/wchar-1.c: Update.
6725
6726 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
6727
6728         * g++.dg/template/conv1.C: New test.
6729         * g++.dg/template/conv2.C: New test.
6730         * g++.dg/template/conv3.C: New test.
6731         * g++.dg/template/conv4.C: New test.
6732
6733 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
6734
6735         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
6736         * g++.dg/template/qualttp3.C: Likewise.
6737         * g++.dg/template/qualttp4.C: Likewise
6738         * g++.dg/template/qualttp5.C: Likewise
6739         * g++.dg/template/qualttp6.C: Likewise
6740         * g++.dg/template/qualttp7.C: Likewise
6741         * g++.dg/template/qualttp8.C: Likewise
6742         * g++.dg/template/recurse.C: Likewise.
6743
6744 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
6745
6746         * g++.dg/opt/dtor1.C: New test.
6747
6748 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
6749
6750         * gcc.c-torture/compile/20020315-1.c: New test.
6751
6752 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
6753
6754         * gcc.dg/weak-1.c: Fix scan tests.
6755
6756 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
6757
6758         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
6759         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
6760         cris-*-aout* mmix-*-*.
6761         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
6762         cris-*-aout* mmix-*-*.
6763         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
6764         cris-*-elf* cris-*-aout* and mmix-*-*.
6765         * gcc.dg/20001009-1.c: Ditto.
6766         * gcc.dg/20010912-1.c: Ditto.
6767         * gcc.dg/20020122-4.c: Ditto.
6768         * gcc.dg/inline-2.c: Ditto.
6769
6770 2002-03-14  Jeffrey A Law  (law@cygnus.com)
6771
6772         * gcc.c-torture/compile/20020314-1.c: New test.
6773
6774 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
6775
6776         * gcc.c-torture/execute/20020314-1.c: New test.
6777
6778 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6779
6780         * g++.dg/warn/Wunused-1.C: New test.
6781
6782 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
6783
6784         * g++.dg/abi/mangle6.C: New test.
6785
6786 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6787
6788         * gcc.c-torture/compile/20020309-2.c: New test.
6789
6790         * gcc.c-torture/compile/20020312-1.c: New test.
6791
6792 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
6793
6794         * g++.dg/other/access1.C: New test.
6795
6796 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
6797
6798         * gcc.c-torture/execute/wchar_t-1.c: New test.
6799
6800 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
6801
6802         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
6803
6804 2002-03-12  Roger Sayle  <roger@eyesopen.com>
6805
6806         * gcc.dg/20020312-1.c: New test case.
6807
6808 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
6809
6810         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
6811
6812 2002-03-11  Richard Henderson  <rth@redhat.com>
6813
6814         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
6815         * g++.old-deja/g++.jason/report.C: Likewise.
6816
6817 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
6818
6819         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
6820         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
6821
6822 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
6823
6824         * testsuite/g++.dg/overload/pmf1.C: New test.
6825
6826 2002-03-11  Kazu Hirata  <kazu@hxi.com>
6827
6828         * gcc.c-torture/execute/20020307-1.c: Use long.
6829
6830 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
6831
6832         PR optimization/5844
6833         * gcc.dg/20020310-1.c: New test.
6834
6835 2002-03-09  Michael Meissner  <meissner@redhat.com>
6836
6837         * gcc.c-torture/execute/memcpy-2.c: New test.
6838         * gcc.c-torture/execute/memset-1.c: New test.
6839         * gcc.c-torture/execute/strlen-1.c: New test.
6840         * gcc.c-torture/execute/strcmp-1.c: New test.
6841         * gcc.c-torture/execute/strncmp-1.c: New test.
6842
6843 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
6844
6845         * gcc.dg/ppc-ldstruct.c: New test.
6846
6847 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
6848
6849         * gcc.c-torture/execute/va-arg-22.c: New test.
6850
6851 2002-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6852
6853         * gcc.c-torture/compile/20020309-1.c: New test.
6854
6855 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
6856
6857         * gcc.c-torture/execute/20020307-2.c: New test.
6858
6859 2002-03-07  Jeffrey A Law  (law@redhat.com)
6860
6861         * g77.f-torture/compile/20020307-1.f: New test.
6862
6863 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
6864
6865         * gcc.dg/unordered-1.c: New test.
6866
6867 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
6868
6869         * gcc.c-torture/execute/20020307-1.c: New test.
6870
6871 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
6872
6873         * gcc.dg/20020304-1.c: New test.
6874
6875         * gcc.c-torture/compile/20020304-2.c: New test.
6876
6877 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
6878
6879         * gcc.c-torture/compile/20020304-1.c: New test case
6880         (from PR c/5830).
6881
6882 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
6883
6884         * gcc.dg/20020103-1.c: Add other -D ppc variants.
6885
6886 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
6887
6888         * g++.dg/other/classkey1.C: New test.
6889
6890 2002-03-01  Richard Henderson  <rth@redhat.com>
6891
6892         * gcc.c-torture/compile/981223-1.x: New.
6893         * gcc.c-torture/compile/920625-1.x: New.
6894
6895 2002-02-28  Richard Henderson  <rth@redhat.com>
6896
6897         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
6898
6899 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
6900
6901         * gcc.c-torture/execute/20020227-1.c: New test.
6902
6903 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
6904
6905         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
6906         here" ERROR lines.
6907         * g++.old-deja/g++.oliva/partord1.C: Likewise.
6908         * g++.old-deja.g++.other/defarg1.C: Likewise.
6909         * g++.old-deja/g++.pt/calls2.C: Likewise.
6910         * g++.old-deja/g++.pt/crash20.C: Likewise.
6911         * g++.old-deja/g++.pt/crash30.C: Likewise.
6912         * g++.old-deja/g++.pt/crash36.C: Likewise.
6913         * g++.old-deja/g++.pt/crash6.C: Likewise.
6914         * g++.old-deja/g++.pt/defarg13.C: Likewise.
6915         * g++.old-deja/g++.pt/derived3.C: Likewise.
6916         * g++.old-deja/g++.pt/error1.C: Likewise.
6917         * g++.old-deja/g++.pt/friend21.C: Likewise.
6918         * g++.old-deja/g++.pt/friend23.C: Likewise.
6919         * g++.old-deja/g++.pt/infinite1.C: Likewise.
6920         * g++.old-deja/g++.robertl/eb128.C: Likewise.
6921
6922 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
6923
6924         * gcc.c-torture/execute/20020225-2.c: New test.
6925
6926 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
6927
6928         * gcc.c-torture/execute/920730-1t.c,
6929         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
6930         Delete test cases, only relevant to -traditional.
6931
6932 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
6933
6934         * gcc.dg/cpp/undef1.c: Remove.
6935         * gcc.dg/cpp/directiv.c: Update.
6936         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
6937
6938 2002-02-27  Michael Meissner  <meissner@redhat.com>
6939
6940         * gcc.c-torture/execute/20020226-1.c: New test.
6941
6942 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
6943
6944         * g++.dg/debug/debug4.C: New test.
6945
6946         * gcc.dg/ia64-visibility-1.c: New test.
6947
6948 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
6949
6950         * gcc.dg/debug/20020224-1.c: New.
6951
6952 2002-02-25  Kazu Hirata  <kazu@hxi.com>
6953
6954         * gcc.c-torture/execute/960416-1.x: New.
6955         * gcc.c-torture/execute/divconst-3.x: Likewise.
6956
6957 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
6958
6959         * gcc.dg/20020224-1.c: New test.
6960
6961 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
6962
6963         * gcc.c-torture/execute/20020225-1.c: New.
6964
6965 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
6966
6967         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
6968
6969 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
6970
6971         * gcc.dg/20020222-1.c: New test.
6972
6973 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
6974
6975         * g++.dg/opt/anonunion1.C: New test.
6976
6977 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
6978
6979         * g++.dg/template/qualttp19.C: New test.
6980         * g++.dg/template/qualttp20.C: New test.
6981         * g++.old-deja/g++.jason/report.C: Adjust expected errors
6982         * g++.old-deja/g++.other/qual1.C: Likewise.
6983
6984 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
6985
6986         * gcc.dg/attr-alwaysinline.c: New.
6987
6988 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
6989
6990         * gcc.dg/20020220-1.c: New test.
6991
6992         * gcc.dg/20020220-2.c: New test.
6993
6994         * g++.dg/opt/mmx1.C: New test.
6995
6996 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
6997
6998         * gcc.c-torture/compile/20020110.c: New test.
6999
7000 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
7001
7002         * gcc.c-torture/execute/20020219-1.c: New test.
7003
7004         * gcc.dg/20020219-1.c: New test.
7005
7006         * gcc.dg/noncompile/20020220-1.c: New test.
7007
7008         * g++.dg/opt/ptrintsum1.C: New test.
7009
7010         * gcc.dg/debug/20020220-1.c: New test.
7011
7012 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
7013
7014         * gcc.c-torture/execute/20020216-1.c: New test.
7015
7016 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7017
7018         * gcc.dg/decl-1.c: Update, new test.
7019
7020 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
7021
7022         * g++.dg/abi/bitfield1.C: New test.
7023         * g++.dg/abi/bitfield2.C: New test.
7024
7025 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7026
7027         * gcc.dg/attr-nest.c: New test.
7028
7029 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
7030
7031         * gcc.c-torture/execute/20020215-1.c: New test.
7032
7033 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
7034
7035         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
7036         * g++.dg/debug/debug.exp: New.
7037         * g++.dg/debug/trivial.C: New.
7038         * g++.dg/debug/debug1.C: Moved...
7039         * g++.dg/other/debug1.C: ...from here.
7040         * g++.dg/debug/debug2.C: Moved...
7041         * g++.dg/other/debug2.C: ...from here.
7042         * g++.dg/debug/debug3.C: Moved...
7043         * g++.dg/other/debug3.C: ...from here.
7044
7045         * gcc.dg/noncompile/20020213-1.c: New test.
7046
7047 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7048
7049         * g++.dg/other/debug3.C: New test.
7050
7051         * gcc.c-torture/execute/20020213-1.c: New test.
7052
7053 2002-02-13  Richard Smith <richard@ex-parrot.com>
7054
7055         * g++.old-deja/g++.other/thunk1.C: New test.
7056
7057 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7058
7059         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
7060
7061 2002-02-13  Stan Shebs  <shebs@apple.com>
7062
7063         * gcc.dg/altivec-3.c: New.
7064
7065 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
7066
7067         * gcc.dg/Wunreachable-1.c: New test.
7068         * gcc.dg/Wunreachable-2.c: New test.
7069
7070 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
7071
7072         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
7073
7074 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
7075
7076         * gcc.dg/decl-1.c: New test.
7077
7078 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
7079
7080         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
7081
7082 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7083
7084         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
7085         * gcc.c-torture/compile/980506-1.x: Likewise.
7086
7087 2002-02-10  Kazu Hirata  <kazu@hxi.com>
7088
7089         * gcc.dg/20020210-1.c: New.
7090
7091 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
7092
7093         * g77.f-torture/execute/947.f: New regression test
7094         for PR fortran/947.
7095
7096 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
7097
7098         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
7099         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
7100
7101 2002-02-08  Richard Henderson  <rth@redhat.com>
7102
7103         * gcc.c-torture/compile/labels-3.c: New.
7104
7105 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
7106
7107         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
7108         expression statements work instead.
7109         * gcc.dg/noncompile/20020207-1.c: New test.
7110
7111 2002-02-07  Richard Henderson  <rth@redhat.com>
7112
7113         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
7114
7115 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7116
7117         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
7118         message from g77
7119         * lib/g77-dg.exp: Trim g77 error messages so that they are
7120         recognized by dg.exp.
7121
7122 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7123
7124         PR fortran/5473
7125         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
7126
7127 2002-02-07  Richard Henderson  <rth@redhat.com>
7128
7129         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
7130         to be sufficiently aligned for integers.
7131
7132 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
7133
7134         * g++.dg/template/friend4.C: New test.
7135
7136 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
7137
7138         PR fortran/5743
7139         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
7140         unsupported cases.
7141
7142 2002-02-07  Richard Henderson  <rth@redhat.com>
7143
7144         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
7145         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
7146         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
7147         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
7148
7149 2002-02-06  Richard Henderson  <rth@redhat.com>
7150
7151         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
7152
7153 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
7154
7155         * gcc.dg/20020206-1.c: New test.
7156
7157 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7158
7159         * gcc.c-torture/execute/20020206-1.c: New test.
7160
7161         * gcc.c-torture/execute/20020206-2.c: New test.
7162
7163         PR optimization/5429:
7164         * gcc.c-torture/compile/20020206-1.c: New test.
7165
7166 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
7167
7168         * g++.dg/ext/align1.C: Do not use an explicit alignment value
7169         as certain file formats cannot support particularly large
7170         alignments.
7171
7172         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
7173         and do not expect to be able to link the executable.
7174
7175         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
7176         fail because the COFF format does not support the weak attribute.
7177
7178 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
7179
7180         * g77.dg/pr5473.f:  New test
7181
7182 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
7183
7184         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
7185         Fix testcase accordingly.
7186
7187 2002-02-04  Richard Henderson  <rth@redhat.com>
7188
7189         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
7190         (buf): Change to be an array of pointers, not ints.
7191
7192 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7193
7194         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
7195         before all tests.  Move warning one line above to match where it
7196         C frontend emits.
7197         * gcc.dg/Wswitch-2.c: New test.
7198         * g++.dg/warn/Wswitch-1.C: New test.
7199         * g++.dg/warn/Wswitch-2.C: New test.
7200
7201 2002-02-04  Richard Henderson  <rth@redhat.com>
7202
7203         * g++.dg/abi/offsetof.C: Fix size comparison.
7204
7205 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
7206
7207         * gcc.dg/cast-qual-2.c: New test.
7208
7209 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
7210
7211         * gcc.dg/20020201-4.c: New test.
7212
7213 2002-02-04  Ben Elliston  <bje@redhat.com>
7214
7215         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
7216         target_info attribute != 0, in addition to the empty string.
7217         (gcc_target_compile): Likewise.
7218
7219 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
7220
7221         * gcc.dg/Wswitch.c: New test.
7222         PR gcc/4475. PR gcc/3780.
7223
7224 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
7225
7226         * g77.f-torture/execute/5122.f: New test for regressions
7227         against PR fortran/5122.
7228
7229 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
7230
7231         * g77.f-torture/compile/pr3743.f: Delete
7232         * g77.dg/pr3743-1.f: New test.
7233         * g77.dg/pr3743-2.f: New test.
7234         * g77.dg/pr3743-3.f: New test.
7235         * g77.dg/pr3743-4.f: New test.
7236
7237 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7238
7239         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
7240
7241 2002-02-02  Richard Henderson  <rth@redhat.com>
7242
7243         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
7244         * gcc.c-torture/execute/bf64-1.c: Likewise.
7245
7246 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7247
7248         * gcc.dg/20020201-2.c: New test.
7249
7250         * gcc.dg/20020201-3.c: New test.
7251
7252         * gcc.c-torture/execute/bitfld-2.c: New test.
7253
7254 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7255
7256         * gcc.dg/bitfld-1.c: Update.
7257         * gcc.dg/bitfld-2.c: Update.
7258         * gcc.c-torture/execute/bitfld-1.x: New.
7259
7260 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
7261
7262         * gcc.c-torture/execute/20020201-1.c: New test.
7263
7264 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
7265
7266         PR target/5469
7267         * gcc.dg/20020201-1.c: New test.
7268
7269 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
7270
7271         PR fortran/3743
7272         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
7273         * g77.f-torture/compile/pr3743.x: Remove
7274
7275 2002-01-31  Tom Rix  <trix@redhat.com>
7276
7277         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
7278
7279 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
7280
7281         * gcc.dg/noncompile/20020130-1.c: New test.
7282
7283 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
7284
7285         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
7286
7287 2002-01-29  Richard Henderson  <rth@redhat.com>
7288
7289         * gcc.c-torture/execute/991118-1.c: Cast various constants back
7290         to long long.
7291         * gcc.c-torture/execute/bf64-1.c: Likewise.
7292
7293 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
7294
7295         * gcc.c-torture/execute/20020129-1.c: New test.
7296
7297 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
7298
7299         * gcc.c-torture/compile/20000224-1.c: Update.
7300         * gcc.c-torture/execute/bitfld-1.c: New tests.
7301         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
7302         * gcc.dg/uninit-A.c: Update.
7303
7304 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
7305
7306         * g++.dg/template/ctor1.C: Add instantiation.
7307
7308 2002-01-28  Paul Koning  <pkoning@equallogic.com>
7309
7310         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
7311         argument to __builtin_prefetch to be const ptr.
7312
7313 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
7314
7315         * gcc.c-torture/compile/20020120-1.c: New test.
7316
7317 2002-01-27  Kazu Hirata  <kazu@hxi.com>
7318
7319         * gcc.c-torture/execute/20020127-1.c: New test.
7320
7321 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
7322
7323         * g77.dg/f77-edit-i-in.f: New test
7324         * g77.dg/f77-edit-i-out.f: New test
7325
7326 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
7327
7328         * gcc.dg/debug/debug.exp: New file.
7329         * gcc.dg/debug/trivial.c: New file.
7330         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
7331         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
7332         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
7333         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
7334         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
7335         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
7336         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
7337         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
7338         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
7339         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
7340         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
7341         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
7342         * gcc.dg/20000503-1.c: Removed.
7343         * gcc.dg/20010207-1.c: Removed.
7344         * gcc.dg/20011223-1.c: Removed.
7345         * gcc.dg/20020104-2.c: Removed.
7346         * gcc.dg/debug-1.c: Removed.
7347         * gcc.dg/debug-2.c: Removed.
7348         * gcc.dg/debug-3.c: Removed.
7349         * gcc.dg/debug-4.c: Removed.
7350         * gcc.dg/debug-5.c: Removed.
7351         * gcc.dg/debug-6.c: Removed.
7352         * gcc.dg/dwarf2-1.c: Removed.
7353         * gcc.dg/dwarf2-2.c: Removed.
7354
7355 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
7356
7357         * g++.old-deja/g++.other/eh5.C: New test.
7358         * g++.old-deja/g++.other/sibcall2.C: New test.
7359         * g++.old-deja/g++.other/array9.C: New test.
7360         * g++.old-deja/g++.other/typename2.C: New test.
7361         * g++.old-deja/g++.other/crash60.C: New test.
7362         * g++.old-deja/g++.other/conv9.C: New test.
7363         * g++.old-deja/g++.other/mangle10.C: New test.
7364         * g++.old-deja/g++.other/unchanging1.C: New test.
7365         * g++.old-deja/g++.other/exprstmt1.C: New test.
7366         * g++.old-deja/g++.other/inline23.C: New test.
7367         * g++.old-deja/g++.eh/ia64-1.C: New test.
7368         * g++.old-deja/g++.other/dwarf2-1.C: New test.
7369         * g++.old-deja/g++.other/reload1.C: New test.
7370         * g++.old-deja/g++.other/static20.C: New test.
7371         * g++.old-deja/g++.other/local-alloc1.C: New test.
7372         * g++.old-deja/g++.other/conv8.C: New test.
7373         * g++.old-deja/g++.other/stmtexpr2.C: New test.
7374         * g++.old-deja/g++.other/storeexpr1.C: New test.
7375         * g++.old-deja/g++.other/storeexpr2.C: New test.
7376         * g++.dg/eh/template2.C: New test.
7377         * g++.dg/warn/weak1.C: New test.
7378
7379 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
7380
7381         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
7382         Remove first, non-varying, argument.
7383
7384 2002-01-23  Richard Henderson  <rth@redhat.com>
7385
7386         * gcc.dg/inline-2.c: New.
7387
7388         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
7389         Add optional target arg.  Check number of arguments.
7390         (scan-assembler-not, scan-assembler-dem): Likewise.
7391         (scan-assembler-dem-not): Likewise.
7392
7393 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7394
7395         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
7396         line 12.
7397         * g++.old-deja/g++.brendan/parse3.C,
7398         g++.old-deja/g++.other/crash26.C,
7399         g++.old-deja/g++.other/crash28.C,
7400         g++.old-deja/g++.other/crash29.C,
7401         g++.old-deja/g++.other/crash30.C,
7402         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
7403
7404 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
7405
7406         * gcc.dg/20020115-1.c: New.
7407
7408 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
7409
7410         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
7411
7412 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
7413
7414         * gcc.dg/20020122-3.c: New.
7415
7416 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
7417
7418         * g++.dg/other/gc1.C: New test.
7419
7420 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
7421
7422         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
7423
7424 2002-01-22  Richard Henderson  <rth@redhat.com>
7425
7426         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
7427
7428 2002-01-22  Richard Henderson  <rth@redhat.com>
7429
7430         * gcc.dg/20020122-4.c: New.
7431
7432 2002-01-22  H.J. Lu <hjl@gnu.org>
7433
7434         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
7435         link output.
7436         * gcc.dg/special/ecos.exp: Likewise.
7437         * lib/g++-dg.exp: Likewise.
7438         * lib/g77-dg.exp: Likewise.
7439         * lib/gcc-dg.exp : Likewise.
7440         * lib/mike-g++.exp: Likewise.
7441         * lib/mike-g77.exp: Likewise.
7442         * lib/mike-gcc.exp: Likewise.
7443         * lib/objc-dg.exp: Likewise.
7444
7445 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
7446
7447         PR target/5379
7448         * gcc.dg/20020122-2.c: New test.
7449
7450 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
7451
7452         * gcc.dg/20020122-1.c: New test.
7453
7454 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
7455
7456         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
7457
7458 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
7459
7460         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
7461
7462 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7463
7464         * gcc.c-torture/compile/20020121-1.c: New test.
7465
7466 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7467
7468         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
7469         ld_library_path.
7470
7471 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
7472
7473         * gcc.dg/20020218-1.c: New test.
7474
7475 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
7476
7477         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
7478         messages
7479         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
7480         "At global scope" warning
7481         * g++.dg/ext/align1.C: Change cygwin test for alignment
7482         from db-bogus to dg-warning
7483
7484 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
7485
7486         * g77.f-torture/compile/cpp2.F: New test.
7487
7488 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
7489
7490         * g++.dg/template/access1.C: New test.
7491
7492 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
7493
7494         * gcc.dg/20020118-1.c: New.
7495
7496 2002-01-18  Kazu Hirata  <kazu@hxi.com>
7497
7498         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
7499
7500 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7501
7502         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
7503         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
7504         alignment warnings.
7505
7506 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
7507
7508         * gcc.misc-tests/i386-prefetch.exp: Save and restore
7509         torture_with_loops and torture_without_loops
7510
7511 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
7512
7513         * gcc.c-torture/compile/20020116-1.c: New test.
7514
7515 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
7516
7517         * gcc.dg/20020116-2.c: New test.
7518
7519         * gcc.dg/ultrasp4.c: New test.
7520
7521         * gcc.dg/20020116-1.c: New test.
7522
7523 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
7524
7525         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
7526         by EABI.
7527
7528 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
7529
7530         * gcc.misc-tests/i386-prefetch.exp: New.
7531         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
7532         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
7533         * gcc.misc-tests/i386-pf-none-1.c: New test.
7534         * gcc.misc-tests/i386-pf-sse-1.c: New test.
7535
7536 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
7537
7538         * gcc.dg/gnu89-init-1.c: Add new tests.
7539
7540 2002-01-15  Andreas Jaeger  <aj@suse.de>
7541
7542         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
7543         * gcc.dg/i386-mmx-2.c: Likewise.
7544         * gcc.dg/i386-sse-1.c: Likewise.
7545         * gcc.dg/i386-sse-2.c: Likewise.
7546         * gcc.dg/i386-sse-3.c: Likewise.
7547
7548 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
7549
7550         * g77.f-torture/execute/intrinsic-unix-bessel.f:
7551         Uncomment additional cases that now pass.
7552
7553 2002-01-11  Richard Henderson  <rth@redhat.com>
7554
7555         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
7556         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
7557
7558 2002-01-11  Nicola Pero  <n.pero@mi.flashnet.it>
7559
7560         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
7561
7562 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
7563
7564         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
7565         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
7566
7567 2002-01-10  Dale Johannesen  <dalej@apple.com>
7568
7569         * gcc.c-torture/execute/loop-11.c: New.
7570
7571 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
7572
7573         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
7574         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
7575
7576 2002-01-09  Richard Henderson  <rth@redhat.com>
7577
7578         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
7579         type in which to perform the operation for each size.
7580
7581 2002-01-09  Alan Matsuoka  (alanm@redhat.com)
7582
7583         * gcc.c-torture/compile/20020109-2.c: New test.
7584
7585 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
7586
7587         * gcc.c-torture/execute/loop-10.c: New test.
7588
7589 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
7590
7591         * gcc.c-torture/compile/20010226-1.c: New test.
7592         * gcc.c-torture/compile/20010227-1.c: New test.
7593         * gcc.c-torture/compile/20010426-1.c: New test.
7594         * gcc.c-torture/compile/20010510-1.c: New test.
7595         * gcc.c-torture/compile/20010605-3.c: New test.
7596         * gcc.c-torture/compile/20010824-1.c: New test.
7597         * gcc.c-torture/execute/20010409-1.c: New test.
7598         * gcc.dg/noncompile/20000901-1.c: New test.
7599         * gcc.dg/20001023-1.c: New test.
7600         * gcc.dg/20001101-1.c: New test.
7601         * gcc.dg/20001102-1.c: New test.
7602         * gcc.dg/20010207-1.c: New test.
7603         * gcc.dg/20010405-1.c: New test.
7604         * gcc.dg/20010822-1.c: New test.
7605         * gcc.dg/20011107-1.c: New test.
7606
7607 2002-01-09  Jeffrey A Law  (law@redhat.com)
7608
7609         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
7610
7611         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
7612         execution failure on PA targets.
7613
7614 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
7615
7616         * gcc.c-torture/compile/20020109-1.c: New test.
7617
7618 2002-01-08  Kazu Hirata  <kazu@hxi.com>
7619
7620         * gcc.c-torture/execute/20020108-1.c: New test.
7621
7622 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
7623
7624         * gcc.dg/20020108-1.c: New test.
7625
7626 2002-01-08  H.J. Lu <hjl@gnu.org>
7627
7628         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
7629         for header files.
7630
7631 2002-01-08  Geoff Keating  <geoffk@redhat.com>
7632
7633         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
7634         consistency.
7635
7636 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
7637
7638         * gcc.dg/altivec-4.c: Test altivec predicates.
7639
7640 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
7641
7642         * gcc.c-torture/execute/20020107-1.c: New test.
7643
7644 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
7645
7646         PR c/5279
7647         * gcc.c-torture/compile/20020106-1.c: New test.
7648
7649 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
7650
7651         * gcc.c-torture/execute/nestfunc-4.c: New test.
7652
7653 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
7654
7655         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
7656         extra triple that slipped in.
7657         * g++.old-deja/g++.abi/align.C: Likewise.
7658         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7659
7660 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
7661
7662         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
7663         * g++.old-deja/g++.abi/align.C: Likewise.
7664         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7665
7666         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
7667         on FreeBSD/i386.
7668         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
7669         FreeBSD.
7670
7671 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
7672
7673         * gcc.dg/20020104-1.c: New test.
7674
7675         * gcc.dg/20020104-2.c: New test.
7676
7677 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
7678
7679         * gcc.dg/20020103-1.c: Fix typo in target selector.
7680
7681 2002-01-03  Richard Henderson  <rth@redhat.com>
7682
7683         * gcc.dg/20020103-1.c: New.
7684
7685 2002-01-03  Kazu Hirata  <kazu@hxi.com>
7686
7687         * gcc.c-torture/execute/20020103-1.c: New test.
7688
7689 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
7690
7691         * g++.dg/other/debug2.C: New test.
7692
7693         * gcc.c-torture/compile/20020103-1.c: New test.
7694
7695 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
7696
7697         * gcc.dg/gnu89-init-1.c: Added new tests.
7698
7699 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7700
7701         * g++.dg/template/friend2.C: Remove as patch is reverted.
7702
7703         * g++.dg/warn/oldcast1.C: New test.
7704
7705         * g++.dg/template/ptrmem1.C: New test.
7706         * g++.dg/template/ptrmem2.C: New test.
7707
7708         * g++.dg/template/ntp.C: New test.
7709
7710         * g++.dg/other/component1.C: New test.
7711
7712         * g++.dg/template/ttp3.C: New test.
7713
7714         * g++.dg/template/friend2.C: New test.
7715         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
7716
7717 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7718
7719         * g++.dg/other/ptrmem1.C: New test.
7720         * g++.dg/other/ptrmem2.C: New test.
7721
7722 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7723
7724         * g++.dg/template/ctor1.C: New test.
7725
7726 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
7727
7728         * g++.dg/template/friend2.C: New test.
7729
7730 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
7731
7732         * gcc.dg/mmix-1.c: New test.
7733
7734 2001-12-31  Richard Henderson  <rth@redhat.com>
7735
7736         * gcc.dg/asm-5.c: New.
7737
7738 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
7739
7740         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
7741         in namespace __gnu_cxx
7742
7743 2001-12-30  Richard Henderson  <rth@redhat.com>
7744
7745         * gcc.dg/debug-6.c: New.
7746
7747 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
7748
7749         * gcc.c-torture/compile/20011229-2.c: New test.
7750
7751 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
7752
7753         * gcc.dg/debug-3.c: New test.
7754         * gcc.dg/debug-4.c: New test.
7755         * gcc.dg/debug-5.c: New test.
7756
7757 2001-12-29  Richard Henderson  <rth@redhat.com>
7758
7759         * g++.dg/eh/loop1.C: New.
7760
7761 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7762
7763         * g++.dg/template/crash1.C: New test.
7764
7765 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
7766
7767         * g++.dg/other/const1.C: New test.
7768
7769 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
7770
7771         * gcc.c-torture/compile/20011229-1.c: New test.
7772
7773 2001-12-28  Stan Shebs  <shebs@apple.com>
7774
7775         * lib/objc-torture.exp: Resync with c-torture.exp.
7776         * lib/objc.exp: Load standard libraries.
7777
7778 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
7779
7780         * gcc.dg/gnu89-init-1.c: Adjust for the new behavior, add some
7781         additional tests.
7782
7783 2001-12-27  Roger Sayle <roger@eyesopen.com>
7784
7785         * gcc.c-torture/execute/string-opt-16.c: New testcase.
7786
7787 2001-12-27  Richard Henderson  <rth@redhat.com>
7788
7789         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
7790
7791 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
7792
7793         * g++.dg/eh/ctor1.C: New test.
7794         * g++.dg/other/error2.C: New test.
7795
7796 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
7797
7798         * g++.dg/other/init2.C: New test.
7799
7800 2001-12-24  Richard Henderson  <rth@redhat.com>
7801
7802         * gcc.dg/20011223-1.c: New.
7803         * gcc.dg/inline-1.c: New.
7804
7805 2001-12-23  Richard Henderson  <rth@redhat.com>
7806
7807         * gcc.dg/asm-4.c: Test operand modifiers.
7808
7809 2001-12-23  Richard Henderson  <rth@redhat.com>
7810
7811         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
7812
7813 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
7814
7815         * gcc.c-torture/execute/20011223-1.c: New test.
7816
7817 2001-12-21  Richard Henderson  <rth@redhat.com>
7818
7819         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
7820         re-enables the warning.
7821
7822 2001-12-21  Richard Henderson  <rth@redhat.com>
7823
7824         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
7825
7826 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
7827
7828         * gcc.c-torture/compile/20011218-1.c: New test.
7829
7830 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
7831
7832         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
7833         arm-isr.c test.
7834         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
7835         epilogue generation for ARM ISR routines.
7836
7837 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7838
7839         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
7840         * gcc.dg/format/c90-printf-3.c: Likewise.
7841         * gcc.dg/format/c99-printf-3.c: Likewise.
7842         * gcc.dg/format/ext-1.c: Likewise.
7843         * gcc.dg/format/ext-6.c: Likewise.
7844         * gcc.dg/format/format.h: Prototype unlocked stdio.
7845
7846 2001-12-20  Richard Henderson  <rth@redhat.com>
7847
7848         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
7849         (arena): Use it.
7850         (malloc): Correct allocation logic.  Abort if we fill up the
7851         arena before initialization complete.
7852         (realloc): Correct allocation logic.
7853
7854 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
7855
7856         * gcc.c-torture/compile/20011219-2.c: New test.
7857
7858         * gcc.c-torture/execute/20011219-1.c: New test.
7859
7860 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
7861
7862         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
7863         target does not support weak symbols.
7864
7865 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
7866
7867         * gcc.c-torture/compile/20011219-1.c: New test.
7868
7869 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
7870
7871         * g++.dg/other/error1.C: New test.
7872
7873 2001-12-17  Jeffrey A Law  (law@redhat.com)
7874
7875         * gcc.c-torture/execute/20011217-1.c: New test.
7876
7877 2001-12-17  Nicola Pero  <nicola@brainstorm.co.uk>
7878
7879         * objc.dg/special/: New directory.
7880         * objc.dg/special/special.exp: New file.
7881         * objc.dg/special/unclaimed-category-1.h: New file.
7882         * objc.dg/special/unclaimed-category-1a.m: New file.
7883         * objc.dg/special/unclaimed-category-1.m: New file.
7884
7885 2001-12-17  Andreas Jaeger  <aj@suse.de>
7886
7887         * gcc.c-torture/compile/20011217-2.c: New test.
7888
7889 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7890
7891         * gcc.c-torture/compile/20011217-1.c: New test.
7892
7893 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
7894
7895         * testsuite/gcc.dg/20011214-1.c: New.
7896
7897 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
7898
7899         * gcc.dg/altivec-4.c: New.
7900
7901 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
7902
7903         * gcc.dg/20011113-1.c: New test.
7904
7905 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7906
7907         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
7908         std::__malloc_alloc_template<0> and
7909         std::__default_alloc_template<false, 0>.
7910
7911 2001-12-13  Nicola Pero  <n.pero@mi.flashnet.it>
7912
7913         * objc/execute/bf-21.m: New test.
7914         * objc/execute/enumeration-1.m: New test.
7915         * objc/execute/enumeration-2.m: New test.
7916
7917 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
7918
7919         * gcc.dg/gnu89-init-1.c: New test.
7920
7921 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7922
7923         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
7924         * g++.old-deja/g++.jason/2371.C: Likewise.
7925         * g++.old-deja/g++.jason/template33.C: Likewise.
7926         * g++.old-deja/g++.jason/template34.C: Likewise.
7927         * g++.old-deja/g++.jason/template36.C: Likewise.
7928         * g++.old-deja/g++.oliva/typename1.C: Likewise.
7929         * g++.old-deja/g++.oliva/typename2.C: Likewise.
7930         * g++.old-deja/g++.other/typename1.C: Likewise.
7931         * g++.old-deja/g++.pt/inherit2.C: Likewise.
7932         * g++.old-deja/g++.pt/nontype5.C: Likewise.
7933         * g++.old-deja/g++.pt/typename11.C: Likewise.
7934         * g++.old-deja/g++.pt/typename14.C: Likewise.
7935         * g++.old-deja/g++.pt/typename16.C: Likewise.
7936         * g++.old-deja/g++.pt/typename3.C: Likewise.
7937         * g++.old-deja/g++.pt/typename4.C: Likewise.
7938         * g++.old-deja/g++.pt/typename5.C: Likewise.
7939         * g++.old-deja/g++.pt/typename7.C: Likewise.
7940         * g++.old-deja/g++.robertl/eb9.C: Likewise.
7941
7942 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
7943
7944         * g++.dg/other/linkage1.C: New test.
7945         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
7946         specifiers.
7947
7948 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
7949
7950         * gcc.dg/concat.c: New test.
7951
7952 2001-12-11  Stan Shebs  <shebs@apple.com>
7953
7954         * objc/compile: New test directory.
7955         * objc/compile/compile.exp: New expect script.
7956         * objc/compile/20011211-1.m: New compile test.
7957
7958 2001-12-11  Jason Merrill  <jason@redhat.com>
7959
7960         * lib/prune.exp (prune_gcc_output): Also handle "In member
7961         function".  So many permutations...
7962
7963 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
7964
7965         * g++.dg/template/typedef1.C: New test.
7966
7967 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
7968
7969         * g++.dg/other/copy1.C: New test.
7970
7971 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
7972
7973         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
7974
7975         * gcc.dg/builtin-choose-expr.c: New.
7976
7977 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
7978
7979         * gcc.dg/altivec-2.c: New.
7980
7981 2001-12-07  Richard Henderson  <rth@redhat.com>
7982
7983         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
7984
7985 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
7986
7987         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
7988         ultrasparc.
7989
7990 2001-12-07  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7991
7992         * g++-old.deja/g++.robertl/eb101.C: Deleted.
7993
7994 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
7995
7996         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
7997         variable argument list.
7998
7999 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
8000
8001         * gcc.c-torture/execute/memcheck: Delete entire directory.
8002         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
8003         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
8004
8005 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8006
8007         * gcc.dg/Wshadow-1.c: New test.
8008
8009 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
8010
8011         * gcc.c-torture/compile/20011130-1.c: New test.
8012
8013         * gcc.dg/noncompile/20011025-1.c: New test.
8014
8015         * g++.dg/other/anon-union.C: New test.
8016
8017         * gcc.c-torture/execute/20011024-1.c: New test.
8018
8019 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8020
8021         * gcc.c-torture/execute/20000722-1.x,
8022         gcc.c-torture/execute/20010123-1.x: Remove.
8023         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
8024         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
8025         gcc.dg/c99-complit-2.c: New tests.
8026
8027 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
8028
8029         * g++.dg/inherit/base1.C: New test.
8030
8031 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
8032
8033         * g++.dg/other/stdarg1.C: New test.
8034
8035         * gcc.c-torture/compile/20011130-2.c: New test.
8036
8037 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
8038
8039         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
8040         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
8041         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
8042         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
8043         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
8044         * gcc.dg/builtin-prefetch-1.c: New test.
8045
8046 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
8047
8048         * gcc.dg/20011130-1.c: New test.
8049
8050 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
8051
8052         * g++.dg/other/scope1.C: New test.
8053         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
8054
8055 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8056
8057         * gcc.dg/vla-init-1.c: New test.
8058
8059 2001-12-01  Geoff Keating  <geoffk@redhat.com>
8060
8061         * gcc.c-torture/compile/structs.c: New testcase from GDB.
8062
8063 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8064
8065         * objc.dg/alias.m: Update.
8066         * objc.dg/class-1.m: Update.
8067         * objc.dg/const-str-1.m: Update.
8068         * objc.dg/fwd-proto-1.m: Update.
8069         * objc.dg/id-1.m: Update.
8070         * objc.dg/super-class-1.m: Update.
8071
8072 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
8073
8074         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
8075         constructs.
8076
8077 2001-11-28  Jeffrey A Law  (law@cygnus.com)
8078
8079         * gcc.c-torture/execute/20011128-1.c: New test.
8080
8081 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
8082
8083         * gcc.dg/20011127-1.c: New test.
8084
8085 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8086
8087         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
8088         from Austin Group draft 7.
8089         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
8090         scanf format arguments.
8091         * gcc.dg/format/no-exargs-2.c: New test.
8092
8093 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
8094
8095         * g++.dg/abi/vbase8-4.C: New test.
8096
8097 2001-11-24  Ian Lance Taylor  <ian@airs.com>
8098
8099         * gcc.c-torture/execute/20011121-1.c: New test.
8100
8101 2001-11-23  Jeffrey A Law  (law@cygnus.com)
8102
8103         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
8104
8105 2001-11-23  Andreas Jaeger  <aj@suse.de>
8106
8107         * gcc.dg/cpp/charconst-2.c: New test.
8108
8109 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
8110
8111         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
8112         to the host if it is remote.  Let tests specify extra headers
8113         they use.
8114         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
8115         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
8116         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
8117         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
8118         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
8119         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
8120         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
8121         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
8122         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
8123         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
8124
8125 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
8126
8127         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
8128         for little endian ARMs.
8129
8130 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
8131
8132         * gcc.c-torture/compile/20011119-1.c: New test.
8133         * gcc.c-torture/compile/20011119-2.c: New test.
8134
8135 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
8136
8137         * gcc.dg/altivec-1.c: Fix typo.
8138
8139 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
8140
8141         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
8142
8143 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
8144
8145         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
8146
8147 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
8148
8149         * lib/g77.exp: Don't specify --rpath-link.
8150
8151         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
8152         across all the headers.
8153         * gcc.dg/format/format.exp: For testing on a remote host,
8154         copy format.h.
8155
8156         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
8157         * gcc.c-torture/execute/930406-1.c: Likewise.
8158         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
8159
8160 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
8161
8162         * gcc.dg/altivec-1.c: New.
8163
8164 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8165
8166         * gcc.dg/cpp/fpreprocessed.c: New test case.
8167
8168 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8169
8170         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
8171         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
8172         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
8173
8174 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8175
8176         * gcc.dg/no-builtin-1.c: New test.
8177
8178 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
8179
8180         * gcc.c-torture/execute/20011115-1.c: New test.
8181
8182 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
8183
8184         * gcc.c-torture/compile/20011114-2.c: New test.
8185         * gcc.c-torture/compile/20011114-3.c: New test.
8186         * gcc.c-torture/compile/20011114-4.c: New test.
8187
8188 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8189
8190         * g++.dg/other/init1.C: New test.
8191
8192 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
8193
8194         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
8195         message.
8196
8197         * gcc.c-torture/execute/20011114-1.c: New testcase.
8198
8199         * gcc.c-torture/compile/20010327-1.c: Revert last change.
8200         * gcc.c-torture/compile/20011114-1.c: New test, exactly
8201         like the (before this change) version of 20010327-1.c.
8202
8203 2001-11-14  Roger Sayle <roger@eyesopen.com>
8204
8205         * gcc.c-torture/execute/string-opt-13.c: New testcase.
8206
8207 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
8208
8209         * g++.dg/init/array2.C: New test.
8210
8211 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
8212
8213         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
8214
8215 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
8216
8217         * g++.dg/other/forscope1.C: New test.
8218         * g++.dg/ext/forscope1.C: New test.
8219         * g++.dg/ext/forscope2.C: New test.
8220
8221 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
8222
8223         * gcc.c-torture/execute/20011113-1.c: New test.
8224
8225 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
8226
8227         * gcc.c-torture/execute/20011109-2.c: New test.
8228
8229         * gcc.c-torture/execute/20011109-1.c: New test.
8230
8231 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
8232
8233         * gcc.c-torture/compile/20011109-1.c: New test.
8234
8235 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
8236
8237         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
8238         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
8239         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
8240         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
8241         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
8242         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
8243         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
8244
8245 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8246
8247         * g++.dg/warn/Wshadow-1.C: New tests.
8248         * g++.old-deja/g++.mike/for3.C: Update.
8249
8250 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
8251
8252         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
8253         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
8254         XFAILs.  Adjust expected error texts.
8255         * gcc.c-torture/compile/20011106-1.c,
8256         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
8257         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
8258         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
8259         gcc.dg/c99-array-lval-5.c: New tests.
8260
8261 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8262
8263         * gcc.dg/cpp/defined.c: Update.
8264
8265 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8266
8267         * gcc.c-torture/execute/anon-1.c: New test.
8268
8269 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
8270
8271         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
8272         same size, so no warning should be produced on stormy16.
8273
8274         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
8275         due to oversized array.
8276         * g++.old-deja/g++.mike/ns15.C: Likewise.
8277         * g++.old-deja/g++.pt/crash16.C: Likewise.
8278
8279 2001-11-02  Graham Stott  <grahams@redhat.com>
8280
8281         * g++.dgother/debug1.C: Fix typos.
8282
8283 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
8284
8285         * g++.dg/other/debug1.C: New test.
8286
8287 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8288
8289         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
8290         of unsigned long.
8291
8292 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
8293
8294         * gcc.dg/20011029-2.c: New test.
8295
8296         * gcc.c-torture/compile/20011029-1.c: New test.
8297
8298 2001-10-29  Nicola Pero  <n.pero@mi.flashnet.it>
8299
8300         * objc/execute/class_self-1.m: New test.
8301         * objc/execute/class_self-2.m: New test.
8302
8303 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
8304
8305         * gcc.misc-tests/msgs.exp: Delete.
8306         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
8307         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
8308         error set to match recent changes.
8309
8310 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
8311
8312         * gcc.dg/20011021-1.c: New test.
8313
8314 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
8315
8316         * gcc.c-torture/compile/20011023-1.c: New test.
8317
8318 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
8319
8320         * lib/g77.exp: Rewrite based on lib/g++.exp.
8321
8322 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
8323
8324         * gcc.c-torture/execute/20011019-1.c: New test.
8325
8326         * gcc.dg/20011018-1.c: New test.
8327
8328 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
8329
8330         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
8331
8332 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
8333
8334         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
8335         * gcc.dg/attr-invalid.c: Likewise.
8336
8337 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
8338
8339         * testsuite/gcc.dg/20011015-1.c: New test.
8340
8341 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8342
8343         * g++.dg/template/unify2.C: New test.
8344
8345 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
8346
8347         * g++.dg/other/exception-specification.C: New test
8348
8349 2001-10-13  Tom Rix  <trix@redhat.com>
8350
8351         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
8352         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
8353
8354 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
8355
8356         * testsuite/gcc.dg/20011009-1.c: New test.
8357
8358 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
8359
8360         PR g++/4476
8361         * g++.dg/other/friend1.C: New test.
8362
8363 2001-10-11  Richard Henderson  <rth@redhat.com>
8364
8365         * g++.old-deja/g++.other/crash18.C: Add -S to options.
8366
8367 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8368
8369         * gcc.c-torture/compile/20011010-1.c: New.
8370
8371 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8372
8373         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
8374         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
8375         g77.f-torture/execute/execute.exp,
8376         g77.f-torture/noncompile/noncompile.exp,
8377         gcc.c-torture/compile/compile.exp,
8378         gcc.c-torture/execute/execute.exp,
8379         gcc.c-torture/execute/ieee/ieee.exp,
8380         gcc.c-torture/execute/memcheck/memcheck.exp,
8381         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
8382         objc/execute/execute.exp: Update FSF address.
8383
8384 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
8385
8386         * gcc.dg/cpp/cmdlne-C.c: Update.
8387         * gcc.dg/cpp/cmdlne-C2.c: New.
8388
8389 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8390
8391         * gcc.c-torture/execute/20011008-3.c: New.
8392
8393 2001-10-08  DJ Delorie  <dj@redhat.com>
8394
8395         * gcc.dg/20011008-1.c: New.
8396         * gcc.dg/20011008-2.c: New.
8397
8398 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
8399
8400         * gcc.dg/cpp/spacing1.c: Update test.
8401
8402 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8403
8404         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
8405         spelling errors of "separate" as "seperate".
8406
8407 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
8408
8409         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
8410         enough to avoid inlining.
8411
8412 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
8413
8414         * lib/g77.exp: set libg2c_dir correctly.
8415
8416 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8417
8418         * gcc.dg/cpp/macro11.c: New test.
8419
8420 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8421
8422         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
8423         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
8424         gcc.dg/format/multattr-3.c: New tests.
8425         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
8426         tests for format attributes on function pointers being rejected.
8427
8428 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8429
8430         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
8431
8432 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8433
8434         * g++.dg/warn/format1.C: New test.
8435
8436 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
8437
8438         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
8439
8440 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8441
8442         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
8443
8444 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
8445
8446         * gcc.dg/cpp/redef2.c: Add test.
8447
8448 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
8449
8450         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
8451         long-standing bug on i686, apparently.
8452         * gcc.c-torture/execute/loop-2c.x: New file.
8453         * gcc.c-torture/execute/loop-2d.x: New file.
8454         * gcc.c-torture/execute/loop-3c.x: New file.
8455
8456 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
8457
8458         * gcc.dg/cpp/20000625-2.c: Correct line number.
8459
8460 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8461
8462         * gcc.dg/cpp/macro10.c: New test.
8463         * gcc.dg/cpp/strify3.c: New test.
8464         * gcc.dg/cpp/spacing1.c: Add tests.
8465         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
8466         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
8467
8468 2001-09-24  DJ Delorie  <dj@redhat.com>
8469
8470         * gcc.c-torture/execute/20010924-1.c: New test.
8471
8472 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
8473
8474         * testsuite/objc/execute/paste.m: Remove.
8475
8476 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8477
8478         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
8479
8480 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
8481
8482         * g77.dg/strlen0.f: New test.
8483
8484 2001-09-21  Richard Henderson  <rth@redhat.com>
8485
8486         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
8487         * g++.old-deja/g++.abi/vtable2.C: Likewise.
8488
8489 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8490
8491         Table-driven attributes.
8492         * g++.dg/ext/attrib1.C: New test.
8493
8494 2001-09-20  DJ Delorie  <dj@redhat.com>
8495
8496         * gcc.dg/20000926-1.c: Update expected warning messages.
8497         * gcc.dg/array-2.c: Likewise, and test for warnings too.
8498         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
8499         array.
8500
8501 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
8502
8503         * g++.dg/eh/registers1.C: New test case.
8504
8505 2001-09-17  Richard Henderson  <rth@redhat.com>
8506
8507         * gcc.dg/array-5.c: Fix VLA decomposition test.
8508
8509 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8510
8511         * gcc.dg/cpp/line5.c: New testcase.
8512
8513 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8514
8515         * gcc.dg/cpp/macro9.c: New test.
8516
8517 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
8518
8519         * gcc.c-torture/execute/980223.c: Change type of addr from long
8520         to char *.
8521
8522 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
8523
8524         * gcc.c-torture/execute/20010915-1.c: New test.
8525
8526 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
8527
8528         * g77.dg/bprob: New directory.
8529         * g77.dg/bprob/bprob.exp: New file.
8530         * g77.dg/bprob/bprob-1.f: New test.
8531         * g77.dg/gcov: New directory.
8532         * g77.dg/gcov/gcov.exp: New file.
8533         * g77.dg/gcov/gcov-1.f: New test.
8534         * g77.dg/gcov/gcov-1.x: New file.
8535
8536 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8537
8538         * gcc.dg/cpp/directiv.c: Update.
8539         * gcc.dg/cpp/undef1.c: Update.
8540
8541 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
8542
8543         * gcc.dg/20010912-1.c: New test.
8544
8545 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
8546
8547         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
8548         language-independent file in lib.
8549         * lib/gcov.exp: New file.
8550
8551 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
8552
8553         * gcc.c-torture/compile/20010911-1.c: New test.
8554
8555 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
8556
8557         * lib/profopt.exp: New, to support profile-directed optimizations.
8558         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
8559         * gcc.misc-tests/bprob-1.c: New test.
8560         * gcc.misc-tests/bprob-2.c: New test.
8561
8562 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
8563
8564         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
8565         XFAIL and which kinds of gcov output to verify.
8566         * gcc.misc-tests/gcov-4b.x: New file.
8567         * gcc.misc-tests/gcov-5b.x: New file.
8568         * gcc.misc-tests/gcov-6.x: New file.
8569         * gcc.misc-tests/gcov-7.c: New test.
8570         * gcc.misc-tests/gcov-7.x: New file.
8571
8572 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
8573
8574         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
8575         * gcc.misc-tests/gcov-6.c: New test.
8576
8577 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
8578
8579         PR c++/3986
8580         * g++.dg/abi/vbase1.C: New test.
8581
8582 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
8583
8584         * objc.dg/method-2.m: New.
8585
8586 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
8587
8588         PR c++/4203
8589         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
8590         * g++.dg/init/empty1.C: New test.
8591
8592 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
8593
8594         * gcc.c-torture/compile/20010903-1.c: New test.
8595
8596 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
8597
8598         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
8599         for m68k.
8600
8601 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
8602
8603         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
8604
8605         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
8606
8607         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
8608
8609 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
8610
8611         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
8612         for 16-bit 'unsigned int'.
8613
8614 2001-08-29  Kazu Hirata  <kazu@hxi.com>
8615
8616         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
8617
8618 2001-08-27  Richard Henderson  <rth@redhat.com>
8619
8620         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
8621         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
8622
8623 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
8624
8625         * gcc.dg/asm-names.c (ymain): New.
8626
8627 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
8628
8629         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
8630         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
8631         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
8632
8633 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8634
8635         * gcc.dg/compare5.c: New testcase.
8636
8637 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
8638
8639         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
8640         and "In instantiation".
8641
8642 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
8643
8644         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
8645
8646 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
8647
8648         * gcc.misc-tests/gcov.exp: Add support for branch information.
8649         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
8650         * gcc.misc-tests/gcov-4.c: New test.
8651         * gcc.misc-tests/gcov-4b.c: New test.
8652         * gcc.misc-tests/gcov-5b.c: New test.
8653
8654 2001-08-20  Zack Weinberg  <zackw@panix.com>
8655
8656         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
8657         expected to fail.
8658
8659 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8660
8661         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
8662
8663 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
8664
8665         * g++.dg/eh/template1.C: New test.
8666
8667 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
8668
8669         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
8670         Fix thinko.
8671         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
8672         for xfail.
8673
8674 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
8675
8676         * lib/g77-dg.exp:  Use prune.exp for common procedures
8677         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
8678         * lib/g77.exp: (g77-dg-prune) Remove
8679
8680 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
8681
8682         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
8683
8684 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8685
8686         * g++.dg/template/unify1.C: New test.
8687
8688 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
8689
8690         * g++.dg/abi/empty4.C: New test.
8691
8692 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
8693
8694         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
8695         solaris2.*
8696         * g77.f-torture/compile/pr3743.x: Likewise
8697
8698 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8699
8700         * g++.dg/other/using-declaration.C: New test.
8701
8702 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8703
8704         * gcc.dg/cpp/tr-sign.c: New testcase.
8705
8706 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
8707
8708         * gcc.dg/cpp/19951025-1.c: Revert.
8709         * gcc.dg/cpp/directiv.c: We no longer process directives that
8710         interrupt macro arguments.
8711
8712 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
8713
8714         * gcc.dg/bconstp-1.c: New test.
8715
8716 2001-08-03  Richard Henderson  <rth@redhat.com>
8717
8718         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
8719
8720 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
8721
8722         * gcc.dg/cpp/19951025-1.c: Update.
8723
8724 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
8725
8726         * g77.dg/ff90-1.f (s): Fix reference of variable z,
8727         should be x.
8728
8729 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
8730
8731         Kill -fhonor-std.
8732         * g++.old-deja/g++.ns/ns14.C: Remove special options.
8733         * g++.old-deja/g++.other/std1.C: Likewise.
8734         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
8735
8736 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
8737
8738         * lib/g77.exp:  Load gcc-defs.exp for common procedures
8739         (g77_pass, g77_fail, g77_finish, g77_exit,
8740         ${tool}_check_unsupported_p} Now redundant.  Deleted.
8741
8742 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
8743
8744         * g77.dg/fbackslash.f
8745         * g77.dg/fcase-preserve.f
8746         * g77.dg/ff90-1.f
8747         * g77.dg/ffixed-line-length-0.f
8748         * g77.dg/ffixed-line-length-132.f
8749         * g77.dg/ffixed-line-length-7.f
8750         * g77.dg/ffixed-line-length-72.f
8751         * g77.dg/ffixed-line-length-none.f
8752         * g77.dg/ffree-form-1.f
8753         * g77.dg/fno-backslash.f
8754         * g77.dg/fno-f90-1.f
8755         * g77.dg/fno-fixed-form-1.f
8756         * g77.dg/fno-onetrip.f
8757         * g77.dg/fno-typeless-boz.f
8758         * g77.dg/fno-underscoring.f
8759         * g77.dg/fno-vxt-1.f
8760         * g77.dg/fonetrip.f
8761         * g77.dg/ftypeless-boz.f
8762         * g77.dg/fugly-assumed.f
8763         * g77.dg/funderscoring.f
8764         * g77.dg/fvxt-1.f
8765
8766 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
8767
8768         * objc.dg/fwd-proto-1.m: New.
8769         * objc.dg/local-decl-1.m: New.
8770         * objc.dg/naming-1.m: New.
8771         * objc.dg/naming-2.m: New.
8772         * objc.dg/proto-hier-1.m: New.
8773
8774 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
8775
8776         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
8777         largest-type elements to a struct makes its size grow.
8778
8779 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8780
8781         * g++.dg/abi/vthunk1.C: New test.
8782
8783 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
8784
8785         * g++.dg/abi/vbase8-22.C: New test.
8786
8787 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8788
8789         * gcc.dg/cpp/macro8.c: New test.
8790
8791 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
8792
8793         * g++.dg/abi/vbase8-21.C: New test.
8794
8795 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
8796
8797         * g++.dg/abi/vbase8-10.C: New test.
8798
8799 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8800
8801         * lib/g++.exp (g++_set_ld_library_path): Renamed to
8802         ${tool}_set_ld_library_path.
8803         Changed caller.
8804         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
8805         g++.exp.
8806
8807 2001-07-26  Stan Cox <scox@redhat.com>
8808
8809         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
8810         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
8811         gcc_exit, gcc_check_unsupported_p):
8812         Moved to gcc-deps.exp
8813         * gcc-deps.exp: New file.
8814
8815 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8816
8817         * g++.old-deja/g++.pt/defarg14.C: New test.
8818
8819 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8820
8821         * g++.old-deja/g++.other/lineno5.C: New test.
8822
8823 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8824
8825         * g++.old-deja/g++.pt/crash68.C: New test.
8826
8827 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
8828
8829         * g++.old-deja/g++.other/crash42.C: New test.
8830
8831 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8832
8833         * gcc.dg/cpp/extratokens.c: Fix.
8834         * gcc.dg/cpp/skipping2.c: New tests.
8835
8836 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8837
8838         * gcc.c-torture/execute/20010724-1.c: New file.
8839         * gcc.c-torture/execute/20010724-1.x: New file.
8840
8841 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8842
8843         * g++.old-deja/g++.other/cond7.C: New test.
8844
8845 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8846
8847         * g++.old-deja/g++.other/optimize4.C: New test.
8848
8849 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8850
8851         * g++.old-deja/g++.abi/vbase8-5.C: New test.
8852
8853 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
8854
8855         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
8856         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
8857         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
8858         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
8859
8860         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
8861         bug report" message.
8862
8863         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
8864         * g++.dg/ext/instantiate1.C: Move from old-deja.
8865
8866 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
8867
8868         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
8869         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
8870         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
8871         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
8872
8873 2001-07-23  Jeffrey A Law  (law@cygnus.com)
8874
8875         * gcc.c-torture/execute/20010723-1.c: New test.
8876
8877 2001-07-23  Ben Elliston  <bje@redhat.com>
8878
8879         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
8880
8881 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8882
8883         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
8884         i[34567]86-*-*.
8885         Delete handling of ieee_multilib_flags.
8886         Pass -mieee for alpha*-*-* and sh-*-*.
8887         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
8888
8889 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
8890
8891         Remove old-abi tests.
8892         * g++.old-deja/g++.mike/p11116.C: Remove.
8893         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
8894
8895 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
8896
8897         * g77.f-torture/compile/pr3743.f:  New test
8898
8899 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
8900
8901         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
8902
8903 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8904
8905         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
8906         g++.old-deja/g++.pt/static6.C: Likewise.
8907         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
8908         supports weak symbols.
8909
8910 2001-07-18  Andreas Jaeger  <aj@suse.de>
8911
8912         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
8913         supported again.
8914
8915 2001-07-18  Andreas Jaeger  <aj@suse.de>
8916
8917         * gcc.dg/iftrap-1.c: Fix target line.
8918
8919 2001-07-17  Richard Henderson  <rth@redhat.com>
8920
8921         * gcc.c-torture/execute/20010717-1.c: New.
8922
8923 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8924
8925         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
8926         tests.
8927
8928 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
8929
8930         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
8931
8932 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8933
8934         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
8935         UAC_SIGBUS, UAC_NOPRINT definitions.
8936
8937 2001-07-16  Nicola Pero  <n.pero@mi.flashnet.it>
8938
8939         * objc/execute/object_is_class.m: New test.
8940         * objc/execute/object_is_meta_class.m: New test.
8941
8942 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8943
8944         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
8945         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
8946
8947 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
8948
8949         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
8950         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
8951
8952 2001-07-14  Richard Henderson  <rth@redhat.com>
8953
8954         * gcc.dg/iftrap-1.c: New.
8955
8956 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
8957
8958         * g77.f-torture/execute/intrinsic77.f: New test.
8959
8960 2001-07-11  Janis Johnson <janis@us.ibm.com>
8961
8962         * gcc.misc-tests/gcov-3.c: New test.
8963
8964 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
8965
8966         * gcc.c-torture/compile/20010711-1.c,
8967         * gcc.c-torture/compile/20010711-2.c: New tests.
8968
8969 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
8970
8971         * gcc.c-torture/execute/20010711-1.c: New test.
8972
8973 2001-07-11  Ben Elliston  <bje@redhat.com>
8974
8975         * g++.old-deja/g++.other/enum5.C: New test.
8976
8977 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
8978
8979         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
8980         (g++-dg-prune): Call prune_gcc_output.
8981         * prune.exp: New file for prune_gcc_output.
8982         * lib/g++.exp, lib/gcc.exp: Load it.
8983
8984 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8985
8986         * gcc.c-torture/compile/20010701-1.c,
8987         g++.old-deja/g++.ext/attrib6.C: New tests.
8988
8989 2001-07-06  Jeffrey A Law  (law@cygnus.com)
8990
8991         * gcc.c-torture/compile/20010706-1.c: New test.
8992
8993 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
8994
8995         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
8996
8997 2001-06-28  Stan Shebs  <shebs@apple.com>
8998
8999         * gcc.dg/pragma-darwin.c: New test.
9000
9001 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9002
9003         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
9004         Solaris 2.[678] system.
9005
9006 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9007
9008         * gcc.dg/20010622-1.c: New test.
9009
9010 2001-06-18  Stan Shebs  <shebs@apple.com>
9011
9012         * objc.dg: New directory.
9013         * objc.dg/dg.exp: New file.
9014         * objc.dg/alias.m: New.
9015         * objc.dg/class-1.m: New.
9016         * objc.dg/class-2.m: New.
9017         * objc.dg/const-str-1.m: New.
9018         * objc.dg/const-str-2.m: New.
9019         * objc.dg/id-1.m: New.
9020         * objc.dg/method-1.m: New.
9021         * objc.dg/super-class-1.m: New.
9022         * lib/objc-dg.exp: New file.
9023
9024 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9025
9026         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
9027         of label name.
9028
9029 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
9030
9031         * g++.old-deja/g++.abi/vbase8-9.C: New test.
9032
9033 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9034
9035         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
9036         variable.
9037
9038 2001-06-12  Richard Henderson  <rth@redhat.com>
9039
9040         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
9041
9042 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9043
9044         * g++.old-deja/g++.abi/vbase5.C: New test.
9045         * g++.old-deja/g++.abi/vbase6.C: New test.
9046         * g++.old-deja/g++.abi/vbase7.C: New test.
9047
9048 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9049
9050         * gcc.c-torture/compile/20010610-1.c: New test.
9051
9052 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
9053
9054         * g++.old-deja/g++.abi/vbase4.C: New test.
9055
9056 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9057
9058         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
9059         support %f for HC11/HC12 targets.
9060         * gcc.c-torture/execute/930513-1.x: New file, likewise.
9061         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
9062         on HC11/HC12 targets.
9063         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
9064
9065 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9066
9067         * gcc.dg/wchar_t-1.c: New file.
9068         * gcc.dg/wint_t-1.c: Likewise.
9069
9070 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
9071
9072         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
9073
9074 2001-06-11  Richard Henderson  <rth@redhat.com>
9075
9076         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
9077
9078 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9079
9080         * gcc.c-torture/compile/20010611-1.c: New test.
9081
9082 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9083
9084         * gcc.dg/c99-tag-1.c: Add more tests.
9085
9086 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
9087
9088         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
9089         representation on MN10300 and ARM/Thumb.
9090
9091 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
9092
9093         * g77.f-torture/execute/20010610.f: New.
9094
9095 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
9096
9097         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
9098         names.
9099
9100 2001-06-09  Richard Henderson  <rth@redhat.com>
9101
9102         * gcc.c-torture/execute/ashrdi-1.c: New.
9103         * gcc.c-torture/execute/ashldi-1.c: New.
9104         * gcc.c-torture/execute/lshrdi-1.c: New.
9105
9106 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
9107
9108         * objc/execute/load-3.m: Added. Check sending +load to categories,
9109         in addition to classes.
9110
9111 2001-06-08  Stan Shebs  <shebs@apple.com>
9112
9113         * objc/execute/load-2.m: New test.  From Nicola Pero
9114         <n.pero@mi.flashnet.it>.
9115
9116 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
9117
9118         * gcc.c-torture/execute/20010605-2.c: New test.
9119
9120 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9121
9122         * g++.old-deja/g++.abi/vbase2.C: New test.
9123         * g++.old-deja/g++.abi/vbase3.C: New test.
9124
9125 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
9126
9127         * g++.old-deja/g++.pt/friend49.C: New test.
9128
9129 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
9130
9131         * g++.old-deja/g++.ext/anon3.C: New test.
9132
9133 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
9134
9135         * g++.old-deja/g++.other/conv7.C: New test.
9136
9137 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9138
9139         * gcc.c-torture/compile/20010605-2.c: New test.
9140
9141 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9142
9143         * gcc.c-torture/execute/20010604-1.c: New test.
9144
9145 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
9146
9147         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
9148
9149 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
9150
9151         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
9152         (g++_link_flags): Likewise.
9153         (g++_init): Pass gccpath's value to two previous functions.
9154
9155 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9156
9157         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
9158         Ensure logfile entry matches exec command line.
9159
9160 2001-05-31  Richard Henderson  <rth@redhat.com>
9161
9162         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
9163         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
9164
9165 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
9166
9167         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
9168         compiler for irix6.2
9169
9170 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
9171
9172         * g++.old-deja/g++.other/optimize3.C: New file.
9173
9174 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
9175
9176         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
9177         assemble.
9178
9179 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9180
9181         * g++.old-deja/g++.other/optimize2.C: New file.
9182
9183 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
9184
9185         * gcc.c-torture/compile/20010518-2.c: New file.
9186         * gcc.c-torture/execute/20010518-1.c: New file.
9187         * gcc.c-torture/execute/20010518-2.c: New file.
9188
9189 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9190
9191         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
9192
9193 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
9194
9195         G++ no longer defines builtins that do not begin with __builtin.
9196         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
9197         * g++.old-deja/g++.brendand/misc13.C: Likewise.
9198         * g++.old-deja/g++.law/builtin1.C: Likewise.
9199         * g++.old-deja/g++.law/cvt2.C: Likewise.
9200         * g++.old-deja/g++.mike/net5.C: Likewise.
9201         * g++.old-deja/g++.other/builtins1.C: Likewise.
9202         * g++.old-deja/g++.other/builtins2.C: Likewise.
9203         * g++.old-deja/g++.other/builtins3.C: Likewise.
9204         * g++.old-deja/g++.other/builtins4.C: Likewise.
9205         * g++.old-deja/g++.other/inline8.C: Likewise.
9206         * g++.old-deja/g++.robertl/eb39.C: Likewise.
9207
9208 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9209
9210         * g++.old-deja/g++.pt/using1.C: Adjust.
9211         * g++.old-deja/g++.pt/using2.C: New test.
9212
9213 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
9214
9215         * gcc.dg/cpp/charconst.c: New tests.
9216         * gcc.dg/cpp/escape.c: New tests.
9217         * gcc.dg/cpp/escape-1.c: New tests.
9218         * gcc.dg/cpp/escape-2.c: New tests.
9219         * gcc.dg/cpp/ucs.c: New tests.
9220
9221 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
9222
9223         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
9224         native compiler for irix6.5.
9225
9226 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
9227
9228         * lib/g++.exp (g++_include_flags): Use args to compute
9229         get_multilibs.
9230         (g++_link_flags): Likewise.
9231         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
9232
9233 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
9234
9235         * gcc.dg/c90-hexfloat-1.c: Add more tests.
9236
9237 2001-05-21  Geoff Keating  <geoffk@redhat.com>
9238
9239         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
9240         this file.
9241
9242 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9243
9244         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
9245         STACK_SIZE;
9246         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
9247         to STACK_SIZE; Use it to define size of add_histo array.
9248         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
9249         to STACK_SIZE.
9250         (f): Use GITT_SIZE to define size of gitt local table.
9251         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
9252         to STACK_SIZE; Use it to define size of bytemem array.
9253
9254 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9255
9256         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
9257         on 68HC11/HC12 due to the asm instruction.
9258         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
9259         * gcc.c-torture/compile/920520-1.x: Likewise.
9260         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
9261         on 68HC11/HC12 because the function is larger than 64K.
9262         * gcc.c-torture/compile/961203-1.x: New file, this test fails
9263         on 68HC11/HC12 because the structure is too large.
9264
9265 2001-05-20  Richard Henderson  <rth@redhat.com>
9266
9267         * gcc.c-torture/execute/20010520-1.c: New.
9268
9269 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9270
9271         * g++.old-deja/g++.warn/compare1.C: New test.
9272         * gcc.dg/compare4.c: New test.
9273
9274 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
9275
9276         * g++.old-deja/g++.other/optimize1.C: New test.
9277
9278 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9279
9280         * g++.old-deja/g++.pt/spec41.C: New test.
9281
9282 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
9283
9284         * gcc.c-torture/compile/20010114-1.x: Remove.
9285
9286 2001-05-18  Stan Shebs  <shebs@apple.com>
9287
9288         * gcc.c-torture/compile/20010518-1.c: New test.
9289
9290 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
9291
9292         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
9293         * g++.old-deja/g++.pt/crash67.C: New test.
9294
9295 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
9296
9297         * g++.old-deja/g++.other/debug9.C: New test.
9298
9299 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
9300
9301         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
9302
9303 2001-05-16  Jan Hubicka  <jh@suse.cz>
9304
9305         * gcc.c-torture/compile/20010516-1.c: New test.
9306
9307 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9308
9309         * g++.old-deja/g++.other/crash41.C: New test.
9310
9311 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
9312
9313         * g++.old-deja/g++.pt/crash66.C: New test.
9314
9315 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
9316
9317         * g++.old-deja/g++.robertl/eb27.C: Convert.
9318
9319 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
9320
9321         * g++.dg/friend-warn.C: New test.  Do not warn about friend
9322         declaration being redundant.
9323
9324 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
9325
9326         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
9327
9328 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
9329
9330         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
9331
9332 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
9333
9334         * lib/g++.exp: Use testsuite_flags.
9335
9336 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
9337
9338         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
9339
9340 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9341
9342         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
9343
9344 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
9345
9346         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
9347
9348 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
9349
9350         * gcc.c-torture/compile/20010313-1.c: New test.
9351
9352 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
9353
9354         * gcc.dg/cpp/direct2.c: New test.
9355         * gccq.dg/cpp/direct2s.c: New test.
9356
9357         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
9358
9359 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
9360
9361         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
9362         * g++.old-deja/g++.other/op3.C: Likewise.
9363
9364 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
9365
9366         * gcc.dg/cpp/syshdr.h: New file.
9367         * gcc.dg/cpp/sysmac1.c: Update.
9368         * gcc.dg/cpp/sysmac2.c: Update.
9369
9370 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9371
9372         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
9373
9374 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
9375
9376         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
9377         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
9378
9379 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
9380
9381         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
9382
9383 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
9384
9385         * lib/g++.exp (g++_include_flags): Don't use any special flags
9386         if TESTING_IN_BUILD_TREE is not defined.
9387         (g++_init): Use a plain 'c++' as the compiler if
9388         TESTING_IN_BUILD_TREEE is not defined.
9389
9390 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9391
9392         * g++.old-deja/g++.eh/catch13.C: New test.
9393         * g++.old-deja/g++.eh/catch14.C: New test.
9394
9395 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
9396
9397         * gcc.dg/cpp/tr-define.c: New test.
9398
9399 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
9400
9401         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
9402         <stdlib.h>, not <malloc.h>.
9403
9404 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9405
9406         * g++.old-deja/g++.ns/template17.C: New test.
9407
9408 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9409
9410         * g++.old-deja/g++.pt/ref4.C: New test.
9411
9412 2001-04-30  Richard Henderson  <rth@redhat.com>
9413
9414         * gcc.dg/20000724-1.c: Revert last change.
9415
9416 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
9417
9418         * g77.f-torture/execute/20010430.f: New test.
9419
9420 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
9421
9422         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
9423
9424 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9425
9426         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
9427
9428 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9429
9430         * g++.old-deja/g++.eh/crash6.C: New test.
9431
9432 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9433
9434         * g++.old-deja/g++.other/warn7.C: New test.
9435
9436 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
9437
9438         * g++.old-deja/g++.other/defarg9.C: New test.
9439
9440 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9441
9442         * g77.f-torture/compile/20010426.f: New test.
9443         * g77.f-torture/execute/20010426.f: New test.
9444
9445 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
9446
9447         * g77.f-torture/compile/20000629-1.x: Remove - error
9448         has been fixed.
9449
9450 2001-04-26  Jeffrey A Law  (law@cygnus.com)
9451
9452         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
9453         Tweak slightly to work with g++.dg framework.
9454         * g++.dg/special/ecos.exp: Run initp1.C test.
9455         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
9456
9457         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
9458         its linker doesn't give line numbers either.
9459         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
9460
9461 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9462
9463         * g++.old-deja/g++.other/lex1.C: New test.
9464
9465 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
9466
9467         * gcc.dg/noncompile/20010425-1.c: New test.
9468
9469 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
9470
9471         * g++.old-deja/g++.pt/mangle2.C: New test.
9472
9473 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9474
9475         * gcc.dg/format/plus-1.c: New test.
9476
9477 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9478
9479         * gcc.dg/20010423-1.c: New test.
9480
9481 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
9482
9483         * gcc.c-torture/execute/20010422-1.c: New test.
9484
9485 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
9486
9487         * g++.old-deja/g++.ns/type2.C: New test.
9488
9489 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
9490
9491         * g++.old-deja/g++.other/perf1.C: New test.
9492
9493 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
9494
9495         * gcc.dg/c99-func-2.c: Remove xfail.
9496         * gcc.dg/c99-func-3.c: Remove xfail.
9497         * gcc.dg/c99-func-4.c: Remove xfail.
9498
9499 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
9500
9501         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
9502
9503 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9504
9505         * gcc.c-torture/compile/20010423-1.c: New test.
9506
9507 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9508
9509         * g++.old-deja/g++.pt/typename28.C: New test.
9510
9511 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
9512
9513         * g++.old-deja/g++.abi/empty2.C: New test.
9514         * g++.old-deja/g++.abi/empty3.C: New test.
9515
9516 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9517
9518         * g++.old-deja/g++.other/comdat2.C: New test.
9519         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
9520
9521 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9522
9523         * g++.old-deja/g++.other/overload14.C: New test.
9524
9525 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9526
9527         * g++.old-deja/g++.other/lookup23.C: New test.
9528
9529 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
9530
9531         * gcc.c-torture/execute/20010403-1.c: New test.
9532
9533 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
9534             Mark Mitchell  <mark@codesourcery.com>
9535
9536         * lib/old-dejagnu.exp: Don't delete output of executable.
9537         Add .exe suffix to executables.
9538
9539 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
9540
9541         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
9542
9543 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9544
9545         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
9546
9547 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
9548
9549         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
9550         * g++.old-deja/g++.abi/crash1.C: New test.
9551
9552 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
9553
9554         * g++.old-deja/g++.other/crash40.C: New test.
9555
9556 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9557
9558         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
9559
9560 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
9561
9562         * g++.old-deja/g++.other/warn6.C: New test.
9563
9564 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
9565
9566         * g++.old-deja/g++.robertl/eb42.C: Same.
9567
9568 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9569
9570         * gcc.dg/wtr-conversion-1.c: New testcase.
9571
9572 2001-04-10  Richard Henderson  <rth@redhat.com>
9573
9574         * g++.old-deja/g++.other/array5.C: New.
9575
9576 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9577
9578         * gcc.c-torture/execute/20010408-1.c: New test.
9579
9580 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
9581
9582         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
9583         headers and constructs.
9584         * g++.old-deja/g++.robertl/eb79.C: Same.
9585         * g++.old-deja/g++.robertl/eb77.C (main): Same.
9586         * g++.old-deja/g++.robertl/eb73.C: Same.
9587         * g++.old-deja/g++.robertl/eb66.C (main): Same.
9588         * g++.old-deja/g++.robertl/eb55.C (t): Same.
9589         * g++.old-deja/g++.robertl/eb54.C (main): Same.
9590         * g++.old-deja/g++.robertl/eb46.C (main): Same.
9591         * g++.old-deja/g++.robertl/eb44.C: Same.
9592         * g++.old-deja/g++.robertl/eb41.C (main): Same.
9593         * g++.old-deja/g++.robertl/eb4.C (main): Same.
9594         * g++.old-deja/g++.robertl/eb39.C: Same.
9595         * g++.old-deja/g++.robertl/eb33.C (main): Same.
9596         * g++.old-deja/g++.robertl/eb31.C (main): Same.
9597         * g++.old-deja/g++.robertl/eb30.C: Same.
9598         * g++.old-deja/g++.robertl/eb3.C: Same.
9599         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
9600         * g++.old-deja/g++.robertl/eb21.C: Same.
9601         * g++.old-deja/g++.robertl/eb15.C: Same.
9602         * g++.old-deja/g++.robertl/eb118.C: Same.
9603         * g++.old-deja/g++.robertl/eb115.C (main): Same.
9604         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
9605         * g++.old-deja/g++.robertl/eb109.C: Same.
9606         * g++.old-deja/g++.other/sibcall1.C (main): Same.
9607         * g++.old-deja/g++.mike/rtti1.C: Same.
9608         * g++.old-deja/g++.mike/p658.C: Same.
9609         * g++.old-deja/g++.mike/net46.C: Same.
9610         * g++.old-deja/g++.mike/net34.C: Same.
9611         * g++.old-deja/g++.mike/memoize1.C: Same.
9612         * g++.old-deja/g++.mike/eh2.C: Same.
9613         * g++.old-deja/g++.law/weak.C: Same.
9614         * g++.old-deja/g++.law/visibility7.C: Same.
9615         * g++.old-deja/g++.law/visibility25.C: Same.
9616         * g++.old-deja/g++.law/visibility22.C: Same.
9617         * g++.old-deja/g++.law/visibility2.C: Same.
9618         * g++.old-deja/g++.law/visibility17.C: Same.
9619         * g++.old-deja/g++.law/visibility13.C: Same.
9620         * g++.old-deja/g++.law/visibility10.C: Same.
9621         * g++.old-deja/g++.law/visibility1.C: Same.
9622         * g++.old-deja/g++.law/virtual3.C (eval): Same.
9623         * g++.old-deja/g++.law/vbase1.C: Same.
9624         * g++.old-deja/g++.law/operators32.C: Same.
9625         * g++.old-deja/g++.law/nest3.C: Same.
9626         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
9627         * g++.old-deja/g++.law/except5.C (main): Same.
9628         * g++.old-deja/g++.law/cvt7.C (run): Same.
9629         * g++.old-deja/g++.law/cvt2.C: Same.
9630         * g++.old-deja/g++.law/cvt16.C: Same.
9631         * g++.old-deja/g++.law/ctors6.C (bar): Same.
9632         * g++.old-deja/g++.law/ctors17.C (main): Same.
9633         * g++.old-deja/g++.law/ctors13.C: Same.
9634         * g++.old-deja/g++.law/ctors12.C (main): Same.
9635         * g++.old-deja/g++.law/ctors10.C: Same.
9636         * g++.old-deja/g++.law/code-gen5.C: Same.
9637         * g++.old-deja/g++.law/bad-error7.C: Same.
9638         * g++.old-deja/g++.law/arm9.C: Same.
9639         * g++.old-deja/g++.law/arm12.C: Same.
9640         * g++.old-deja/g++.law/arg8.C: Same.
9641         * g++.old-deja/g++.law/arg1.C: Same.
9642         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
9643         * g++.old-deja/g++.jason/template31.C: Same.
9644         * g++.old-deja/g++.jason/template24.C (main): Same.
9645         * g++.old-deja/g++.jason/2371.C: Same.
9646         * g++.old-deja/g++.eh/new2.C: Same.
9647         * g++.old-deja/g++.eh/new1.C: Same.
9648         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
9649         * g++.old-deja/g++.brendan/nest21.C (main): Same.
9650         * g++.old-deja/g++.brendan/err-msg3.C: Same.
9651         * g++.old-deja/g++.brendan/crash62.C: Same.
9652         * g++.old-deja/g++.brendan/crash52.C: Same.
9653         * g++.old-deja/g++.brendan/crash49.C (main): Same.
9654         * g++.old-deja/g++.brendan/crash38.C: Same.
9655         * g++.old-deja/g++.brendan/crash15.C (main): Same.
9656         * g++.old-deja/g++.brendan/copy9.C: Same.
9657
9658 2001-04-06  J"orn Rennecke <amylaar@redhat.com>
9659
9660         * gcc.c-torture/execute/20001203-2.c (memset):
9661         Count argument is of type __SIZE_TYPE__.
9662
9663 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
9664
9665         * gcc.c-torture/compile/20010404-1.c: New test.
9666
9667 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
9668
9669         * gcc.c-torture/compile/20010326-1.c: New test.
9670
9671 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
9672
9673         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
9674         peculiarities of the SH.
9675         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
9676
9677 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9678
9679         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
9680         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
9681         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
9682
9683 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9684
9685         * g77.f-torture/compile/20010321-1.f: New test.
9686
9687 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9688
9689         * gcc.c-torture/compile/20010329-1.c: New test.
9690
9691 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
9692
9693         * gcc.c-torture/execute/20010329-1.c: New test.
9694
9695 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
9696
9697         * g++.old-deja/g++.other/eh4.C: Fix typo.
9698
9699 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
9700
9701         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
9702
9703 2001-03-28  Philip Blundell  <philb@gnu.org>
9704
9705         * gcc.c-torture/compile/20010328-1.c: New test.
9706
9707 2001-03-27  Richard Henderson  <rth@redhat.com>
9708
9709         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
9710         * g++.old-deja/g++.eh/vbase3.C: Likewise.
9711
9712 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
9713
9714         * gcc.c-torture/compile/20010327-1.c: New test.
9715
9716 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9717
9718         * g++.old-deja/g++.other/friend12.C: New test.
9719         * g++.old-deja/g++.other/friend9.C: Expect no errors.
9720         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
9721
9722 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9723
9724         * gcc.c-torture/execute/20010325-1.c: New test.
9725
9726 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9727
9728         * g++.old-deja/g++.other/mangle3.C: New test.
9729
9730 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
9731
9732         * g++.old-deja/g++.other/anon8.C: New test.
9733
9734 2001-03-20  Philip Blundell  <philb@gnu.org>
9735
9736         * gcc.c-torture/compile/20010320-1.c: New test.
9737
9738 2001-03-17  Richard Henderson  <rth@redhat.com>
9739
9740         * g++.old-deja/g++.other/eh4.C: Add expected error text.
9741
9742 2001-03-15  Geoff Keating  <geoff@redhat.com>
9743
9744         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
9745         tests on AIX.
9746
9747 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9748
9749         * g++.old-deja/g++.other/eh4.C: New test.
9750
9751 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
9752
9753         * gcc.dg/cpp/mi1.c: Update.
9754
9755 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
9756
9757         * g++.old-deja/g++.other/regstack.C: New test.
9758
9759 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9760
9761         * g++.old-deja/g++.other/ref4.C: New test.
9762
9763 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
9764
9765         * objc/execute/va_method.m: Added.
9766         * objc/execute/IMP.m: Added.
9767         * objc/execute/_cmd.m: Added.
9768         * objc/execute/accessing_ivars.m: Added.
9769         * objc/execute/class-1.m: Added.
9770         * objc/execute/class-10.m: Added.
9771         * objc/execute/class-11.m: Added.
9772         * objc/execute/class-12.m: Added.
9773         * objc/execute/class-13.m: Added.
9774         * objc/execute/class-14.m: Added.
9775         * objc/execute/class-2.m: Added.
9776         * objc/execute/class-3.m: Added.
9777         * objc/execute/class-4.m: Added.
9778         * objc/execute/class-5.m: Added.
9779         * objc/execute/class-6.m: Added.
9780         * objc/execute/class-7.m: Added.
9781         * objc/execute/class-8.m: Added.
9782         * objc/execute/class-9.m: Added.
9783         * objc/execute/class-tests-1.h
9784         * objc/execute/class-tests-2.h
9785         * objc/execute/compatibility_alias.m: Added.
9786         * objc/execute/encode-1.m: Added.
9787         * objc/execute/formal_protocol-1.m: Added.
9788         * objc/execute/formal_protocol-2.m: Added.
9789         * objc/execute/formal_protocol-3.m: Added.
9790         * objc/execute/formal_protocol-4.m: Added.
9791         * objc/execute/formal_protocol-5.m: Added.
9792         * objc/execute/formal_protocol-6.m: Added.
9793         * objc/execute/formal_protocol-7.m: Added.
9794         * objc/execute/informal_protocol.m: Added.
9795         * objc/execute/initialize.m: Added.
9796         * objc/execute/load.m: Added.
9797         * objc/execute/many_args_method.m: Added.
9798         * objc/execute/nested-3.m: Added.
9799         * objc/execute/no_clash.m: Added.
9800         * objc/execute/private.m: Added.
9801         * objc/execute/redefining_self.m: Added.
9802         * objc/execute/root_methods.m: Added.
9803         * objc/execute/selector-1.m: Added.
9804         * objc/execute/static-1.m: Added.
9805         * objc/execute/static-2.m: Added.
9806         * objc/execute/va_method.m: Added.
9807
9808 2001-03-10  Richard Henderson  <rth@redhat.com>
9809
9810         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
9811
9812 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
9813
9814         * g++.old-deja/g++.other/crash31.C: XFAIL.
9815         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
9816         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
9817         * gcc.c-torture/execute/20010123-1.x: XFAIL.
9818         * gcc.c-torture/execute/20010124-1.x: XFAIL.
9819         * gcc.dg/sequence-pt-1.c: XFAIL one test.
9820
9821 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
9822
9823         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
9824
9825 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9826
9827         * gcc.dg/20000724-1.c: Don't use multiline strings.
9828
9829 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9830
9831         * objc/execute/string1.m, objc/execute/string2.m: Compare the
9832         result of -cString against what we expect it to be; don't just
9833         print it out for no one to read.
9834
9835         * objc/execute/string3.m, objc/execute/string4.m: New tests.
9836         Based on testcases provided by Nicola Pero.
9837
9838 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9839
9840         * gcc.dg/cpp/macro7.c: New test.
9841
9842 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
9843
9844         * gcc.dg/cpp/multiline.c: Update.
9845
9846 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9847
9848         * g++.old-deja/g++.other/enum3.C: New test.
9849
9850 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9851
9852         * g++.old-deja/g++.other/pod1.C: New test.
9853
9854 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9855
9856         * g++.old-deja/g++.ext/overload1.C: New test.
9857
9858 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9859
9860         * g++.old-deja/g++.pt/using1.C: New test.
9861
9862 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9863
9864         * g++.old-deja/g++.other/using9.C: New test.
9865
9866 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
9867
9868         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
9869
9870         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
9871
9872 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
9873
9874         * g++.old-deja/g++.ext/realpt1.C: Remove.
9875
9876 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
9877
9878         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
9879
9880 2001-02-26  Will Cohen  <wcohen@redhat.com>
9881
9882         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
9883
9884 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
9885
9886         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
9887         templatized constructors.
9888
9889 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9890
9891         * gcc.c-torture/execute/20010224-1.c: New test.
9892
9893 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
9894
9895         * gcc.c-torture/execute/20010222-1.c: New test.
9896
9897 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
9898
9899         * g++.old-deja/g++.other/inline20.C: New test.
9900
9901 2001-02-21  Ovidiu Predescu  <ovidiu@cup.hp.com>
9902
9903         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
9904
9905 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
9906
9907         * g++.old-deja/g++.other/lookup22.C: New test.
9908
9909 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
9910
9911         * g77.dg: New directory.
9912         * g77.dg/20010216-1.f: New test case.
9913         * g77.dg/dg.exp: New driver.
9914         * lib/g77-dg.exp: New driver library.
9915
9916 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9917
9918         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
9919
9920 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
9921
9922         * g++.old-deja/g++.other/decl9.C: New test.
9923
9924 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
9925
9926         * g++.old-deja/g++.other/init16.C: Update the test so that it does
9927         not need <string> and also tests the initialization at runtime.
9928
9929 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
9930
9931         * gcc.c-torture/execute/longlong.c: New test.
9932
9933 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
9934
9935         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
9936
9937 2001-02-14  J"orn Rennecke <amylaar@redhat.com>
9938
9939         * gcc.c-torture/execute/920302-1.c (execute):
9940         Change argument type to short.
9941
9942 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9943
9944         * g++.old-deja/g++.pt/deduct6.C: New test.
9945
9946 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9947
9948         * g++.old-deja/g++.pt/deduct5.C: New test.
9949
9950 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
9951
9952         * gcc.c-torture/execute/20010209-1.c: New test.
9953
9954 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
9955
9956         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
9957
9958 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
9959
9960         * g++.dg/vtgc1.C: Update for new ABI.
9961
9962         * consistency.vlad: New directory, 1665 files.
9963
9964 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
9965
9966         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
9967         return type.
9968         * gcc.dg/cpp/digraphs.c: Declare puts.
9969
9970 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9971
9972         * g++.old-deja/g++.other/warn5.C: New test.
9973
9974 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9975
9976         * g++.old-deja/g++.pt/spec40.C: New test.
9977
9978 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9979
9980         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
9981         case.
9982         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
9983
9984 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
9985
9986         * gcc.c-torture/compile/20010209-1.c: New test.
9987
9988 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
9989
9990         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
9991         excess errors message but not if it crashes.
9992         * g++.old-deja/g++.other/crash27.C: Likewise.
9993         * g++.old-deja/g++.other/crash28.C: Likewise.
9994         * g++.old-deja/g++.other/crash30.C: Likewise.
9995         * g++.old-deja/g++.other/crash32.C: Likewise.
9996         * g++.old-deja/g++.other/crash35.C: Likewise.
9997         * g++.old-deja/g++.pt/inherit2.C: Likewise.
9998
9999 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10000
10001         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
10002         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
10003         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
10004         g77.f-torture/execute/execute.exp,
10005         g77.f-torture/noncompile/noncompile.exp,
10006         gcc.c-torture/execute/execute.exp,
10007         gcc.c-torture/execute/memcheck/memcheck.exp,
10008         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
10009         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
10010         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
10011         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
10012         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
10013         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
10014         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10015         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
10016         Remove bug reporting instructions with ancient email addresses.
10017
10018 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10019
10020         * gcc.dg/20010202-1.c: New test.
10021         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
10022
10023 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
10024
10025         * g++.dg/stdbool-if.C: New test.
10026
10027 2001-02-07  Ovidiu Predescu  <ovidiu@cup.hp.com>
10028
10029         * objc/execute/fdecl.m: Added main().
10030
10031 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
10032
10033         * gcc.c-torture/execute/20010206-1.c: New test.
10034
10035 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
10036
10037         * gcc.dg/cpp/avoidpaste1.c: Update.
10038
10039 2001-02-05  Ovidiu Predescu  <ovidiu@cup.hp.com>
10040
10041         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
10042         Pero <nicola@brainstorm.co.uk>.
10043         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
10044
10045 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
10046
10047         * g++.old-deja/g++.pt/spec39.C: New test.
10048
10049 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
10050
10051         * gcc.c-torture/compile/20010202-1.c: New test.
10052
10053 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
10054
10055         * g++.old-deja/g++.abi/primary2.C: New test.
10056         * g++.old-deja/g++.abi/primary3.C: New test.
10057         * g++.old-deja/g++.abi/primary4.C: New test.
10058         * g++.old-deja/g++.abi/primary5.C: New test.
10059         * g++.old-deja/g++.abi/vtable3.h: New test.
10060         * g++.old-deja/g++.abi/vtable3a.C: New test.
10061         * g++.old-deja/g++.abi/vtable3b.C: New test.
10062         * g++.old-deja/g++.abi/vtable3c.C: New test.
10063         * g++.old-deja/g++.abi/vtable3d.C: New test.
10064         * g++.old-deja/g++.abi/vtable3e.C: New test.
10065         * g++.old-deja/g++.abi/vtable3f.C: New test.
10066         * g++.old-deja/g++.abi/vtable3g.C: New test.
10067         * g++.old-deja/g++.abi/vtable3h.C: New test.
10068         * g++.old-deja/g++.abi/vtable3i.C: New test.
10069         * g++.old-deja/g++.abi/vtable3j.C: New test.
10070         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
10071
10072 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
10073
10074         * g++.old-deja/g++.other/anon6.C: New test.
10075         * g++.old-deja/g++.other/anon7.C: New test.
10076
10077 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
10078
10079         * gcc.dg/cpp/avoidpaste2.c: New tests.
10080
10081 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
10082
10083         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
10084
10085 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
10086
10087         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
10088         DECIMAL_DIG cases for Irix."
10089
10090 2001-01-31  J"orn Rennecke <amylaar@redhat.com>
10091
10092         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
10093
10094 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
10095
10096         * gcc.dg/c99-tag-1.c: New test.
10097
10098 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10099
10100         * gcc.dg/cpp/tr-warn1.c: Add tests.
10101
10102 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
10103
10104         * gcc.dg/cpp/avoidpaste1.c: Update.
10105         * gcc.dg/cpp/paste4.c: Update.
10106
10107 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
10108
10109         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
10110         cases for Irix.
10111
10112 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10113
10114         * g++.old-deja/g++.other/inline19.C: New test.
10115
10116 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
10117
10118         * gcc.dg/Wlarger-than.c: New test.
10119
10120 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
10121
10122         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
10123
10124 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
10125
10126         * gcc.c-torture/execute/20010129-1.c: New test.
10127         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
10128
10129 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
10130
10131         * gcc.dg/cpp/avoidpaste1.c: Test case.
10132
10133 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
10134
10135         * g++.old-deja/g++.other/inline18.C: New test.
10136
10137 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10138
10139         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
10140         and __builtin_putchar.
10141
10142 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
10143
10144         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
10145         tests.
10146
10147 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
10148
10149         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
10150         floating point number rounding mode to round to the nearest
10151         representable mode.
10152
10153 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
10154
10155         * g++.old-deja/g++.other/mangle2.C: New test.
10156
10157 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
10158
10159         * gcc.c-torture/compile/20010124-1.c: New test.
10160
10161 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10162
10163         * g++.old-deja/g++.pt/spec38.C: New test.
10164
10165 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10166
10167         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
10168         "Build don't run".
10169
10170 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10171
10172         * gcc.c-torture/execute/20010123-1.c: New test.
10173
10174 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10175
10176         * g++.old-deja/g++.pt/spec37.C: New test.
10177
10178 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10179
10180         * g++.old-deja/g++.pt/overload14.C: New test.
10181
10182 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10183
10184         * gcc.c-torture/execute/20010122-1.c: New test, exercise
10185         __builtin_return_address.
10186
10187 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10188
10189         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
10190         * g++.old-deja/g++.pt/spec35.C: New test.
10191         * g++.old-deja/g++.pt/spec36.C: New test.
10192
10193 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
10194
10195         * gcc.c-torture/compile/20010118-1.c: New test.
10196
10197 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
10198
10199         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
10200
10201 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10202
10203         * gcc.c-torture/execute/20010119-1.c: New test.
10204
10205 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10206
10207         * g++.old-deja/g++.other/vbase5.C: New test.
10208
10209 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
10210
10211         * gcc.c-torture/execute/20010118-1.c: New test.
10212
10213 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10214
10215         * g++.old-deja/g++.pt/deduct3.C: New test.
10216
10217 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10218
10219         * g++.old-deja/g++.pt/spec34.C: New test.
10220
10221 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
10222
10223         * g77.f-torture/compile/20000601-2.f: New test.
10224
10225 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10226
10227         * g++.old-deja/g++.other/init17.C: New test.
10228
10229 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
10230
10231         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
10232
10233 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10234
10235         * g++.old-deja/g++.pt/unify8.C: New test.
10236
10237 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10238
10239         * g++.old-deja/g++.abi/vbase1.C: New test.
10240
10241 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10242
10243         * g++.old-deja/g++.pt/crash65.C: New test.
10244
10245 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10246
10247         * gcc.dg/cpp/assembl2.S: New test case.
10248
10249 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
10250
10251         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
10252         are supported.
10253
10254 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10255
10256         * g++.old-deja/g++.other/builtins1.C: New test.
10257         * g++.old-deja/g++.other/builtins2.C: Likewise.
10258         * g++.old-deja/g++.other/builtins3.C: Likewise.
10259         * g++.old-deja/g++.other/builtins4.C: Likewise.
10260
10261 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
10262
10263         * gcc.c-torture/compile/20010117-1.c: New test.
10264         * gcc.c-torture/compile/20010117-2.c: New test.
10265
10266 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10267
10268         * g77.f-torture/execute/20010116.[fx]: New test,
10269         XFAIL on i?86-*-*.
10270         * g77.f-torture/compile/20010115.f: Indicate it's
10271         a test for PR fortran/1636.
10272
10273 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
10274
10275         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
10276
10277 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10278
10279         * g77.f-torture/compile/20010115.f: New test.
10280
10281 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10282
10283         * g++.old-deja/g++.pt/nontype5.C: New test.
10284
10285 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
10286
10287         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
10288         have an equivalent working one below it.
10289
10290 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10291
10292         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
10293         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10294
10295 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10296
10297         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
10298         message containing "init_priority".
10299         (conpr-2.C): Likewise.
10300         (conpr-3.C): Likewise.
10301         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
10302
10303 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10304
10305         * gcc.c-torture/execute/20010114-2.c: New test.
10306
10307 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
10308
10309         * gcc.c-torture/compile/20010114-1.c: New test.
10310         * gcc.c-torture/compile/20010114-1.x: Xfail.
10311         * gcc.c-torture/compile/20010114-2.c: New test.
10312         * gcc.c-torture/execute/20010114-1.c: New test.
10313         * gcc.dg/trunc-1.c: New test.
10314         * gcc.dg/uninit-B.c: New test.
10315
10316 2001-01-13  Nick Clifton  <nickc@redhat.com>
10317
10318         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
10319         target.
10320
10321 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10322
10323         * gcc.c-torture/compile/20010113-1.c: New test.
10324
10325 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
10326
10327         * gcc.c-torture/compile/20001212-1.c: New test.
10328
10329 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10330
10331         * gcc.dg/cpp/widestr1.c: Update.
10332         * gcc.dg/cpp/prag-imp.c: Remove.
10333
10334 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
10335
10336         * gcc.c-torture/execute/20000801-3.x: Remove.
10337         * gcc.dg/c90-init-1.c: New test.
10338         * gcc.dg/c99-init-1.c: New test.
10339         * gcc.dg/c99-init-2.c: New test.
10340         * gcc.dg/gnu99-init-1.c: New test.
10341
10342 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
10343
10344         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
10345         testing that no relevant ones were found.
10346
10347 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10348
10349         * g++.old-deja/g++.pt/cast2.C: New test.
10350
10351 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10352
10353         * g++.old-deja/g++.pt/friend47.C: New test.
10354
10355 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10356
10357         * g++.old-deja/g++.pt/instantiate13.C: New test.
10358
10359 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10360
10361         * g++.old-deja/g++.other/defarg7.C: New test.
10362         * g++.old-deja/g++.other/defarg8.C: New test.
10363
10364 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10365
10366         * g++.old-deja/g++.pt/crash64.C: New test.
10367
10368 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10369
10370         * g++.old-deja/g++.pt/crash63.C: New test.
10371
10372 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
10373
10374         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
10375
10376 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
10377
10378         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
10379
10380 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10381
10382         * g++.old-deja/g++.pt/error3.C: New test.
10383
10384 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10385
10386         * g++.old-deja/g++.other/crash39.C: New test.
10387
10388 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10389
10390         * g++.old-deja/g++.other/vbase4.C: New test.
10391
10392 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
10393
10394         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
10395         * gcc.dg/special/20000419-2.c: New file. Identical to above.
10396         * gcc.dg/special/special.exp: New test driver which will check
10397         for alias support for the above test.
10398
10399 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
10400
10401         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
10402         problems on small machines.
10403         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
10404         parameterize.
10405
10406 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
10407
10408         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
10409         mips.
10410         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
10411
10412 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
10413
10414         * g++.old_deja/g++.pt/using8.C: New test.
10415
10416 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10417
10418         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
10419
10420 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
10421
10422         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
10423         where a failure is expected.
10424         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
10425
10426 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10427
10428         * g++.old_deja/g++.pt/instantiate12.C: New test.
10429
10430 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10431
10432         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
10433         start of structs.
10434         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
10435         * g++.old-deja/g++.brendan/crash17.C: Likewise.
10436         * g++.old-deja/g++.brendan/crash29.C: Likewise.
10437         * g++.old-deja/g++.brendan/crash48.C: Likewise.
10438         * g++.old-deja/g++.brendan/ns1.C: Likewise.
10439         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
10440         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
10441         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
10442         * g++.old-deja/g++.eh/spec6.C: Likewise.
10443         * g++.old-deja/g++.jason/crash3.C: Likewise.
10444         * g++.old-deja/g++.law/ctors11.C: Likewise.
10445         * g++.old-deja/g++.law/ctors17.C: Likewise.
10446         * g++.old-deja/g++.law/ctors5.C: Likewise.
10447         * g++.old-deja/g++.law/ctors9.C: Likewise.
10448         * g++.old-deja/g++.mike/ambig1.C: Likewise.
10449         * g++.old-deja/g++.mike/net22.C: Likewise.
10450         * g++.old-deja/g++.mike/p3538a.C: Likewise.
10451         * g++.old-deja/g++.mike/p3538b.C: Likewise.
10452         * g++.old-deja/g++.mike/virt3.C: Likewise.
10453         * g++.old-deja/g++.niklas/t128.C: Likewise.
10454         * g++.old-deja/g++.other/anon4.C: Likewise.
10455         * g++.old-deja/g++.other/using1.C: Likewise.
10456         * g++.old-deja/g++.other/warn3.C: Likewise.
10457         * g++.old-deja/g++.pt/t37.C: Likewise.
10458         * g++.old-deja/g++.robertl/eb69.C: Likewise.
10459         * g++.old-deja/g++.robertl/eb71.C: Likewise.
10460
10461 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10462
10463         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
10464
10465 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10466
10467         * gcc.c-torture/execute/stdio-opt-3.c: New test.
10468
10469 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
10470
10471         * gcc.c-torture/compile/20010107-1.c: New test.
10472
10473 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10474
10475         * gcc.c-torture/execute/builtin-noret-1.c: New test.
10476
10477 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10478
10479         * gcc.dg/format/format.h: New file.
10480         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
10481         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
10482         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
10483         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
10484         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
10485         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
10486         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
10487         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
10488         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
10489         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
10490         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
10491         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
10492         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
10493         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
10494         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
10495         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
10496         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
10497         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
10498         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
10499         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
10500         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
10501         instead of declaring standard types, macros and functions in each
10502         test.
10503
10504 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
10505
10506         * gcc.c-torture/execute/20010106-1.c: New test.
10507
10508 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10509
10510         * gcc.dg/format/format.exp: New file.
10511         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
10512         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
10513         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
10514         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
10515         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
10516         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
10517         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
10518         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
10519         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
10520         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
10521         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
10522         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
10523         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
10524         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
10525         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
10526         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
10527         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
10528         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
10529         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
10530         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
10531         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
10532         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
10533         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
10534         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
10535         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
10536         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
10537         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
10538         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
10539         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
10540         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
10541         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
10542         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
10543         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
10544         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
10545         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
10546         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
10547         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
10548         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
10549         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
10550         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
10551         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
10552         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
10553
10554 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
10555
10556         * gcc.c-torture/execute/991228-1.c: Take word endianness into
10557         account.
10558
10559 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
10560
10561         * gcc.c-torture/execute/builtin-complex-1.c: New test.
10562
10563 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10564
10565         * g++.old-deja/g++.pt/crash62.C: New test.
10566
10567 2001-01-04  Richard Henderson  <rth@redhat.com>
10568
10569         * gcc.dg/20000926-1.c: Update expected warnings.
10570         * gcc.dg/array-2.c: Likewise.
10571         * gcc.dg/array-4.c: Also validate flexible array members.
10572         * gcc.dg/c99-flex-array-1.c: New.
10573
10574 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10575
10576         * gcc.c-torture/compile/20001222-1.x: Remove.
10577
10578 2001-01-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10579
10580         * gcc.c-torture/execute/built-in-setjmp.c: New.
10581
10582 2001-01-03  Richard Henderson  <rth@redhat.com>
10583
10584         * gcc.dg/940510-1.c: Update expected error wording.
10585         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
10586
10587 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
10588
10589         * lib/target-supports.exp (check_alias_available): Modified to
10590         indicate aliases not supported if only weak aliases are supported.
10591
10592 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10593
10594         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
10595         Turn on cmpstrsi checks for __pj__ and __i370__.
10596
10597 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10598
10599         * g++.old-deja/g++.other/virtual11.C: New test.
10600
10601 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10602
10603         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
10604
10605 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10606
10607         * gcc.c-torture/compile/20010102-1.c: New test.
10608
10609 2001-01-02  Andreas Jaeger  <aj@suse.de>
10610
10611         * gcc.dg/noreturn-3.c: New test.
10612
10613         * gcc.dg/noreturn-4.c: New test.
10614
10615 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10616
10617         * gcc.c-torture/execute/stdio-opt-1.c: Also test
10618         __builtin_fputc and __builtin_fwrite.
10619
10620 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
10621
10622         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
10623         signed char, not default char.
10624
10625 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
10626
10627         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
10628
10629 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
10630
10631         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
10632
10633 2000-12-29  Richard Henderson  <rth@redhat.com>
10634
10635         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
10636         (__cyg_profile_func_exit): Define.
10637
10638 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10639
10640         * g++.dg/vtgc1.C: New test.
10641
10642 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
10643
10644         * gcc.dg/noncompile/20001228-1.c: New test.
10645
10646         * gcc.dg/20001228-1.c: New test.
10647
10648         * gcc.c-torture/execute/20001228-1.c: New test.
10649
10650 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10651
10652         * gcc.dg/format-strfmon-1.c: New test.
10653
10654 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10655
10656         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
10657         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
10658         * gcc.c-torture/execute/string-opt-1.c: Likewise.
10659         * gcc.c-torture/execute/string-opt-2.c: Likewise.
10660         * gcc.c-torture/execute/string-opt-3.c: Likewise.
10661         * gcc.c-torture/execute/string-opt-4.c: Likewise.
10662         * gcc.c-torture/execute/string-opt-6.c: Likewise.
10663         * gcc.c-torture/execute/string-opt-7.c: Likewise.
10664         * gcc.c-torture/execute/string-opt-8.c: Likewise.
10665         * gcc.c-torture/execute/string-opt-9.c: Likewise.
10666         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10667         * gcc.c-torture/execute/string-opt-11.c: Likewise.
10668         * gcc.c-torture/execute/string-opt-12.c: Likewise.
10669
10670         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
10671         * gcc.c-torture/execute/string-opt-4.c: Test index.
10672
10673 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
10674
10675         * gcc.c-torture/compile/20001226-1.c: New test.
10676
10677 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10678
10679         * gcc.c-torture/compile/20001222-1.c: New test.
10680         * gcc.c-torture/compile/20001222-1.x: Xfail.
10681
10682 2000-12-22  Alexandre Oliva  <aoliva@redhat.com>
10683
10684         * gcc.c-torture/execute/comp-goto-2.c: New test.
10685
10686 2000-12-21  J"orn Rennecke <amylaar@redhat.com>
10687
10688         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
10689         Use long types if __INT_MAX__ is 32767.
10690         (main): Use cast to (sint32 *) when poking 88 into a_page.
10691
10692         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
10693
10694 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
10695
10696         * gcc.c-torture/compile/20001221-1.c: New test.
10697         * gcc.c-torture/execute/20001221-1.c: New test.
10698
10699 2000-12-20  Richard Henderson  <rth@redhat.com>
10700
10701         * g++.old-deja/g++.pt/crash36.C: Update error lines.
10702         * g++.old-deja/g++.robertl/eb109.C: Likewise.
10703
10704 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10705
10706         * gcc.dg/compare3.c: New test.
10707
10708 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10709
10710         * gcc.dg/format-warnll-1.c: New test.
10711
10712 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
10713
10714         * gcc.dg/cpp/cmdlne-P.c: New test.
10715
10716 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10717
10718         * gcc.c-torture/execute/builtin-abs-1.c,
10719         gcc.c-torture/execute/builtin-abs-2.c: New tests.
10720
10721 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10722
10723         * gcc.dg/cpp/multiline.c: New test.
10724
10725 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
10726
10727         * g++.old-deja/g++.other/syshdr1.C: Update.
10728         * gcc.dg/cpp/lineflags.c: Remove temporarily.
10729
10730 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10731
10732         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
10733
10734 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10735
10736         * g++.old-deja/g++.pt/ttp65.C: New test.
10737
10738 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10739
10740         * g++.old-deja/g++.pt/ttp64.C: New test.
10741
10742 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10743
10744         * g++.old-deja/g++.pt/spec33.C: New test.
10745
10746 2000-12-14  Catherine Moore  <clm@redhat.com>
10747
10748         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
10749         * gcc.c-torture/execute/920612-2.c: Likewise.
10750         * gcc.c-torture/execute/920428-2.c: Likewise.
10751         * gcc-c-torture/execute/va-arg-11.c: Call exit.
10752         * gcc.c-torture/execute/va-arg-21.c: Likewise.
10753
10754 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10755
10756         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
10757         * gcc.dg/pack-test-2.c: Likewise.
10758
10759 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10760
10761         Tests by Zack Weinberg <zackw@stanford.edu>.
10762
10763         * gcc.dg/cpp/defined.c: Update.
10764         * gcc.dg/cpp/defined_trad.c: New tests.
10765
10766 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
10767
10768         * gcc.dg/cpp/trad-direct.c: Update.
10769
10770 2000-12-11  Neil Booth  <neilb@earthling.net>
10771
10772         * gcc.dg/cpp/defined_trad.c
10773
10774 2000-12-11  Neil Booth  <neilb@earthling.net>
10775
10776         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
10777
10778 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10779
10780         * gcc.dg/format-miss-2.c: New test.
10781
10782 2000-12-09  Neil Booth  <neilb@earthling.net>
10783
10784         * gcc.dg/cpp/lineflags.c: New tests.
10785         * gcc.dg/cpp/poison.c: Update.
10786         * gcc.dg/cpp/redef2.c: Update.
10787         * gcc.dg/cpp/skipping.c: New test.
10788
10789 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
10790
10791         * g++.old-deja/g++.other/eh3.C: New testcase.
10792
10793 2000-12-07  Neil Booth  <neilb@earthling.net>
10794
10795         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
10796         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
10797         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
10798         wtr-union-init-2.c, wtr-union-init-3.c: Update.
10799         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
10800         Update.
10801
10802 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10803
10804         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
10805         __SIZE_TYPE__ instead of int for type of integers cast to
10806         pointers.
10807
10808 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
10809
10810         * g++.old-deja/g++.other/cleanup4.C: New test.
10811
10812 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10813
10814         * format-sec-1.c: New test.
10815
10816 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10817
10818         * gcc.dg/format-nonlit-3.c: New test.
10819
10820 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10821
10822         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
10823         through a null pointer.
10824
10825 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10826
10827         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
10828         * g++.old-deja/g++.pt/partial4.C: New test.
10829
10830 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
10831
10832         * gcc.c-torture/execute/ieee/hugeval.x: New.
10833
10834 2000-12-06  Neil Booth  <neilb@earthling.net>
10835
10836         * gcc.dg/cpp/backslash2.c: New tests.
10837
10838 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10839
10840         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
10841         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
10842
10843 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
10844
10845         * gcc.c-torture/execute/20001203-2.c: New testcase.
10846
10847 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10848
10849         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
10850         * g++.old-deja/g++.other/virtual10.C: New test.
10851
10852 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10853
10854         * g++.old-deja/g++.mike/pmf5.C: Remove test.
10855
10856 2000-12-05  Richard Henderson  <rth@redhat.com>
10857
10858         * gcc.c-torture/compile/20001205-1.c: New.
10859
10860 2000-12-04  Neil Booth  <neilb@earthling.net>
10861
10862         * g++.old-deja/g++.other/virtual9.C: New test.
10863         * g++.old-deja/g++.pt/crash61.C: New test.
10864         * gcc.c-torture/execute/loop-9.c: New test.
10865
10866 2000-12-04  Neil Booth  <neilb@earthling.net>
10867
10868         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
10869         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
10870         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
10871         * gcc.dg/cpp/extratokens.c: ...here.
10872
10873 2000-12-04  Neil Booth  <neilb@earthling.net>
10874
10875         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
10876         New tests.
10877
10878 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10879
10880         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
10881         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
10882
10883 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10884
10885         * gcc.c-torture/execute/20001203-1.c: New test.
10886
10887 2000-12-03  Neil Booth  <neilb@earthling.net>
10888
10889         * gcc.dg/cpp/macro6.c: New test cases.
10890
10891 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10892
10893         * gcc.c-torture/execute/string-opt-9.c: New test.
10894         * gcc.c-torture/execute/string-opt-10.c: Likewise.
10895         * gcc.c-torture/execute/string-opt-11.c: Likewise.
10896         * gcc.c-torture/execute/string-opt-12.c: Likewise.
10897
10898         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
10899         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
10900
10901 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
10902
10903         * gcc.dg/cpp/if-6.c: New testcase.
10904
10905         * gcc.dg/20001201-1.c: New testcase.
10906
10907 2000-12-02  Neil Booth  <neilb@earthling.net>
10908
10909         * g++.old-deja/g++.other/externC4.C,
10910         g++.old-deja/g++.other/friend10.C: New tests.
10911
10912 2000-12-02  Neil Booth  <neilb@earthling.net>
10913
10914         * g++.old-deja/g++.other/instan2.C
10915         * g++.old-deja/g++.other/instan3.C: New test.
10916
10917 2000-12-02  Neil Booth  <neilb@earthling.net>
10918
10919         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
10920         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
10921         gnuc99.c,gnuc99-pedantic.c: New tests.
10922
10923 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10924
10925         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
10926         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
10927
10928 2000-12-01  Neil Booth  <neilb@earthling.net>
10929
10930         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
10931         * gcc.dg/cpp/poison.c: Update.
10932         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
10933
10934 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
10935
10936         * g77.f-torture/execute/20001201.f: New test.
10937
10938 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10939
10940         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
10941
10942 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
10943
10944         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
10945
10946 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
10947
10948         * g++.old-deja/g++.other/cast6.C: New test.
10949
10950 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
10951
10952         * gcc.c-torture/execute/20001130-2.c: New testcase.
10953
10954 2000-11-30  Richard Henderson  <rth@redhat.com>
10955
10956         * gcc.c-torture/execute/20001130-1.c: New test.
10957
10958 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10959
10960         * g++.old-deja/g++.other/op3.C: New test.
10961
10962 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10963
10964         * g++.old-deja/g++.other/op2.C: New test.
10965
10966 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10967
10968         * g++.old-deja/g++.other/crash38.C: New test.
10969
10970 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
10971
10972         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
10973
10974 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
10975
10976         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
10977         tests.
10978         * gcc.c-torture/execute/string-opt-6.c: New test.
10979
10980         * gcc.dg/20001117-1.c: Add main.
10981
10982 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
10983
10984         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
10985         Move from here ...
10986         * gcc.dg/940510-1.c: ... to here.
10987
10988         * gcc.dg/20000926-1.c: GNU C now allows initializations of
10989         zero-size arrays in toplevel structures.
10990
10991 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
10992
10993         * gcc.c-torture/execute/loop-8.c: New test.
10994
10995 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10996
10997         * g++.old-deja/g++.other/base1.C: New test.
10998
10999 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11000
11001         * g++.old-deja/g++.other/parse2.C: New test.
11002
11003 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11004
11005         * g++.old-deja/g++.pt/incomplete1.C: New test.
11006
11007 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
11008
11009         * g++.old-deja/g++.other/friend9.C: New test.
11010
11011 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
11012
11013         * gcc.dg/20001127-1.c: New test.
11014
11015 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11016
11017         * g++.old-deja/g++.pt/friend46.C: New test.
11018
11019 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
11020
11021         * g++.old-deja/g++.other/ptrmem8.C: New test.
11022
11023 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11024
11025         * gcc.c-torture/execute/string-opt-7.c: New test.
11026         * gcc.c-torture/execute/string-opt-8.c: Likewise.
11027
11028 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11029
11030         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
11031         instead of 'mkcheck 2'.
11032
11033 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11034
11035         * gcc.c-torture/execute/memcheck/driver.c,
11036         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
11037         C9X references to refer to C99.
11038
11039 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
11040
11041         * gcc.dg/ultrasp3.c: New test.
11042
11043 2000-11-25  Neil Booth  <neilb@earthling.net>
11044
11045         * gcc.dg/cpp/include2.c: Update test to be locale independent.
11046
11047 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
11048
11049         * gcc.c-torture/compile/20001123-2.c: New.
11050
11051 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11052
11053         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
11054
11055 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
11056
11057         * gcc.dg/sequence-point-1.c: Add some new tests.
11058         * gcc.c-torture/execute/20001124-1.c: New test.
11059
11060 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11061
11062         * g++.old-deja/g++.other/vaarg4.C: New test.
11063         * gcc.c-torture/compile/20001123-1.c: New test.
11064
11065 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
11066
11067         * g++.other/crash24.C: Adjust and remove XFAIL.
11068         * g++.other/crash37.C: New test.
11069
11070 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
11071
11072         * g++.old-deja/g++.pt/instantiate9.C: New test.
11073
11074 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
11075
11076         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
11077         new ABI, too.
11078
11079         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
11080         * g++.old-deja/g++.robertl/eb55.C: Likewise.
11081
11082 2000-11-22  Neil Booth  <neilb@earthling.net>
11083
11084         * gcc.dg/cpp/Wtrigraphs.c: New test.
11085
11086 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11087
11088         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
11089
11090 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
11091
11092         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
11093
11094 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
11095
11096         * lib/gcc-dg.exp: load_lib scanasm.exp.
11097         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
11098         * lib/g++-dg.exp: load_lib scanasm.exp.
11099         * lib/scanasm.exp: New.
11100         (scan-assembler, scan-assembler-not): Add optional arguments to
11101         test name, or if not present, the pattern name.
11102         (scan-assembler-dem, scan-assembler-dem-not): New.
11103
11104         * g++.dg/dg.exp: New.
11105
11106 2000-11-21  Neil Booth  <neilb@earthling.net>
11107
11108         * gcc.dg/cpp/integrated1.c: Remove.
11109
11110 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11111
11112         * gcc.c-torture/execute/20001121-1.c: New test.
11113
11114 2000-11-21  Richard Henderson  <rth@redhat.com>
11115
11116         * gcc.c-torture/compile/20001121-1.c: New test.
11117
11118 2000-11-20  Neil Booth  <neilb@earthling.net>
11119
11120         * gcc.dg/cpp/integrated1.c: New test.
11121
11122 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
11123
11124         * g++.old-deja/g++.other/inline17.C: New test.
11125
11126 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
11127
11128         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
11129         local variable to be zero: I made the variable global. Now
11130         uses abort() and exit() instead of relying on main's return value.
11131
11132 2000-11-20  Neil Booth  <neilb@earthling.net>
11133
11134         * gcc.dg/cpp/paste2.c: Update test.
11135         * objc/execute/paste.m: New test.
11136
11137 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11138
11139         * gcc.dg/c99-condexpr-1.c: New test.
11140
11141 2000-11-20  Neil Booth  <neilb@earthling.net>
11142
11143         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
11144
11145 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
11146
11147         * g++.old-deja/g++.pt/export1.C: New test.
11148
11149 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
11150
11151         * gcc.dg/20001117-1.c: New test.
11152
11153 2000-11-18  Richard Henderson  <rth@redhat.com>
11154
11155         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
11156
11157 2000-11-18  Richard Henderson  <rth@redhat.com>
11158
11159         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
11160         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
11161         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
11162
11163 2000-11-18  Richard Henderson  <rth@redhat.com>
11164
11165         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
11166         (main): New.  Exit cleanly.
11167
11168 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11169
11170         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
11171         gcc.dg/c99-fordecl-2.c: New tests.
11172
11173 2000-11-18  Richard Henderson  <rth@redhat.com>
11174
11175         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
11176         * gcc.c-torture/execute/zerolen-2.c: New.
11177
11178 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11179
11180         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
11181         memory.
11182
11183 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11184
11185         * g++.old-deja/g++.pt/instantiate8.C: New test.
11186
11187 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
11188
11189         * g++.old-deja/g++.other/incomplete.C: Add more tests.
11190         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
11191
11192 2000-11-16  Nick Clifton  <nickc@redhat.com>
11193
11194         * gcc.c-torture/execute/nestfunc-2.c: New test.
11195         * gcc.c-torture/execute/nestfunc-3.c: New test.
11196
11197 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11198
11199         * gcc.c-torture/compile/20001116-1.c: New test.
11200
11201 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11202
11203         * gcc.c-torture/execute/20001115-1.c: New test.
11204
11205 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
11206
11207         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
11208         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
11209         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
11210         * g++.old-deja/g++.abi/vmihint.C: Likewise.
11211
11212 2000-11-15  Neil Booth  <neilb@earthling.net>
11213
11214         gcc.dg/cpp/_Pragma1.c: Update.
11215         gcc.dg/cpp/_Pragma2.c: New test.
11216
11217 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
11218
11219         * g++.old-deja/g++.other/anon5.C: New test.
11220
11221 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11222
11223         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
11224         tests.
11225
11226 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
11227
11228         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
11229         output.
11230
11231 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11232
11233         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
11234         labels at end of compound statements.
11235
11236 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
11237
11238         * gcc.c-torture/execute/loop-7.c: New test.
11239
11240 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11241
11242         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
11243
11244 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11245
11246         * gcc.dg/c99-bool-1.c: New test.
11247
11248 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11249
11250         * gcc.dg/c99-scope-1.c: Remove xfail.
11251         * gcc.dg/c99-scope-2.c: New test.
11252
11253 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11254
11255         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
11256         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
11257
11258 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
11259
11260         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
11261         error messages.
11262
11263         * g++.mike/p700.C: Don't typedef wchar_t.
11264         * g++.mike/p784.C: Likewise.
11265         * g++.mike/eb101.C: Don't use __wchar_t.
11266
11267 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
11268
11269         * g77.f-torture/execute/20001111.[fx]: Test premature exit
11270         from DO loop.
11271
11272 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
11273
11274         * gcc.c-torture/execute/20001111-1.c: New test.
11275
11276 2000-11-10  Nick Clifton  <nickc@redhat.com>
11277
11278         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
11279         long multuiple and accumulate.
11280
11281 2000-11-09  Richard Henderson  <rth@redhat.com>
11282
11283         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
11284         via size_t instead of int.
11285
11286         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
11287         * gcc.c-torture/execute/string-opt-2.c: Likewise.
11288         * gcc.c-torture/execute/string-opt-3.c: Likewise.
11289         * gcc.c-torture/execute/string-opt-4.c: Likewise.
11290
11291 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
11292
11293         * gcc.c-torture/compile/20001109-1.c: New test.
11294         * gcc.c-torture/compile/20001109-2.c: New test.
11295
11296 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
11297
11298         * g++.old-deja/g++.pt/operator1.C: New test.
11299         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
11300
11301 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11302
11303         * gcc.dg/20001108-1.c: New test.
11304
11305 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
11306
11307         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
11308         with both arguments constant strings.
11309         * gcc.c-torture/execute/string-opt-3.c: New test.
11310         * gcc.c-torture/execute/string-opt-4.c: New test.
11311         * gcc.c-torture/execute/string-opt-5.c: New test.
11312
11313 2000-11-08  Nick Clifton  <nickc@redhat.com>
11314
11315         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
11316         mulsidi3adddi patterns.
11317
11318 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
11319
11320         * g++.old-deja/g++.other/crash36.C: New test.
11321
11322 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
11323
11324         * g++.old-deja/g++.other/init16.C: New test.
11325
11326 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
11327
11328         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
11329
11330 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11331
11332         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
11333         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11334         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11335
11336 2000-11-07  DJ Delorie  <dj@redhat.com>
11337
11338         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
11339
11340 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11341
11342         * gcc.c-torture/execute/string-opt-1.c: New test.
11343
11344 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
11345
11346         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
11347         mips-sgi-irix6.* because the MIPS ABI passes floating-point
11348         parameters in registers, and there is no way for a varargs
11349         function to know in which order the integer and floating-point
11350         parameters should be interleaved when they are placed on the
11351         stack.
11352         * gcc.c-torture/execute/va-arg-16.x: Likewise.
11353         * gcc.c-torture/execute/va-arg-17.x: Likewise.
11354
11355 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11356
11357         * gcc.c-torture/execute/string-opt-2.c: New test.
11358
11359 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
11360
11361         * g++.old-deja/g++.pt/crash60.C: New test.
11362
11363 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11364
11365         * g++.old-deja/g++.other/crash24.C: New test.
11366         * g++.old-deja/g++.other/crash25.C: New test.
11367         * g++.old-deja/g++.other/crash26.C: New test.
11368         * g++.old-deja/g++.other/crash27.C: New test.
11369         * g++.old-deja/g++.other/crash28.C: New test.
11370         * g++.old-deja/g++.other/crash29.C: New test.
11371         * g++.old-deja/g++.other/crash30.C: New test.
11372         * g++.old-deja/g++.other/crash31.C: New test.
11373         * g++.old-deja/g++.other/crash32.C: New test.
11374         * g++.old-deja/g++.other/crash33.C: New test.
11375         * g++.old-deja/g++.other/crash34.C: New test.
11376         * g++.old-deja/g++.other/crash35.C: New test.
11377
11378 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
11379
11380         * gcc.c-torture/execute/20001031-1.c: New test.
11381
11382 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
11383
11384         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
11385         namespace.
11386
11387         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
11388         standards-conformant.
11389
11390         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
11391
11392         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
11393         * g++.old-deja/g++.mike/p755a.C: Likewise.
11394         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
11395         library makes no calls to `operator new' during initialization.
11396
11397 2000-11-04  Neil Booth  <neilb@earthling.net>
11398
11399         * gcc.dg/cpp/include2.c: New tests.
11400
11401 2000-11-03  Mark P Mitchell  <mark@codesourcery.com>
11402
11403         * lib/g++.exp (g++_set_ld_library_path): New function.
11404         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
11405
11406 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
11407
11408         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
11409         warnings.
11410
11411 2000-11-01  Richard Henderson  <rth@redhat.com>
11412
11413         * g++.old-deja/g++.ext/namedret1.C: New.
11414         * g++.old-deja/g++.ext/namedret2.C: New.
11415         * g++.old-deja/g++.ext/namedret3.C: New.
11416
11417 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
11418
11419         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
11420         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
11421
11422 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11423
11424         * gcc.c-torture/execute/va-arg-21.c: New test.
11425
11426 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
11427
11428         * gcc.dg/c99-complex-2.c: New test.
11429
11430 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11431
11432         * gcc.c-torture/execute/stdio-opt-1.c: New test.
11433
11434 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
11435
11436         * g++.old-deja/g++.other/inline16.C: New test.
11437
11438 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
11439
11440         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
11441         __PRETTY_FUNCTION__
11442
11443 2000-10-29  Neil Booth  <neilb@earthling.net>
11444
11445         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
11446         New tests.
11447         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
11448         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
11449         optimisation.
11450
11451 2000-10-29  Neil Booth  <neilb@earthling.net>
11452
11453         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
11454         * mi1.c, mi1c.h: Add null directives to multiple-include test.
11455         * mi5.c: Test multiple includes work with -C.
11456         * trigraphs.c: Test ^= version.
11457
11458 2000-10-28  Neil Booth  <neilb@earthling.net>
11459
11460         New tests and test updates for new macro expander.
11461
11462         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
11463         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
11464         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
11465         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
11466         new diagnostic messages.
11467
11468         * gcc.dg/cpp/macro3.c: New tests.
11469
11470 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
11471
11472         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
11473         on the same line.
11474
11475 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
11476
11477         * g++.old-deja/g++.other/eh2.C: New test.
11478
11479 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
11480
11481         * gcc.c-torture/execute/20001027-1.c: New test.
11482
11483 2000-10-26  Richard Henderson  <rth@redhat.com>
11484
11485         * gcc.c-torture/execute/20001026-1.c: New.
11486
11487 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
11488
11489         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
11490         * g++.old-deja/g++.law/builtin1.C: Likewise.
11491         * g++.old-deja/g++.law/ctors10.C: Likewise.
11492         * g++.old-deja/g++.law/virtual3.C: Likewise.
11493         * g++.old-deja/g++.mike/p658.C: Likewise.
11494         * g++.old-deja/g++.other/sibcall1.C: Likewise.
11495         * g++.old-deja/g++.other/vaarg2.C: Likewise.
11496         * g++.old-deja/g++.robertl/eb124.C: Likewise.
11497         * g++.old-deja/g++.robertl/eb44.C: Likewise.
11498         * g++.old-deja/g++.robertl/eb77.C: Likewise.
11499
11500 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
11501
11502         * gcc.c-torture/compile/20001024-1.c: New test.
11503
11504 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
11505
11506         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
11507         to tell us whether or not we are using V3.
11508
11509 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11510
11511         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
11512         operands.
11513
11514 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11515
11516         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
11517
11518 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
11519
11520         * gcc.c-torture/execute/20001024-1.c: New test.
11521
11522 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
11523
11524         * g++.old-deja/g++.other/sibcall1.C: New test.
11525
11526 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
11527
11528         * gcc.dg/noncompile/init-3.c: New test.
11529
11530 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
11531
11532         * gcc.dg/format-array-1.c: New test.
11533
11534 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11535
11536         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
11537         writing through null pointers; remove comment about testing
11538         unterminated strings.
11539
11540 2000-10-17  Matthew Hiller  <hiller@redhat.com>
11541
11542         * gcc.c-torture/execute/20001017-2.c: New test.
11543
11544 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11545
11546         * gcc.c-torture/compile/20001018-1.c: New test.
11547         * gcc.c-torture/compile/20001018-1.x: Xfail.
11548
11549 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11550
11551         * gcc.c-torture/execute/20001017-1.c: New test.
11552
11553 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11554
11555         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
11556         for multiple use of arguments with scanf formats; add tests for
11557         multiple use of arguments.
11558
11559 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
11560
11561         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
11562
11563 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11564
11565         * gcc.dg/format-miss-1.c: New test.
11566
11567 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
11568
11569         * gcc.c-torture/execute/20001013-1.c: New test.
11570
11571 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
11572
11573         * gcc.dg/format-branch-1.c: New test.
11574
11575 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
11576
11577         * README, lib/file-format.exp: Remove EGCS references.
11578
11579 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
11580
11581         * gcc.dg/20001013-1.c: New test.
11582
11583 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
11584
11585         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
11586         for intmax_t in the compiler using __typeof__ and the type rules
11587         for conditional expressions.
11588
11589 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
11590
11591         * gcc.dg/20001012-1.c: New test.
11592         * gcc.dg/20001012-2.c: New test.
11593
11594 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11595
11596         * gcc.dg/format-attr-1.c: New test.
11597
11598 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11599
11600         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
11601         __LONG_LONG_MAX__ instead of LLONG_MAX.
11602
11603 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
11604
11605         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
11606         scanf flags.
11607         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
11608         flags.
11609
11610 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
11611
11612         * gcc.dg/sequence-pt-1.c: New test.
11613
11614 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
11615
11616         * gcc.c-torture/execute/20001011-1.c: New testcase.
11617         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
11618
11619 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
11620
11621         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
11622         does not error on it.
11623
11624 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
11625
11626         * gcc.dg/20001009-1.c: New test.
11627
11628 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11629
11630         * gcc.c-torture/compile/20001009-1.c: Move from here ....
11631         * gcc.c-torture/execute/20001009-2.c: ... to here.
11632
11633 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
11634
11635         * gcc.c-torture/compile/20001009-1.c: New testcase.
11636         * gcc.c-torture/execute/20001009-1.c: New testcase.
11637         Testcases provided by Jan Hubicka <jh@suse.cz>.
11638
11639 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11640
11641         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
11642         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
11643         uintmax_t using <limits.h> to emulate the compiler's internal
11644         logic.  No longer XFAIL %j tests.
11645
11646 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11647
11648         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
11649         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
11650         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
11651         regexps and details of expected handling of some bad formats.
11652         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
11653         suppression.
11654
11655 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11656
11657         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
11658         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
11659         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
11660         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
11661         in list archives.
11662
11663 2000-10-06  Richard Henderson  <rth@cygnus.com>
11664
11665         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
11666         * g++.old-deja/g++.brendan/crash52.C: Likewise.
11667         * g++.old-deja/g++.jason/report.C: Likewise.
11668         * g++.old-deja/g++.law/friend5.C: Likewise.
11669         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
11670         of the expected warnings.
11671
11672 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
11673
11674         * g++.old-deja/g++.pt/enum14.C: New test.
11675
11676 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11677
11678         * g++.old-deja/g++.pt/crash59.C: New test.
11679
11680 2000-10-04  Will Cohen  <wcohen@redhat.com>
11681
11682         * gcc.dg/20000926-1.c: New test.
11683
11684 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
11685
11686         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
11687         function name for current C++ compiler.
11688         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
11689
11690 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
11691
11692         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
11693         __PRETTY_FUNCTION__.
11694         * g++.old-deja/g++.ext/pretty2.C: Likewise.
11695
11696 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11697
11698         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
11699
11700 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
11701
11702         * gcc.c-torture/compile/20000923-1.c: New test.
11703
11704 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11705
11706         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
11707         * g++.old-deja/g++.pt/ttp62.C: Same.
11708         * g++.old-deja/g++.other/inline14.C: Same.
11709
11710 2000-09-24  Richard Henderson  <rth@cygnus.com>
11711
11712         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
11713
11714 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11715
11716         * gcc.dg/c90-printf-1.c: Add test for wide string format.
11717
11718 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
11719
11720         * gcc.c-torture/compile/20000922-1.c: New file.
11721
11722 2000-09-21  Nick Clifton  <nickc@redhat.com>
11723
11724         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
11725         a signed long modulo operation.
11726         (mod6): New function - perform an unsigned long modulo operation.
11727         (main): Add tests for modulos of very large numbers by very small
11728         dividends.
11729
11730 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11731
11732         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
11733
11734 2000-09-19  Richard Henderson  <rth@cygnus.com>
11735
11736         * gcc.dg/compare2.c (case 10): XFAIL.
11737
11738 2000-09-18  Richard Henderson  <rth@cygnus.com>
11739
11740         * gcc.c-torture/execute/20000906-1.c: Move ...
11741         * gcc.dg/20000906-1.c: ... here.  Only run on targets
11742         that support __builtin_trap.
11743
11744 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
11745
11746         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
11747
11748 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11749
11750         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
11751         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
11752         more $ format tests.
11753
11754 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11755
11756         * gcc.dg/format-errmk-1.c: New test.
11757
11758 2000-09-17  Greg McGary  <greg@mcgary.org>
11759
11760         * gcc.c-torture/execute/20000917-1.x: Remove.
11761
11762 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11763
11764         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
11765
11766 2000-09-17  Greg McGary  <greg@mcgary.org>
11767
11768         * gcc.c-torture/execute/20000917-1.c: New test.
11769         * gcc.c-torture/execute/20000917-1.x: XFAIL.
11770
11771 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
11772
11773         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
11774         in nested macro bug.
11775
11776 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
11777
11778         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
11779
11780 2000-09-14  Jeffrey A Law  (law@cygnus.com)
11781
11782         * gcc.c-torture/execute/20000914-1.c: New test.
11783
11784 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
11785
11786         * g++.other/inline13.C: New test.
11787
11788 2000-09-12  Andreas Jaeger  <aj@suse.de>
11789
11790         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
11791         constant by Ulrich Drepper <drepper@redhat.com>.
11792
11793 2000-09-12  J"orn Rennecke <amylaar@redhat.co.uk>
11794
11795         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
11796
11797 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11798
11799         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
11800
11801 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
11802
11803         * gcc.dg/cpp/backslash.c: New test.
11804
11805 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
11806
11807         * gcc.c-torture/execute/20000910-1.c: New test.
11808         * gcc.c-torture/execute/20000910-2.c: Likewise.
11809
11810 2000-09-11  Robert Lipe  <robertl@sco.com>
11811
11812         * gcc.dg/pragma-align.c: New test.
11813
11814 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11815
11816         * g++.old-deja/g++.pt/explicit82.C: New test.
11817         * g++.old-deja/g++.pt/explicit83.C: New test.
11818
11819 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
11820
11821         * gcc.dg/asm-names.c: New test.
11822
11823 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11824
11825         * gcc.dg/cpp/tr-warn6.c: New test
11826
11827 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11828
11829         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
11830         be accepted.
11831
11832 2000-09-07  Catherine Moore  <clm@redhat.com>
11833
11834         * gcc.c-torture/execute/unroll-1.c: New test.
11835
11836 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
11837
11838         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
11839         ERROR markers.
11840         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
11841         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
11842         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
11843         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
11844         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
11845         Preprocess only.
11846         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
11847         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
11848
11849 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11850
11851         * g++.old-deja/g++.pt/deduct2.C: New test.
11852
11853 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11854
11855         * g++.old-deja/g++.pt/parms2.C: New test.
11856
11857 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11858
11859         * g++.old-deja/g++.pt/crash58.C: New test.
11860
11861 2000-09-06  Greg McGary  <greg@mcgary.org>
11862
11863         * gcc.c-torture/execute/20000906-1.c: New test.
11864         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
11865
11866 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11867
11868         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
11869
11870 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11871
11872         * g++.old-deja/g++.pt/crash57.C: New test.
11873
11874 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11875
11876         * g++.old-deja/g++.pt/crash56.C: New test.
11877
11878 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11879
11880         * g++.old-deja/g++.pt/koenig1.C: New test.
11881
11882 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
11883
11884         * gcc.dg/20000904-1.c: New test.
11885
11886 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
11887
11888         * gcc.dg/cpp/paste8.c: New test.
11889
11890 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
11891
11892         * gcc.c-torture/compile/20000827-1.c: New test.
11893
11894 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11895
11896         * gcc.dg/format-diag-1.c: New test.
11897
11898 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
11899
11900         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
11901         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
11902         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
11903         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
11904         gcc.dg/formatz-1.c: Adjust warning regular expressions.
11905
11906 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11907
11908         * g++.old-deja/g++.other/nested4.C: New test.
11909
11910 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11911
11912         * g++.old-deja/g++.ns/scoped1.C: New test.
11913
11914 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
11915
11916         * lib/g++.exp: Support testing already-installed GCC.
11917
11918 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11919
11920         * wtr-label-1.c, wtr-suffix-1.c: New tests.
11921
11922 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11923
11924         * gcc.dg/return-type-2.c: New test.
11925
11926 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
11927
11928         * gcc.c-torture/compile/20000825-1.c: New test.
11929
11930 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
11931
11932         * gcc.dg/dwarf2-2.c: New test.
11933
11934 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
11935
11936         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
11937         dg-warning regexps.
11938
11939 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
11940
11941         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
11942         gcc.dg/format-ext-5.c: New tests.
11943
11944 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
11945
11946         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
11947
11948 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
11949
11950         * gcc.dg/noncompile/930622-2.c: Adjust error message.
11951
11952 2000-08-24  Richard Henderson  <rth@cygnus.com>
11953
11954         * gcc.dg/ia64-sync-1.c: New test.
11955         * gcc.dg/ia64-sync-2.c: New test.
11956         * gcc.dg/ia64-asm-1.c: New test.
11957
11958 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
11959
11960         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
11961         * gcc.dg/format-ext-2.c: New test.
11962
11963 2000-08-23  Jason Merrill  <jason@redhat.com>
11964
11965         * lib/old-dejagnu.exp: Also ignore "In member function" and
11966         "At global scope".
11967
11968 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11969
11970         * gcc.dg/noncompile/label-lineno-1.c: New test.
11971
11972 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11973
11974         * gcc.dg/c99-array-nonobj-1.c: New test.
11975
11976 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
11977
11978         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
11979         tests.
11980         * gcc.dg/format-ext-1.c: New test.
11981
11982 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11983
11984         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
11985         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
11986         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
11987         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
11988         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
11989
11990 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
11991
11992         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
11993         gcc.dg/c99-strftime-2.c: New tests.
11994
11995 2000-08-22  Richard Henderson  <rth@cygnus.com>
11996
11997         * gcc.c-torture/execute/20000822-1.c: New test.
11998
11999 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12000
12001         * gcc.c-torture/execute/20000819-1.x: Remove.
12002
12003 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12004
12005         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
12006         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
12007         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
12008         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
12009         gcc.dg/format-xopen-1.c: New tests.
12010
12011 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12012
12013         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
12014
12015 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
12016
12017         * g++.old-deja/g++.other/loop2.C: New test.
12018
12019         * gcc.c-torture/compile/20000606-1.c: New test.
12020         * gcc.c-torture/compile/20000728-1.c: New test.
12021         * gcc.c-torture/execute/20000801-1.c: New test.
12022         * gcc.c-torture/execute/20000801-2.c: New test.
12023         * gcc.c-torture/execute/20000819-1.c: New test.
12024         * gcc.c-torture/execute/20000819-1.x: XFAIL.
12025         * gcc.dg/20000629-1.c: New test.
12026         * gcc.dg/20000724-1.c: New test.
12027         * gcc.dg/20000807-1.c: New test.
12028
12029 2000-08-20 Dennis Chernoivanov <cdi@sparc.spb.su>
12030
12031         * gcc.dg/cpp/pragma-1.c: New test.
12032         * gcc.dg/cpp/pragma-2.c: New test.
12033
12034 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
12035
12036         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
12037         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
12038
12039 2000-08-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12040
12041         * gcc.c-torture/compile/20000818-1.c: New test.
12042
12043 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
12044
12045         * gcc.c-torture/execute/20000818-1.c: New test.
12046
12047 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12048
12049         * gcc.dg/format-va-1.c: New test.
12050
12051 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12052
12053         * g++.old-deja/g++.other/typedef8.C: New test.
12054
12055 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12056
12057         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
12058         * g++.old-deja/g++.mike/net36.C: Mark candidate.
12059         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
12060         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
12061         * g++.old-deja/g++.other/ptrmem7.C: New test.
12062         * g++.old-deja/g++.pt/ptrmem10.C: New test.
12063
12064 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12065
12066         * g++.old-deja/g++.pt/typename27.C: New test.
12067
12068 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12069
12070         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
12071         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
12072         * g++.old-deja/g++.pt/friend45.C: New test.
12073         * g++.old-deja/g++.other/friend8.C: New test.
12074
12075 2000-08-15  Richard Henderson  <rth@cygnus.com>
12076
12077         * gcc.c-torture/execute/20000815-1.c: New test.
12078
12079 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
12080
12081         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
12082         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
12083         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
12084
12085 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
12086
12087         * g++.old-deja/g++.other/refinit2.C: New test.
12088
12089 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12090
12091         * lib/c-torture.exp (c-torture): Make
12092         compiler_conditional_xfail_data global.
12093         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
12094         compiler_conditional_xfail_data machinery.
12095         (f-torture-execute): Likewise.
12096         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
12097         and only when unrolling loops.
12098
12099         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
12100
12101 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12102
12103         * g++.old-deja/g++.pt/explicit81.C: New test.
12104
12105 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12106
12107         * g++.old-deja/g++.pt/typename26.C: New test.
12108
12109 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
12110
12111         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
12112         warning.
12113
12114 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
12115
12116         * g++.old-deja/g++.other/array3.C: New test.
12117
12118 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12119
12120         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
12121         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
12122         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
12123         New tests.
12124
12125 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12126
12127         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
12128         * g++.old-deja/g++.abi/vmihint.C: Likewise.
12129
12130 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
12131
12132         * gcc.c-torture/execute/20000808-1.c: New test.
12133
12134 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
12135
12136         * gcc.dg/c90-const-expr-1.c: New test.
12137
12138 2000-08-08  Richard Henderson  <rth@cygnus.com>
12139
12140         * gcc.dg/noncompile/920923-1.c: Declare calloc.
12141
12142 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
12143
12144         * gcc.dg/noncompile/const-ll-1.c: New test.
12145
12146 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
12147
12148         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
12149
12150 2000-08-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
12151
12152         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
12153         that running programs linked against the shared version of libobjc
12154         run correctly.
12155
12156 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12157
12158         * gcc.dg/c99-printf-1.c: New test.
12159
12160 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12161
12162         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
12163
12164 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
12165
12166         * gcc.c-torture/execute/20000731-1.x: Delete.
12167
12168 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12169
12170         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
12171         and torture_without_loops as is done by c-torture.exp.
12172         (search_for): Copy from c-torture.exp.
12173         (gcc-dg-runtest): New function, drives a directory of tests
12174         iterating over the TORTURE_OPTIONS.
12175         (scan-assembler, scan-assembler-not): Move here from
12176         individual directory drivers.
12177
12178         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
12179         defined by lib/gcc-dg.exp.
12180         * gcc.dg/cpp/cpp.exp: Likewise.
12181         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
12182         gcc-dg-runtest, so we cycle over optimization options.
12183
12184         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
12185         * gcc.dg/compare2.c: No longer expected to fail.
12186
12187 2000-08-04  J"orn Rennecke <amylaar@cygnus.co.uk>
12188
12189         * gcc.c-torture/execute/20000804-1.c: New test.
12190
12191 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12192
12193         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
12194
12195 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
12196
12197         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
12198
12199 2000-08-03  Jeffrey A Law  (law@cygnus.com)
12200
12201         * gcc.c-torture/compile/20000803-1.c: New test.
12202
12203 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
12204
12205         * gcc.c-torture/execute/20000801-3.c,
12206         gcc.c-torture/execute/20000801-4.c: New tests.
12207         * gcc.c-torture/execute/20000801-3.x,
12208         gcc.c-torture/execute/20000801-4.x: Xfail.
12209
12210 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
12211
12212         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
12213         libobjc/.libs to allow for libtool.
12214
12215 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
12216
12217         * gcc.c-torture/compile/20000802-1.c: New test.
12218
12219 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12220
12221         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
12222
12223 2000-07-31  Jeffrey A Law  (law@cygnus.com)
12224
12225         * gcc-c-torture/execute/20000731-2.c: New test.
12226
12227         * gcc.c-torture/execute/20000731-1.c: New test.
12228         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
12229
12230 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
12231
12232         * testsuite/gcc.dg/cpp/paste7.c: New test.
12233         * gcc.dg/cpp/20000725-1.c: New test.
12234
12235 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12236
12237         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
12238         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
12239         declaration warning for __builtin_dwarf_reg_size.
12240
12241         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
12242
12243 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12244
12245         * gcc.dg/noncompile/voidparam-1.c: New test.
12246
12247 2000-07-30  Richard Henderson  <rth@cygnus.com>
12248
12249         * gcc.dg/c90-digraph-1.c: Don't xfail.
12250         * gcc.dg/compare2.c (case 10): Xfail.
12251         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
12252
12253 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12254
12255         * gcc.dg/c99-main-1.c: New test.
12256
12257 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
12258
12259         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
12260
12261 2000-07-26  Hans-Peter Nilsson  <hp@axis.com>
12262
12263         * gcc.c-tortuer/execute/20000726-1.c: New test.
12264
12265 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
12266
12267         * gcc.c-torture/execute/enum-2.c: New test.
12268
12269 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12270
12271         * gcc.dg/cpp/tr-warn3.c: New test.
12272
12273 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12274
12275         * g++.old-deja/g++.ext/implicit1.C: Remove.
12276         * g++.old-deja/g++.jason/c2.C: Remove
12277         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
12278         * g++.old-deja/g++.pt/crash16.C: Likewise.
12279         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
12280
12281 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12282
12283         * g++.old-deja/g++.other/for2.C: New test.
12284
12285 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12286
12287         * gcc.dg/20000720-1.c: New test.
12288
12289 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
12290
12291         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
12292
12293 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
12294
12295         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
12296         * gcc.c-torture/execute/20000722-1.c: New.
12297         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
12298
12299 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
12300
12301         * gcc.dg/cpp/20000720-1.S: New test.
12302
12303 2000-07-21  Michael Meissner  <meissner@redhat.com>
12304
12305         * gcc.c-torture/execute/ieee/hugeval.c: New test.
12306
12307 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12308
12309         * g++.old-deja/g++.brendan/crash16.C,
12310         g++.old-deja/g++.brendan/parse3.C,
12311         g++.old-deja/g++.brendan/redecl1.C,
12312         g++.old-deja/g++.ns/template13.C,
12313         g++.old-deja/g++.other/decl4.C,
12314         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
12315
12316 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12317
12318         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
12319         and "Internal error".
12320
12321         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
12322         regexps.
12323         * gcc.dg/cpp/paste6.c: New test.
12324
12325 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12326
12327         * gcc.dg/cpp/tr-direct.c: New test.
12328
12329         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
12330         gcc.dg/cpp/undef1.c: Tweak error regexps.
12331
12332 2000-07-18  Eric Christopher <echristo@redhat.com>
12333
12334         * gcc.c-torture/compile/20000718-1.c: New test.
12335
12336 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12337
12338         * cpplex.c (_cpp_push_token): If the token being pushed back
12339         is the previous token in this context, just subtract one from
12340         context->posn.
12341         * cppmacro.c (save_expansion): Clear aux field when storing a
12342         placemarker.
12343
12344 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
12345
12346         * gcc.dg/noncompile/redecl-1.c: New test.
12347
12348 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12349
12350         * gcc.c-torture/execute/20000717-5.c: New test.
12351         * gcc.c-torture/execute/20000717-1.x: Removed.
12352
12353 2000-07-17  Richard Henderson  <rth@cygnus.com>
12354
12355         * gcc.c-torture/execute/20000717-4.c: New test.
12356
12357 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12358
12359         * gcc.dg/cpp/syshdr.c: New test.
12360         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
12361
12362 2000-07-17  Neil Booth  <neilb@earthling.net>
12363
12364         * gcc.dg/cpp/cmdlne-dM.c: New test.
12365         * gcc.dg/cpp/cmdlne-dD.c: New test.
12366
12367 2000-07-17  Jeffrey A Law  (law@cygnus.com)
12368
12369         * gcc.c-torture/execute/20000717-3.c: New test.
12370
12371         * gcc.c-torture/compile/20000717-1.c: New test.
12372
12373 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
12374
12375         * gcc.c-torture/execute/20000717-2.c: New test.
12376
12377 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12378
12379         * gcc.dg/formatz-1.c: New test.
12380
12381         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
12382         * gcc.dg/c99-digraph-1.c: New tests.
12383
12384         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
12385         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
12386
12387         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
12388         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
12389         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
12390         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
12391         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
12392         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
12393         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
12394
12395 2000-07-17   Greg McGary <greg@mcgary.org>
12396
12397         * gcc.c-torture/execute/20000717-1.c: New test.
12398         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
12399
12400 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
12401
12402         * gcc.c-torture/execute/20000715-2.c: New test.
12403         * gcc.dg/20000715-1.c: New test.
12404
12405 2000-07-15  Michael Meissner  <meissner@redhat.com>
12406
12407         * gcc.c-torture/execute/20000715-1.c: New test.
12408
12409 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
12410
12411         * gcc.c-torture/execute/20000707-1.c: New test.
12412
12413 2000-07-13  Neil Booth  <NeilB@earthling.net>
12414
12415         * testsuite/gcc.dg/cpp/digraph1.c,
12416         testsuite/gcc.dg/cpp/digraph2.c,
12417         testsuite/gcc.dg/cpp/digraphs.c: New tests.
12418
12419 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
12420
12421         * g77.f-torture/compile/20000630-2.f:  New test.
12422         * g77.f-torture/compile/20000630-2.x
12423
12424 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
12425
12426         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
12427
12428 2000-07-11  Neil Booth  <NeilB@earthling.net>
12429
12430         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
12431
12432 2000-07-11  Neil Booth  <NeilB@earthling.net>
12433
12434         * gcc.dg/cpp/cmdlne-C.c: New.
12435
12436 2000-07-09  Neil Booth  <NeilB@earthling.net>
12437
12438         * gcc.dg/cpp/directiv.c: New tests.
12439         * gcc.dg/cpp/undef1.c: Update.
12440
12441 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
12442
12443         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
12444
12445 2000-07-09  Neil Booth  <NeilB@earthling.net>
12446
12447         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
12448
12449 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
12450
12451         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
12452         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
12453
12454 2000-07-08  Neil Booth  <NeilB@earthling.net>
12455
12456         * gcc.dg/cpp/macsyntx.c: New tests.
12457
12458 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12459
12460         * gcc.dg/20000707-1.c: New test.
12461
12462 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
12463
12464         * gcc.c-torture/execute/20000706-1.c: New test.
12465         * gcc.c-torture/execute/20000706-2.c: New test.
12466         * gcc.c-torture/execute/20000706-3.c: New test.
12467         * gcc.c-torture/execute/20000706-4.c: New test.
12468         * gcc.c-torture/execute/20000706-5.c: New test.
12469
12470 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12471
12472         * g++.old-deja/g++.pt/instantiate7.C: New test.
12473
12474 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12475
12476         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
12477         * g++.old-deja/g++.mike/thunk3.C: Likewise.
12478         * g++.old-deja/g++.other/rtti3.C: Likewise.
12479         * g++.old-deja/g++.other/rttid3.C: Likewise.
12480
12481 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
12482
12483         *  g77.f-torture/compile/20000630-1.x: Fix typo
12484
12485 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
12486
12487         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
12488         assembly output.
12489
12490 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
12491
12492         * gcc.dg/cpp/ident.c: New test.
12493
12494 2000-07-05  Neil Booth  <NeilB@earthling.net>
12495
12496         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
12497           gcc.dg/cpp/lexstrng.c: New tests.
12498
12499 2000-07-04  Neil Booth  <NeilB@earthling.net>
12500
12501         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
12502         * gcc.dg/cpp/strify2.c: Same.
12503
12504 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
12505
12506         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
12507         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
12508         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
12509         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
12510
12511         * testsuite/gcc.dg/cpp/macro1.c,
12512         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
12513         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
12514         testsuite/gcc.dg/cpp/strify1.c,
12515         testsuite/gcc.dg/cpp/strify2.c: New tests.
12516
12517 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
12518
12519         * gcc.c-torture/execute/20000703-1.c: New test.
12520
12521 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12522
12523         * g++.old-deja/g++.pt (lookup10.C): New test.
12524
12525 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12526
12527         * g++.old-deja/g++.pt (typename25.C): New test.
12528
12529 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
12530
12531         * gcc.c-torture/compile/20000701-1.c: New test.
12532
12533 2000-06-30  Nick Clifton  <nickc@cygnus.com>
12534
12535         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
12536         to test case.
12537
12538 2000-06-30  Catherine Moore  <clm@cygnus.com>
12539
12540         * gcc.c-torture/execute/align-1.c: New test.
12541
12542 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12543
12544         * g++.old-deja/g++.pt/expr8.C: New test.
12545         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
12546
12547 2000-06-29  Nick Clifton  <nickc@cygnus.com>
12548
12549         * gcc.c-torture/compile/20000629-1.c: New test.
12550
12551 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
12552
12553
12554         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
12555         gcc.dg/noncompile directory, depending on whether they're
12556         preprocessor tests or not.  Annotate all the tests for the dg
12557         framework.
12558
12559         * gcc.c-torture/noncompile/noncompile.exp: Delete.
12560         * gcc.dg/noncompile/noncompile.exp: New.
12561
12562         * Moved files:
12563         Old name                                New name
12564         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
12565         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
12566         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
12567         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
12568         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
12569         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
12570         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
12571         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
12572         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
12573         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
12574         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
12575         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
12576         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
12577         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
12578         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
12579         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
12580         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
12581         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
12582         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
12583         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
12584         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
12585         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
12586         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
12587         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
12588
12589         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
12590         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
12591         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
12592         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
12593         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
12594         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
12595
12596 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
12597
12598         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
12599         declare one variable.  On the fourth, error.
12600         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
12601         declared by 20000628-1a.h.
12602
12603 2000-06-29  Richard Henderson  <rth@redhat.com>
12604
12605         * gcc.c-torture/execute/930529-1.x: New file.
12606         * gcc.dg/920413-1.c: Adjust expected warning text.
12607         * gcc.dg/980217-1.c: Declare abort.
12608         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
12609
12610 2000-06-29  Jeffrey A Law  (law@cygnus.com)
12611
12612         * g77.f-torture/compile/20000629-1.f: New test.
12613         * g77.f-torture/compile/20000629-1.x: Expected to fail.
12614
12615 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
12616
12617         Rearrange lots of files, removing entirely the
12618         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
12619         directories.
12620
12621         * Deleted files:
12622         gcc.c-torture/code_quality/code_quality.exp
12623         gcc.c-torture/special/special.exp
12624         gcc.failure/failure.exp
12625         gcc.failure/940409-1.x
12626         gcc.c-torture/compile/961203-1.x
12627
12628         * New files:
12629         gcc.misc-tests/linkage.exp
12630         gcc.c-torture/execute/920730-1t.c
12631         gcc.c-torture/execute/920730-1t.x
12632         gcc.c-torture/compile/920520-1.x
12633         gcc.c-torture/compile/920521-1.x
12634         gcc.c-torture/compile/981006-1.x
12635         gcc.c-torture/execute/eeprof-1.x
12636
12637         * Moved files (possibly with modifications to fit a new harness):
12638         Old name                                New name
12639         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
12640         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
12641         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
12642         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
12643         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
12644         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
12645         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
12646         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
12647         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
12648         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
12649         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
12650         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
12651         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
12652         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
12653
12654 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
12655
12656         * c-torture/compile/961203-1.x: Delete.
12657
12658         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
12659         not exit. Include stdio.h.
12660         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
12661         * gcc.misc-tests/dg-12.c: Likewise.
12662         * gcc.misc-tests/dg-5.c: Likewise.
12663         * gcc.misc-tests/dg-6.c: Likewise.
12664         * gcc.misc-tests/dg-7.c: Prototype abort.
12665         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
12666         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
12667         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
12668         not exit.
12669         * gcc.misc-tests/sieve.c: Use return from main, not exit.
12670         * gcc.misc-tests/sort2.c: Use return from main, not exit.
12671
12672 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
12673
12674         * gcc.dg/cpp/20000628-1.c: New test.
12675         * gcc.dg/cpp/20000628-1.h: New header for above test.
12676         * gcc.dg/cpp/20000628-1a.h: Likewise.
12677
12678 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
12679
12680         * gcc.dg/cpp: New directory.
12681         * gcc.dg/cpp/cpp.exp: New driver.
12682         * gcc.dg/cpp/20000627-1.c: New test.
12683         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
12684         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
12685         and rewrite as a compilation test.
12686
12687         * gcc.dg: Move many files into the cpp subdirectory, possibly
12688         renaming or editing them as well.
12689         Old name                New name
12690         990119-1.c              cpp/19990119-1.c
12691         990228-1.c              cpp/19990228-1.c
12692         990407-1.c              cpp/19990407-1.c
12693         990409-1.c              cpp/19990409-1.c
12694         990413-1.c              cpp/19990413-1.c
12695         990703-1.c              cpp/19990703-1.c
12696         20000127-1.c            cpp/20000127-1.c
12697         20000129-1.c            cpp/20000129-1.c
12698         20000207-1.c            cpp/20000207-1.c
12699         20000207-2.c            cpp/20000207-2.c
12700         20000209-1.c            cpp/20000209-1.c
12701         20000209-2.c            cpp/20000209-2.c
12702         20000301-1.c            cpp/20000301-1.c
12703         20000419-1.c            cpp/20000419-1.c
12704         20000510-1.S            cpp/20000510-1.S
12705         20000519-1.c            cpp/20000519-1.c
12706         20000529-1.c            cpp/20000529-1.c
12707         20000625-1.c            cpp/20000625-1.c
12708         20000625-2.c            cpp/20000625-2.c
12709         cpp-as1.c               cpp/assert1.c
12710         cpp-as2.c               cpp/assert2.c
12711         cxx-comments-1.c        cpp/cxxcom1.c
12712         cxx-comments-2.c        cpp/cxxcom2.c
12713         endif-label.c           cpp/endif.c
12714         cpp-hash1.c             cpp/hash1.c
12715         cpp-hash2.c             cpp/hash2.c
12716         cpp-if1.c               cpp/if-1.c
12717         cpp-if2.c               cpp/if-2.c
12718         cpp-if3.c               cpp/if-3.c
12719         cpp-if4.c               cpp/if-4.c
12720         cpp-if5.c               cpp/if-5.c
12721         cpp-cond.c              cpp/if-cexp.c
12722         cpp-missingop.c         cpp/if-mop.c
12723         cpp-missingparen.c      cpp/if-mpar.c
12724         cpp-opprec.c            cpp/if-oppr.c
12725         cpp-ifparen.c           cpp/if-paren.c
12726         cpp-shortcircuit.c      cpp/if-sc.c
12727         cpp-shift.c             cpp/if-shift.c
12728         cpp-unary.c             cpp/if-unary.c
12729         cpp-li1.c               cpp/line1.c
12730         cpp-li2.c               cpp/line2.c
12731         lineno.c                cpp/line3.c
12732         lineno-2.c              cpp/line4.c
12733         cpp-mi.c                cpp/mi1.c
12734         cpp-mic.h               cpp/mi1c.h
12735         cpp-micc.h              cpp/mi1cc.h
12736         cpp-mind.h              cpp/mi1nd.h
12737         cpp-mindp.h             cpp/mi1ndp.h
12738         cpp-mix.h               cpp/mi1x.h
12739         cpp-mi2.c               cpp/mi2.c
12740         cpp-mi2a.h              cpp/mi2a.h
12741         cpp-mi2b.h              cpp/mi2b.h
12742         cpp-mi2c.h              cpp/mi2c.h
12743         cpp-mi3.c               cpp/mi3.c
12744         cpp-mi3.def             cpp/mi3.def
12745         poison-1.c              cpp/poison.c
12746         pr-impl.c               cpp/prag-imp.c
12747         cpp-redef-2.c           cpp/redef1.c
12748         cpp-redef.c             cpp/redef2.c
12749         strpaste.c              cpp/strp1.c
12750         strpaste-2.c            cpp/strp2.c
12751         cpp-tradpaste.c         cpp/tr-paste.c
12752         cpp-tradstringify.c     cpp/tr-str.c
12753         cpp-tradwarn1.c         cpp/tr-warn1.c
12754         cpp-tradwarn2.c         cpp/tr-warn2.c
12755         trigraphs.c             cpp/trigraphs.c
12756         cpp-unc1.c              cpp/unc1.c
12757         cpp-unc2.c              cpp/unc2.c
12758         cpp-unc3.c              cpp/unc3.c
12759         cpp-unc.c               cpp/unc4.c
12760         undef.c                 cpp/undef1.c
12761         undef-2.c               cpp/undef2.c
12762         cpp-wi1.c               cpp/widestr1.c
12763
12764 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
12765
12766         * lib/g++.exp (g++_include_flags): Tweak.
12767
12768 2000-06-27  H.J. Lu  <hjl@gnu.org>
12769             Loren J. Rittle  <ljrittle@acm.org>
12770
12771         * lib/g++.exp (g++_include_flags): Override libgloss.exp
12772         version with one that knows about the new gcc tree structure.
12773         (g++_link_flags): Same.
12774
12775 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
12776
12777         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
12778         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
12779         case we are cross-compiling.
12780
12781         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
12782         g++.old-deja/g++.niklas/Makefile.in,
12783         g++.old-deja/g++.niklas/configure.in,
12784         g++.old-deja/g++.other/Makefile.in,
12785         g++.old-deja/g++.other/configure.in,
12786         gcc.c-torture/code_quality/Makefile.in,
12787         gcc.c-torture/code_quality/configure.in,
12788         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
12789         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
12790         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
12791         gcc.c-torture/execute/ieee/Makefile.in,
12792         gcc.c-torture/execute/ieee/configure.in,
12793         gcc.c-torture/noncompile/Makefile.in,
12794         gcc.c-torture/noncompile/configure.in,
12795         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
12796         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
12797         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
12798
12799 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
12800
12801         * g++.old-deja/g++.other/ambig3.C: New test.
12802
12803 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
12804
12805         * g++.old-deja/g++.pt/syntax1.C: New test.
12806         * g++.old-deja/g++.pt/syntax2.C: New test.
12807         * g++.old-deja/g++.other/syntax3.C: New test.
12808         * g++.old-deja/g++.other/syntax4.C: New test.
12809
12810 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
12811
12812         * gcc.dg/20000623-1.c: Prototype exit and abort.
12813
12814 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
12815
12816         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
12817         New tests.
12818         * gcc.dg/cpp-mi3.def: New file.
12819
12820         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
12821         inside assertions.
12822         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
12823         lexer's error messages.
12824         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
12825         divine anything from the linemarkers.
12826         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
12827         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
12828
12829 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
12830
12831         * gcc.dg/20000623-1.c: New test.
12832
12833 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
12834
12835         * gcc.c-torture/execute/20000622-1.c: New test.
12836
12837 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12838
12839         * g++.old-deja/g++.other/init15.C: New test.
12840
12841 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
12842
12843         * g++.old-deja/g++.pt/vaarg2.C: New test.
12844         * g++.old-deja/g++.pt/vaarg3.C: New test.
12845
12846 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
12847
12848         * g++.old-deja/g++.other/dyncast6.C: New test.
12849
12850 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
12851
12852         * gcc.c-torture/execute/loop-6.c: New test.
12853
12854 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
12855
12856         * gcc.dg/20000614-1.c: New test.
12857         * gcc.dg/20000614-2.c: New test.
12858
12859 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
12860
12861         * g++.old-deja/g++.other/inline12.C: New test.
12862
12863 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
12864
12865         * g++.old-deja/g++.other/eh1.C: New test.
12866
12867 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
12868
12869         * g++.old-deja/g++.other/type.C: New test.
12870
12871 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
12872
12873         * g++.old-deja/g++.other/initstring.C: New test.
12874
12875 2000-06-12  Jason Merrill  <jason@redhat.com>
12876
12877         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
12878
12879 2000-06-09  Jeffrey A Law  (law@cygnus.com)
12880
12881         * gcc.c-torture/compile/20000609-1.c: New test.
12882
12883 2000-06-09  Clinton Popetz  <cpopetz@cygnus.com>
12884
12885         * gcc.dg/20000609-1.c: New test.
12886
12887 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
12888
12889         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
12890         * gcc.c-torture/noncompile/poison-1.c: Move...
12891         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
12892         * gcc.dg/cpp-li1.c: Add a token after the #line.
12893
12894 2000-06-05  Richard Henderson  <rth@cygnus.com>
12895
12896         * gcc.c-torture/execute/20000605-2.c: New test.
12897         * gcc.c-torture/execute/20000605-3.c: New test.
12898
12899 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
12900
12901         * g77.f-torture/execute/20000503-1.x: New file.
12902
12903 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
12904
12905         * g++.old-deja/g++.eh/badalloc1.C: New test.
12906
12907 2000-06-05  Richard Henderson  <rth@cygnus.com>
12908
12909         * gcc.c-torture/execute/20000605-1.c: New test.
12910
12911 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
12912             Nathan Sidwell <nathan@codesourcery.com>
12913
12914         * gcc.c-torture/compile/20000605-1.c: New test.
12915
12916 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
12917
12918         * g77.f-torture/compile/20000601-1.f:  New test.
12919
12920 2000-06-03  Richard Henderson  <rth@cygnus.com>
12921
12922         * gcc.c-torture/execute/20000603-1.c: New.
12923
12924 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
12925
12926         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
12927         * gcc.dg/noreturn-2.c (noreturn): Likewise.
12928
12929 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
12930
12931         * gcc.dg/compare2.c (case 12): XFAIL.
12932         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
12933         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
12934
12935         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
12936
12937 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
12938
12939         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
12940         guard macro is already defined when the header is first
12941         included.
12942         * gcc.dg/cpp-mix.h: New file.
12943         * gcc.dg/endif-label.c: Update patterns to match compiler.
12944
12945         * g++.brendan/complex1.C: Declare abort.
12946         * g++.law/refs4.C: Remove XFAIL.
12947         * g++.oliva/expr2.C: Declare abort and exit.
12948
12949 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
12950
12951         * gcc.c-torture/execute/20000528-1.c: New test.
12952
12953         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
12954         * g++.old-deja/g++.law/temps4.C: Likewise.
12955
12956         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
12957         stdlib.h.  Call abort() on failure.
12958         * g++.old-deja/g++.law/refs4.C: Likewise.
12959         * g++.old-deja/g++.law/temps4.C: Likewise.
12960         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
12961         * gcc.c-torture/execute/20000112-1.c: Include string.h.
12962
12963 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
12964
12965         Relative to g++.dg/special:
12966         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
12967
12968         Relative to g++.old-deja:
12969         * g++.brendan/complex1.C, g++.jason/optimize2.C,
12970         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
12971         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
12972         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
12973         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
12974         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
12975         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
12976
12977         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
12978         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
12979         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
12980         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
12981         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
12982         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
12983         and/or string.h.
12984
12985         * g++.other/goto1.C: Update expectations for error messages.
12986
12987 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
12988
12989         * gcc.c-torture/compile/20000523-1.c: New test.
12990
12991 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12992
12993         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
12994
12995 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12996
12997         * g++.old-deja/g++.eh/catch11.C: New test.
12998         * g++.old-deja/g++.eh/catch12.C: New test.
12999
13000 2000-05-24  Nick Clifton  <nickc@cygnus.com>
13001
13002         * gcc.c-torture/execute/20000523-1.c: New test.
13003
13004 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
13005
13006         * c-torture/execute/bcp-1.c: Replace abort in arg of
13007         __builtin_constant_p with a generic external function.
13008
13009         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
13010         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
13011         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
13012         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
13013         Prototype abort and/or exit.
13014
13015         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
13016         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
13017         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
13018         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
13019
13020 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
13021
13022         * gcc.dg/dwarf2-1.c: New test.
13023
13024 2000-05-20  Richard Henderson  <rth@cygnus.com>
13025
13026         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
13027
13028 2000-05-20  Andreas Jaeger  <aj@suse.de>
13029
13030         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
13031         testcase.
13032
13033 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
13034
13035         * gcc.c-torture/execute/20000519-2.c: New test.
13036
13037 2000-05-19  Andreas Jaeger  <aj@suse.de>
13038
13039         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
13040         which fails with SSA.
13041
13042         * lib/c-torture.exp: Also test with -O3 -fssa.
13043
13044 2000-05-18  Michael Meissner  <meissner@redhat.com>
13045
13046         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
13047         * gcc.c-torture/execute/920415-1.c: Ditto.
13048         * gcc.c-torture/execute/920501-1.c: Ditto.
13049         * gcc.c-torture/execute/conversion.c: Ditto.
13050         * gcc.c-torture/execute/cvt-1.c: Ditto.
13051
13052 2000-05-18  Jeffrey A Law  (law@cygnus.com)
13053
13054         * gcc.c-torture/compile/20000518-1.c: New test.
13055
13056 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
13057
13058         * g77.f-torture/compile/200005018.f:  New test.
13059
13060 2000-05-17  Jeffrey A Law  (law@cygnus.com)
13061
13062         * gcc.c-torture/compile/20000517-1.c: New test.
13063
13064 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13065
13066         * gcc.c-torture/execute/20000516-1.c: New test.
13067
13068 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
13069
13070         * g++.old-deja/g++.other/eh.C: New test.
13071
13072 2000-05-12  Richard Henderson  <rth@cygnus.com>
13073
13074         * gcc.c-torture/execute/990208-1.c (main): Don't pass
13075         constants through to doit's conditional.
13076
13077 2000-05-11  Jeffrey A Law  (law@cygnus.com)
13078
13079         * gcc.c-torture/compile/20000511-1.c: New test.
13080         * g77.f-torture/compile/20000511-1.f: New test.
13081         * g77.f-torture/compile/20000511-2.f: New test.
13082
13083 2000-05-11  Michael Meissner  <meissner@redhat.com>
13084
13085         * gcc.c-torture/execute/20000511-1.c: New test.
13086
13087 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
13088
13089         * gcc.dg/dg.exp: Scan .S files as well as .c files.
13090         * gcc.dg/20000510-1.S: New.
13091
13092 2000-05-08  Catherine Moore  <clm@cygnus.com>
13093
13094         * gcc.dg/unused-3.c: New.
13095
13096 2000-05-06  Richard Henderson  <rth@cygnus.com>
13097
13098           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
13099           * g++.old-deja/g++.mike/warn1.C: Likewise.
13100           * g++.old-deja/g++.pt/local1.C: Likewise.
13101           * g++.old-deja/g++.pt/local7.C: Likewise.
13102           * g++.old-deja/g++.pt/spec16.C: Likewise.
13103
13104 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
13105
13106         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
13107
13108 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
13109
13110           * g77.f-torture/execute/20000503-1.f:  New test.
13111
13112 2000-05-04  Andreas Jaeger  <aj@suse.de>
13113
13114         * gcc.dg/noreturn-2.c: New test.
13115
13116 2000-05-04  Neil Booth  <NeilB@earthling.net>
13117
13118         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
13119         preprocessor.
13120
13121 2000-05-04  Richard Henderson  <rth@cygnus.com>
13122
13123         * gcc.c-torture/execute/20000503-1.c: Fix typo.
13124
13125 2000-05-04  Richard Henderson  <rth@cygnus.com>
13126
13127         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
13128         OpenSSL by Jason R Thorpe.
13129
13130 2000-05-03  Jim Wilson  <wilson@cygnus.com>
13131
13132         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
13133
13134 2000-05-03  Robert Lipe <robertlipe@usa.net>
13135
13136         * gcc.dg/20000503-1.c: New test.
13137
13138 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
13139
13140         * gcc.c-torture/compile/20000502-1.c: New test.
13141         * g++.old-deja/g++.other/align.C: New test.
13142         * gcc.dg/cpp-tradstringify.c: New test.
13143
13144 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13145
13146         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
13147         and hard registers.
13148
13149 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
13150
13151         * gcc.c-torture/execute/loop-5.c: New test.
13152
13153 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
13154
13155         * gcc.c-torture/execute/va-arg-20.c: New test.
13156
13157 2000-04-23  Jeffrey A Law  (law@cygnus.com)
13158
13159         * gcc.c-torture/execute/20000422-1.c: New test.
13160
13161 2000-04-20  Greg McGary  <gkm@gnu.org>
13162
13163         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
13164         when optimizing, but without sibling-call optimizations (-O1).
13165
13166 2000-04-20  Jeffrey A Law  (law@cygnus.com)
13167
13168           * gcc.c-torture/compile/20000420-1.c: New test.
13169
13170 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
13171
13172         * g++.abi/ptrflags.C: New test.
13173         * g++.eh/catchptr1.C: Test incomplete pointer chains.
13174
13175 2000-04-19  Catherine Moore  <clm@cygnus.com>
13176
13177         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
13178
13179 2000-04-19  Greg McGary  <gkm@gnu.org>
13180
13181         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
13182         sibling-call optimizations.
13183
13184 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
13185
13186         * gcc.dg/20000419-1.c: New test.
13187
13188 2000-04-12  Hans-Peter Nilsson  <hp@axis.com>
13189
13190         * gcc.c-torture/execute/20000412-6.c: New test.
13191
13192 2000-04-12  Jeffrey A Law  (law@cygnus.com)
13193
13194         * gcc.c-torture/execute/20000412-5.c: New test.
13195         * g77.f-torture/compile/20000412-1.f: New test.
13196         * gcc.c-torture/execute/20000412-4.c: New test.
13197         * gcc.c-torture/compile/20000412-2.c: New test.
13198         * gcc.c-torture/execute/20000412-3.c: New test.
13199         * gcc.c-torture/compile/20000412-1.c: New test.
13200         * gcc.c-torture/execute/20000412-2.c: New test.
13201
13202 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
13203
13204         * objc/execute/bf-20.m: New test.
13205
13206 2000-04-10  Richard Henderson  <rth@cygnus.com>
13207
13208         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
13209
13210         * gcc.c-torture/execute/20000412-1.c: New test.
13211
13212 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13213
13214         * g++.old-deja/g++.eh/catchptr1.C: New test.
13215
13216 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13217
13218         * g++.old-deja/g++.abi/cxa_vec.C: New test.
13219
13220 2000-04-08  Neil Booth  <NeilB@earthling.net>
13221
13222         * gcc.dg/cpp-nullchar.c: Remove test as
13223         embedded nulls cause problems.
13224
13225 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13226
13227         * gcc.dg/compare2.c: New test.
13228
13229 2000-04-08  Neil Booth  <NeilB@earthling.net>
13230
13231         * gcc.dg/cpp-nullchar.c: New test.
13232
13233 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
13234
13235         * gcc.dg/cpp-mi2.c: New test.
13236         * gcc.dg/cpp-mi2[abc].h: New files.
13237
13238 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13239
13240         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
13241         member name.
13242
13243 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13244
13245         * g++.old-deja/g++.abi/vmihint.C: New test.
13246
13247 2000-04-06  Neil Booth  <NeilB@earthling.net>
13248
13249         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
13250         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
13251         copyright.
13252
13253 2000-04-05  Hans-Peter Nilsson  <hp@axis.com>
13254
13255         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
13256         avoid stack-frame overwrite.
13257
13258 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
13259
13260         * gcc.c-torture/compile/20000405-2.c: New test.
13261         * gcc.c-torture/compile/20000405-3.c: New test.
13262
13263 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13264
13265         * gcc.c-torture/compile/20000405-1.c: New test.
13266
13267 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
13268
13269         * gcc.dg/cast-qual-1.c: Revert last change.
13270
13271 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13272
13273         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
13274
13275 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
13276
13277         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
13278         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
13279
13280 2000-04-03  Jeffrey A Law  (law@cygnus.com)
13281
13282         * gcc.c-torture/compile/20000403-2.c: New test.
13283         * gcc.c-torture/compile/20000403-1.c: New test.
13284
13285 2000-04-03  Hans-Peter Nilsson  <hp@axis.com>
13286
13287         * gcc.c-torture/execute/20000403-1.c: New test.
13288
13289 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
13290
13291         * gcc.c-torture/execute/20000402-1.c: New test.
13292
13293 2000-04-03  Donald Lindsay  <dlindsay@cygnus.com>
13294
13295         * gcc.c-torture/execute/va-arg-15.c: New test.
13296         * gcc.c-torture/execute/va-arg-16.c: New test.
13297         * gcc.c-torture/execute/va-arg-17.c: New test.
13298         * gcc.c-torture/execute/va-arg-18.c: New test.
13299         * gcc.c-torture/execute/va-arg-19.c: New test.
13300
13301 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
13302
13303         * gcc.c-torture/compile/981211-1.c: Move to...
13304         * gcc.dg/cpp-as1.c: ...here.
13305         * gcc.dg/cpp-as2.c: New file.
13306
13307         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
13308         compiler.
13309
13310 2000-04-02  Neil Booth  <NeilB@earthling.net>
13311
13312         * gcc.dg/cpp-cond.c  New tests.
13313         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
13314         accidental success less likely.
13315         * gcc.dg/cpp-missingop.c  New tests.
13316         * gcc.dg/cpp-missingparen.c  New tests.
13317         * gcc.dg/cpp-shift.c  New tests.
13318         * gcc.dg/cpp-shortcircuit.c  New tests.
13319         * gcc.dg/cpp-unary.c  New tests.
13320
13321 2000-03-29  Jeffrey A Law  (law@cygnus.com)
13322
13323         * gcc.c-torture/compile/20000329-1.c: New test.
13324
13325 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
13326
13327         * gcc.c-torture/compile/20000326-1.c: New test.
13328         * gcc.c-torture/compile/20000326-2.c: New test.
13329
13330 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
13331
13332         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
13333         the first parameter is a function argument.
13334
13335 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
13336
13337         * g++.old-deja/g++.ext/array4.C: New test.
13338
13339 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
13340
13341         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
13342
13343 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13344
13345         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
13346
13347 2000-03-19  Richard Henderson  <rth@cygnus.com>
13348
13349         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
13350
13351 2000-03-19  Richard Henderson  <rth@cygnus.com>
13352
13353         * gcc.c-torture/compile/20000319-1.c: New test.
13354
13355 2000-03-14  Jeffrey A Law  (law@cygnus.com)
13356
13357         * gcc.c-torture/execute/20000314-3.c: New test.
13358         * gcc.c-torture/execute/20000314-2.c: New test.
13359         * gcc.c-torture/execute/20000314-1.c: New test.
13360         * gcc.c-torture/compile/20000314-2.c: New test.
13361         * gcc.c-torture/compile/20000314-1.c: New test.
13362
13363 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
13364
13365         * g++.old-deja/g++.warn/inline.C: New test.
13366
13367 2000-03-10  Hans-Peter Nilsson  <hp@bitrange.com>
13368
13369         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
13370         standards-compliant result rather than specific constants.
13371         Put test-values in array.
13372
13373 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
13374
13375         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
13376         (g++_target_compile): Put test-specific options last.
13377
13378 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13379
13380         * g++.old-deja/g++.eh/vbase4.C: New test.
13381
13382 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13383
13384         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
13385
13386 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13387
13388         * g++.old-deja/g++.brendan/misc12.C: Removed.
13389         * g++.old-deja/g++.pt/memtemp77.C: Constify.
13390         * g++.old-deja/g++.ext/pretty4.C: New test.
13391
13392 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
13393
13394         * g++.old-deja/g++.other/string2.C: New test.
13395
13396 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
13397
13398         * g++.old-deja/g++.warn/impint2.C: New test.
13399
13400 2000-03-05  Hans-Peter Nilsson  <hp@bitrange.com>
13401
13402         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
13403         is 1, not zero.
13404
13405 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
13406
13407         * g++.old-deja/g++.warn/impint.C: New test.
13408         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
13409         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
13410         * g++.old-deja/g++.pt/explicit12.C: Likewise.
13411         * g++.old-deja/g++.pt/explicit13.C: Likewise.
13412         * g++.old-deja/g++.pt/explicit17.C: Likewise.
13413         * g++.old-deja/g++.pt/explicit18.C: Likewise.
13414         * g++.old-deja/g++.pt/explicit19.C: Likewise.
13415         * g++.old-deja/g++.pt/explicit23.C: Likewise.
13416         * g++.old-deja/g++.pt/explicit31.C: Likewise.
13417         * g++.old-deja/g++.pt/explicit35.C: Likewise.
13418         * g++.old-deja/g++.pt/explicit6.C: Likewise.
13419         * g++.old-deja/g++.pt/memclass7.C: Likewise.
13420
13421 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
13422
13423         * gcc.dg/cpp-redef.c: New test.
13424
13425 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
13426
13427         * g++.old-deja/g++.pt/unify7.C: New test.
13428
13429 2000-02-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13430
13431         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
13432         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
13433
13434 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
13435
13436         * gcc.c-torture/compile/20000224-1.c: New test.
13437
13438 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13439
13440         * gcc.c-torture/compile/cpp-2.c: New test.
13441         * gcc.c-torture/compile/cpp-1.c: New test.
13442
13443 2000-02-25  Jeffrey A Law  (law@cygnus.com)
13444
13445         * gcc.c-torture/execute/20000225-1.c: New test.
13446
13447 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13448
13449         * gcc.dg/cpp-li2.c: New test.
13450
13451         * gcc.dg/cpp-wi1.c: New test.
13452
13453         * gcc.dg/cpp-li1.c: New test.
13454
13455 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
13456
13457         * g++.old-deja/g++.other/sizeof5.C: New test.
13458
13459 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13460
13461         * gcc.c-torture/execute/va-arg-13.c: New test.
13462
13463 2000-02-23  Donald Lindsay  <dlindsay@cygnus.com>
13464
13465         * gcc.c-torture/execute/va-arg-12.c: New test.
13466
13467 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13468
13469         * gcc.c-torture/execute/20000223-1.c: New test.
13470
13471 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
13472
13473         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
13474
13475 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
13476
13477         * g++.old-deja/g++.abi/ptrmem.C: New test.
13478
13479 2000-02-19  Richard Henderson  <rth@cygnus.com>
13480
13481         * gcc.c-torture/compile/init-3.c: New.
13482
13483 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
13484
13485         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
13486         ALWAYS_CXXFLAGS.
13487
13488 2000-02-11  Robert Lipe <robertl@sco.com>
13489
13490         * gcc.c-torture/compile/20000211-3.c: New test.
13491
13492 2000-02-11  Martin Buchholz <martin@xemacs.org>
13493
13494         * gcc.c-torture/compile/20000211-2.c: New test.
13495
13496 2000-02-11  Jeffrey A Law  (law@cygnus.com)
13497
13498         * gcc.c-torture/compile/20000211-1.c: New test.
13499
13500 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
13501
13502         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
13503           on native targets
13504
13505 2000-02-08  Nathan Sidwell  <nathan@acm.org>
13506
13507         * g++.old-deja/g++.other/cast5.C: New test.
13508
13509 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
13510
13511         * gcc.c-torture/execute/20000205-1.c: New.
13512
13513 2000-02-03  Nathan Sidwell  <nathan@acm.org>
13514
13515         * g++.old-deja/g++.jason/cast3.C: Return void.
13516         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
13517
13518 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13519
13520         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
13521
13522         * gcc.dg/loop-1.c: New test.
13523
13524 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
13525
13526         * gcc.c-torture/compile/20000127-1.c: New test.
13527         * gcc.c-torture/execute/991228-1.c: New test.
13528
13529 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13530
13531         * gcc.dg/unused-2.c: New test.
13532
13533         * gcc.dg/conv-1.c: New test.
13534
13535 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13536
13537         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
13538         compiler.
13539         (tool_option_proc): Fix typo.
13540
13541 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
13542
13543         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
13544         of the ld on the host, not on the build machine.
13545         Also, don't crash if '--help' is not a supported option.
13546
13547 2000-01-24  Richard Henderson  <rth@cygnus.com>
13548
13549         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
13550
13551 2000-01-20  Jeffrey A Law  (law@cygnus.com)
13552
13553         * gcc.c-torture/execute/20000120-2.c: New test.
13554         * gcc.c-torture/execute/20000120-1.c: New test.
13555
13556 2000-01-13  Jeffrey A Law  (law@cygnus.com)
13557
13558         * gcc.c-torture/execute/20000113-1.c: New test.
13559
13560 2000-01-12  Jeffrey A Law  (law@cygnus.com)
13561
13562         * gcc.c-torture/execute/20000112-1.c: New test.
13563
13564 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13565
13566         * gcc.dg/20000111-1.c: New test.
13567
13568 2000-01-10  Jeffrey A Law  (law@cygnus.com)
13569
13570         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
13571         with 16 bit integers.
13572
13573 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13574
13575         * gcc.dg/20000108-1.c: New test.
13576
13577 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13578
13579         * g++.old-deja/g++.ns/koenig8.C: New test.
13580
13581 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13582
13583         * g++.old-deja/g++.other/cast4.C: New test.
13584
13585 2000-01-05  Jeffrey A Law  (law@cygnus.com)
13586
13587         * gcc.c-torture/compile/20000105-2.c: New test.
13588         * gcc.c-torture/compile/20000105-1.c: New test.
13589
13590 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13591
13592         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
13593         references to printf & atoi to conform to ANSI standard.
13594         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
13595         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
13596         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
13597         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
13598         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
13599         * g++.old-deja/g++.brendan/complex1.C: Likewise.
13600         * g++.old-deja/g++.brendan/copy1.C: Likewise.
13601         * g++.old-deja/g++.brendan/copy2.C: Likewise.
13602         * g++.old-deja/g++.brendan/copy3.C: Likewise.
13603         * g++.old-deja/g++.brendan/copy4.C: Likewise.
13604         * g++.old-deja/g++.brendan/copy5.C: Likewise.
13605         * g++.old-deja/g++.brendan/copy6.C: Likewise.
13606         * g++.old-deja/g++.brendan/copy7.C: Likewise.
13607         * g++.old-deja/g++.brendan/copy8.C: Likewise.
13608         * g++.old-deja/g++.brendan/crash11.C: Likewise.
13609         * g++.old-deja/g++.brendan/crash14.C: Likewise.
13610         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
13611         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
13612         * g++.old-deja/g++.brendan/delete2.C: Likewise.
13613         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
13614         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
13615         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
13616         * g++.old-deja/g++.brendan/eh1.C: Likewise.
13617         * g++.old-deja/g++.brendan/groff1.C: Likewise.
13618         * g++.old-deja/g++.brendan/init3.C: Likewise.
13619         * g++.old-deja/g++.brendan/misc12.C: Likewise.
13620         * g++.old-deja/g++.brendan/misc7.C: Likewise.
13621         * g++.old-deja/g++.brendan/new2.C: Likewise.
13622         * g++.old-deja/g++.brendan/operators4.C: Likewise.
13623         * g++.old-deja/g++.brendan/operators5.C: Likewise.
13624         * g++.old-deja/g++.brendan/overload2.C: Likewise.
13625         * g++.old-deja/g++.brendan/overload7.C: Likewise.
13626         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
13627         * g++.old-deja/g++.brendan/reference1.C: Likewise.
13628         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
13629         * g++.old-deja/g++.brendan/template24.C: Likewise.
13630         * g++.old-deja/g++.brendan/template3.C: Likewise.
13631         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
13632         * g++.old-deja/g++.jason/inline3.C: Likewise.
13633         * g++.old-deja/g++.jason/opeq.C: Likewise.
13634         * g++.old-deja/g++.law/arg5.C: Likewise.
13635         * g++.old-deja/g++.law/arm7.C: Likewise.
13636         * g++.old-deja/g++.law/ctors11.C: Likewise.
13637         * g++.old-deja/g++.law/cvt8.C: Likewise.
13638         * g++.old-deja/g++.law/init9.C: Likewise.
13639         * g++.old-deja/g++.law/refs4.C: Likewise.
13640         * g++.old-deja/g++.law/template2.C: Likewise.
13641         * g++.old-deja/g++.law/visibility24.C: Likewise.
13642         * g++.old-deja/g++.law/vtable3.C: Likewise.
13643         * g++.old-deja/g++.mike/asm2.C: Likewise.
13644         * g++.old-deja/g++.mike/eh1.C: Likewise.
13645         * g++.old-deja/g++.mike/misc1.C: Likewise.
13646         * g++.old-deja/g++.mike/misc13.C: Likewise.
13647         * g++.old-deja/g++.mike/misc14.C: Likewise.
13648         * g++.old-deja/g++.mike/ns12.C: Likewise.
13649         * g++.old-deja/g++.mike/p1248.C: Likewise.
13650         * g++.old-deja/g++.mike/p3708.C: Likewise.
13651         * g++.old-deja/g++.mike/p3708a.C: Likewise.
13652         * g++.old-deja/g++.mike/p3708b.C: Likewise.
13653         * g++.old-deja/g++.mike/p646.C: Likewise.
13654         * g++.old-deja/g++.mike/p700.C: Likewise.
13655         * g++.old-deja/g++.mike/p783.C: Likewise.
13656         * g++.old-deja/g++.mike/p783a.C: Likewise.
13657         * g++.old-deja/g++.mike/p783b.C: Likewise.
13658         * g++.old-deja/g++.mike/p786.C: Likewise.
13659         * g++.old-deja/g++.mike/p789.C: Likewise.
13660         * g++.old-deja/g++.mike/p789a.C: Likewise.
13661         * g++.old-deja/g++.mike/p807a.C: Likewise.
13662         * g++.old-deja/g++.other/delete3.C: Likewise.
13663         * g++.old-deja/g++.other/dyncast1.C: Likewise.
13664         * g++.old-deja/g++.other/dyncast2.C: Likewise.
13665         * g++.old-deja/g++.other/dyncast3.C: Likewise.
13666         * g++.old-deja/g++.other/empty1.C: Likewise.
13667         * g++.old-deja/g++.other/temporary1.C: Likewise.
13668         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
13669         * g++.old-deja/g++.pt/t16.C: Likewise.
13670         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
13671
13672 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
13673
13674         * gcc.dg/991230-1.c: New test.
13675
13676 1999-12-29  Jeffrey A Law  (law@cygnus.com)
13677
13678         * gcc.c-torture/compile/991229-3.c: New test.
13679         * gcc.c-torture/compile/991229-2.c: New test.
13680         * gcc.c-torture/compile/991229-1.c: New test.
13681
13682 1999-12-29  Greg McGary <gkm@eng.ascend.com>
13683
13684         * gcc.c-torture/compile/labels-2.c: New test.
13685
13686 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
13687
13688         * gcc.c-torture/execute/991227-1.c: New test.
13689
13690 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13691
13692         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
13693
13694 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
13695
13696         * gcc.c-torture/execute/991221-1.c: New test.
13697
13698 1999-12-20  Nathan Sidwell  <nathan@acm.org>
13699
13700         * g++.old-deja/g++.other/cast3.C: New test.
13701
13702 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
13703
13704         * gcc.c-torture/execute/991216-4.c: New test.
13705
13706 1999-12-16  Michael Meissner  <meissner@cygnus.com>
13707
13708         * gcc.c-torture/execute/991216-1.c: New test.
13709         * gcc.c-torture/execute/991216-2.c: New test.
13710         * gcc.c-torture/execute/991216-3.c: New test.
13711
13712 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13713
13714         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
13715         Actually make the test fail by using "-O2" for compilation.
13716
13717 1999-12-15  Nathan Sidwell  <nathan@acm.org>
13718
13719         * g++.old-deja/g++.warn/cast-align1.C: New test.
13720
13721 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13722
13723         * gcc.c-torture/compile/991214-1.c: New test.
13724         * gcc.c-torture/compile/991214-2.c: New test.
13725
13726 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
13727
13728         * gcc.dg/991214-1.c: New test.
13729
13730 1999-12-13  Jeffrey A Law  (law@cygnus.com)
13731
13732         * gcc.c-torture/compile/991213-3.c: New test.
13733         * gcc.c-torture/compile/991213-2.c: New test.
13734         * gcc.c-torture/compile/991213-1.c: New test.
13735
13736 1999-12-10  J"orn Rennecke <amylaar@cygnus.co.uk>
13737
13738         * gcc.dg/991209-1.c: New test.
13739
13740 1999-12-08  Nathan Sidwell <nathan@acm.org>
13741
13742         * gcc.c-torture/compile/991208-1.c: New test.
13743
13744 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13745
13746         * gcc.dg/ultrasp2.c: New test.
13747
13748 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
13749
13750         * g++.old-deja/g++.abi/align.C (main): Fix typo.
13751
13752 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
13753
13754         * gcc.c-torture/compile/991202-1.c: New test.
13755         * gcc.c-torture/execute/991202-1.c: New test.
13756         * gcc.c-torture/execute/991202-2.c: New test.
13757         * gcc.c-torture/execute/991202-3.c: New test.
13758
13759 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
13760
13761         * g++.old-deja/g++.abi/align.C: New test.
13762         * g++.old-deja/g++.abi/aggregates.C: Likewise.
13763         * g++.old-deja/g++.abi/bitfields.C: Likewise.
13764
13765 1999-12-01  Richard Henderson  <rth@cygnus.com>
13766
13767         * gcc.c-torture/execute/991201-1.c: New.
13768
13769 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
13770
13771         * gcc.dg/991129-1.c: New test.
13772
13773 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
13774
13775         * gcc.c-torture/compile/991127-1.c: New test.
13776
13777 1999-11-22  Nathan Sidwell  <nathan@acm.org>
13778
13779         * g++.old-deja/g++.other/warn4.C: New test.
13780
13781 1999-11-22  Nathan Sidwell  <nathan@acm.org>
13782
13783         * g++.old-deja/g++.eh/cleanup2.C: New test.
13784         * g++.old-deja/g++.ext/pretty2.C: New test.
13785         * g++.old-deja/g++.ext/pretty3.C: New test.
13786         * g++.old-deja/g++.other/debug6.C: New test.
13787
13788 1999-10-20  Jim Wilson  <wilson@cygnus.com>
13789
13790         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
13791         compiler_output to look for one error message instead of two.
13792
13793 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
13794
13795         * gcc.c-torture/execute/991118-1.c: Also test case
13796         where the word boundary does not split a byte evenly.
13797
13798 1999-11-19  Nathan Sidwell  <nathan@acm.org>
13799
13800         * g++.old-deja/g++.ext/restrict1.C: New test.
13801
13802 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
13803
13804         * gcc.c-torture/execute/991118-1.c: New test.
13805
13806 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
13807
13808         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
13809         working directory pathnames.
13810
13811 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
13812
13813         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
13814         host is equipped with driver.h and driver.o so it can actually
13815         compile and run the tests.
13816
13817 1999-10-08  Bernd Schmidt  <bernds@cygnus.co.uk>
13818
13819         * gcc.c-torture/compile/991008-1.c: New test.
13820
13821 1999-11-08  Nick Clifton  <nickc@cygnus.com>
13822
13823         * lib/gcc-dg.exp: Include target-supports.exp
13824
13825 1999-11-05  Nick Clifton  <nickc@cygnus.com>
13826
13827         * lib/target-supports.exp: New file: Provide procs to test for
13828         features supported by the target.
13829         (check_weak_available): Moved here from ecos.exp.
13830         (check_alias_available): New proc: Determine of the target
13831         toolchain supports the alias attribute.
13832
13833         * gcc.dg/special/ecos.exp: Move check_weak_available to
13834         target-supports.exp.
13835         (alias-1.c): Only perform the test if the target supports
13836         aliases.
13837         (wkali-1.c): Only perform the test if the target supports
13838         aliases.
13839
13840         * gcc.dg/990506-0.c: Expect error messages from cross
13841         targets as well as native targets.
13842
13843 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13844
13845         * gcc.dg/ultrasp1.c: Removed xfail.
13846         * gcc.dg/struct-ret-2.c: Likewise.
13847         * gcc.dg/array-1.c: Likewise.
13848
13849 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13850
13851         * gcc.dg/struct-ret-2.c: New test.
13852
13853         * gcc.dg/array-1.c: New test.
13854
13855 1999-10-30  Stephen L Moshier <moshier@mediaone.net>
13856
13857         * gcc.c-torture/execute/991030-1.c: New test.
13858
13859 1999-10-26  Richard Henderson  <rth@cygnus.com>
13860
13861         * gcc.c-torture/compile/991026-2.c: New test.
13862
13863 1999-10-26  Jeffrey A Law  (law@cygnus.com)
13864
13865         * gcc.c-torture/compile/991026-1.c: New test.
13866
13867 1999-10-23  Jeffrey A Law  (law@cygnus.com)
13868
13869         * gcc.c-torture/execute/991023-1.c: New test.
13870
13871 1999-10-19  Jeffrey A Law  (law@cygnus.com)
13872
13873         * gcc.c-torture/execute/991019-1.c: New test.
13874
13875 1999-10-16  Richard Henderson  <rth@cygnus.com>
13876
13877         * gcc.c-torture/execute/991016-1.c: New test.
13878
13879 1999-10-14  Stephane Carrez  <stcarrez@worldnet.fr>
13880
13881         * gcc.c-torture/execute/991014-1.c: New test.
13882
13883 1999-10-13  J"orn Rennecke <amylaar@cygnus.co.uk>
13884
13885         * g++.old-deja/g++.other/union2.C: New test.
13886
13887 1999-10-13  Nathan Sidwell  <nathan@acm.org>
13888
13889         * g++.old-deja/g++.other/vaarg2.C: New test.
13890         * g++.old-deja/g++.other/vaarg3.C: New test.
13891
13892 1999-10-12  Craig Burley  <craig@jcb-sc.com>
13893
13894         * g77.f-torture/noncompile/19990905-1.f: Moved from being
13895         in compile/.
13896
13897 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
13898
13899         * gcc.c-torture/execute/va-arg-11.c: New test.
13900
13901 1999-10-01  Mark P. Mitchell  <mark@codesourcery.com>
13902
13903         * lib/file-format.exp (gcc_target_object_format): Don't
13904         crash if objdump is unavailable.
13905
13906 1999-09-29  Donn Terry <donn@interix.com>
13907
13908         * gcc.misc-tests/mg.exp: delete extraneous redirection.
13909
13910 1999-09-28  Nick Clifton  <nickc@cygnus.com>
13911
13912         * gcc.c-torture/compile/990928-1.c: New test.
13913
13914 1999-09-28  Nathan Sidwell  <nathan@acm.org>
13915
13916         * g++.old-deja/g++.other/decl6.C: New test.
13917
13918 1999-09-28  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13919
13920         * gcc.c-torture/execute/va-arg-10.c: New test.
13921
13922 1999-09-27  Nathan Sidwell  <nathan@acm.org>
13923
13924         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
13925         __PRETTY_FUNCTION__.
13926
13927 1999-09-23  Nick Clifton  <nickc@cygnus.com>
13928
13929         * gcc.c-torture/execute/990923-1.c: New test.
13930
13931 1999-09-21  Nick Clifton  <nickc@cygnus.com>
13932
13933         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
13934         for which -fpic is inappropriate.
13935
13936 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
13937
13938         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
13939
13940 1999-09-21  Nathan Sidwell  <nathan@acm.org>
13941
13942         * g++.old-deja/g++.other/dyncast1.C: New test.
13943         * g++.old-deja/g++.other/dyncast2.C: New test.
13944         * g++.old-deja/g++.other/dyncast3.C: New test.
13945         * g++.old-deja/g++.other/dyncast4.C: New test.
13946         * g++.old-deja/g++.other/dyncast5.C: New test.
13947         * g++.old-deja/g++.eh/catch3.C: New test.
13948         * g++.old-deja/g++.eh/catch3p.C: New test.
13949         * g++.old-deja/g++.eh/catch4.C: New test.
13950         * g++.old-deja/g++.eh/catch4p.C: New test.
13951         * g++.old-deja/g++.eh/catch5.C: New test.
13952         * g++.old-deja/g++.eh/catch5p.C: New test.
13953         * g++.old-deja/g++.eh/catch6.C: New test.
13954         * g++.old-deja/g++.eh/catch6p.C: New test.
13955         * g++.old-deja/g++.eh/catch7.C: New test.
13956         * g++.old-deja/g++.eh/catch7p.C: New test.
13957         * g++.old-deja/g++.eh/catch8.C: New test.
13958         * g++.old-deja/g++.eh/catch8p.C: New test.
13959         * g++.old-deja/g++.eh/catch9.C: New test.
13960         * g++.old-deja/g++.eh/catch9p.C: New test.
13961
13962 1999-09-13  Nathan Sidwell  <nathan@acm.org>
13963
13964         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
13965         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
13966
13967 1999-09-13  Jeffrey A Law  (law@cygnus.com)
13968
13969         * gcc.c-torture/compile/990913-1.c: New test.
13970
13971 1999-09-10  Nathan Sidwell  <nathan@acm.org>
13972
13973         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
13974         * g++.old-deja/g++.jason/rfg5.C: Likewise.
13975
13976 1999-09-09  Richard Henderson  <rth@cygnus.com>
13977
13978         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
13979
13980 1999-09-09  Nathan Sidwell  <nathan@acm.org>
13981
13982         * g++.old-deja/g++.other/lookup11.C: New test.
13983         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
13984         what is permitted and what we want.
13985         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
13986         overload use.
13987         * g++.old-deja/g++.jason/rfg5.C: Likewise
13988
13989 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
13990
13991         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
13992         * gcc.c-torture/noncompile/poison-1.c: New file.
13993
13994 1999-09-08  Nathan Sidwell  <nathan@acm.org>
13995
13996         * g++.old-deja/g++.other/sizeof3.C: New test.
13997         * g++.old-deja/g++.other/sizeof4.C: New test.
13998         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
13999         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
14000
14001 1999-09-07  Richard Henderson  <rth@cygnus.com>
14002
14003         * gcc.dg/va-arg-1.c: New.
14004
14005 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14006
14007         * gcc.c-torture/execute/va-arg-9.c: New test.
14008
14009 1999-09-05  Craig Burley  <craig@jcb-sc.com>
14010
14011         * g77.f-torture/compile/980519-2.f: New test.
14012         * g77.f-torture/compile/19990905-0.f: New test.
14013         * g77.f-torture/compile/19990905-1.f: New test.
14014         * g77.f-torture/compile/19990905-2.f: New test.
14015
14016         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
14017
14018 1999-09-03  Richard Earnshaw <rearnsha@arm.com>
14019
14020         * gcc.c-torture/execute/990827-1.c: Fix typo.
14021
14022 1999-09-03  Nathan Sidwell  <nathan@acm.org>
14023
14024         * g++.old-deja/g++.other/deref1.C: New test.
14025
14026 1999-09-02  Nathan Sidwell  <nathan@acm.org>
14027
14028         * g++.old-deja/g++.other/ambig2.C: New test.
14029         * g++.old-deja/g++.other/cond5.C: New test.
14030         * g++.old-deja/g++.other/lookup16.C: New test.
14031
14032 1999-09-02  Marc Espie <espie@cvs.openbsd.org>
14033
14034         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
14035         assemblers too.
14036
14037 1999-08-31  Jeffrey A Law  (law@cygnus.com)
14038
14039         * lib/c-torture.exp: Avoid the "compare executables" optimization
14040         when testing native.
14041
14042 1999-08-29  Jeffrey A Law  (law@cygnus.com)
14043
14044         * gcc.c-torture/execute/990829-1.c: New test.
14045         * gcc.c-torture/compile/990829-1.c: New test.
14046
14047 1999-08-27  Paul Burchard  <burchard@pobox.com>
14048
14049         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
14050         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
14051         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
14052         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
14053         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
14054         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
14055         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
14056         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
14057         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
14058         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
14059         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
14060
14061 1999-08-27  Jeffrey A Law  (law@cygnus.com)
14062
14063         * gcc.c-torture/execute/990827-1.c: New test.
14064
14065 1999-08-26  Craig Burley  <craig@jcb-sc.com>
14066
14067         * g77.f-torture/noncompile/19990826-4.f: New test.
14068
14069         * g77.f-torture/compile/19990826-3.f: New test.
14070
14071         * g77.f-torture/execute/19990826-2.f: New test.
14072
14073         * g77.f-torture/compile/19990826-1.f: New test.
14074
14075         * gcc.c-torture/execute/990826-0.c: New test.
14076         * g77.c-torture/execute/19990826-0.f: New test.
14077
14078         * g77.f-torture/noncompile/970626-2.f: New test.
14079
14080 1999-08-25  Paul Burchard  <burchard@pobox.com>
14081
14082         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
14083         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
14084         lss-011.C: New tests.
14085
14086 1999-08-25  Nathan Sidwell  <nathan@acm.org>
14087
14088         * g++.old-deja/g++.other/decl5.C: New test.
14089
14090 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14091
14092         * noncompile/noncompile.exp: Load_lib c-torture.exp.
14093         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
14094         call `postbase' for each one.  All callers of `postbase' changed
14095         to call this instead.
14096
14097 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
14098
14099         * gcc.c-torture/execute/990811-1.c: New test.
14100
14101 1999-08-09  Nick Clifton  <nickc@cygnus.com>
14102
14103         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
14104         just native ones.
14105
14106         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
14107         just native ones.
14108
14109 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14110
14111         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
14112
14113 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14114
14115         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
14116
14117 1999-08-04  Nathan Sidwell  <nathan@acm.org>
14118
14119         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
14120
14121 1999-08-04  Jeffrey A Law  (law@cygnus.com)
14122
14123         * gcc.c-torture/execute/990804-1.c: New test.
14124
14125 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14126
14127         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
14128         * g++.old-deja/g++.brendan/crash64.C: Likewise
14129         * g++.old-deja/g++.brendan/overload8.C: Likewise
14130
14131 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14132
14133         * g++.old-deja/g++.other/struct1.C: New test.
14134
14135 1999-08-03  Nathan Sidwell  <nathan@acm.org>
14136
14137         * g++.old-deja/g++.other/enum2.C: New test.
14138
14139 1999-08-02  Richard Henderson  <rth@cygnus.com>
14140
14141         Adapted from tests from Franz Sirl:
14142         * gcc.c-torture/execute/va-arg-7.c: New test.
14143         * gcc.c-torture/execute/va-arg-8.c: New test.
14144
14145 1999-08-01  Jeffrey A Law  (law@cygnus.com)
14146
14147         * gcc.c-torture/compile/990801-2.c: New test.
14148
14149         * gcc.c-torture/compile/990801-1.c: New test.
14150
14151 1999-07-27  Michael Meissner  <meissner@cygnus.com>
14152
14153         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
14154         fp-cmp-1.c, converting double to float.
14155
14156         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
14157         fp-cmp-1.c, converting double to long double.
14158
14159         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
14160         from fr1 to unknown_register, since fr1 is a legitimate register
14161         on some machines.
14162
14163 1999-07-25  Jeffrey A Law  (law@cygnus.com)
14164
14165         * README: More listname related changes.
14166
14167 1999-07-08  Catherine Moore  <clm@cygnus.com>
14168
14169         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
14170
14171 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
14172
14173         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
14174
14175 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
14176
14177         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
14178
14179 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
14180
14181         * gcc.dg/990703-1.c: New test.
14182
14183 1999-06-29  Nick Clifton  <nickc@cygnus.com>
14184
14185         * lib/file-format.exp: New file: Move definition of proc
14186         gcc_target_object_format to here from
14187         gcc.dg/special/ecos.exp.
14188
14189         * lib/c-torture.exp: Include lib file-format.exp.
14190         * lib/gcc-dg.exp: Include lib file-format.exp.
14191
14192         * gcc.dg/special/ecos.exp: Remove definition of proc
14193         gcc_target_object_format.
14194
14195 1999-06-28  Jeffrey A Law  (law@cygnus.com)
14196
14197         * gcc.c-torture/execute/990628-1.c: New test.
14198
14199 1999-06-25  Jeffrey A Law  (law@cygnus.com)
14200
14201         * gcc.c-torture/compile/990625-2.c: New test.
14202
14203         * gcc.c-torture/compile/990625-1.c: New test.
14204
14205 1999-06-23  Nick Clifton  <nickc@cygnus.com>
14206
14207         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
14208         attributes compile.
14209         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
14210         ports that use the COFF/PE file format.
14211
14212 1999-06-17  Jeffrey A Law  (law@cygnus.com)
14213
14214         * gcc.c-torture/compile/990617-1.c: New test.
14215
14216 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
14217
14218         * g++.old-deja/g++.other/decl4.C: New test.
14219
14220 1999-06-14  Nathan Sidwell  <nathan@acm.org>
14221
14222         * g++.old-deja/g++.other/bitfld3.C: New test.
14223
14224 1999-06-08  Nathan Sidwell  <nathan@acm.org>
14225
14226         * g++.old-deja/g++.eh/catch1.C: New test.
14227
14228 1999-06-07  Jeffrey A Law  (law@cygnus.com)
14229
14230         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
14231
14232         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
14233         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
14234
14235 1999-06-05  Craig Burley  <craig@jcb-sc.com>
14236
14237         * g77.f-torture/compile/19990502-0.f: Replace with new,
14238         shorter, test that still fails after recent changes.
14239
14240 1999-06-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14241
14242         * gcc.c-torture/execute/990604-1.c: New test.
14243
14244 1999-05-31  Jeffrey A Law  (law@cygnus.com)
14245
14246         * gcc.c-torture/execute/990531-1.c: New test.
14247
14248 1999-05-27  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14249
14250         * gcc.c-torture/compile/990527-1.c: New test.
14251
14252 1999-05-27  Joern Rennecke <amylaar@cygnus.com>
14253
14254         * gcc.c-torture/execute/990527-1.c: New test.
14255
14256 1999-05-25  Nick Clifton  <nickc@cygnus.com>
14257
14258         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
14259         bitfields as signed.
14260
14261 1999-05-25  Craig Burley  <craig@jcb-sc.com>
14262
14263         * g77.f-torture/compile/19990525-0.f: New test.
14264
14265 1999-05-25  Jeffrey A Law  (law@cygnus.com)
14266
14267         * gcc.c-torture/execute/990525-2.c: New test.
14268
14269         * gcc.c-torture/execute/990525-1.c: New test.
14270
14271 1999-05-24  Nathan Sidwell  <nathan@acm.org>
14272
14273         * g++.old-deja/g++.other/anon3.C: New test.
14274         * g++.old-deja/g++.other/anon4.C: New test.
14275         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
14276         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
14277         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
14278         Merrill).
14279
14280 1999-05-24  Jeffrey A Law  (law@cygnus.com)
14281
14282         * gcc.c-torture/execute/990524-1.c: New test.
14283
14284         * gcc.dg/990524-1.c: New test.
14285
14286 1999-05-23  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14287
14288         * gcc.c-torture/compile/990523-1.c: New test.
14289
14290 1999-05-19  Raja R Harinath <harinath@cs.umn.edu>
14291
14292         * gcc.c-torture/compile/990519-1.c: New test.
14293
14294 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14295
14296         * gcc.c-torture/compile/990517-1.c: New test.
14297
14298         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
14299         (e4, f4): New tests.
14300         (main): Call them.
14301
14302 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14303
14304         * gcc.dg/noreturn-1.c: New test.
14305
14306 1999-05-13  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
14307
14308         * gcc.c-torture/execute/990513-1.c: New test.
14309
14310 1999-05-10  Richard Henderson  <rth@cygnus.com>
14311
14312         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
14313
14314 1999-05-10  Craig Burley  <craig@jcb-sc.com>
14315
14316         * g77.f-torture/execute/erfc.f: Use small single-precision
14317         values, to avoid problems on Alphas when not -mieee.
14318
14319 1999-05-08  Craig Burley  <craig@jcb-sc.com>
14320
14321         * gcc.dg/990506-0.c: New test.
14322
14323 1999-05-08  Richard Henderson  <rth@cygnus.com>
14324
14325         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
14326         the constant to test.  Don't XFAIL 64-bit targets.
14327
14328         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
14329         * g++.old-deja/g++.law/profile1.C: Likewise.
14330
14331         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
14332         operator new instances.
14333         * g++.old-deja/g++.other/delete5.C: Likewise.
14334
14335 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14336
14337         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
14338         intrinsic.
14339
14340 1999-05-03  Craig Burley  <craig@jcb-sc.com>
14341
14342         * g77.f-torture/execute/u77-test.f: Reverse order of two
14343         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
14344
14345 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14346
14347         * gcc.dg/compare1.c: New test.
14348
14349 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
14350
14351         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
14352         New tests.
14353
14354 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14355
14356         * g77.f-torture/compile/19990502-1.f: New test.
14357
14358 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14359
14360         * g77.f-torture/compile/19990502-0.f: New test.
14361
14362 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14363
14364         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
14365         intrinsic.
14366
14367 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14368
14369         * g77.f-torture/execute/u77-test.f (main): List libU77
14370         intrinsics not currently tested.
14371         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
14372         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
14373         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
14374         Trim blanks off the ends of some printed strings.
14375
14376 1999-05-02  Craig Burley  <craig@jcb-sc.com>
14377
14378         * g77.f-torture/execute/u77-test.f (main): Just warn about
14379         FSTAT gid disagreement, as it's expected on some systems.
14380
14381 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14382
14383         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
14384         use a new function, which allows for some slop.
14385         Clean up some commentary.
14386         (issum): The new function.
14387         (sgladd): Deleted subroutine.
14388
14389 1999-05-01  Craig Burley  <craig@jcb-sc.com>
14390
14391         * g77.f-torture/execute/u77-test.f: Modify to be more like
14392         libf2c/libU77 version, bringing patches to that version here.
14393         Add suitable commentary.
14394
14395 1999-04-25  Richard Henderson  <rth@cygnus.com>
14396
14397         * gcc.dg/990424-1.c: New test.
14398
14399 1999-04-24  Craig Burley  <craig@jcb-sc.com>
14400
14401         * g77.f-torture/execute/u77-test.f (main): Bug involving
14402         LSTAT has been fixed, so turn back on full checking.
14403
14404 1999-04-20  Craig Burley  <craig@jcb-sc.com>
14405
14406         * g77.f-torture/compile/19990419-0.f: New test.
14407         * g77.f-torture/execute/19990419-1.f: New test.
14408
14409 1999-04-17  Richard Henderson  <rth@cygnus.com>
14410
14411         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
14412         to avoid the need for a prototype to supress a warning.
14413
14414 1999-04-07  Jim Wilson  <wilson@cygnus.com>
14415
14416         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
14417
14418 1999-04-04  Jeffrey A Law  (law@cygnus.com)
14419
14420         * gcc.c-torture/execute/990404-1.c: New test.
14421
14422 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14423
14424         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
14425         * gcc.dg/cpp-if3.c: Don't use -pedantic.
14426         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
14427         missing initializer warnings.
14428
14429 1999-03-28  Jeffrey A Law  (law@cygnus.com)
14430
14431         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
14432         matching strings.
14433
14434 1999-03-26  Jeffrey A Law  (law@cygnus.com)
14435
14436         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
14437
14438 1999-03-26  Craig Burley  <craig@jcb-sc.com>
14439
14440         * g77.f-torture/execute/19990325-0.f: New test.
14441         * g77.f-torture/execute/19990325-1.f: New test.
14442
14443 1999-03-24  Jeffrey A Law  (law@cygnus.com)
14444
14445         * gcc.c-torture/execute/990324-1.c: New test.
14446
14447 1999-03-22  Jim Wilson  <wilson@cygnus.com>
14448
14449         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
14450         test with 4.
14451
14452 1999-03-17  Richard Henderson  <rth@cygnus.com>
14453
14454         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
14455
14456 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14457
14458         * g77.f-torture/execute/19990313-2.f: New test.
14459         * g77.f-torture/execute/19990313-3.f: New test.
14460
14461 1999-03-13  Craig Burley  <craig@jcb-sc.com>
14462
14463         * g77.f-torture/execute/19990313-0.f: New test.
14464         * g77.f-torture/execute/19990313-1.f: New test.
14465
14466 1999-03-12  Jim Wilson  <wilson@cygnus.com>
14467
14468         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
14469         printf to sprintf.
14470         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
14471         (main): Add check for u15.  Conditionalize u31 check depending on
14472         whether ints are <32 bits or >=32 bits.
14473
14474 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14475
14476         * g77.f-torture/execute/19981119-0.f: Improve testiness.
14477
14478 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14479
14480         * g77.f-torture/compile/19990305-0.f: New test.
14481         * g77.f-torture/execute/19981119-0.f: New test.
14482
14483 1999-03-08  Craig Burley  <craig@jcb-sc.com>
14484
14485         * g77.f-torture/execute/970625-2.f: call ABORT if final
14486         result is not correct, instead of just printing it.
14487         Add this checking via newly introduced obfuscation, to
14488         trip up buggy front ends.
14489
14490 1999-03-07  Craig Burley  <craig@jcb-sc.com>
14491
14492         * g77.f-torture/compile/960317-1.f: Moved from being
14493         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
14494
14495 1999-03-06  Craig Burley  <craig@jcb-sc.com>
14496
14497         * g77.f-torture/execute/960317-1.f: New (old) test.
14498         * g77.f-torture/execute/970625-2.f: Ditto.
14499
14500 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
14501
14502         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
14503         message on line 1 or line 2; cccp and cpplib do this differently.
14504
14505 1999-03-01  Jeffrey A Law  (law@cygnus.com)
14506
14507         * g++.old-deja/g++.law/weak1.C: New test.
14508
14509 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14510
14511         * gcc.c-torture/execute/990119-1.c: Renamed to...
14512         * gcc.dg/990119-1.c: this, so it will only be tested once
14513         (it's a preprocessor test, it doesn't need to be run at
14514         multiple optimization levels).
14515
14516 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
14517
14518         * lib/g++.exp: Don't add incdir=$base_dir/../include to
14519           ALWAYS_CXXFLAGS.
14520
14521 1999-02-24  Craig Burley  <craig@jcb-sc.com>
14522
14523         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
14524         * g77.f-torture/compile/19981216-0.f: ...as it is expected
14525         to not be compilable by current g77.
14526
14527 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14528
14529         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
14530
14531 1999-02-22  Jeffrey A Law  (law@cygnus.com)
14532
14533         * gcc.c-torture/execute/990222-1.c: New test.
14534
14535 1999-02-19  Craig Burley  <craig@jcb-sc.com>
14536
14537         * g77.f-torture/compile/19990218-0.f: New test.
14538         * g77.f-torture/noncompile/19990218-1.f: New test.
14539
14540 1999-02-18  Craig Burley  <craig@jcb-sc.com>
14541
14542         * g77.f-torture/compile/19981216-0.f: New test.
14543
14544 1999-02-14  Jeffrey A Law  (law@cygnus.com)
14545
14546         * gcc.dg/990214-1.c: New test.
14547
14548 1999-02-13  Jeffrey A Law  (law@cygnus.com)
14549
14550         * gcc.dg/990213-2.c: New test.
14551
14552         * gcc.dg/990213-1.c: New test.
14553
14554 1999-02-12  Jeffrey A Law  (law@cygnus.com)
14555
14556         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
14557         ints.
14558
14559 1999-02-11  Nick Clifton  <nickc@cygnus.com>
14560
14561         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
14562         specified by target.
14563
14564         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
14565
14566 1999-02-11  Jeffrey A Law  (law@cygnus.com)
14567
14568         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
14569
14570 1999-02-10  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14571
14572         * gcc.dg/special/ecos.exp: New test driver for new tests with
14573         special requirements.
14574
14575         * gcc.dg/special/alias-1.c: New test.
14576         * gcc.dg/special/gcsec-1.c: New test.
14577         * gcc.dg/special/weak-1.c: New test.
14578         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
14579         * gcc.dg/special/weak-2.c: New test.
14580         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
14581         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
14582         * gcc.dg/special/wkali-1.c: New test.
14583         * gcc.dg/special/wkali-2.c: New test.
14584         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
14585         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
14586
14587 1999-02-10  Felix Lee  <flee@cygnus.com>
14588
14589           * lib/c-torture.exp (c-torture-compile): Pull out code for
14590           analyzing gcc error messages.
14591           (c-torture-execute): Likewise.  Fix some (harmless) false
14592           positives.
14593           * lib/gcc.exp (gcc_check_compile): New function.
14594
14595 1999-02-08  Richard Henderson  <rth@cygnus.com>
14596
14597         * gcc.c-torture/execute/990208-1.c: New test.
14598
14599 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
14600
14601         * g++.dg/special/ecos.exp: New driver for new tests with special
14602         requirements
14603
14604         * g++.dg/special/conpr-1.C: New test
14605         * g++.dg/special/conpr-2.C: New test
14606         * g++.dg/special/conpr-2a.C: New test
14607         * g++.dg/special/conpr-3.C: New test
14608         * g++.dg/special/conpr-3a.C: New test
14609         * g++.dg/special/conpr-3b.C: New test
14610
14611         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
14612         allow g++ to use the dg driver
14613
14614         * README: Add comment about g++.dg directory
14615
14616 1999-02-06  Jeffrey A Law  (law@cygnus.com)
14617
14618         * README: Update email addresses.
14619
14620 1999-02-03  Nick Clifton  <nickc@cygnus.com>
14621
14622         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
14623         arguments in order to force structure S onto the stack even on
14624         the alpha.
14625         (test): Pass 10 leading arguments to function foo as well as the
14626         structure S.
14627
14628         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
14629         failure for all targets.
14630
14631         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
14632         abort to terminate program execution.
14633
14634 1999-01-30  Richard Henderson  <rth@cygnus.com>
14635
14636         * gcc.c-torture/execute/990130-1.c: New test.
14637
14638 1999-01-30  Jeffrey A Law  (law@cygnus.com)
14639
14640         * gcc.dg/990130-1.c: New test.
14641
14642 1999-01-28  Michael Meissner  <meissner@cygnus.com>
14643
14644         * gcc.c-torture/execute/990128-1.c: New test.
14645
14646 1999-01-27  Michael Meissner  <meissner@cygnus.com>
14647
14648         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
14649
14650 1999-01-27  Felix Lee  <flee@cygnus.com>
14651
14652         * lib/c-torture.exp (c-torture-compile): pull out code for
14653         analyzing gcc error messages.
14654         (c-torture-execute): ditto, and fix some (harmless) false
14655         positives.
14656         * lib/gcc.exp (gcc_check_compile): new function.
14657
14658 1999-01-17  Jeffrey A Law  (law@cygnus.com)
14659
14660         * gcc.dg/990117-1.c: New test.
14661
14662         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
14663
14664         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
14665
14666 1999-01-15  Jeffrey A Law  (law@cygnus.com)
14667
14668         * g77.f-torture/compile/990115-1.f: New test.
14669
14670 1999-01-07  Jeffrey A Law  (law@cygnus.com)
14671
14672         * gcc.c-torture/compile/990107-1.c: New test
14673
14674 1999-01-06  Jeffrey A Law  (law@cygnus.com)
14675
14676         * gcc.c-torture/execute/990106-2.c: New test.
14677
14678         * gcc.c-torture/execute/990106-1.c: New test.
14679
14680 1998-12-30  Zack Weinberg <zack@rabi.columbia.edu>
14681
14682         * gcc.c-torture/compile/981223-1.c: New test.
14683
14684 1998-12-29  Richard Henderson  <rth@cygnus.com>
14685
14686         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
14687         (opt3): Rename from opt4 and disable.
14688
14689 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
14690
14691         * g++.old-deja/g++.pt/ptrmem5.C: New test.
14692
14693 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
14694
14695         * g++.old-deja/g++.other/conv5.C: New test.
14696
14697 1998-12-14  Nick Clifton  <nickc@cygnus.com>
14698
14699         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
14700
14701 1998-12-11  Jeffrey A Law  (law@cygnus.com)
14702
14703         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
14704
14705 1998-12-11  Zack Weinberg <zack@rabi.columbia.edu>
14706
14707         * gcc.c-torture/compile/981211-1.c: New test.
14708
14709 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
14710
14711         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
14712
14713         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
14714
14715 1998-12-08  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14716
14717         * gcc.special/930510-1.c: Make C9X safe.
14718         * gcc.misc-tests/gcov-1.c Similarly.
14719         * gcc.misc-tests/gcov-2.c Similarly.
14720
14721 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14722
14723         * gcc.dg/ultrasp1.c: New test.
14724
14725 1998-12-06  Richard Henderson  <rth@cygnus.com>
14726
14727         * gcc.c-torture/execute/981206.c: New test.
14728
14729 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14730
14731         * g++.old-deja/g++.ns/template7.C: New test.
14732
14733         * g++.old-deja/g++.other/expr1.C: New test.
14734
14735         * g++.old-deja/g++.eh/tmpl3.C: New test.
14736
14737         * g++.old-deja/g++.eh/tmpl2.C: New test.
14738
14739 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
14740
14741         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
14742         * g++.old-deja/g++.other/using6.C: Removed.
14743         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
14744
14745         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
14746
14747 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
14748
14749         * g++.old-deja/g++.pt/overload8.C: New test.
14750
14751         * g++.old-deja/g++.pt/overload7.C: New test.
14752
14753         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
14754
14755         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
14756         and relinking messages.
14757         * lib/g++.exp (g++_target_compile): Remove .rpo file when
14758         compiling with -frepo.
14759
14760 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
14761
14762         * g++.old-deja/g++.pt/lookup6.C: New test.
14763
14764 1998-11-30  Nick Clifton  <nickc@cygnus.com>
14765
14766         * gcc.c-torture/execute/981130-1.c: New test.
14767         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
14768
14769 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
14770
14771         * g++.old-deja/g++.pt/explicit76.C: New test.
14772
14773         * g++.old-deja/g++.pt/friend38.C: New test.
14774
14775         * g++.old-deja/g++.ns/crash2.C: New test.
14776
14777         * g++.old-deja/g++.pt/defarg8.C: New test.
14778
14779         * g++.old-deja/g++.pt/instantiate6.C: New test.
14780
14781         * g++.old-deja/g++.pt/static6.C: New test.
14782
14783         * g++.old-deja/g++.pt/decl2.C: New test.
14784
14785 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
14786
14787         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
14788         problem is actually related with name lookup, but so what? :-)
14789
14790         * g++.old-deja/g++.pt/friend37.C: New test.
14791
14792 1998-11-25  Dave Love  <d.love@dl.ac.uk>
14793
14794         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
14795         element, which fails on some systems.
14796
14797         * g77.f-torture/execute/labug1.f: New test.
14798
14799 1998-11-21  Jeffrey A Law  (law@cygnus.com)
14800
14801         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
14802         is defined.
14803
14804 1998-11-18  Dave Love  <d.love@dl.ac.uk>
14805
14806         * g77.f-torture/compile/981117-1.f: New test.
14807
14808 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
14809
14810         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
14811         properly discarded.
14812
14813 1998-10-11  Ken Raeburn  <raeburn@cygnus.com>
14814
14815         * gcc.c-torture/execute/memcheck: New directory of tests for
14816         -fcheck-memory-usage.
14817
14818 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14819
14820         * README: New file, general information about the testsuite and
14821         new description of the various C++ test subdirectories.
14822         * README.g++: Eliminate obsolete information, update and move most
14823         relevant stuff to README.
14824
14825 1998-11-07  Richard Henderson  <rth@cygnus.com>
14826
14827         * gcc.c-torture/compile/981107-1.c: New test.
14828
14829 1998-11-02  Doug Evans  <devans@canuck.cygnus.com>
14830
14831         * execute/memcpy-bi.c: New testcase.
14832
14833 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
14834
14835         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
14836         base classes.
14837
14838         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
14839         template is selected.
14840
14841         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
14842         classes, it should be accepted for all types.
14843
14844         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
14845
14846         * g++.old-deja/g++.pt/spec24.C: Ensure that template
14847         specializations start with template headers.
14848
14849 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
14850
14851         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
14852
14853         * g++.old-deja/g++.other/init9.C: Test cross initialization of
14854         non-POD types.
14855
14856 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
14857
14858         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
14859
14860 1998-10-22  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14861
14862         * compile/981022-1.c, compile/981022-1.x: New test and driver.
14863
14864 1998-10-19  Jeffrey A Law  (law@cygnus.com)
14865
14866         * 981019-1.c: New test.
14867
14868 1998-10-14  Robert Lipe <robertl@dgii.com>
14869
14870         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
14871         find objc headers.
14872
14873 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
14874
14875         * compile/981001-4.c: Remove use of GCC extension that triggers a
14876         compiler bug.
14877
14878 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
14879
14880         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
14881
14882 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
14883
14884         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
14885         instantiation of template produces incorrect code for delete
14886         expression.
14887
14888         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
14889         constructors' name is not unique.
14890         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
14891         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
14892
14893         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
14894         automatic array of const is ill-formed.
14895
14896         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
14897         of template parameter?
14898
14899         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
14900         const.
14901
14902         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
14903         pointer-to-member expression.
14904
14905         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
14906         declaration causes ICE.
14907
14908 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
14909
14910         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
14911         reserved in the global namespace.
14912
14913         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
14914         generate needed virtual table.
14915
14916         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
14917
14918 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
14919
14920         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
14921         template-dependent type
14922
14923 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
14924
14925         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
14926         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
14927         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
14928
14929         * g++.old-deja/g++.other/using5.C: New test; using decl from base
14930         class should be usable as argument of member function.
14931         * g++.old-deja/g++.other/using6.C: New test; using decl from base
14932         class should be usable as return type of member function.
14933         * g++.old-deja/g++.other/using7.C: New test; using decl from base
14934         class should be usable as type of data member.
14935
14936         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
14937
14938 1998-10-09  Jeffrey A Law  (law@cygnus.com)
14939
14940         * gcc.c-torture/special/920521-1.c: Fix bogus test.
14941
14942 1998-10-08  Nick Clifton  <nickc@cygnus.com>
14943
14944         * gcc.dg/dll-?.c Add thumb to target list.
14945         Fix assembler scan patterns to match current assembler output.
14946
14947 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
14948
14949         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
14950         matching of template brackets.
14951
14952         * g++.old-deja/g++.other/using4.C: New test.  Test using
14953         declarations of methods from base classes.
14954
14955         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
14956         within functions should introduce names into the innermost
14957         enclosing namespace.
14958
14959         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
14960         of static locals if first initialization throws.
14961
14962 1998-10-07  Jim Wilson  <wilson@cygnus.com>
14963
14964         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
14965
14966 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
14967
14968         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
14969         lose track of the possible targets of tablejump insns.
14970         * special/special.exp: Run it.
14971
14972 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
14973
14974         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
14975         must be declared before its specializations can be named in friend
14976         declarations.
14977
14978 1998-10-05  Dave Love  <d.love@dl.ac.uk>
14979
14980         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
14981
14982         * g77.f-torture/execute/io1.f: New test.
14983
14984 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
14985
14986         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
14987         with pointer to template function, for which no argument deduction
14988         is possible.
14989
14990         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
14991         specialization of template function as argument to template
14992         function.
14993
14994         * g++.old-deja/g++.other/access2.C: New test; Inner class
14995         shouldn't have privileged access to Outer's names.
14996
14997 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
14998
14999         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
15000         friend template declared within template class conflicts with
15001         nested class of the same name.
15002
15003         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
15004         is ignored.
15005
15006         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
15007         object with direct initializer as function declaration.
15008
15009         * g++.old-deja/g++.other/decl2.C: New test; duplicate
15010         initializers.
15011
15012         * g++.old-deja/g++.other/null2.C: New test; conditional operator
15013         involving const pointer and NULL produces incorrect result.
15014
15015         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
15016         type name without `typename' should be rejected with -pedantic.
15017
15018 1998-10-02  Richard Henderson  <rth@cygnus.com>
15019
15020         * g++.old-deja/g++.other/addrof1.C: New test.
15021
15022 1998-10-01  Nick Clifton  <nickc@cygnus.com>
15023
15024         * gcc.c-torture/compile/981001-1.c: New test.
15025         * gcc.c-torture/execute/981001-1.c: New test.
15026
15027 1998-10-01  Jeffrey A Law  (law@cygnus.com)
15028
15029         * gcc.c-torture/compile/981001-2.c: New test.
15030         * gcc.c-torture/compile/981001-3.c: New test.
15031         * gcc.c-torture/compile/981001-4.c: New test.
15032
15033 1998-10-01  Robert Lipe  <robertl@dgii.com>
15034
15035         * lib/objc.exp (objc_target_compile): Add -L during compiles for
15036         multilibbed hosts.   Idea grafted from g77.exp.
15037
15038 1998-09-30  Dave Love  <d.love@dl.ac.uk>
15039
15040         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
15041         avoid losing on systems which need -lsocket.
15042
15043 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
15044
15045         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
15046         * g++.old-deja/g++.other/nested2.C: Ditto.
15047         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
15048         failure.
15049
15050 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
15051
15052         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
15053         preferred over template operator!= for enum bitfields.
15054
15055 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
15056
15057         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
15058         that happen to have the same base name, but in different scopes,
15059         are incorrectly rejected.
15060
15061 1998-09-16  Richard Henderson  <rth@cygnus.com>
15062
15063         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
15064         on the native word size instead of an integer literal.
15065
15066 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
15067
15068         * g++.old-deja/g++.other/static2.C: Invocation of static data
15069         member of type pointer-to-function denoted as non-static member.
15070
15071         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
15072         checks involving function types and aliases.
15073
15074 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
15075
15076         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
15077         redefined to the same non-trivial type.
15078
15079         * g++.old-deja/g++.pt/explicit73.C: Test for proper
15080         namespace-qualification of template specializations declared in
15081         other namespaces.
15082
15083         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
15084         to declare a subset of the specializations of a template function
15085         as friends of specializations of a template class.
15086
15087         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
15088         member templates that do not fully specialize the enclosing
15089         template class are rejected.
15090
15091 1998-09-11  Dave Love  <d.love@dl.ac.uk>
15092
15093         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
15094
15095 1998-09-08  Dave Love  <d.love@dl.ac.uk>
15096
15097         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
15098         altered from libf2c/libU77 version.
15099
15100 1998-09-06  Dave Love  <d.love@dl.ac.uk>
15101
15102         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
15103
15104 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
15105
15106         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
15107         (un)signed char are different types for template specialization
15108         purposes.
15109
15110 1998-09-03  Ovidiu Predescu  <ovidiu@aracnet.com>
15111
15112         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
15113         * objc: ObjC testsuite.
15114
15115 1998-08-31  Catherine Moore  <clm@cygnus.com>
15116
15117         * gcc.c-torture/execute/941014-1.x:  New file.
15118
15119 1998-08-31  Nick Clifton  <nickc@cygnus.com>
15120
15121         * lib/c-torture.exp: Add support for
15122         torture_eval_before_compile and torture_eval_before_execute
15123         variables.
15124
15125 1998-08-30  Jeffrey A Law  (law@cygnus.com)
15126
15127         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
15128         this test triggers valid.
15129
15130 1998-08-27  Jeffrey A Law  (law@cygnus.com)
15131
15132         * gcc.dg/980827-1.c: New test.
15133
15134 1997-08-26  J"orn Rennecke <amylaar@cygnus.co.uk>
15135
15136         * gcc.c-torture/execute/loop-4b.c: New test.
15137
15138 1998-08-26  Nick Clifton  <nickc@cygnus.com>
15139
15140         * lib/c-torture.exp: Add support for
15141         torture_eval_before_compile and torture_eval_before_execute
15142         variables.
15143
15144 1998-08-25  Jeffrey A Law  (law@cygnus.com)
15145
15146         * gcc.c-torture/compile/980825-1.c: New test.
15147
15148 1998-08-24  Nick Clifton  <nickc@cygnus.com>
15149
15150         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
15151         count number tests in opt_t0 not good_t0.
15152
15153 1998-08-24  Jeffrey A Law  (law@cygnus.com)
15154
15155         * gcc.c-torture/compile/930326-1.x: Fix typo.
15156
15157 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
15158
15159         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
15160         causes an ICE.
15161
15162 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15163
15164         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
15165         STACK_SIZE is defined.
15166         * gcc.c-torture/unsorted/stuct.c: Similarly.
15167
15168         * gcc.c-torture/compile/980821-1.c: New test.
15169
15170 1998-08-21  Jeffrey A Law  (law@cygnus.com)
15171
15172         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
15173
15174 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
15175
15176         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
15177         code.
15178
15179 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
15180
15181         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
15182         error'.
15183
15184 1998-08-18  Jeffrey A Law  (law@cygnus.com)
15185
15186         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
15187
15188 1998-08-16  Jeffrey A Law  (law@cygnus.com)
15189
15190         * gcc.c-torture/compile/980816-1.c: New test.
15191
15192         * gcc.dg/980816-1.c: New test.
15193
15194 1998-08-13  Jeffrey A Law  (law@cygnus.com)
15195
15196         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
15197         compiler for ieee tests.
15198
15199 1998-08-01  Dave Love  <d.love@dl.ac.uk>
15200
15201         * g77.f-torture/compile/980729-0.f: New test.
15202
15203 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
15204
15205         * gcc.c-torture/special/eeprof-1.c: New test, for
15206         -finstrument-functions.
15207         * gcc.c-torture/special/special.exp: Run it.
15208
15209 1998-07-29  Jeffrey A Law  (law@cygnus.com)
15210
15211         * gcc.c-torture/compile/980729-1.c: New test.
15212
15213 1998-07-27  Nick Clifton  <nickc@cygnus.com>
15214
15215         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
15216         __thumb__ is defined, and test for ARM style doubles if so.
15217
15218 1998-07-26  Dave Love  <d.love@dl.ac.uk>
15219
15220         * g77.f-torture/noncompile/980615-0.f: New test.
15221
15222 1998-07-26  H.J. Lu  (hjl@gnu.org)
15223
15224         * gcc.dg/980312-1.c: Do link instead of compile.
15225         * gcc.dg/980313-1.c: Likewise.
15226
15227 1998-07-26  Jeffrey A Law  (law@cygnus.com)
15228
15229         * gcc.c-torture/compile/980726-1.c: New test.
15230
15231 1998-07-25  Dave Love  <d.love@dl.ac.uk>
15232
15233         * g77.f-torture/execute/io0.f: New test.
15234
15235 1998-07-24  Nick Clifton  <nickc@cygnus.com>
15236
15237         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
15238         an int.
15239
15240 1998-06-18  Michael Meissner  <meissner@cygnus.com>
15241
15242         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
15243         m32r bugs.
15244
15245 1998-07-17  Nick Clifton  <nickc@cygnus.com>
15246
15247         * gcc.dg/980626-1.c: Expect failures for all toolchains until
15248         c-decl.c:grokdeclarator can handle mode attributes.
15249
15250 1998-07-16  Jeffrey A Law  (law@cygnus.com)
15251
15252         * gcc.c-torture/execute/980716-1.c: New test.
15253
15254 1998-07-13  Jeffrey A Law  (law@cygnus.com)
15255
15256         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
15257         the mn10200.
15258         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
15259         the mn10200.
15260         * gcc.c-torture/execute/va-arg-3.x: Similarly.
15261         * gcc.c-torture/compile/930326-1.x: Similarly.
15262
15263 1998-07-13  Dave Love  <d.love@dl.ac.uk>
15264
15265         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
15266         New test from Craig.
15267
15268 1998-07-12  Dave Love  <d.love@dl.ac.uk>
15269
15270         * g77.f-torture/noncompile/980616-0.f: New test.
15271
15272         * g77.f-torture/execute/970816-3.f:  New test from Craig.
15273
15274 1998-07-10 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15275
15276         *  g++.other/singleton.C: Return error value instead of taking
15277         SIGSEGV.
15278
15279 1998-07-10  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
15280
15281         *  g++.other/singleton.C: New test.   Warning is under dispute.
15282         Runtime crash is not.
15283
15284 1998-07-09  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
15285
15286         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
15287         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
15288         using6.C, using7.C}:  New namespace tests.
15289
15290 1998-07-09  Alexandre Oliva   <oliva@dcc.unicamp.br>
15291
15292         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
15293         specialization with typedef'ed names used as array indexes.
15294
15295 1998-07-09  Jeffrey A Law  (law@cygnus.com)
15296
15297         * gcc.c-torture/execute/980709-1.c: New test.
15298
15299         * gcc.dg/980709-1.c: New test.
15300
15301 1998-07-07  Richard Henderson  <rth@cygnus.com>
15302
15303         * gcc.c-torture/execute/bcp-1.c: New test.
15304
15305 1998-07-07  Jeffrey A Law  (law@cygnus.com)
15306
15307         * gcc.c-torture/execute/980707-1.c: New test.
15308
15309 1998-07-06  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
15310
15311         * gcc.c-torture/compile/980706-1.c: New test.
15312
15313 1998-07-01  Dave Love  <d.love@dl.ac.uk>
15314
15315         * g77.f-torture/execute/980701-0.f,
15316         g77.f-torture/execute/980701-1.f: New test from Craig.
15317
15318 1998-07-01  Jeffrey A Law  (law@cygnus.com)
15319
15320         * gcc.c-torture/compile/980701-1.c: New test.
15321
15322         * gcc.c-torture/execute/980701-1.c: New test.
15323
15324 1998-06-30  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
15325 rlsruhe.de>
15326
15327         * g++.old-deja/g++.robertl/eb132.C: New test.
15328         * g++.old-deja/g++.robertl/eb133.C: Likewise.
15329
15330 1998-06-29  Dave Love  <d.love@dl.ac.uk>
15331
15332         * g77.f-torture/execute/980628-7.f,
15333         g77.f-torture/execute/980628-8.f,
15334         g77.f-torture/execute/980628-9.f,
15335         g77.f-torture/execute/980628-10.f: New tests from Craig.
15336
15337         * g77.f-torture/execute/980628-3.f: Remove mail headers.
15338
15339 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15340
15341         * g77.f-torture/execute/980628-4.f: New test from Craig.
15342         * g77.f-torture/execute/980628-5.f: Likewise.
15343         * g77.f-torture/execute/980628-2.f: Likewise.
15344         * g77.f-torture/execute/980628-0.f: Likewise.
15345         * g77.f-torture/execute/980628-1.f: Likewise.
15346         * g77.f-torture/execute/980628-3.f: Likewise.
15347         * g77.f-torture/execute/980628-6.f: Likewise.
15348
15349 1998-06-28  Jeffrey A Law  (law@cygnus.com)
15350
15351         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
15352         directory when nothing has been installed yet.
15353
15354 1998-06-27  Carlo Wood  <carlo@runaway.xs4all.nl>
15355
15356         * gcc.c-torture/special/special.exp: Handle newer versions of
15357         dejagnu.
15358
15359 1998-06-26  Jeffrey A Law  (law@cygnus.com)
15360
15361         * gcc.dg/980626-1.c: New test.
15362
15363 1998-06-19  Bruno Haible <haible@ilog.fr>
15364
15365         * gcc.misc-tests/m-un-2.c: New test.
15366         * g++.old-deja/g++.other/warn01.c: Likewise.
15367
15368 1998-06-19  Robert Lipe  <robertl@dgii.com>
15369
15370         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
15371         compatibility with assmblers with a different comment character.
15372         Eliminate use of GAS-specific extensions.
15373
15374 1998-06-19  Jeffrey A Law  (law@cygnus.com)
15375
15376         * gcc.c-torture/execute/ieee/980619-1.c: New test.
15377
15378 1998-06-19  Robert Lipe  <robertl@dgii.com>
15379
15380         *lib/g77.exp: Replace search for libf2c.a with search for newly
15381         renamed libg2c.a
15382
15383 1998-06-17  Jeffrey A Law  (law@cygnus.com)
15384
15385         * gcc.c-torture/execute/980617-1.c: New test.
15386
15387 1998-06-12  Jeffrey A Law  (law@cygnus.com)
15388
15389         * gcc.c-torture/execute/980612-1.c: New test.
15390
15391 1998-06-08  Jeffrey A Law  (law@cygnus.com)
15392
15393         * gcc.dg/980523-1.c: Only test on ppc-linux.
15394         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
15395
15396         * gcc.c-torture/execute/980608-1.c: New test.
15397
15398 1997-06-05  J"orn Rennecke <amylaar@cygnus.co.uk>
15399
15400         * gcc.c-torture/execute/980605-1.c: New test.
15401
15402 1998-06-04  Jeffrey A Law  (law@cygnus.com)
15403
15404         * gcc.c-torture/execute/980604-1.c: New test.
15405
15406 1998-06-02  Jeffrey A Law  (law@cygnus.com)
15407
15408         * gcc.c-torture/execute/980602-1.c: New test.
15409         * gcc.c-torture/execute/980602-2.c: Likewise.
15410
15411 1998-06-02  Dave Love  <d.love@dl.ac.uk>
15412
15413         * 970125-0.f: Fix per JCB.  Add commentary.
15414
15415 1998-05-31  Michael Meissner  <meissner@cygnus.com>
15416
15417         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
15418         IEEE -0 support.
15419
15420 1998-05-29  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
15421
15422         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
15423         earlier.
15424
15425 1998-05-28  Catherine Moore <clm@cygnus.com>
15426
15427         * gcc.c-torture/execute/980526-3.c: New test.
15428
15429 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
15430
15431         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
15432         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
15433         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
15434         m88k-motorola-sysv3 to XFAIL.
15435
15436 1998-05-26  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15437
15438         * gcc.dg/980526-1.c: New test.
15439         * gcc.c-torture/execute/980526-2.c: New test.
15440
15441 1998-05-26  Jeffrey A Law  (law@cygnus.com)
15442
15443         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
15444
15445         * gcc.c-torture/execute/980526-1.c: New test.
15446
15447 1998-05-26  Dave Love  <d.love@dl.ac.uk>
15448
15449         * g77.f-torture/execute/alpha2.f: Add runtime test.
15450
15451 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
15452
15453         * g++.old-deja/old-deja.exp: Strip leading directories.
15454
15455         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
15456         error for the line.  Don't run multiple tests for the same line.
15457
15458 1998-05-23  Jeffrey A Law  (law@cygnus.com)
15459
15460         * gcc.dg/980523-1.c: New test.
15461
15462 1998-05-23  Dave Love  <d.love@dl.ac.uk>
15463
15464         * g77.f-torture/compile/970915-0.f: New test.
15465
15466 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
15467
15468         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
15469
15470 1998-05-21  Jeffrey A Law  (law@cygnus.com)
15471
15472         * gcc.dg/980520-1.c: New test.
15473
15474 1998-05-20  Manfred Hollstein  <manfred@s-direktnet.de>
15475
15476         * gcc.dg/980502-1.c: Fix return type.
15477
15478 1998-05-20  Jeffrey A Law  (law@cygnus.com)
15479
15480         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
15481         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
15482         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
15483         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
15484         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
15485
15486 1998-05-20  Dave Love  <d.love@dl.ac.uk>
15487
15488         * g77.f-torture/execute/980520-1.f: New test.
15489
15490 1998-05-15  Dave Love  <d.love@dl.ac.uk>
15491
15492         * lib/mike-g77.exp: New file.
15493
15494         * g77.f-torture/noncompile/noncompile.exp,
15495         g77.f-torture/noncompile/check0.f: New files.
15496
15497 1998-05-14  Dave Love  <d.love@dl.ac.uk>
15498
15499         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
15500         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
15501         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
15502         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
15503         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
15504         abort where appropriate.
15505
15506 1998-05-05  Michael Meissner  <meissner@cygnus.com>
15507
15508         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
15509         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
15510
15511 1998-04-29  Dave Love  <d.love@dl.ac.uk>
15512
15513         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
15514
15515 1998-04-27  Dave Love  <d.love@dl.ac.uk>
15516
15517         * g77.f-torture/compile/980427-0.f: New test.
15518
15519 1998-04-24  Dave Love  <d.love@dl.ac.uk>
15520
15521         * g77.f-torture/compile/980424-0.f: New test.
15522
15523 1998-04-19  Dave Love  <d.love@dl.ac.uk>
15524
15525         * g77.f-torture/compile/980419-2.f (main): New test.
15526         * g77.f-torture/compile/970125-0.f: New test.
15527         * g77.f-torture/compile/980419-1.f: New test.
15528
15529 1998-04-08  Jim Wilson  <wilson@cygnus.com>
15530
15531         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
15532         of loop-4.c.
15533
15534 1998-04-07  Jim Wilson  <wilson@cygnus.com>
15535
15536         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
15537
15538 1998-04-03  Jim Wilson  <wilson@cygnus.com>
15539
15540         * gcc.c-torture/compile/980329-1.c: New test.
15541
15542 1998-03-18  Jim Wilson  <wilson@cygnus.com>
15543
15544         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
15545         * gcc.dg/980312-1.c: Fix typo in -march command.
15546
15547 1998-03-16  H.J. Lu  (hjl@gnu.org)
15548
15549         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
15550
15551 1998-03-11  Robert Lipe  <robertl@dgii.com>
15552
15553         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
15554         Dave Love agree the Fortran source is bogus.
15555
15556 1998-03-11  Robert Lipe  <robertl@dgii.com>
15557
15558         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
15559         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
15560         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
15561         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
15562         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
15563
15564 1998-03-10  Alexandre Oliva   <oliva@dcc.unicamp.br>
15565
15566         * g++.old-deja/g++.other/friend1.C: New test.
15567
15568 1998-02-18  Dave Love  <d.love@dl.ac.uk>
15569
15570         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
15571         possibly uninitialized) variables and declare dnrm2.
15572
15573 1998-02-23  Robert Lipe <robertl@dgii.com>
15574
15575         From Bruno Haible <haible@ilog.fr>:
15576         * gcc.c-torture/execute/980223.c: New test.
15577
15578 1998-02-13  Jeffrey A Law  (law@cygnus.com)
15579
15580         * gcc.dg/ifelse-1.c: New test.
15581
15582 1998-02-09  H.J. Lu  (hjl@gnu.org)
15583
15584         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
15585
15586           * lib/old-dejagnu.exp (old-dejagnu): Added the
15587           "execution test - XFAIL *-*-*" handling in the spirit of
15588           "excess errors test -". Changed the "execution test fails"
15589           handling to be like "excess errors test fails".
15590           * Update various tests accordingly.
15591
15592 1998-02-06  Jim Wilson  <wilson@cygnus.com>
15593
15594         * gcc.c-torture/execute/980205.c: New test.
15595
15596 1998-01-18  Jeffrey A Law  (law@cygnus.com)
15597
15598         * lib/c-torture.exp: Look for .x files instead of .cexp files.
15599         * lib/f-torture.exp: Similarly.
15600         * gcc.c-torture: Rename all .cexp files to .x files.
15601
15602 1997-12-08  J"orn Rennecke <amylaar@cygnus.co.uk>
15603
15604         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
15605         (940510-1.c): Removed duplicate.
15606         (971104-1.c): New test.
15607
15608 1997-11-25  Kate Hedstrom  (kate@ahab.rutgers.edu)
15609
15610           * lib/f-torture.exp: Improve error and loop detection.
15611
15612 1997-11-19  Michael Meissner  <meissner@cygnus.com>
15613
15614         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
15615         use that to size the filler array.
15616
15617 1997-09-26  Bob Manson  <manson@charmed.cygnus.com>
15618
15619         * lib/c-torture.exp(c-torture-execute): Fix typo.
15620
15621         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
15622         testcase as the executable name. Keep the executable around if
15623         the test fails.
15624
15625 1997-09-19  Bob Manson  <manson@charmed.cygnus.com>
15626
15627         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
15628         changes.  Only test one -g option, and move it to the end of the
15629         list of options to test.
15630
15631 1997-09-19  Michael Meissner  <meissner@cygnus.com>
15632
15633         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
15634         variable GCC_TORTURE_OPTIONS to supply default switches separated
15635         by colons.  If no environment variable, run tests with -O0 -g, -O1
15636         -g, and -O2 -g as well.
15637
15638 1997-09-17  Bob Manson  <manson@charmed.cygnus.com>
15639
15640         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
15641         explanatory comments. Fix indentation.
15642
15643 1997-09-15  Jeffrey A Law  (law@cygnus.com)
15644
15645         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
15646
15647 1997-09-11  Jeffrey A Law  (law@cygnus.com)
15648
15649         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
15650         * g++.old-deja/g++.mike/p7325.C: Likewise.
15651         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
15652
15653 1997-09-11  Alexandre Oliva  (oliva@dcc.unicamp.br)
15654
15655         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
15656         * g++.old-deja/g++.brendan/crash30.C: Likewise.
15657         * g++.old-deja/g++.brendan/crash39.C: Likewise.
15658         * g++.old-deja/g++.law/operators4.C: Likewise.
15659
15660 1997-09-11  Joe Buck  (jbuck@synopsys.com)
15661
15662         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
15663         * g++.old-deja/g++.mike/p784.C: Ditto.
15664         * g++.old-deja/g++.mike/p785.C: Ditto.
15665
15666 1997-09-05  Jeffrey A Law  (law@cygnus.com)
15667
15668           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
15669
15670 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15671
15672         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
15673         target feature; pass this to c-torture-execute as needed.
15674
15675 1997-09-03  Bob Manson  <manson@charmed.cygnus.com>
15676
15677         * lib/c-torture.exp(c-torture-execute): If the previous and the
15678         current executables being tested are identical, we don't need to
15679         run the executable again. Try to make the executable names
15680         unique. Add an optional argument for passing additional compiler
15681         flags.
15682
15683 1997-09-02  Doug Evans  <dje@canuck.cygnus.com>
15684
15685         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
15686
15687 1997-08-29  Jeffrey A Law  (law@cygnus.com)
15688
15689         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
15690
15691 1997-07-31  Jeffrey A Law  (law@cygnus.com)
15692
15693         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
15694         32bit or larger longs.
15695
15696         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
15697         have either a 32bit long or 32bit int.
15698
15699 1997-07-29  J"orn Rennecke <amylaar@cygnus.co.uk>
15700
15701         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
15702         Make double precision tests dependent on sizeof (double).
15703
15704 1997-07-09  Bob Manson  <manson@charmed.cygnus.com>
15705
15706         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
15707         too.
15708
15709 1997-06-17  J"orn Rennecke <amylaar@cygnus.co.uk>
15710
15711         * gcc.c-torture/compile/961203-1.cexp: New script.
15712
15713 1997-06-16  Bob Manson  <manson@charmed.cygnus.com>
15714
15715         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
15716         up the includes ourselves.
15717
15718 1997-06-11  Bob Manson  <manson@charmed.cygnus.com>
15719
15720         * lib/plumhall.exp: Remove random include, and add a few
15721         verbose messages for debugging.
15722
15723 1997-06-06  Bob Manson  <manson@charmed.cygnus.com>
15724
15725         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
15726         of trying to do it ourselves.
15727
15728 1997-06-04  J"orn Rennecke <amylaar@cygnus.co.uk>
15729
15730         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
15731
15732 1997-06-04  Bob Manson  <manson@charmed.cygnus.com>
15733
15734         * gcc.prms/5403.c: Made regexp a bit less strict.
15735
15736 1997-06-03  Bob Manson  <manson@charmed.cygnus.com>
15737
15738         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
15739         is returned from remote_load instead.
15740         * lib/plumhall.exp: Ditto.
15741         * lib/mike-g++.exp: Ditto.
15742         * lib/old-dejagnu.exp: Ditto.
15743         * lib/c-torture.exp: Ditto.
15744
15745 1997-05-30  Bob Manson  <manson@charmed.cygnus.com>
15746
15747         * lib/g++.exp: Use build_wrapper procedure.
15748         * lib/gcc.exp: Ditto.
15749
15750 1997-05-20  Jeffrey A Law  (law@cygnus.com)
15751
15752         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
15753         an old-style decl for malloc.  Fixes tests to work when
15754         sizeof (int) != sizeof (size_t).
15755
15756 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15757
15758         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
15759
15760         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
15761         use stdargs.h interface.
15762
15763 1997-05-15  Mike Meissner  <meissner@cygnus.com>
15764
15765         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
15766         NO_VARARGS when compiling.
15767
15768 1997-05-01  Bob Manson  <manson@charmed.cygnus.com>
15769
15770         * lib/plumhall.exp(ph_includes): New procedure.
15771         (ph_make): Use it.
15772         (ph_compiler): Ditto.
15773
15774         * lib/g++.exp: Rename test-glue.c to testglue.c.
15775         * lib/gcc.exp: Ditto.
15776
15777 1997-04-10  Bob Manson  <manson@charmed.cygnus.com>
15778
15779         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
15780         to completion when it's called.
15781
15782 1997-03-21  Michael Meissner  <meissner@cygnus.com>
15783
15784         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
15785         is defined, don't do test.
15786
15787 1997-03-20  Doug Evans  <dje@canuck.cygnus.com>
15788
15789         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
15790         for object files.
15791         (ph_summary): Mark skipped testcases as untested, not unresolved.
15792
15793         * lib/plumhall.exp (ph_make): If unresolved because of bad
15794         errorCode, record errorCode in log file.
15795         (*): Replace send_log/verbose with verbose -log.
15796
15797 1997-03-19  Michael Meissner  <meissner@cygnus.com>
15798
15799         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
15800         double conversion if double isn't at least 8 bytes.
15801
15802         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
15803         int to work with targets where int is 16 bits.
15804
15805         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
15806         8 bytes, just exit, since 4 byte doubles don't have enough bits of
15807         precision for the test to complete.
15808
15809 1997-03-14  Michael Meissner  <meissner@cygnus.com>
15810
15811         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
15812         if d10v is not compiled with the -mdouble64 flag.
15813         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
15814
15815         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
15816         d10v is not compiled with the -mint32 flag.
15817
15818 1997-03-13  Bob Manson  <manson@charmed.cygnus.com>
15819
15820         * lib/plumhall.exp: Use incr_count.
15821
15822 1997-03-12  Jeffrey A Law  (law@cygnus.com)
15823
15824         * gcc.c-torture: Update to c-torture-1.45.
15825
15826 1997-02-23  Bob Manson  <manson@charmed.cygnus.com>
15827
15828         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
15829         the name of the expect testcase file).
15830
15831         * lib/g++.exp(g++_init): Ditto.
15832
15833 1997-02-20  Bob Manson  <manson@charmed.cygnus.com>
15834
15835         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
15836         the host.
15837
15838         * lib/gcc.exp(gcc_exit): New procedure.
15839
15840 1997-02-19  Bob Manson  <manson@charmed.cygnus.com>
15841
15842         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
15843         specs where appropriate.
15844
15845         * g++.old-deja/g++.arm/*: Added additional ERROR checks
15846         because of new "candidates are" messages, and removed a few
15847
15848         * Converted all non-old-style g++ testcases to old-style, and
15849         moved into g++.old-deja.
15850
15851 1997-02-14  Bob Manson  <manson@charmed.cygnus.com>
15852
15853         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
15854         options.
15855
15856         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
15857         succeeded.
15858
15859         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
15860
15861 1997-02-13  Michael Meissner  <meissner@cygnus.com>
15862
15863         * lib/gcc.exp (gcc_target_compile): Add support for defining
15864         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
15865         the machine doesn't have those features.
15866
15867 1997-02-11  Bob Manson  <manson@charmed.cygnus.com>
15868
15869         * g++.law/operators4.exp: Don't use LIBS.
15870
15871 1997-02-08  Bob Manson  <manson@charmed.cygnus.com>
15872
15873         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
15874
15875         * lib/mike-g++.exp: Don't set the compiler to be tested here.
15876         * lib/g++.exp: Set it here instead. Also, allow use of the
15877         --tool_exec and --tool_opt options. Change CXX to
15878         GXX_UNDER_TEST.
15879
15880         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
15881
15882         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
15883
15884 1997-02-07  Bob Manson  <manson@charmed.cygnus.com>
15885
15886         * lib/old-dejagnu.exp: Use prune_warnings instead of
15887         prune_system_crud.
15888         * lib/mike-g++.exp: Ditto.
15889         * lib/gcc.exp: Ditto.
15890         * lib/g++.exp: Ditto.
15891
15892         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
15893
15894 1997-02-07  Jeffrey A Law  (law@cygnus.com)
15895
15896           * 941014-2.c: Include stdlib.h
15897           * 960327-1.c: Include stdio.h
15898           * dbra.c, index-1.c: Don't assume ints are 32bits.
15899
15900 1997-02-04  Bob Manson  <manson@charmed.cygnus.com>
15901
15902         * lib/gcc.exp: Add gcc,stack_size target feature.
15903
15904         * lib/g++.exp(g++_target_compile): Add the include and link
15905         paths here, not in two other places. And, it's $options, not
15906         options.
15907
15908         * lib/mike-g++.exp(postbase): Remove the code that determines
15909         the correct include and link paths.
15910         * g++.old-deja/old-deja.exp: Ditto.
15911
15912 1997-02-03  Bob Manson  <manson@charmed.cygnus.com>
15913
15914         * lib/g++.exp(g++_init): target_compile no longer returns the
15915         filename of the result.
15916
15917 1997-02-02  Bob Manson  <manson@charmed.cygnus.com>
15918
15919         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
15920         call to glob.
15921
15922         * gcc.c-torture/special/special.exp: Change call to
15923         gcc_target_compile to include the object file.
15924
15925 1997-02-02  Ian Lance Taylor  <ian@cygnus.com>
15926
15927         * gcc.c-torture/special/special.exp: Correct misspelling in last
15928         change.
15929
15930 1997-02-01  Bob Manson  <manson@charmed.cygnus.com>
15931
15932         * lib/plumhall.exp(ph_summary): Log the entire output of the
15933         executable. Return -1 if there were any failures, 0 otherwise.
15934         (ph_execute): Return -1 if there were any failures, 0 otherwise.
15935         (ph_make): Clean up objects and executables that were built
15936         if the tests succeeded.
15937
15938 1997-01-30  Bob Manson  <manson@charmed.cygnus.com>
15939
15940         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
15941         libraries and includes in the build tree as appropriate.
15942
15943 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15944
15945         * lib/c-torture.exp: Instead of looking for the global variable
15946         NO_LONG_LONG, check to see if that's a feature of the target.
15947
15948 1997-01-29  Bob Manson  <manson@charmed.cygnus.com>
15949
15950         * config/default.exp: Minimize. Delete the remainer of the files in
15951         config; this functionality is now in devo/dejagnu/config.
15952
15953         g++.*/*: Pass any additional flags used to compile to postbase;
15954         delete CXXFLAGS.
15955
15956         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
15957         is now done by runtest.exp. Use gcc_target_compile instead of
15958         compile.
15959
15960         lib/c-torture.exp: Use gcc_target_compile instead of compile.
15961         Remove references to CFLAGS. Use remote_file instead of
15962         calling rm -f.
15963         (c-torture): Take a list of arguments to use to compile this
15964         testcase.
15965
15966         lib/g++.exp: Simplify. Use target_compile instead of compile.
15967         lib/gcc-dg.exp: Ditto.
15968         lib/gcc.exp: Ditto.
15969         lib/mike-{gcc,g++}.exp: Ditto.
15970         lib/old-dejagnu.exp: Ditto.
15971         lib/plumhall.exp: Ditto.
15972
15973 1997-01-08  Jim Wilson  <wilson@cygnus.com>
15974
15975         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
15976         (ph_linker): Likewise.
15977
15978 1996-11-13  Joern Rennecke <amylaar@cygnus.com>
15979
15980           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
15981         MAP_ANON / MAP_ANONYMOUS if defined;
15982         else try to map from /dev/zero .
15983
15984 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15985
15986         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
15987         isn't defined, then define it to MAP_ANONYMOUS.
15988
15989 1996-11-12  Jeffrey A Law  (law@cygnus.com)
15990
15991         * gcc.c-torture: Update to c-torture-1.42 release.
15992
15993 1996-11-11  Jeffrey A Law  (law@cygnus.com)
15994
15995         * gcc.c-torture: Update to c-torture-1.41 release.
15996
15997 1996-10-27  Jeffrey A Law  (law@cygnus.com)
15998
15999         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
16000         c-torture release.
16001
16002 1996-08-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
16003
16004         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
16005         and LDFLAGS.  Fix second case to append the target_info ldflags
16006         onto LDFLAGS, not CFLAGS.
16007         * lib/g++.exp (g++_init): Add target_info stuff.
16008         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
16009         of libgloss and newlib flags for !native.
16010
16011         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
16012         (GDB): Fix relative path to go up another dir for finding gdb.
16013
16014 1996-08-08  Rob Savoye  <rob@chinadoll.cygnus.com>
16015
16016         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
16017         versions in the target_info array, if they don't exist.
16018
16019 1996-08-02  Brendan Kehoe  <brendan@lisa.cygnus.com>
16020
16021         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
16022
16023 1996-07-08  Jim Wilson  <wilson@cygnus.com>
16024
16025         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
16026         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
16027
16028 1996-07-01  Bob Manson  <manson@charmed.cygnus.com>
16029
16030         * lib/old-dejagnu.exp: Don't remove the output file before we've
16031         actually tested it. Don't append pwd to the path of the executable
16032         we're testing.
16033
16034 1996-06-30  Doug Evans  <dje@canuck.cygnus.com>
16035
16036         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
16037
16038 1996-06-26  Bob Manson  <manson@charmed.cygnus.com>
16039
16040         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
16041         temporary directory for compiler files, and set it to a default
16042         value of /tmp. Set $output as the name of the output file from
16043         compiling the testcase. Add a -o option to $cflags_var so the
16044         compiler writes the final output file as $output. Set $executable
16045         to $output.
16046
16047         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
16048         directory for compiler files, and set it to /tmp if it doesn't
16049         already have a value. Set $output_file to the name of the output
16050         file from compiling the testcase. Add a -o option to CXXFLAGS so
16051         the compiler writes the final output file as $output. Use $output
16052         as the executable to be tested.
16053
16054 1996-06-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16055
16056         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
16057
16058 1996-06-08  Jeffrey A Law  (law@cygnus.com)
16059
16060         * gcc.c-torture/execute/pending-1.c: New test.  Still
16061         pending in Tege's queue.
16062
16063 1996-04-24  Jim Wilson  <wilson@chestnut.cygnus.com>
16064
16065         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
16066         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
16067         if there were failures.  Call unresolved if there were unresolved
16068         testcases.  Call gcc_fail if program did not run to completion.
16069         (ph_make): Pass additional argument name to ph_execute.
16070         (ph_execute): Add new argument.  Pass additional arguments to
16071         ph_summary.  Call gcc_fail is there is no execution output.
16072
16073 1996-04-24  Jeffrey A Law  (law@cygnus.com)
16074
16075         * lib/plumhall.exp (proc_summary): Output relavent summary
16076         lines into the log so specific failures in plumhall can be
16077         investigated.
16078
16079 1996-04-10  Jeffrey A Law  (law@cygnus.com)
16080
16081         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
16082         (c-torture-execute): Don't try to execute tests which use
16083         "long long" types if $NO_LONG_LONG is nonzero.
16084
16085 1996-04-08  Doug Evans  <dje@canuck.cygnus.com>
16086
16087         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
16088         not c-torture.
16089
16090         * gcc.ieee: Move from here.
16091         * gcc.c-torture/execute/ieee: To here.
16092
16093 1996-03-26  Jeffrey A Law  (law@cygnus.com)
16094
16095         * gcc.c-torture: Update to c-torture-1.41 release.
16096
16097 1996-03-22  Jeffrey A Law  (law@cygnus.com)
16098
16099         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
16100         not "$output".
16101
16102 1996-03-07  Doug Evans  <dje@charmed.cygnus.com>
16103
16104         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
16105         -c present.
16106
16107 1996-03-02  Jeffrey A Law  (law@cygnus.com)
16108
16109         * config/proelf.exp: Handle connecting to a simulator.
16110
16111 1996-01-31  Jeffrey A Law  (law@cygnus.com)
16112
16113         * config/proelf.exp: New file.  Enough framework that we can
16114         run c-torture tests on the proelf targets (or any other target
16115         that gdb can connect to for that matter).
16116
16117 1996-01-29  Doug Evans  <dje@canuck.cygnus.com>
16118
16119         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
16120         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
16121
16122         * lib/plumhall.exp (ph_execute): Always call ph_summary if
16123         exec_output exists.
16124
16125 1996-01-28  Doug Evans  <dje@charmed.cygnus.com>
16126
16127         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
16128         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
16129
16130         * config/*.exp: Update FSF address.  Change result of ${tool}_load
16131         to pass/fail/unresolved/unsupported/untested.  Caller must now
16132         call unresolved/unsupported/untested.
16133         * lib/*.exp: Update FSF address.  Update to handle new results of
16134         ${tool}_load.
16135         * lib/chill.exp (verbose): Delete.
16136
16137 1996-01-27  Doug Evans  <dje@charmed.cygnus.com>
16138
16139         * lib/gcc.exp (default_gcc_start): Change order of args to
16140         $LDFLAGS $CFLAGS $LIBS.
16141         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
16142         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
16143         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
16144         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
16145         * gcc.misc-tests/dg-test.exp: Likewise.
16146         * gcc.misc-tests/msgs.exp: Likewise.
16147         * gcc.prms/prms.exp: Likewise.
16148         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
16149         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
16150
16151         * lib/dg.exp: Deleted, moved to dejagnu/lib.
16152
16153 1996-01-24  Brendan Kehoe  <brendan@lisa.cygnus.com>
16154
16155         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
16156
16157         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
16158         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
16159
16160         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
16161         necessary.
16162
16163 1996-01-20  Brendan Kehoe  <brendan@cygnus.com>
16164
16165         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
16166         global for loop; add use of $mathlib.
16167         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
16168         settings here; set mathlib for anything but VxWorks.
16169
16170 1996-01-22  Jeffrey A Law  (law@cygnus.com)
16171
16172         * gcc.c-torture: Update to c-torture-1.40 release.
16173
16174 1996-01-03  Jeffrey A Law  (law@cygnus.com)
16175
16176         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
16177         dg.exp.
16178
16179 1995-12-03  Jeffrey A. Law  <law@sethra.cygnus.com>
16180
16181         * lib/c-torture.exp (c-torture-execute): Declare "output" as
16182         global.
16183
16184 1995-11-17  Doug Evans  <dje@canuck.cygnus.com>
16185
16186         * lib/g++.exp (LIBS): Define if not already.
16187         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
16188         (gcc-dg-prune): Call prune_gcc_output.
16189         * lib/gcc.exp (prune_gcc_output): New proc.
16190         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
16191         prune_gcc_output.
16192
16193 1995-11-16  Doug Evans  <dje@canuck.cygnus.com>
16194
16195         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
16196         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
16197
16198 1995-11-15  Jeffrey A Law  (law@cygnus.com)
16199
16200         * gcc.c-torture: Update to c-torture-1.39 release.
16201
16202 1995-11-04  Doug Evans  <dje@canuck.cygnus.com>
16203
16204         * lib/c-torture.exp (c-torture-execute): Don't return if one option
16205         fails, try others as well.
16206
16207 1995-11-02  Doug Evans  <dje@canuck.cygnus.com>
16208
16209         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
16210         If compilation fails, mark execute tests as `untested'.
16211         If test is marked as unsupported, don't mark compilation and
16212         execute tests as failed.
16213
16214 1995-10-25  Brendan Kehoe  <brendan@lisa.cygnus.com>
16215
16216         * lib/g++.exp (g++_init): Don't link in libg++, and look to
16217         libstdc++ for whether or not we want to be doing shared
16218         libraries.  Delete link_curses since we don't need it anymore.
16219         * lib/mike-g++.exp (postbase): Don't link in libg++.
16220         * g++.old-deja/old-deja.exp: Likewise.
16221
16222 1995-10-23  Brendan Kehoe  <brendan@lisa.cygnus.com>
16223
16224         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
16225
16226 1995-10-17  Brendan Kehoe  <brendan@lisa.cygnus.com>
16227
16228         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
16229         For that, add `-Wl,-a,shared_archive'.
16230         * g++.old-deja/old-deja.exp: Likewise.
16231
16232 1995-10-17  Doug Evans  <dje@canuck.cygnus.com>
16233
16234         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
16235
16236 1995-10-16  Brendan Kehoe  <brendan@cygnus.com>
16237
16238         * lib/mike-g++.exp (postbase): Pay attention to the status of
16239         g++_load.
16240
16241 1995-10-16  Brendan Kehoe  <brendan@lisa.cygnus.com>
16242
16243           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
16244
16245 1995-10-16  Doug Evans  <dje@canuck.cygnus.com>
16246
16247         * lib/gcc.exp (default_gcc_start): No longer need to log program
16248         being executed or its output, execute_anywhere does that now.
16249         * lib/g++.exp (default_g++_version): Call execute_anywhere.
16250         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
16251
16252 1995-10-12  Brendan Kehoe  <brendan@lisa.cygnus.com>
16253
16254         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
16255         the same as those in lib/g++.exp.
16256
16257 1995-10-10  Jeff Law  (law@hurl.cygnus.com)
16258
16259         * gcc.c-torture: Update to c-torture-1.38 release.
16260         * gcc.ieee: Related changes.
16261
16262 1995-10-06  Rob Savoye  <rob@darkstar.cygnus.com>
16263
16264         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
16265         "exec". Minor reformatting changes.
16266
16267         * config/rom68k.exp (${tool}_load): Make it work in a canadian
16268         cross. This means all "exec" calls now work on a remote host as
16269         well.
16270         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
16271         cross. Filter out the extra "\r\n" stuff that expect puts in.
16272         (c-torture-execute): Filter out the bogus warnings like
16273         c-torture-compile does. Add support for canadian cross.
16274         * lib/gcc.exp (default_gcc_version, default_gcc_start)
16275         Use execute_anywhere rather than calling exec directly. Now it
16276         works for canadian cross testing.
16277
16278 1995-10-05  Brendan Kehoe  <brendan@rtl.cygnus.com>
16279
16280         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
16281         results into a variable, and check that rather than using file exists.
16282
16283 1995-10-04  Brendan Kehoe  <brendan@lisa.cygnus.com>
16284
16285         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
16286         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
16287
16288 1995-09-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16289
16290         * g++.old-deja/old-deja.exp: Create and pass runshlib and
16291         lib_curses if there's a shared libg++ in the build tree.
16292
16293 1995-09-22  Doug Evans  <dje@canuck.cygnus.com>
16294
16295         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
16296         if not supported target.
16297
16298 1995-09-22  Brendan Kehoe  <brendan@lisa.cygnus.com>
16299
16300         * lib/g++.exp (g++_init): Move empty setting of runshlib and
16301         link_curses up to always happen, not just for native builds.
16302
16303 1995-09-21  Jeff Law  (law@snake.cs.utah.edu)
16304
16305         * gcc.c-torture: Update to c-torture-1.36 release.
16306         * gcc.failure: Related changes.
16307
16308 1995-09-20  Doug Evans  <dje@canuck.cygnus.com>
16309
16310         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
16311
16312 1995-09-19  Brendan Kehoe  <brendan@lisa.cygnus.com>
16313
16314         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
16315         * lib/mike-g++.exp (postbase): Not in here.  Still reference
16316         runshlib, link_curses, and mathlib for link and run.
16317
16318         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
16319         pass the runtime shared library options for Solaris, OSF/1, and
16320         Irix5, and link with -lcurses to avoid unresolved references.
16321
16322 1995-09-13  Brendan Kehoe  <brendan@lisa.cygnus.com>
16323
16324         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
16325         only run once.
16326
16327 1995-09-13  Doug Evans  <dje@canuck.cygnus.com>
16328
16329         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
16330
16331 1995-09-11  Jeff Law  (law@snake.cs.utah.edu)
16332
16333         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
16334         do not have a framework for the "compat" tests yet.
16335
16336 1995-09-09  Brendan Kehoe  <brendan@lisa.cygnus.com>
16337
16338         * lib/mike-g++.exp (postbase): New local variable `mathlib',
16339         set to null if we're testing vxworks5.1.  Use that instead of
16340         `-lm' in the setting of LIBS for link and run.
16341
16342 1995-09-08  Brendan Kehoe  <brendan@lisa.cygnus.com>
16343
16344         * config/rom68k.exp (${tool}_load): Major changes to make it
16345         work.  Verified that it does in fact return the stuff in
16346         exec_output properly.  Catch any Emul or any TRAP other than 0.
16347
16348 1995-09-07  Brendan Kehoe  <brendan@lisa.cygnus.com>
16349
16350         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
16351         LDFLAGS properly for targets that need stuff from libgloss.
16352         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
16353         only run once.
16354         (gpp_initialized): New variable.
16355
16356 1995-09-06  Rob Savoye  <rob@darkstar.cygnus.com>
16357
16358         * config/rom68k.exp: Load libgloss.exp.
16359         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
16360         so we can produce a fully linked binary.
16361         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
16362         so we can produce a fully linked binary.
16363
16364 1995-09-03  Doug Evans  <dje@canuck.cygnus.com>
16365
16366         * lib/plumhall.exp (ph_section): Watch for expected failures.
16367         Add missing `else'.
16368
16369         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
16370         run the testcase.
16371         (c-torture): Likewise.
16372
16373 1995-08-28  Doug Evans  <dje@cygnus.com>
16374
16375         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
16376
16377         * lib/mike-g++.exp (mike_cleanup): New proc.
16378         (prebase): New globals compiler_result, not_compiler_result,
16379         target_regexp.
16380         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
16381         allow leading "-" in pattern.  Watch for unsupported tests.
16382         If $compiler_result is set, pattern match assembler code,
16383         and ditto for $not_compiler_result.
16384         * lib/mike-gcc.exp: Likewise.
16385
16386         * lib/plumhall.exp (ph_execute): Only call ph_summary if
16387         execution "succeeded".
16388
16389 1995-08-14  Doug Evans  <dje@canuck.cygnus.com>
16390
16391         * config/win32.exp: New file.
16392         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
16393
16394 1995-08-04  Doug Evans  <dje@canuck.cygnus.com>
16395
16396         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
16397         unsupported.
16398         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
16399         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
16400         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
16401
16402         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
16403         "... without exceptions was ...".  That is now handled by
16404         prune_system_crud.
16405         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16406
16407 1995-08-01  Doug Evans  <dje@canuck.cygnus.com>
16408
16409         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
16410         sieve.c,sort2.c}: New files.
16411         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
16412         sieve.exp,sort2.exp}: Drivers for them.
16413
16414         * lib/mike-gcc.exp (program_output): New user settable variable.
16415         (postbase): Call prune_system_crud.  Also prune extraneous compiler
16416         messages.
16417         * lib/mike-g++.exp (program_output): New user settable variable.
16418
16419         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
16420
16421         * config/sh.exp: Deleted (use sim.exp instead).
16422
16423 1995-07-28  Brendan Kehoe  <brendan@lisa.cygnus.com>
16424
16425         * config/vx.exp: Declare CHECKTASK as global.
16426         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
16427         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
16428         * lib/old-dejagnu.exp: Load [pwd]/$executable.
16429
16430 1995-07-26  Brendan Kehoe  <brendan@lisa.cygnus.com>
16431
16432         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
16433         target. Like vx.exp, only includes `vx29k.exp' instead of
16434         `vxworks.exp'.
16435
16436 1995-07-23  Ian Lance Taylor  <ian@cygnus.com>
16437
16438         * config/sim.exp: Increase time limit from 120 seconds to 240.
16439
16440 1995-07-06  Jeffrey A. Law  <law@rtl.cygnus.com>
16441
16442         * gcc.c-torture/execute/950628-1.c: New test.
16443
16444 1995-06-10  Jeff Law  (law@snake.cs.utah.edu)
16445
16446         * gcc.c-torture: Update with changes/additions from
16447         c-torture-1.34.
16448
16449 1995-06-05  Doug Evans  <dje@canuck.cygnus.com>
16450
16451         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
16452
16453 1995-06-04  Jeff Law  (law@snake.cs.utah.edu)
16454
16455         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
16456
16457 1995-06-01  Jeff Law  (law@snake.cs.utah.edu)
16458
16459         * gcc.c-torture/compile/950512-1.c: New test.
16460         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
16461         * gcc.dg/struct-ret-1.c: Likewise.
16462
16463 1995-05-31  Doug Evans  <dje@canuck.cygnus.com>
16464
16465         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
16466           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
16467
16468 1995-05-30  Doug Evans  <dje@canuck.cygnus.com>
16469
16470         * gcc.c-torture/special/920411-1.c: Deleted.
16471         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
16472
16473 1995-05-22  Doug Evans  <dje@chestnut.cygnus.com>
16474
16475         * config/sim.exp (${tool}_load): Hack in call to bash to get a
16476         cpu limit.
16477
16478 1995-05-12  Torbjorn Granlund  <tege@rtl.cygnus.com>
16479
16480         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
16481
16482 1995-05-04  Torbjorn Granlund  <tege@adder.cygnus.com>
16483
16484         From kenner;
16485         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
16486         is the proper length.
16487         * va-arg-3.c: Likewise.
16488
16489 1995-04-30  Doug Evans  <dje@canuck.cygnus.com>
16490
16491         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
16492         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
16493
16494         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
16495         * lib/g++.exp (default_g++_start): Delete old cruft.
16496
16497 1995-04-25  Torbjorn Granlund  <tege@cygnus.com>
16498
16499         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
16500         (2 * (1 << 18)) to (2 * (1 << 17)).
16501
16502         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
16503
16504 1995-04-20  J.T. Conklin  <jtc@rtl.cygnus.com>
16505
16506         * config/rom68k.exp: Renamed from config/idp.exp
16507
16508 1995-04-18  Torbjorn Granlund  <tege@rtl.cygnus.com>
16509
16510         * c-torture/compile/921109-2.c
16511
16512 1995-04-18  Mike Stump  <mrs@cygnus.com>
16513
16514         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
16515         excess errors.
16516
16517 1995-04-15  Doug Evans  <dje@chestnut.cygnus.com>
16518
16519         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
16520         output.
16521         * lib/g++.exp (default_g++_start): Likewise.
16522
16523 1995-03-29  Torbjorn Granlund  <tege@adder.cygnus.com>
16524
16525         * gcc.c-torture/compile/950329-1.c: New test.
16526
16527 1995-03-28  J.T. Conklin  <jtc@rtl.cygnus.com>
16528
16529           * config/bug.exp (${tool}_load): Updated to use new remote_open
16530           and remote_close procs.
16531         * config/idp.exp: New file.
16532
16533 1995-03-22  Torbjorn Granlund  <tege@rtl.cygnus.com>
16534
16535         * gcc.c-torture/execute/950322-1.c: New test.
16536
16537 1995-03-21  Doug Evans  <dje@canuck.cygnus.com>
16538
16539         * config/vx.exp (${tool}_load): Clean up testing of return code from
16540         vxworks_ld and vxworks_spawn.
16541
16542 1995-03-21  Doug Evans  <dje@deneb.cygnus.com>
16543
16544         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
16545
16546 1995-03-13  Mike Stump  <mrs@cygnus.com>
16547
16548         * lib/old-deja.exp: Add `excess errors test - ' error, now one
16549         can mark excess errors on a machine by machine basis.  Note, the
16550         default is to not expect any excess errors, even when excess
16551         errors test - is given, so you will want to put an XFAIL ... on
16552         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
16553         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
16554         those 4 machines, but no others.
16555
16556 1995-03-10  J.T. Conklin  <jtc@rtl.cygnus.com>
16557
16558         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
16559         * lib/c-torture.exp: to here.
16560
16561 1995-03-10  Torbjorn Granlund  <tege@adder.cygnus.com>
16562
16563         * gcc.c-torture/execute/950221-1.c: New test.
16564         * gcc.c-torture/execute/struct-ret-1.c: New test.
16565         * gcc.c-torture/compile/950221-1.c: New test.
16566
16567         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
16568
16569 1995-03-03  Doug Evans  <dje@canuck.cygnus.com>
16570
16571         * gcc.c-torture/execute/arith-1.c (main): Return 0.
16572         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
16573
16574 1995-03-01  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
16575
16576         * g++.gb: New directory of tests, derived from my signature and
16577         class scoping tests.
16578
16579         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
16580         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
16581         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
16582         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
16583         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
16584         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
16585         * g++.gb/sig25.C: Likewise.
16586
16587         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
16588         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
16589         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
16590         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
16591         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
16592         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
16593         * g++.gb/sig25.exp: Likewise.
16594
16595         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
16596         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
16597         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
16598         * g++.gb/scope13.C: Likewise, this test still fails.
16599
16600         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
16601         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
16602         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
16603         * g++.gb/scope13.exp: Ditto.
16604
16605         * g++.gb/README: New file, explains what these tests are about.
16606
16607 1995-02-28  Doug Evans  <dje@canuck.cygnus.com>
16608
16609         * lib/dg.exp (dg-do): Support `preprocess'.
16610         (dg-test): Likewise.
16611
16612 1995-02-13  J.T. Conklin  <jtc@rtl.cygnus.com>
16613
16614         * config/udi.exp: change "continue -expect" to "exp_continue".
16615
16616 1995-02-11  Torbjorn Granlund  (tege@tiny.cygnus.com)
16617
16618         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
16619         Delete redundant tests.
16620
16621         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
16622         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
16623         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
16624         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
16625         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
16626         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
16627         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
16628         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
16629
16630         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
16631         storing label pointers.
16632         * gcc.c-torture/execute/921019-1.c: Likewise.
16633         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
16634         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
16635         parameter fp.
16636         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
16637         constants.
16638
16639         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
16640         Delete obsolete tests.
16641
16642         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
16643         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
16644         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
16645         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
16646         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
16647         * gcc.c-torture/compile/950124-1.c: New test.
16648
16649         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
16650
16651 1995-02-08  Jason Merrill  <jason@phydeaux.cygnus.com>
16652
16653         * lib/mike-g++.exp: Add -lm to LIBS.
16654
16655 1995-02-07  Doug Evans  <dje@canuck.cygnus.com>
16656
16657         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
16658
16659 1995-01-30  Jason Merrill  <jason@phydeaux.cygnus.com>
16660
16661         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
16662
16663 1995-01-12  Doug Evans  <dje@canuck.cygnus.com>
16664
16665         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
16666
16667 1995-01-02  Jeff Law  (law@snake.cs.utah.edu)
16668
16669         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
16670         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
16671         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
16672         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
16673         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
16674         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
16675         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
16676         * g++.law/{operators31.C, operators32.C,
16677         * g++.law/{operators33.C, operators34.C}: Likewise.
16678         * g++.law/{pic1.C, refs2.C}: Likewise.
16679         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
16680         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
16681         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
16682         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16683
16684         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
16685         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
16686         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
16687         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
16688         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
16689         * g++.law/{enum9.exp, friend5.exp}: Likewise.
16690         * g++.law/{nest3.exp, nest4.exp}: Likewise.
16691         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
16692         * g++.law/{operators30.exp, operators31.exp}: Likewise.
16693         * g++.law/{operators32.exp, operators33.exp}: Likewise.
16694         * g++.law/{operators34.exp}: Likewise.
16695         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
16696         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
16697         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
16698         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
16699         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
16700
16701         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
16702         No longer expected to fail.
16703         * g++.law/missed-error3.C: Tweak for recent bool changes.
16704
16705 1994-12-04  Doug Evans  <dje@canuck.cygnus.com>
16706
16707         * config/emb-unix: Deleted.
16708         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
16709         remote execution.  Do final link on remote host if REMOTE_LINK is set.
16710
16711 1994-12-01  Doug Evans  <dje@canuck.cygnus.com>
16712
16713         * lib/dg.exp (dg-test): Fix typo in last patch.
16714
16715 1994-11-30  Doug Evans  <dje@canuck.cygnus.com>
16716
16717         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
16718         (handles multiple occurrences).
16719
16720 1994-11-24  Doug Evans  <dje@canuck.cygnus.com>
16721
16722         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
16723         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
16724         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
16725         printed).
16726         * lib/c-torture.exp (c-torture-compile): Likewise.
16727         (c-torture): Prepend full path if missing.
16728         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
16729         (gcc_fail): Likewise.
16730         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
16731
16732 1994-11-23  J.T. Conklin  <jtc@rtl.cygnus.com>
16733
16734         * lib/netware.exp: Only attach to NetWare i386 systems.
16735
16736 1994-11-16  Doug Evans  <dje@canuck.cygnus.com>
16737
16738         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
16739         messages.  Add test name to "output pattern match" pass/fail message.
16740
16741 1994-11-12  Doug Evans  <dje@canuck.cygnus.com>
16742
16743         * gcc.dg: New testsuite.
16744         * gcc.dg/dg.exp: New file.
16745
16746         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
16747         test-switch.c}: Deleted.
16748
16749         * gcc.misc-tests/msgs.exp: New testcase driver.
16750
16751 1994-11-09  Doug Evans  <dje@canuck.cygnus.com>
16752
16753         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
16754         Watch for illegal return values from ${tool}_load.
16755         * config/unix.exp (${tool}_load): Fix pass/fail detection for
16756         cross targets.  Coerce return value >0 to 1.
16757
16758 1994-11-08  Doug Evans  <dje@canuck.cygnus.com>
16759
16760         * config/unix.exp (${tool}_load): Call program rsh, not proc.
16761
16762         * config/emb-unix.exp: New file.
16763
16764         * config/sim.exp: Error if variable $SIM not defined.
16765         (${tool}_load): Mark test as "untested" if simulator missing.
16766
16767         * config/unix.exp: Load remote.exp to get rcp_download.
16768         * lib/c-torture.exp: Use different option lists for testcases with
16769         and without loops.
16770         * gcc.c-torture/execute/execute.exp: Likewise.
16771
16772 1994-11-02  Doug Evans  <dje@canuck.cygnus.com>
16773
16774         * config/*.exp: Clarify return code from ${tool}_load.
16775         Call `unresolved' or `untested' instead of `warning' or `perror'
16776         (sometimes you still want to call both though).
16777         Add comment that `shell_id' is local to each file.
16778         * config/udi.exp (timeout): Set to 30.
16779         Don't print warning if connection fails, $connectmode has already
16780         printed an error.
16781         (${tool}_load): Move verbose messages to level 2.
16782         Rework pattern for "Process started" message.
16783         Pass `shell_id' to ${connectmode}_download.
16784         Retry twice upon timeout.  Make resetting of target more robust.
16785         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
16786         Pass `shell_id' to exit_$connectmode.
16787         Only call exit_$connectmode if connected.
16788         * config/unix.exp (${tool}_load): Check return codes better.
16789         * config/vrtx.exp (${tool}_load): Likewise.
16790         * config/vx.exp (${tool}_load): Likewise.
16791         Delete unneeded global's.
16792         * lib/dg.exp (dg-test): Update to reflect clarified return codes
16793         from ${tool}_load.
16794         (dg-stat): Delete.
16795         (dg-init): Delete recording of pass/fail counts.
16796         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
16797         (old-dejagnu-init): Likewise.
16798         (old-dejagnu-stat): Delete contents, empty proc now.
16799         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
16800         (c-torture): Delete references to lcnt, lpass, lfail.
16801         Get option list from TORTURE_OPTIONS.
16802         Delete -funroll[-all]-loops if no loops.
16803         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
16804         (g++_stat): Delete contents (empty proc now).
16805         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
16806         (gcc_finish): Likewise.
16807         (gcc_stat): Deleted.
16808         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
16809         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
16810         * gcc.c-torture/execute/execute.exp: Likewise.
16811         Split tests into two parts: compile, execute.
16812         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
16813         no loops.  Update to reflect clarified return codes from ${tool}_load.
16814
16815 1994-10-21  Doug Evans  <dje@canuck.cygnus.com>
16816
16817         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
16818         to grep for.
16819         (old-dejagnu): Likewise (where necessary).
16820
16821 1994-10-14  Doug Evans  <dje@canuck.cygnus.com>
16822
16823         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
16824
16825         * lib/dg.exp (dg-process-target): Fix processing of selector.
16826         Add comment regarding use of `error'.
16827
16828         * lib/gcc.exp (prune_system_crud): Define if missing.
16829         * lib/g++.exp (prune_system_crud): Likewise.
16830
16831         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
16832         Call prune_system_crud.
16833         * lib/dg.exp (dg-runtest): New proc.
16834         Use perror instead of send_user for tcl errors in testcase.
16835         Don't return any value, it's never used.
16836         Don't clobber previous definition of `unknown'.
16837         Print tcl errors in `dg-final'.
16838
16839 1994-10-12  Doug Evans  <dje@canuck.cygnus.com>
16840
16841         * lib/dg.exp (dg-process-target): Improve syntax error messages.
16842         (dg-test): Don't print errorInfo, it contains stack backtrace.
16843
16844 1994-09-26  Doug Evans  (dje@canuck.cygnus.com)
16845
16846         * lib/g++.exp (runtest_file_p): Define if missing.
16847
16848 1994-09-24  Doug Evans  (dje@cygnus.com)
16849
16850         * lib/mike-g++.exp: Comment out loading of g++.exp.
16851         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
16852         (default_g++_version): Always print something.
16853         (default_g++_start): Comment out call to `which'.
16854         (g++_start, g++_load): Deleted (must be defined in config file).
16855         * lib/gcc.exp: Test for existence of $CC at start.
16856         Delete check for tmpdir (done in gcc_init).
16857         (default_gcc_version): Always print something.
16858         (default_gcc_start): Comment out call to `which'.
16859         * config/*.exp: Major cleanup - make cross targets work at least a
16860         little better for g++ (by not being "--tool gcc" specific).
16861         Rename gcc_xxx to ${tool}_xxx.
16862         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
16863         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
16864
16865 1994-09-22  Doug Evans  (dje@canuck.cygnus.com)
16866
16867         * lib/c-torture.exp (c-torture-compile): Rework compiler
16868         message processing.
16869
16870         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
16871         c-torture.
16872
16873 1994-09-21  Doug Evans  (dje@canuck.cygnus.com)
16874
16875         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
16876
16877         * lib/dg.exp (dg-process-target): Support { target native }.
16878
16879 1994-09-20  Doug Evans  (dje@canuck.cygnus.com)
16880
16881         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
16882         looked for "... program xxx got fatal signal".
16883         Correct regsub munging of `comp_output'.
16884         Ignore compiler messages "path prefix not used" and "linker input
16885         file unused".
16886
16887 1994-09-14  Doug Evans  (dje@canuck.cygnus.com)
16888
16889         * lib/gcc.exp (runtest_file_p): Define if missing.
16890         * gcc.prms/template.c: Example to work from.
16891
16892 1994-09-13  Doug Evans  (dje@canuck.cygnus.com)
16893
16894         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
16895         * lib/dg.exp (dg-test): Call unsupported testcases as such.
16896
16897         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
16898         * gcc.prms/1883.c: Moved from compile/940714-1.c.
16899         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
16900         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
16901
16902         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
16903         (dg-process-target): No longer a varargs proc.
16904         Return S/N for target, P/F for xfail.  All callers changed.
16905         (user option procs): More argument checking.
16906         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
16907         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
16908         (dg-test): Skip test if not running on selected target in `dg-do'.
16909         Update handling of `dg-do-what', `dg-output-text'.
16910         Separate execution pass/fail from output pattern match pass/fail.
16911         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
16912
16913 1994-09-12  Jim Wilson  (wilson@sphagnum.cygnus.com)
16914
16915         * gcc.c-torture/special/special.exp: Don't expect failure for mips
16916         target for 920510-1.c.
16917
16918 1994-09-12  Doug Evans  (dje@canuck.cygnus.com)
16919
16920         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
16921         Clean up comment regarding use of passcnt, etc.
16922         (gcc_stat): Don't update `testcnt' here.
16923         (gcc_finish): Do it here.
16924         Might as well reset `but_id' here too.
16925         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
16926         to determine if the file should be tested.
16927         * gcc.c-torture/compile/compile.exp: Likewise.
16928         * gcc.c-torture/execute/execute.exp: Likewise.
16929         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16930         * gcc.misc-tests/dg-test.exp: Likewise.
16931         * gcc.prms/prms.exp: Likewise.
16932         * gcc.wendy/wendy.exp: Likewise.
16933         * g++.old-deja.exp: Likewise.
16934         Move "Testing file" message to verbose level 1.
16935
16936 1994-09-09  Doug Evans  (dje@canuck.cygnus.com)
16937
16938         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
16939
16940 1994-09-08  Doug Evans  (dje@canuck.cygnus.com)
16941
16942         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
16943         (default_gcc_start): Accept optional second list element
16944         of compiler flags.  Print compiler output at verbosity level 2.
16945         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
16946         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
16947         Save current values of framework globals passcnt, failcnt, xpasscnt,
16948         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
16949         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
16950         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
16951         xfailcnt to compute stats.  Update framework global `testcnt' from
16952         pass/fail counts.
16953         (gcc_finish): New proc.  Clean up test environment.
16954         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
16955         (gcc_epass, gcc_efail): Delete.
16956         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
16957         argument of line number.
16958         (dg-init): If the tool has an init routine, call it.
16959         (dg-test): Remove args `cflags_var' and `libs_var'.
16960         Pass all compiler options to ${tool}_start.
16961         Handle missing line number.
16962         (dg-finish): New function.
16963         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
16964         particular files.  Call gcc_finish at end.  Move "skipping test"
16965         message to verbosity level 3.
16966         * gcc.c-torture/compile/compile.exp: Likewise.
16967         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
16968         * gcc.c-torture/execute/execute.exp: Likewise.
16969         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16970         Print testcase being tried at verbosity level 1.
16971         * gcc.c-torture/special/special.exp: Unset xfail.
16972         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16973         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
16974         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
16975         * gcc.failure/failure.exp: Likewise.
16976         * gcc.ieee/ieee.exp: Likewise.
16977         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
16978         Update call to dg-test.  Call dg-finish at end.
16979         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
16980         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
16981         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
16982         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
16983         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
16984         * gcc.wendy/wendy.exp: Add copyright.
16985         Delete setting of tmpdir (done by gcc_init).
16986         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
16987         Pass compiler flags to gcc_start.  Call gcc_finish at end.
16988         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
16989         gcc_[ce]pass/fail.
16990
16991 1994-09-07  Doug Evans  (dje@canuck.cygnus.com)
16992
16993         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
16994         confusion.
16995         (g++_load): Likewise.
16996
16997         * config/*.exp (gcc_load): Some were varargs fns and some were not.
16998         Rename argument to `prog' to remove the confusion.
16999         Varargs fns behave differently too!
17000         (g++_load): Likewise.
17001
17002         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
17003
17004         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
17005         what it is.  Delete (always) printing of status value for !native.
17006         Simplify verbose code, and include status and exec_output.
17007         (g++_load): Use gcc_load.
17008
17009 1994-09-04  Jim Wilson  (wilson@sphagnum.cygnus.com)
17010
17011         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
17012         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
17013         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
17014         940714-3.c as these testcases don't exist anymore.  Make
17015         va-arg-1.c expected to pass.
17016
17017 1994-08-19  Doug Evans  (dje@canuck.cygnus.com)
17018
17019         * gcc.misc-tests/misc.exp: Only run specific testcases.
17020         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
17021         * gcc.misc-tests/dg-[1-9].c: New files.
17022
17023         * lib/dg.exp: New testsuite driver.
17024         * gcc.prms/prms.exp: Use it.
17025
17026         * README.gcc: New file.
17027
17028         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
17029         Document and reset `lxpass' and `lxfail'.
17030         Simplify "initialized" message.
17031         (gcc_stat): Clean up comments a little.
17032
17033 1994-08-16  Doug Evans  (dje@canuck.cygnus.com)
17034
17035         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
17036
17037 1994-08-15  Doug Evans  (dje@canuck.cygnus.com)
17038
17039         * lib/old-dejagnu.exp (process-option): New proc.
17040         (old-dejagnu-init, old-dejagnu-stat): Likewise.
17041         (old-dejagnu): Simplify.
17042         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
17043
17044 1994-08-14  Jeff Law  (law@snake.cs.utah.edu)
17045
17046         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
17047         exists and is not an empty string.
17048
17049         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
17050         $xfail rather than calling setup_xfail.  Clear $xfail when test is
17051         finished.
17052         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
17053         automatically.
17054
17055         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
17056         longer expected to fail.
17057
17058         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
17059         "f" function call.
17060
17061         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
17062
17063         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
17064         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
17065         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
17066         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
17067         c-torture-1.29.
17068
17069         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
17070         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
17071
17072         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
17073
17074         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
17075         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
17076
17077         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
17078         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
17079         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
17080
17081 1994-07-12  Jim Kingdon  (kingdon@lioth.cygnus.com)
17082
17083         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
17084         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
17085         940714-1.c, 940714-2.c, 940714-3.c},
17086         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
17087         gcc.misc-tests/{mg.c,mg.exp}:
17088         New tests.
17089         * gcc.noncompile/noncompile.exp: Change accordingly.
17090
17091 1994-07-07  Doug Evans  (dje@canuck.cygnus.com)
17092
17093         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
17094         Undo previous clobberage.
17095
17096 1994-07-04  Jeff Law  (law@snake.cs.utah.edu)
17097
17098         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
17099         * gcc.special/{930510-1.c, special.exp}:
17100         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
17101         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
17102         struct-varargs-1.c}: New tests from c-torture-1.26.
17103
17104 1994-06-28  J.T. Conklin  (jtc@phishhead.cygnus.com)
17105
17106         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
17107           argument to switch.
17108
17109 1994-05-21  Bill Cox  (bill@rtl.cygnus.com)
17110
17111         * Revert the previous changes.  Please see Rob's directory
17112           (/lisa/test/rob/progressive/gcc/testsuite) for testing
17113           fixes.
17114
17115 1994-05-19  Bill Cox  (bill@rtl.cygnus.com)
17116
17117         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
17118             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
17119             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
17120             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
17121             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
17122             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
17123             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
17124             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
17125             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
17126             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
17127             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
17128             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
17129             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
17130             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
17131             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
17132             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
17133             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
17134             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
17135             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
17136             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
17137             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
17138             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
17139             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
17140             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
17141             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
17142             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
17143             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
17144
17145 1994-05-17  Bill Cox  (bill@rtl.cygnus.com)
17146
17147         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
17148             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
17149           with perror calls.
17150
17151 1994-05-02  Jason Merrill  (jason@deneb.cygnus.com)
17152
17153         * config/unix.exp (g++_load): Fix syntax.
17154
17155 1994-04-14  Jim Wilson  (wilson@sphagnum.cygnus.com)
17156
17157         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
17158         * gcc.noncompile/921017-1.c: Deleted obsolete test.
17159         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
17160         Don't expect va-arg-1.c to fail.  Correct expected output for
17161         920928-1.c.
17162         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
17163         * gcc.wendy/hbm4.c: Correct typo.
17164         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
17165
17166 1994-03-28  Doug Evans  (dje@canuck.cygnus.com)
17167
17168         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
17169         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
17170         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
17171         * lib/c-torture.exp (c-torture-compile): Ditto.
17172
17173         Reduce volume of output (remove all the -I's and such).
17174         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
17175         Call gcc_cpass, gcc_cfail.
17176         (c-torture): Pass testing option to c-torture-compile.
17177
17178 1994-03-21  Doug Evans  (dje@cygnus.com)
17179
17180         Bring patches over from progressive.
17181         * config/default.exp: Exit remote shell cleanly.
17182         (g++_exit, g++_start): Add default versions.
17183         * config/sim.exp (gcc_load): Use perror, not error.
17184
17185 1994-03-20  Doug Evans  (dje@canuck.cygnus.com)
17186
17187         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
17188         set in site.exp.
17189
17190 1994-03-14  Doug Evans  (dje@cygnus.com)
17191
17192         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
17193         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
17194         (wendy_try): New proc to run testcase.
17195         (main loop): Call 'em.
17196         * gcc.wendy/*.c: Clean up pass to correct expected output.
17197
17198         * lib/gcc.exp: Minor cleanup work.
17199         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
17200
17201 1994-03-09  Doug Evans  (dje@canuck.cygnus.com)
17202
17203         * config/sim.exp (gcc_load): Document return codes better.
17204         Don't pass -v to simulator.
17205
17206 1994-02-24  Jeffrey A. Law  (law@snake.cs.utah.edu)
17207
17208           * gcc.special/920717-x.c: Fix typo.
17209           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
17210           get at sources.
17211
17212         * lib/mike-gcc.exp: Fix typo.
17213
17214 1994-02-15  Rob Savoye  (rob@darkstar.cygnus.com)
17215
17216         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
17217         binary to use, transform the name.
17218         * config/*.exp: rename everything. Nuke any g++ specific files,
17219         it's now a special case of gcc that requires no special support.
17220         Add a default.exp for unsupported targets.
17221
17222 1994-02-11  Rob Savoye  (rob@poseidon.cygnus.com)
17223
17224         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
17225         lib/old-dejagnu.exp: Fix a few patterns to work with the new
17226         version of Tcl.
17227
17228 1994-02-09  Rob Savoye  (rob@darkstar.cygnus.com)
17229
17230         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
17231         than a warning.
17232
17233 1994-02-06  Jeffrey A. Law  (law@snake.cs.utah.edu)
17234
17235         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
17236
17237 1994-01-03  Jim Wilson  (wilson@sphagnum.cygnus.com)
17238
17239         * gcc.execute/execute.exp: Combine opt_list and foption_list into
17240         option_list.  Compile every file with only 4/6 option choices
17241         (same as C torture) instead of with 12/18 different option
17242         choices.
17243         * lib/c-torture.exp: Likewise.
17244
17245         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
17246         not already set.
17247
17248 1993-12-30  Mike Stump  (mrs@rtl.cygnus.com)
17249
17250         * lib/old-deja.exp: Add `excess errors test fails' error, now one
17251         can put an XFAIL *-*-* on excess errors.
17252
17253 1993-12-19  Jeffrey A. Law  (law@snake.cs.utah.edu
17254
17255         * g++.law: Add more tests derived from g++-bugs snapshots.
17256
17257         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
17258         equivalent to g++.law/init9.
17259
17260         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
17261         compiled it, and the a.out file after we've run it.
17262
17263 1993-12-17  Brendan Kehoe  (brendan@lisa.cygnus.com)
17264
17265         * lib/mike-g++.exp (postbase): Delete the .o file after we've
17266         compiled it, and the a.out file after we've run it.
17267
17268 1993-12-17  Jeffrey A. Law  (law@snake.cs.utah.edu)
17269
17270         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
17271
17272 1993-12-15  Rob Savoye  (rob@darkstar.cygnus.com)
17273
17274         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
17275         version number.
17276
17277 1993-12-12  Jeffrey A. Law  (law@snake.cs.utah.edu)
17278
17279         * g++.law: New directory of g++ tests derived from the g++-bugs
17280         snapshots.
17281
17282 1993-12-09  Jeffrey Wheat  (cassidy@cygnus.com)
17283
17284         * gcc.compile: initbug1.c initbug1.exp testcase added
17285
17286 1993-12-06  Jeffrey Wheat  (cassidy@cygnus.com)
17287
17288         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
17289         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
17290           fixes submitted by Jeff Law (law@cs.utah.edu)
17291         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
17292           Jeff Law (law@cs.utah.edu)
17293
17294
17295 1993-11-30  Mike Stump  (mrs@cygnus.com)
17296
17297         * config/unix-g++.exp: Follow the gcc way of doing things.
17298         * g++.old-deja/old-deja.exp: Minor updates.
17299         * lib/g++.exp: New file, follow the gcc way of doing things.
17300         * lib/old-dejagnu.exp: Minor updates.
17301         * lib/mike-g++.exp: Always unset errorInfo.
17302
17303 1993-11-06  Mike Stump  (mrs@cygnus.com)
17304
17305         * lib/gcc.exp: Fix some errors with the below change, CC and
17306         CFLAGS should be global when setting, not local.
17307
17308 1993-11-03  Rob Savoye  (rob@darkstar.cygnus.com)
17309
17310         * lib/gcc.exp: Transform tool name.
17311
17312 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17313
17314         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
17315
17316 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17317
17318         * lib/gcc.exp: change gcc_done to gcc_stat
17319
17320 1993-10-27  Jeffrey Wheat  (cassidy@cygnus.com)
17321
17322         * Upgraded gcc testsuite to c-torture version 1.25
17323
17324 1993-10-24  Jeffrey Wheat  (cassidy@cygnus.com)
17325
17326         * lib/gcc.exp: added reporting code. Changed verbose compile message.
17327         * lib/c-torture: added hooks for new reporting code.
17328
17329 1993-10-21  Jeffrey Wheat  (cassidy@cygnus.com)
17330
17331         * config/sh-gcc.exp: check if sh-sim exists in the path
17332
17333 1993-10-18  Jeffrey Wheat  (cassidy@cygnus.com)
17334
17335         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
17336         * gcc.compile/compile.exp: Initial changes for new logic.
17337         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
17338         * gcc.failure/failure.exp: Initial changes for new logic.
17339         * gcc.ieee/ieee.exp: Initial changes for new logic.
17340         * gcc.misc-tests/misc.exp: Initial changes for new logic.
17341         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
17342         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
17343         * lib/c-torture.exp: Initial changes for new logic.
17344         * lib/gcc.exp: Initial changes for new logic.
17345
17346 1993-10-15  Mike Stump  (mrs@cygnus.com)
17347
17348         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
17349         depend upon failure or success.  Fully qualify names in failure
17350         and success messages.  Always remove a.out before starting
17351         compile, just in case.  Pay more attention to error text output by
17352         the compiler.  Handle testcases with no known past errors just
17353         like all others, so that things are uniform.  Other miscellaneous
17354         improvements.
17355
17356 1993-10-13  Jeffrey Wheat  (cassidy@cygnus.com)
17357
17358         * gcc.cpp: new directory for cpp tests
17359
17360 1993-10-04  Jeffrey Wheat  (cassidy@cygnus.com)
17361
17362         * lib/chill.exp: Code reformatted, removed unused code.
17363         * config/unix-chill.exp: Code reformatted, removed unused code.
17364         * chill.execute/execute.exp: Code reformatted, removed unused code.
17365         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
17366
17367 1993-10-04  Ian Lance Taylor  (ian@cygnus.com)
17368
17369         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
17370         routines not written.
17371
17372 1993-09-27  Rob Savoye  (rob@darkstar.cygnus.com)
17373
17374         * config/bug-gcc.exp: Use new procs from bug.exp.
17375
17376 1993-09-21  Rob Savoye  (rob@darkstar.cygnus.com)
17377
17378         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
17379         via ftp, rather than depending on NFS.
17380         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
17381         case.
17382
17383 1993-09-09  Rob Savoye  (rob@darkstar.cygnus.com)
17384
17385         * config/bug-gcc.exp: Use new download proc.
17386
17387 1993-09-14  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
17388
17389         * chill.execute/execute.exp: cleanups, handles errors better
17390         * chill.compile/compile.exp: rewrite, based on execute.exp
17391         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
17392         * lib/chill.exp: major changes to diff proc and compile and link
17393           procs. added chill_fail and chill_pass wrappers to pass and
17394           fail. added more comments, and handle error codes better.
17395           Added a hack to capture stderr from exec, so noncompile tests
17396           can work.
17397
17398 1993-09-11  Jeffrey Wheat  (cassidy@cygnus.com)
17399
17400         * chill.execute/execute.exp: rewrite of testsuite driver
17401         * lib/chill.exp: rewrite of testsuite driver
17402         * config/unix-chill.exp: rewrite of testsuite driver
17403
17404 1993-08-25  Bill Cox  (bill@rtl.cygnus.com)
17405
17406     In chill.execute:
17407         * iexpr.ch: Standardize uppercase.
17408         * tuples.dat: Standardize uppercase.
17409         * vary.ch: standardize.  Correct varying string assignments.
17410         * vary.dat: Add new output lines.
17411
17412 1993-08-24  Bill Cox  (bill@rtl.cygnus.com)
17413
17414     In chill.execute:
17415         * chprintf.ch: Standardize use of uppercase.
17416         * tuples.ch: Standardize and turn arr2 into a DCL,
17417           rather than a SYN.
17418         * pinits.ch: Standardize.
17419
17420 1993-08-23  Per Bothner  (bothner@kalessin.cygnus.com)
17421
17422         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
17423         * Makefil: Renamed to Makefile.in.
17424         * configure.in: New.
17425
17426 1993-08-23  Bill Cox  (bill@rtl.cygnus.com)
17427
17428     In chill.execute:
17429         * .cvsignore: Add result/output files.
17430         * Makefile: Fix up variables at start.  Use MFLAGS
17431           everywhere.  Correct bool_loc, built_ins entries.
17432           Add entry for vary1.ch.
17433         * bitarray.ch: Standardize upper-case usage.
17434         * bitexpr.ch: Standardize, add output of b1.
17435         * params.ch: Use arrayt in along PROC parameters, to
17436           avoid novelty problems.
17437         * sets.ch: Tiny cleanup.
17438         * vary1.ch: Re-indent.
17439
17440 1993-08-17  Bill Cox  (bill@rtl.cygnus.com)
17441
17442           * Add PR-related files to Makefiles, .cvsignore files, etc.
17443
17444 1993-08-02  Jeff Wheat  (cassidy@cygnus.com)
17445
17446         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
17447           with compiler objects. New names are test-flow.c and test-loop.c
17448
17449 1993-07-27  Jeff Wheat  (cassidy@cygnus.com)
17450
17451         * Upgraded c-torture tests from 1.19 to 1.20
17452
17453         * new files:
17454         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
17455         * gcc.compile: 930623-1.c 930623-2.c
17456         * gcc.noncompile: 930622-1.c 930622-2.c
17457         * gcc.failure: 920411-1.c 920627-2.c
17458         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
17459
17460 1993-07-20  Jeff Wheat  (cassidy@cygnus.com)
17461
17462         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17463           More changes to get testsuite working properly. Needs more work.
17464           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
17465
17466 1993-07-19  Jeff Wheat  (cassidy@cygnus.com)
17467
17468         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
17469           More changes to get testsuite working properly. Needs more work.
17470
17471 1993-07-13 Jeff Wheat  (cassidy@cygnus.com)
17472
17473         * chill.compile/compile.exp: Added for Dejagnu support
17474         * chill.execute/execute.exp: Added for Dejagnu support
17475         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
17476
17477 1993-06-19  Bill Cox  (bill@rtl.cygnus.com)
17478
17479     This should complete moving the CHILL test files.
17480         * chill.noncompile(.cvsignore printf.grt
17481             in-printf.grt chprintf.grt chprintf.ch):
17482             Added test-support files.
17483           (Makefile): Modified further.
17484         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
17485             signal.ch): Added test files.
17486           * chill.execute (.cvsignore printf.grt printr.c
17487             in-printf.grt rts.c chprintf.grt rts.h): Added
17488           test-support files.
17489             (Makefile): More corrections.
17490
17491 1993-06-18  Bill Cox  (bill@rtl.cygnus.com)
17492
17493         * chill.compile, chill.execute, chill.nocompile: Add CHILL
17494           test cases, ready for DejaGnu.
17495
17496 1993-06-17  Jeffrey Wheat  (cassidy@cygnus.com)
17497
17498         * Upgraded c-torture tests from 1.18 to 1.19
17499
17500         * gcc.compile: added test(s):
17501           930607-1.c
17502         * gcc.execute: added test(s):
17503           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
17504
17505         * added new subdirectory for misc tests: gcc.misc-tests
17506         * gcc.misc-test(s): added tests:
17507           inst-check.c test-consts.c test-ior.c test-switch.c
17508
17509 1993-06-09  Brendan Kehoe  (brendan@lisa.cygnus.com)
17510
17511         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
17512
17513 1993-06-07  Ian Lance Taylor  (ian@cygnus.com)
17514
17515         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
17516
17517 1993-06-03  Jeffrey Wheat  (cassidy@cygnus.com)
17518
17519         * Upgraded c-torture tests from 1.17 to 1.18
17520
17521 1993-06-02  Jeffrey Wheat  (cassidy@cygnus.com)
17522
17523         * Upgraded c-torture tests from 1.12 to 1.17
17524
17525 1993-04-30  Mike Werner  (mtw@deneb.cygnus.com)
17526
17527         * lib/old-dejagnu.exp:
17528           Fixed handling of XFAIL target triplets to correctly
17529           recognize wildcard characters.  Removed code that
17530           appended a unique id tag to the end of the file name
17531           printed out by the result of the testcases within a
17532           given test file.
17533
17534 1993-04-29  Mike Werner  (mtw@deneb.cygnus.com)
17535
17536         * lib/old-dejagnu.exp:
17537           Reworked expected failure handling to trigger off of XFAIL
17538           keyword in keyphrase embeded in testcase source code. The
17539           XFAIL keyword must be at the end of the keyphrase line. It
17540           may optionally be followed by one or more target triplets.
17541           It has just occured that the handling of wildcards in the
17542           target triplet may not be correct.
17543
17544 1993-04-23  Mike Werner  (mtw@deneb.cygnus.com)
17545
17546         * g++.old-deja/tests:
17547           Moved all subdirectories up one level into g++.old-deja .
17548
17549         * lib/old-dejagnu.exp:
17550           Fixed problem with CXXFLAGS not being properly reset, and being
17551           corrupted with extraneous "-c" compiler option.  This was
17552           causing binaries to not be generated for test that needed them.
17553           Modified strings passed to "pass" and "fail" so that individual
17554           tests from the same test file would be distinguished by an
17555           identifier appended to the test file name in the summary logs;
17556           this corrected a problem with erroneous diff logs.  Added code
17557           to search testcases for expected fail and unexpected pass keywords.
17558
17559 1993-04-20  Rob Savoye  (rob at darkstar.cygnus.com)
17560
17561         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
17562
17563 1993-04-15  Mike Werner  (mtw@deneb.cygnus.com)
17564
17565         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
17566           Removed extraneous text from end of "Special g++ Options"
17567           keyphrase.
17568
17569         * lib/old-dejagnu.exp: Added pattern matching to look for new
17570           keywords, embedded in testcases comments, which will trigger
17571           calls to xpass and xfail.
17572
17573 1993-04-14  Mike Werner  (mtw@deneb.cygnus.com)
17574
17575         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
17576           comments embedded in the testcases, especially the one looking for
17577           special compiler options, as well as the pattern matching for the
17578           compiler output again.
17579
17580 1993-04-12  Mike Werner  (mtw@deneb.cygnus.com)
17581
17582         * lib/old-dejagnu.exp: Do a proper check of the return value for
17583           execute tests. Fixed several problems with the pattern matching
17584           of the compiler output which gave erroneous test results.
17585           Changed several of the test result messages to be more descriptive.
17586         * config/unix-g++.exp: Proc g++_load now actually works and
17587           executes the tests passed to it and returns a usable return
17588           value.
17589
17590 1993-04-11  Rob Savoye  (rob at darkstar.cygnus.com)
17591
17592           * lib/gcc.exp: Exits gracefully if $CC is bogus.
17593
17594 1993-04-09  Mike Werner  (mtw@deneb.cygnus.com)
17595
17596         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
17597           Modified both files to properly execute the old style
17598           dejagnu tests. The previous versions of these files were
17599           experimental and did not function anything near correctly.
17600
17601 1993-04-05  Rob Savoye  (rob@cygnus.com)
17602
17603         * Removed all Makefile.in and configure.in files. No configuration
17604         needed now.
17605
17606 1993-04-02  Mike Werner  (mtw@deneb.cygnus.com)
17607
17608         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
17609
17610 1993-03-28  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17611
17612         * gcc.compile/configure.in, gcc.unsorted/configure.in,
17613         gcc.special/configure.in, gcc.noncompile/configure.in,
17614         gcc.execute/configure.in, gcc.code_quality/configure.in,
17615         g++.other/configure.in, g++.old-deja/configure.in,
17616         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
17617         in srcname setting.
17618
17619 1993-03-25  Rob Savoye  (rob at darkstar.cygnus.com)
17620
17621         * lib/udi.exp:  Fixed mondfe and mondfe_download.
17622         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
17623         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
17624
17625 1993-03-25  Ian Lance Taylor  (ian@cygnus.com)
17626
17627         * config/udi-gdb.exp: Check $shell_id after connecting to target.
17628         (gdb_exit): Don't remove *_soc files.
17629
17630 1993-03-22  Ian Lance Taylor  (ian@cygnus.com)
17631
17632         * lib/c-torture.exp: Don't look for main; instead always use -w
17633         -c.  This is how the c-torture tests work.  Remove the object
17634         file if the compilation succeeds.
17635         * gcc.execute/execute.exp: Remove executable if test passes.
17636         * gcc.noncompile/noncompile.exp: Every test is an expected
17637         failure.
17638         * gcc.special/special.exp: Added tests from c-torture 1.11,
17639         corrected use of existing test.
17640         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
17641         gcc.execute/920625-1.c: Updated to c-torture 1.11.
17642         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
17643         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
17644         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
17645         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
17646         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
17647         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
17648         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
17649         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
17650         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
17651         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
17652         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
17653         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
17654         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
17655         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
17656         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
17657         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
17658         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
17659         c-torture 1.11.
17660         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
17661         correspond to c-torture 1.11.
17662
17663         * New file.