OSDN Git Service

PR c++/6037
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
2
3         * g++.dg/other/enum1.C: New test.
4
5 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
6
7         * gcc.dg/pragma-ep-3.c: Fix typo.
8
9 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10
11         * g++.dg/inherit/template-as-base.C: New test.
12
13 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
14
15         * g++.old-deja/g++.other/dwarf2-1.C: Move...
16         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
17
18 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
19
20         * gcc.dg/cpp/multiline.c: Update to match.
21
22 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
23
24         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
25
26 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
27
28         * gcc.dg/cpp/extratokens2.c:  New file.
29
30 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
31
32         * gcc.dg/20020312-2.c: Add rs6000 target.
33
34         * gcc.c-torture/compile/20020319-1.c: New test.
35
36 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
37
38         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names. 
39         (A, E): Handle this.
40
41 2002-03-20  Jason Merrill  <jason@redhat.com>
42
43         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
44         ignoring -fpic.
45         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
46         through prune_gcc_output.
47
48 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
49
50         * gcc.c-torture/compile/20020320-1.c: New test.
51
52 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
53
54         * gcc.c-torture/compile/20020318-1.c: New test.
55
56         * gcc.dg/struct-by-value-1.c: New test.
57
58         * gcc.dg/20020319-1.c: New test.
59
60 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
61
62         * g++.dg/opt/conj1.C: New test.
63
64 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
65
66         * g++.dg/template/qualttp20.C: Revert previous change.
67         * g++.dg/template/qualttp3.C: Likewise.
68         * g++.dg/template/qualttp4.C: Likewise
69         * g++.dg/template/qualttp5.C: Likewise
70         * g++.dg/template/qualttp6.C: Likewise
71         * g++.dg/template/qualttp7.C: Likewise
72         * g++.dg/template/qualttp8.C: Likewise
73         * g++.dg/template/recurse.C: Likewise.
74
75 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
76
77         * gcc.dg/cpp/wchar-1.c: Update.
78
79 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
80
81         * g++.dg/template/conv1.C: New test.
82         * g++.dg/template/conv2.C: New test.
83         * g++.dg/template/conv3.C: New test.
84         * g++.dg/template/conv4.C: New test.
85
86 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
87
88         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
89         * g++.dg/template/qualttp3.C: Likewise.
90         * g++.dg/template/qualttp4.C: Likewise
91         * g++.dg/template/qualttp5.C: Likewise
92         * g++.dg/template/qualttp6.C: Likewise
93         * g++.dg/template/qualttp7.C: Likewise
94         * g++.dg/template/qualttp8.C: Likewise
95         * g++.dg/template/recurse.C: Likewise.
96
97 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
98
99         * g++.dg/opt/dtor1.C: New test.
100
101 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
102
103         * gcc.c-torture/compile/20020315-1.c: New test.
104
105 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
106
107         * gcc.dg/weak-1.c: Fix scan tests.
108
109 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
110
111         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
112         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
113         cris-*-aout* mmix-*-*.
114         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
115         cris-*-aout* mmix-*-*.
116         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
117         cris-*-elf* cris-*-aout* and mmix-*-*.
118         * gcc.dg/20001009-1.c: Ditto.
119         * gcc.dg/20010912-1.c: Ditto.
120         * gcc.dg/20020122-4.c: Ditto.
121         * gcc.dg/inline-2.c: Ditto.
122
123 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
124
125         * gcc.c-torture/compile/20020314-1.c: New test.
126
127 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
128
129         * gcc.c-torture/execute/20020314-1.c: New test.
130
131 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
132
133         * g++.dg/warn/Wunused-1.C: New test.
134
135 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
136
137         * g++.dg/abi/mangle6.C: New test.
138
139 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
140
141         * gcc.c-torture/compile/20020309-2.c: New test.
142
143         * gcc.c-torture/compile/20020312-1.c: New test.
144
145 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
146
147         * g++.dg/other/access1.C: New test.
148
149 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
150
151         * gcc.c-torture/execute/wchar_t-1.c: New test.
152
153 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
154
155         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
156
157 2002-03-12  Roger Sayle  <roger@eyesopen.com>
158
159         * gcc.dg/20020312-1.c: New test case.
160
161 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
162
163         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
164
165 2002-03-11  Richard Henderson  <rth@redhat.com>
166
167         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
168         * g++.old-deja/g++.jason/report.C: Likewise.
169
170 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
171
172         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
173         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
174
175 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
176
177         * testsuite/g++.dg/overload/pmf1.C: New test.
178
179 2002-03-11  Kazu Hirata  <kazu@hxi.com>
180
181         * gcc.c-torture/execute/20020307-1.c: Use long.
182
183 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
184
185         PR optimization/5844
186         * gcc.dg/20020310-1.c: New test.
187
188 2002-03-09  Michael Meissner  <meissner@redhat.com>
189
190         * gcc.c-torture/execute/memcpy-2.c: New test.
191         * gcc.c-torture/execute/memset-1.c: New test.
192         * gcc.c-torture/execute/strlen-1.c: New test.
193         * gcc.c-torture/execute/strcmp-1.c: New test.
194         * gcc.c-torture/execute/strncmp-1.c: New test.
195
196 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
197
198         * gcc.dg/ppc-ldstruct.c: New test.
199
200 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
201
202         * gcc.c-torture/execute/va-arg-22.c: New test.
203
204 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
205
206         * gcc.c-torture/compile/20020309-1.c: New test.
207
208 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
209
210         * gcc.c-torture/execute/20020307-2.c: New test.
211
212 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
213
214         * g77.f-torture/compile/20020307-1.f: New test.
215
216 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
217
218         * gcc.dg/unordered-1.c: New test.
219
220 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
221
222         * gcc.c-torture/execute/20020307-1.c: New test.
223
224 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
225
226         * gcc.dg/20020304-1.c: New test.
227
228         * gcc.c-torture/compile/20020304-2.c: New test.
229
230 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
231
232         * gcc.c-torture/compile/20020304-1.c: New test case
233         (from PR c/5830).
234
235 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
236
237         * gcc.dg/20020103-1.c: Add other -D ppc variants.
238
239 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
240
241         * g++.dg/other/classkey1.C: New test.
242
243 2002-03-01  Richard Henderson  <rth@redhat.com>
244
245         * gcc.c-torture/compile/981223-1.x: New.
246         * gcc.c-torture/compile/920625-1.x: New.
247
248 2002-02-28  Richard Henderson  <rth@redhat.com>
249
250         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
251
252 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
253
254         * gcc.c-torture/execute/20020227-1.c: New test.
255
256 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
257
258         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
259         here" ERROR lines.
260         * g++.old-deja/g++.oliva/partord1.C: Likewise.
261         * g++.old-deja.g++.other/defarg1.C: Likewise.
262         * g++.old-deja/g++.pt/calls2.C: Likewise.
263         * g++.old-deja/g++.pt/crash20.C: Likewise.
264         * g++.old-deja/g++.pt/crash30.C: Likewise.
265         * g++.old-deja/g++.pt/crash36.C: Likewise.
266         * g++.old-deja/g++.pt/crash6.C: Likewise.
267         * g++.old-deja/g++.pt/defarg13.C: Likewise.
268         * g++.old-deja/g++.pt/derived3.C: Likewise.
269         * g++.old-deja/g++.pt/error1.C: Likewise.
270         * g++.old-deja/g++.pt/friend21.C: Likewise.
271         * g++.old-deja/g++.pt/friend23.C: Likewise.
272         * g++.old-deja/g++.pt/infinite1.C: Likewise.
273         * g++.old-deja/g++.robertl/eb128.C: Likewise.
274
275 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
276
277         * gcc.c-torture/execute/20020225-2.c: New test.
278
279 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
280
281         * gcc.c-torture/execute/920730-1t.c,
282         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
283         Delete test cases, only relevant to -traditional.
284
285 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
286
287         * gcc.dg/cpp/undef1.c: Remove.
288         * gcc.dg/cpp/directiv.c: Update.
289         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
290
291 2002-02-27  Michael Meissner  <meissner@redhat.com>
292
293         * gcc.c-torture/execute/20020226-1.c: New test.
294
295 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
296
297         * g++.dg/debug/debug4.C: New test.
298
299         * gcc.dg/ia64-visibility-1.c: New test.
300
301 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
302
303         * gcc.dg/debug/20020224-1.c: New.
304
305 2002-02-25  Kazu Hirata  <kazu@hxi.com>
306
307         * gcc.c-torture/execute/960416-1.x: New.
308         * gcc.c-torture/execute/divconst-3.x: Likewise.
309
310 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
311
312         * gcc.dg/20020224-1.c: New test.
313
314 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
315
316         * gcc.c-torture/execute/20020225-1.c: New.
317
318 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
319
320         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
321
322 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
323
324         * gcc.dg/20020222-1.c: New test.
325
326 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
327
328         * g++.dg/opt/anonunion1.C: New test.
329
330 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
331
332         * g++.dg/template/qualttp19.C: New test.
333         * g++.dg/template/qualttp20.C: New test.
334         * g++.old-deja/g++.jason/report.C: Adjust expected errors
335         * g++.old-deja/g++.other/qual1.C: Likewise.
336
337 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
338
339         * gcc.dg/attr-alwaysinline.c: New.
340
341 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
342
343         * gcc.dg/20020220-1.c: New test.
344
345         * gcc.dg/20020220-2.c: New test.
346
347         * g++.dg/opt/mmx1.C: New test.
348
349 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
350
351         * gcc.c-torture/compile/20020110.c: New test.
352
353 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
354
355         * gcc.c-torture/execute/20020219-1.c: New test.
356
357         * gcc.dg/20020219-1.c: New test.
358
359         * gcc.dg/noncompile/20020220-1.c: New test.
360
361         * g++.dg/opt/ptrintsum1.C: New test.
362
363         * gcc.dg/debug/20020220-1.c: New test.
364
365 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
366
367         * gcc.c-torture/execute/20020216-1.c: New test.
368
369 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
370
371         * gcc.dg/decl-1.c: Update, new test.
372
373 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
374
375         * g++.dg/abi/bitfield1.C: New test.
376         * g++.dg/abi/bitfield2.C: New test.
377
378 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
379
380         * gcc.dg/attr-nest.c: New test.
381
382 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
383
384         * gcc.c-torture/execute/20020215-1.c: New test.
385
386 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
387
388         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
389         * g++.dg/debug/debug.exp: New.
390         * g++.dg/debug/trivial.C: New.
391         * g++.dg/debug/debug1.C: Moved...
392         * g++.dg/other/debug1.C: ...from here.
393         * g++.dg/debug/debug2.C: Moved...
394         * g++.dg/other/debug2.C: ...from here.
395         * g++.dg/debug/debug3.C: Moved...
396         * g++.dg/other/debug3.C: ...from here.
397
398         * gcc.dg/noncompile/20020213-1.c: New test.
399
400 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
401
402         * g++.dg/other/debug3.C: New test.
403
404         * gcc.c-torture/execute/20020213-1.c: New test.
405
406 2002-02-13  Richard Smith <richard@ex-parrot.com>
407
408         * g++.old-deja/g++.other/thunk1.C: New test.
409
410 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
411
412         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
413
414 2002-02-13  Stan Shebs  <shebs@apple.com>
415
416         * gcc.dg/altivec-3.c: New.
417
418 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
419
420         * gcc.dg/Wunreachable-1.c: New test.
421         * gcc.dg/Wunreachable-2.c: New test.
422
423 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
424
425         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
426
427 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
428
429         * gcc.dg/decl-1.c: New test.
430
431 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
432
433         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
434
435 2002-02-10  Kazu Hirata  <kazu@hxi.com>
436
437         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
438         * gcc.c-torture/compile/980506-1.x: Likewise.
439
440 2002-02-10  Kazu Hirata  <kazu@hxi.com>
441
442         * gcc.dg/20020210-1.c: New.
443
444 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
445
446         * g77.f-torture/execute/947.f: New regression test
447         for PR fortran/947.
448
449 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
450
451         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
452         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
453
454 2002-02-08  Richard Henderson  <rth@redhat.com>
455
456         * gcc.c-torture/compile/labels-3.c: New.
457
458 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
459
460         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
461         expression statements work instead.
462         * gcc.dg/noncompile/20020207-1.c: New test.
463
464 2002-02-07  Richard Henderson  <rth@redhat.com>
465
466         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
467
468 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
469
470         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
471         message from g77
472         * lib/g77-dg.exp: Trim g77 error messages so that they are
473         recognised by dg.exp.
474
475 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
476
477         PR fortran/5473
478         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
479
480 2002-02-07  Richard Henderson  <rth@redhat.com>
481
482         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
483         to be sufficiently aligned for integers.
484
485 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
486
487         * g++.dg/template/friend4.C: New test.
488
489 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
490
491         PR fortran/5743
492         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
493         unsupported cases.
494
495 2002-02-07  Richard Henderson  <rth@redhat.com>
496
497         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
498         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
499         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
500         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
501
502 2002-02-06  Richard Henderson  <rth@redhat.com>
503
504         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
505
506 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
507
508         * gcc.dg/20020206-1.c: New test.
509
510 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
511
512         * gcc.c-torture/execute/20020206-1.c: New test.
513
514         * gcc.c-torture/execute/20020206-2.c: New test.
515
516         PR optimization/5429:
517         * gcc.c-torture/compile/20020206-1.c: New test.
518
519 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
520
521         * g++.dg/ext/align1.C: Do not use an explicit alignment value
522         as certain file formats cannot support particularly large
523         alignments.
524
525         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
526         and do not expect to be able to link the executable.
527
528         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
529         fail because the COFF format does not support the weak attribute.
530
531 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
532
533         * g77.dg/pr5473.f:  New test
534
535 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
536
537         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
538         Fix testcase accordingly.
539
540 2002-02-04  Richard Henderson  <rth@redhat.com>
541
542         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
543         (buf): Change to be an array of pointers, not ints.
544
545 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
546
547         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
548         before all tests.  Move warning one line above to match where it
549         C frontend emits.
550         * gcc.dg/Wswitch-2.c: New test.
551         * g++.dg/warn/Wswitch-1.C: New test.
552         * g++.dg/warn/Wswitch-2.C: New test.
553
554 2002-02-04  Richard Henderson  <rth@redhat.com>
555
556         * g++.dg/abi/offsetof.C: Fix size comparison.
557
558 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
559
560         * gcc.dg/cast-qual-2.c: New test.
561
562 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
563
564         * gcc.dg/20020201-4.c: New test.
565
566 2002-02-04  Ben Elliston  <bje@redhat.com>
567
568         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
569         target_info attribute != 0, in addition to the empty string.
570         (gcc_target_compile): Likewise.
571
572 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
573
574         * gcc.dg/Wswitch.c: New test.
575         PR gcc/4475. PR gcc/3780.
576
577 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
578
579         * g77.f-torture/execute/5122.f: New test for regressions
580         against PR fortran/5122.
581
582 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
583
584         * g77.f-torture/compile/pr3743.f: Delete
585         * g77.dg/pr3743-1.f: New test.
586         * g77.dg/pr3743-2.f: New test.
587         * g77.dg/pr3743-3.f: New test.
588         * g77.dg/pr3743-4.f: New test.
589
590 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
591
592         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
593
594 2002-02-02  Richard Henderson  <rth@redhat.com>
595
596         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
597         * gcc.c-torture/execute/bf64-1.c: Likewise.
598
599 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
600
601         * gcc.dg/20020201-2.c: New test.
602
603         * gcc.dg/20020201-3.c: New test.
604
605         * gcc.c-torture/execute/bitfld-2.c: New test.
606
607 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
608
609         * gcc.dg/bitfld-1.c: Update.
610         * gcc.dg/bitfld-2.c: Update.
611         * gcc.c-torture/execute/bitfld-1.x: New.
612
613 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
614
615         * gcc.c-torture/execute/20020201-1.c: New test.
616
617 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
618
619         PR target/5469
620         * gcc.dg/20020201-1.c: New test.
621
622 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
623
624         PR fortran/3743
625         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
626         * g77.f-torture/compile/pr3743.x: Remove
627
628 2002-01-31  Tom Rix  <trix@redhat.com>
629
630         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
631
632 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
633
634         * gcc.dg/noncompile/20020130-1.c: New test.
635
636 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
637
638         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
639
640 2002-01-29  Richard Henderson  <rth@redhat.com>
641
642         * gcc.c-torture/execute/991118-1.c: Cast various constants back
643         to long long.
644         * gcc.c-torture/execute/bf64-1.c: Likewise.
645
646 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
647
648         * gcc.c-torture/execute/20020129-1.c: New test.
649
650 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
651
652         * gcc.c-torture/compile/20000224-1.c: Update.
653         * gcc.c-torture/execute/bitfld-1.c: New tests.
654         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
655         * gcc.dg/uninit-A.c: Update.
656
657 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
658
659         * g++.dg/template/ctor1.C: Add instantiation.
660
661 2002-01-28  Paul Koning  <pkoning@equallogic.com>
662
663         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
664         argument to __builtin_prefetch to be const ptr.
665
666 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
667
668         * gcc.c-torture/compile/20020120-1.c: New test.
669
670 2002-01-27  Kazu Hirata  <kazu@hxi.com>
671
672         * gcc.c-torture/execute/20020127-1.c: New test.
673
674 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
675
676         * g77.dg/f77-edit-i-in.f: New test
677         * g77.dg/f77-edit-i-out.f: New test
678
679 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
680
681         * gcc.dg/debug/debug.exp: New file.
682         * gcc.dg/debug/trivial.c: New file.
683         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
684         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
685         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
686         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
687         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
688         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
689         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
690         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
691         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
692         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
693         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
694         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
695         * gcc.dg/20000503-1.c: Removed.
696         * gcc.dg/20010207-1.c: Removed.
697         * gcc.dg/20011223-1.c: Removed.
698         * gcc.dg/20020104-2.c: Removed.
699         * gcc.dg/debug-1.c: Removed.
700         * gcc.dg/debug-2.c: Removed.
701         * gcc.dg/debug-3.c: Removed.
702         * gcc.dg/debug-4.c: Removed.
703         * gcc.dg/debug-5.c: Removed.
704         * gcc.dg/debug-6.c: Removed.
705         * gcc.dg/dwarf2-1.c: Removed.
706         * gcc.dg/dwarf2-2.c: Removed.
707
708 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
709
710         * g++.old-deja/g++.other/eh5.C: New test.
711         * g++.old-deja/g++.other/sibcall2.C: New test.
712         * g++.old-deja/g++.other/array9.C: New test.
713         * g++.old-deja/g++.other/typename2.C: New test.
714         * g++.old-deja/g++.other/crash60.C: New test.
715         * g++.old-deja/g++.other/conv9.C: New test.
716         * g++.old-deja/g++.other/mangle10.C: New test.
717         * g++.old-deja/g++.other/unchanging1.C: New test.
718         * g++.old-deja/g++.other/exprstmt1.C: New test.
719         * g++.old-deja/g++.other/inline23.C: New test.
720         * g++.old-deja/g++.eh/ia64-1.C: New test.
721         * g++.old-deja/g++.other/dwarf2-1.C: New test.
722         * g++.old-deja/g++.other/reload1.C: New test.
723         * g++.old-deja/g++.other/static20.C: New test.
724         * g++.old-deja/g++.other/local-alloc1.C: New test.
725         * g++.old-deja/g++.other/conv8.C: New test.
726         * g++.old-deja/g++.other/stmtexpr2.C: New test.
727         * g++.old-deja/g++.other/storeexpr1.C: New test.
728         * g++.old-deja/g++.other/storeexpr2.C: New test.
729         * g++.dg/eh/template2.C: New test.
730         * g++.dg/warn/weak1.C: New test.
731
732 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
733
734         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
735         Remove first, non-varying, argument.
736
737 2002-01-23  Richard Henderson  <rth@redhat.com>
738
739         * gcc.dg/inline-2.c: New.
740
741         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
742         Add optional target arg.  Check number of arguments.
743         (scan-assembler-not, scan-assembler-dem): Likewise.
744         (scan-assembler-dem-not): Likewise.
745
746 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
747
748         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
749         line 12.
750         * g++.old-deja/g++.brendan/parse3.C,
751         g++.old-deja/g++.other/crash26.C,
752         g++.old-deja/g++.other/crash28.C,
753         g++.old-deja/g++.other/crash29.C,
754         g++.old-deja/g++.other/crash30.C,
755         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
756
757 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
758
759         * gcc.dg/20020115-1.c: New.
760
761 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
762
763         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
764
765 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
766
767         * gcc.dg/20020122-3.c: New.
768
769 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
770
771         * g++.dg/other/gc1.C: New test.
772
773 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
774
775         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
776
777 2002-01-22  Richard Henderson  <rth@redhat.com>
778
779         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
780
781 2002-01-22  Richard Henderson  <rth@redhat.com>
782
783         * gcc.dg/20020122-4.c: New.
784
785 2002-01-22  H.J. Lu <hjl@gnu.org>
786
787         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
788         link output.
789         * gcc.dg/special/ecos.exp: Likewise.
790         * lib/g++-dg.exp: Likewise.
791         * lib/g77-dg.exp: Likewise.
792         * lib/gcc-dg.exp : Likewise.
793         * lib/mike-g++.exp: Likewise.
794         * lib/mike-g77.exp: Likewise.
795         * lib/mike-gcc.exp: Likewise.
796         * lib/objc-dg.exp: Likewise.
797
798 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
799
800         PR target/5379
801         * gcc.dg/20020122-2.c: New test.
802
803 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
804
805         * gcc.dg/20020122-1.c: New test.
806
807 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
808
809         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
810
811 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
812
813         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
814
815 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
816
817         * gcc.c-torture/compile/20020121-1.c: New test.
818
819 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
820
821         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
822         ld_library_path.
823
824 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
825
826         * gcc.dg/20020218-1.c: New test.
827
828 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
829
830         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
831         messages
832         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
833         "At global scope" warning
834         * g++.dg/ext/align1.C: Change cygwin test for alignment
835         from db-bogus to dg-warning
836
837 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
838
839         * g77.f-torture/compile/cpp2.F: New test.
840
841 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
842
843         * g++.dg/template/access1.C: New test.
844
845 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
846
847         * gcc.dg/20020118-1.c: New.
848
849 2002-01-18  Kazu Hirata  <kazu@hxi.com>
850
851         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
852
853 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
854
855         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
856         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
857         alignment warnings.
858
859 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
860
861         * gcc.misc-tests/i386-prefetch.exp: Save and restore
862         torture_with_loops and torture_without_loops
863
864 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
865
866         * gcc.c-torture/compile/20020116-1.c: New test.
867
868 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
869
870         * gcc.dg/20020116-2.c: New test.
871
872         * gcc.dg/ultrasp4.c: New test.
873
874         * gcc.dg/20020116-1.c: New test.
875
876 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
877
878         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
879         by EABI.
880
881 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
882
883         * gcc.misc-tests/i386-prefetch.exp: New.
884         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
885         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
886         * gcc.misc-tests/i386-pf-none-1.c: New test.
887         * gcc.misc-tests/i386-pf-sse-1.c: New test.
888
889 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
890
891         * gcc.dg/gnu89-init-1.c: Add new tests.
892
893 2002-01-15  Andreas Jaeger  <aj@suse.de>
894
895         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
896         * gcc.dg/i386-mmx-2.c: Likewise.
897         * gcc.dg/i386-sse-1.c: Likewise.
898         * gcc.dg/i386-sse-2.c: Likewise.
899         * gcc.dg/i386-sse-3.c: Likewise.
900
901 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
902
903         * g77.f-torture/execute/intrinsic-unix-bessel.f:
904         Uncomment additional cases that now pass.
905
906 2002-01-11  Richard Henderson  <rth@redhat.com>
907
908         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
909         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
910
911 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
912
913         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
914
915 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
916
917         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
918         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
919
920 2002-01-10  Dale Johannesen  <dalej@apple.com>
921
922         * gcc.c-torture/execute/loop-11.c: New.
923
924 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
925
926         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
927         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
928
929 2002-01-09  Richard Henderson  <rth@redhat.com>
930
931         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
932         type in which to perform the operation for each size.
933
934 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
935
936         * gcc.c-torture/compile/20020109-2.c: New test.
937
938 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
939
940         * gcc.c-torture/execute/loop-10.c: New test.
941
942 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
943
944         * gcc.c-torture/compile/20010226-1.c: New test.
945         * gcc.c-torture/compile/20010227-1.c: New test.
946         * gcc.c-torture/compile/20010426-1.c: New test.
947         * gcc.c-torture/compile/20010510-1.c: New test.
948         * gcc.c-torture/compile/20010605-3.c: New test.
949         * gcc.c-torture/compile/20010824-1.c: New test.
950         * gcc.c-torture/execute/20010409-1.c: New test.
951         * gcc.dg/noncompile/20000901-1.c: New test.
952         * gcc.dg/20001023-1.c: New test.
953         * gcc.dg/20001101-1.c: New test.
954         * gcc.dg/20001102-1.c: New test.
955         * gcc.dg/20010207-1.c: New test.
956         * gcc.dg/20010405-1.c: New test.
957         * gcc.dg/20010822-1.c: New test.
958         * gcc.dg/20011107-1.c: New test.
959
960 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
961
962         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
963
964         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
965         execution failure on PA targets.
966
967 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
968
969         * gcc.c-torture/compile/20020109-1.c: New test.
970
971 2002-01-08  Kazu Hirata  <kazu@hxi.com>
972
973         * gcc.c-torture/execute/20020108-1.c: New test.
974
975 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
976
977         * gcc.dg/20020108-1.c: New test.
978
979 2002-01-08  H.J. Lu <hjl@gnu.org>
980
981         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
982         for header files.
983
984 2002-01-08  Geoff Keating  <geoffk@redhat.com>
985
986         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
987         consistency.
988
989 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
990
991         * gcc.dg/altivec-4.c: Test altivec predicates.
992
993 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
994
995         * gcc.c-torture/execute/20020107-1.c: New test.
996
997 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
998
999         PR c/5279
1000         * gcc.c-torture/compile/20020106-1.c: New test.
1001
1002 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
1003
1004         * gcc.c-torture/execute/nestfunc-4.c: New test.
1005
1006 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
1007
1008         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
1009         extra triple that slipped in.
1010         * g++.old-deja/g++.abi/align.C: Likewise.
1011         * g++.old-deja/g++.abi/bitfields.C: Likewise.
1012
1013 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
1014
1015         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
1016         * g++.old-deja/g++.abi/align.C: Likewise.
1017         * g++.old-deja/g++.abi/bitfields.C: Likewise.
1018
1019         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
1020         on FreeBSD/i386.
1021         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
1022         FreeBSD.
1023
1024 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
1025
1026         * gcc.dg/20020104-1.c: New test.
1027
1028         * gcc.dg/20020104-2.c: New test.
1029
1030 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
1031
1032         * gcc.dg/20020103-1.c: Fix typo in target selector.
1033
1034 2002-01-03  Richard Henderson  <rth@redhat.com>
1035
1036         * gcc.dg/20020103-1.c: New.
1037
1038 2002-01-03  Kazu Hirata  <kazu@hxi.com>
1039
1040         * gcc.c-torture/execute/20020103-1.c: New test.
1041
1042 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
1043
1044         * g++.dg/other/debug2.C: New test.
1045
1046         * gcc.c-torture/compile/20020103-1.c: New test.
1047
1048 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
1049
1050         * gcc.dg/gnu89-init-1.c: Added new tests.
1051
1052 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1053
1054         * g++.dg/template/friend2.C: Remove as patch is reverted.
1055
1056         * g++.dg/warn/oldcast1.C: New test.
1057
1058         * g++.dg/template/ptrmem1.C: New test.
1059         * g++.dg/template/ptrmem2.C: New test.
1060
1061         * g++.dg/template/ntp.C: New test.
1062
1063         * g++.dg/other/component1.C: New test.
1064
1065         * g++.dg/template/ttp3.C: New test.
1066
1067         * g++.dg/template/friend2.C: New test.
1068         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
1069
1070 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1071
1072         * g++.dg/other/ptrmem1.C: New test.
1073         * g++.dg/other/ptrmem2.C: New test.
1074
1075 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1076
1077         * g++.dg/template/ctor1.C: New test.
1078
1079 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1080
1081         * g++.dg/template/friend2.C: New test.
1082
1083 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
1084
1085         * gcc.dg/mmix-1.c: New test.
1086
1087 2001-12-31  Richard Henderson  <rth@redhat.com>
1088
1089         * gcc.dg/asm-5.c: New.
1090
1091 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
1092
1093         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
1094         in namespace __gnu_cxx
1095
1096 2001-12-30  Richard Henderson  <rth@redhat.com>
1097
1098         * gcc.dg/debug-6.c: New.
1099
1100 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
1101
1102         * gcc.c-torture/compile/20011229-2.c: New test.
1103
1104 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
1105
1106         * gcc.dg/debug-3.c: New test.
1107         * gcc.dg/debug-4.c: New test.
1108         * gcc.dg/debug-5.c: New test.
1109
1110 2001-12-29  Richard Henderson  <rth@redhat.com>
1111
1112         * g++.dg/eh/loop1.C: New.
1113
1114 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1115
1116         * g++.dg/template/crash1.C: New test.
1117
1118 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1119
1120         * g++.dg/other/const1.C: New test.
1121
1122 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1123
1124         * gcc.c-torture/compile/20011229-1.c: New test.
1125
1126 2001-12-28  Stan Shebs  <shebs@apple.com>
1127
1128         * lib/objc-torture.exp: Resync with c-torture.exp.
1129         * lib/objc.exp: Load standard libraries.
1130
1131 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
1132
1133         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
1134         additional tests.
1135
1136 2001-12-27  Roger Sayle <roger@eyesopen.com>
1137
1138         * gcc.c-torture/execute/string-opt-16.c: New testcase.
1139
1140 2001-12-27  Richard Henderson  <rth@redhat.com>
1141
1142         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
1143
1144 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
1145
1146         * g++.dg/eh/ctor1.C: New test.
1147         * g++.dg/other/error2.C: New test.
1148
1149 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
1150
1151         * g++.dg/other/init2.C: New test.
1152
1153 2001-12-24  Richard Henderson  <rth@redhat.com>
1154
1155         * gcc.dg/20011223-1.c: New.
1156         * gcc.dg/inline-1.c: New.
1157
1158 2001-12-23  Richard Henderson  <rth@redhat.com>
1159
1160         * gcc.dg/asm-4.c: Test operand modifiers.
1161
1162 2001-12-23  Richard Henderson  <rth@redhat.com>
1163
1164         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
1165
1166 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1167
1168         * gcc.c-torture/execute/20011223-1.c: New test.
1169
1170 2001-12-21  Richard Henderson  <rth@redhat.com>
1171
1172         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
1173         re-enables the warning.
1174
1175 2001-12-21  Richard Henderson  <rth@redhat.com>
1176
1177         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
1178
1179 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
1180
1181         * gcc.c-torture/compile/20011218-1.c: New test.
1182
1183 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
1184
1185         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
1186         arm-isr.c test.
1187         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
1188         epilogue generation for ARM ISR routines.
1189
1190 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1191
1192         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
1193         * gcc.dg/format/c90-printf-3.c: Likewise.
1194         * gcc.dg/format/c99-printf-3.c: Likewise.
1195         * gcc.dg/format/ext-1.c: Likewise.
1196         * gcc.dg/format/ext-6.c: Likewise.
1197         * gcc.dg/format/format.h: Prototype unlocked stdio.
1198
1199 2001-12-20  Richard Henderson  <rth@redhat.com>
1200
1201         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
1202         (arena): Use it.
1203         (malloc): Correct allocation logic.  Abort if we fill up the
1204         arena before initialization complete.
1205         (realloc): Correct allocation logic.
1206
1207 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
1208
1209         * gcc.c-torture/compile/20011219-2.c: New test.
1210
1211         * gcc.c-torture/execute/20011219-1.c: New test.
1212
1213 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
1214
1215         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
1216         target does not support weak symbols.
1217
1218 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
1219
1220         * gcc.c-torture/compile/20011219-1.c: New test.
1221
1222 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
1223
1224         * g++.dg/other/error1.C: New test.
1225
1226 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
1227
1228         * gcc.c-torture/execute/20011217-1.c: New test.
1229
1230 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
1231
1232         * objc.dg/special/: New directory.
1233         * objc.dg/special/special.exp: New file.
1234         * objc.dg/special/unclaimed-category-1.h: New file.
1235         * objc.dg/special/unclaimed-category-1a.m: New file.
1236         * objc.dg/special/unclaimed-category-1.m: New file.
1237
1238 2001-12-17  Andreas Jaeger  <aj@suse.de>
1239
1240         * gcc.c-torture/compile/20011217-2.c: New test.
1241
1242 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1243
1244         * gcc.c-torture/compile/20011217-1.c: New test.
1245
1246 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
1247
1248         * testsuite/gcc.dg/20011214-1.c: New.
1249
1250 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
1251
1252         * gcc.dg/altivec-4.c: New.
1253
1254 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
1255
1256         * gcc.dg/20011113-1.c: New test.
1257
1258 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1259
1260         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
1261         std::__malloc_alloc_template<0> and
1262         std::__default_alloc_template<false, 0>.
1263
1264 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1265
1266         * objc/execute/bf-21.m: New test.
1267         * objc/execute/enumeration-1.m: New test.
1268         * objc/execute/enumeration-2.m: New test.
1269
1270 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
1271
1272         * gcc.dg/gnu89-init-1.c: New test.
1273
1274 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1275
1276         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
1277         * g++.old-deja/g++.jason/2371.C: Likewise.
1278         * g++.old-deja/g++.jason/template33.C: Likewise.
1279         * g++.old-deja/g++.jason/template34.C: Likewise.
1280         * g++.old-deja/g++.jason/template36.C: Likewise.
1281         * g++.old-deja/g++.oliva/typename1.C: Likewise.
1282         * g++.old-deja/g++.oliva/typename2.C: Likewise.
1283         * g++.old-deja/g++.other/typename1.C: Likewise.
1284         * g++.old-deja/g++.pt/inherit2.C: Likewise.
1285         * g++.old-deja/g++.pt/nontype5.C: Likewise.
1286         * g++.old-deja/g++.pt/typename11.C: Likewise.
1287         * g++.old-deja/g++.pt/typename14.C: Likewise.
1288         * g++.old-deja/g++.pt/typename16.C: Likewise.
1289         * g++.old-deja/g++.pt/typename3.C: Likewise.
1290         * g++.old-deja/g++.pt/typename4.C: Likewise.
1291         * g++.old-deja/g++.pt/typename5.C: Likewise.
1292         * g++.old-deja/g++.pt/typename7.C: Likewise.
1293         * g++.old-deja/g++.robertl/eb9.C: Likewise.
1294
1295 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
1296
1297         * g++.dg/other/linkage1.C: New test.
1298         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
1299         specifiers.
1300
1301 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
1302
1303         * gcc.dg/concat.c: New test.
1304
1305 2001-12-11  Stan Shebs  <shebs@apple.com>
1306
1307         * objc/compile: New test directory.
1308         * objc/compile/compile.exp: New expect script.
1309         * objc/compile/20011211-1.m: New compile test.
1310
1311 2001-12-11  Jason Merrill  <jason@redhat.com>
1312
1313         * lib/prune.exp (prune_gcc_output): Also handle "In member
1314         function".  So many permutations...
1315
1316 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
1317
1318         * g++.dg/template/typedef1.C: New test.
1319
1320 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
1321
1322         * g++.dg/other/copy1.C: New test.
1323
1324 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
1325
1326         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
1327
1328         * gcc.dg/builtin-choose-expr.c: New.
1329
1330 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
1331
1332         * gcc.dg/altivec-2.c: New.
1333
1334 2001-12-07  Richard Henderson  <rth@redhat.com>
1335
1336         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
1337
1338 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
1339
1340         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
1341         ultrasparc.
1342
1343 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1344
1345         * g++-old.deja/g++.robertl/eb101.C: Deleted.
1346
1347 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
1348
1349         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
1350         variable argument list.
1351
1352 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
1353
1354         * gcc.c-torture/execute/memcheck: Delete entire directory.
1355         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
1356         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
1357
1358 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1359
1360         * gcc.dg/Wshadow-1.c: New test.
1361
1362 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
1363
1364         * gcc.c-torture/compile/20011130-1.c: New test.
1365
1366         * gcc.dg/noncompile/20011025-1.c: New test.
1367
1368         * g++.dg/other/anon-union.C: New test.
1369
1370         * gcc.c-torture/execute/20011024-1.c: New test.
1371
1372 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1373
1374         * gcc.c-torture/execute/20000722-1.x,
1375         gcc.c-torture/execute/20010123-1.x: Remove.
1376         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
1377         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
1378         gcc.dg/c99-complit-2.c: New tests.
1379
1380 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
1381
1382         * g++.dg/inherit/base1.C: New test.
1383
1384 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1385
1386         * g++.dg/other/stdarg1.C: New test.
1387
1388         * gcc.c-torture/compile/20011130-2.c: New test.
1389
1390 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
1391
1392         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
1393         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
1394         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
1395         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
1396         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
1397         * gcc.dg/builtin-prefetch-1.c: New test.
1398
1399 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
1400
1401         * gcc.dg/20011130-1.c: New test.
1402
1403 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
1404
1405         * g++.dg/other/scope1.C: New test.
1406         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
1407
1408 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1409
1410         * gcc.dg/vla-init-1.c: New test.
1411
1412 2001-12-01  Geoff Keating  <geoffk@redhat.com>
1413
1414         * gcc.c-torture/compile/structs.c: New testcase from GDB.
1415
1416 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1417
1418         * objc.dg/alias.m: Update.
1419         * objc.dg/class-1.m: Update.
1420         * objc.dg/const-str-1.m: Update.
1421         * objc.dg/fwd-proto-1.m: Update.
1422         * objc.dg/id-1.m: Update.
1423         * objc.dg/super-class-1.m: Update.
1424
1425 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
1426
1427         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
1428         constructs.
1429
1430 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
1431
1432         * gcc.c-torture/execute/20011128-1.c: New test.
1433
1434 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1435
1436         * gcc.dg/20011127-1.c: New test.
1437
1438 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1439
1440         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
1441         from Austin Group draft 7.
1442         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
1443         scanf format arguments.
1444         * gcc.dg/format/no-exargs-2.c: New test.
1445
1446 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
1447
1448         * g++.dg/abi/vbase8-4.C: New test.
1449
1450 2001-11-24  Ian Lance Taylor  <ian@airs.com>
1451
1452         * gcc.c-torture/execute/20011121-1.c: New test.
1453
1454 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
1455
1456         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
1457
1458 2001-11-23  Andreas Jaeger  <aj@suse.de>
1459
1460         * gcc.dg/cpp/charconst-2.c: New test.
1461
1462 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
1463
1464         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
1465         to the host if it is remote.  Let tests specify extra headers
1466         they use.
1467         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
1468         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
1469         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
1470         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
1471         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
1472         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
1473         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
1474         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
1475         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
1476         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
1477
1478 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
1479
1480         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
1481         for little endian ARMs.
1482
1483 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
1484
1485         * gcc.c-torture/compile/20011119-1.c: New test.
1486         * gcc.c-torture/compile/20011119-2.c: New test.
1487
1488 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
1489
1490         * gcc.dg/altivec-1.c: Fix typo.
1491
1492 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1493
1494         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
1495
1496 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
1497
1498         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
1499
1500 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
1501
1502         * lib/g77.exp: Don't specify --rpath-link.
1503
1504         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
1505         across all the headers.
1506         * gcc.dg/format/format.exp: For testing on a remote host,
1507         copy format.h.
1508
1509         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
1510         * gcc.c-torture/execute/930406-1.c: Likewise.
1511         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1512
1513 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
1514
1515         * gcc.dg/altivec-1.c: New.
1516
1517 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1518
1519         * gcc.dg/cpp/fpreprocessed.c: New test case.
1520
1521 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1522
1523         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
1524         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
1525         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
1526
1527 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1528
1529         * gcc.dg/no-builtin-1.c: New test.
1530
1531 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
1532
1533         * gcc.c-torture/execute/20011115-1.c: New test.
1534
1535 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
1536
1537         * gcc.c-torture/compile/20011114-2.c: New test.
1538         * gcc.c-torture/compile/20011114-3.c: New test.
1539         * gcc.c-torture/compile/20011114-4.c: New test.
1540
1541 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
1542
1543         * g++.dg/other/init1.C: New test.
1544
1545 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
1546
1547         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
1548         message.
1549
1550         * gcc.c-torture/execute/20011114-1.c: New testcase.
1551
1552         * gcc.c-torture/compile/20010327-1.c: Revert last change.
1553         * gcc.c-torture/compile/20011114-1.c: New test, exactly
1554         like the (before this change) version of 20010327-1.c.
1555
1556 2001-11-14  Roger Sayle <roger@eyesopen.com>
1557
1558         * gcc.c-torture/execute/string-opt-13.c: New testcase.
1559
1560 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
1561
1562         * g++.dg/init/array2.C: New test.
1563
1564 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
1565
1566         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
1567
1568 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
1569
1570         * g++.dg/other/forscope1.C: New test.
1571         * g++.dg/ext/forscope1.C: New test.
1572         * g++.dg/ext/forscope2.C: New test.
1573
1574 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
1575
1576         * gcc.c-torture/execute/20011113-1.c: New test.
1577
1578 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
1579
1580         * gcc.c-torture/execute/20011109-2.c: New test.
1581
1582         * gcc.c-torture/execute/20011109-1.c: New test.
1583
1584 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
1585
1586         * gcc.c-torture/compile/20011109-1.c: New test.
1587
1588 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
1589
1590         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
1591         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
1592         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
1593         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
1594         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
1595         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
1596         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
1597
1598 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1599
1600         * g++.dg/warn/Wshadow-1.C: New tests.
1601         * g++.old-deja/g++.mike/for3.C: Update.
1602
1603 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1604
1605         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
1606         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
1607         XFAILs.  Adjust expected error texts.
1608         * gcc.c-torture/compile/20011106-1.c,
1609         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
1610         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
1611         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
1612         gcc.dg/c99-array-lval-5.c: New tests.
1613
1614 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1615
1616         * gcc.dg/cpp/defined.c: Update.
1617
1618 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1619
1620         * gcc.c-torture/execute/anon-1.c: New test.
1621
1622 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
1623
1624         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
1625         same size, so no warning should be produced on stormy16.
1626
1627         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
1628         due to oversized array.
1629         * g++.old-deja/g++.mike/ns15.C: Likewise.
1630         * g++.old-deja/g++.pt/crash16.C: Likewise.
1631
1632 2001-11-02  Graham Stott  <grahams@redhat.com>
1633
1634         * g++.dgother/debug1.C: Fix typos.
1635
1636 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
1637
1638         * g++.dg/other/debug1.C: New test.
1639
1640 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1641
1642         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
1643         of unsigned long.
1644
1645 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
1646
1647         * gcc.dg/20011029-2.c: New test.
1648
1649         * gcc.c-torture/compile/20011029-1.c: New test.
1650
1651 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1652
1653         * objc/execute/class_self-1.m: New test.
1654         * objc/execute/class_self-2.m: New test.
1655
1656 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
1657
1658         * gcc.misc-tests/msgs.exp: Delete.
1659         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
1660         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
1661         error set to match recent changes.
1662
1663 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
1664
1665         * gcc.dg/20011021-1.c: New test.
1666
1667 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
1668
1669         * gcc.c-torture/compile/20011023-1.c: New test.
1670
1671 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
1672
1673         * lib/g77.exp: Rewrite based on lib/g++.exp.
1674
1675 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
1676
1677         * gcc.c-torture/execute/20011019-1.c: New test.
1678
1679         * gcc.dg/20011018-1.c: New test.
1680
1681 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
1682
1683         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
1684
1685 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
1686
1687         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
1688         * gcc.dg/attr-invalid.c: Likewise.
1689
1690 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
1691
1692         * testsuite/gcc.dg/20011015-1.c: New test.
1693
1694 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
1695
1696         * g++.dg/template/unify2.C: New test.
1697
1698 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
1699
1700         * g++.dg/other/exception-specification.C: New test
1701
1702 2001-10-13  Tom Rix  <trix@redhat.com>
1703
1704         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
1705         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
1706
1707 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
1708
1709         * testsuite/gcc.dg/20011009-1.c: New test.
1710
1711 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1712
1713         PR g++/4476
1714         * g++.dg/other/friend1.C: New test.
1715
1716 2001-10-11  Richard Henderson  <rth@redhat.com>
1717
1718         * g++.old-deja/g++.other/crash18.C: Add -S to options.
1719
1720 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1721
1722         * gcc.c-torture/compile/20011010-1.c: New.
1723
1724 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
1725
1726         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
1727         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
1728         g77.f-torture/execute/execute.exp,
1729         g77.f-torture/noncompile/noncompile.exp,
1730         gcc.c-torture/compile/compile.exp,
1731         gcc.c-torture/execute/execute.exp,
1732         gcc.c-torture/execute/ieee/ieee.exp,
1733         gcc.c-torture/execute/memcheck/memcheck.exp,
1734         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
1735         objc/execute/execute.exp: Update FSF address.
1736
1737 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
1738
1739         * gcc.dg/cpp/cmdlne-C.c: Update.
1740         * gcc.dg/cpp/cmdlne-C2.c: New.
1741
1742 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1743
1744         * gcc.c-torture/execute/20011008-3.c: New.
1745
1746 2001-10-08  DJ Delorie  <dj@redhat.com>
1747
1748         * gcc.dg/20011008-1.c: New.
1749         * gcc.dg/20011008-2.c: New.
1750
1751 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1752
1753         * gcc.dg/cpp/spacing1.c: Update test.
1754
1755 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1756
1757         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
1758         spelling errors of "separate" as "seperate".
1759
1760 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
1761
1762         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
1763         enough to avoid inlining.
1764
1765 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1766
1767         * lib/g77.exp: set libg2c_dir correctly.
1768
1769 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1770
1771         * gcc.dg/cpp/macro11.c: New test.
1772
1773 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1774
1775         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
1776         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
1777         gcc.dg/format/multattr-3.c: New tests.
1778         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
1779         tests for format attributes on function pointers being rejected.
1780
1781 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1782
1783         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
1784
1785 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
1786
1787         * g++.dg/warn/format1.C: New test.
1788
1789 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1790
1791         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
1792
1793 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1794
1795         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
1796
1797 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
1798
1799         * gcc.dg/cpp/redef2.c: Add test.
1800
1801 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
1802
1803         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
1804         long-standing bug on i686, apparently.
1805         * gcc.c-torture/execute/loop-2c.x: New file.
1806         * gcc.c-torture/execute/loop-2d.x: New file.
1807         * gcc.c-torture/execute/loop-3c.x: New file.
1808
1809 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1810
1811         * gcc.dg/cpp/20000625-2.c: Correct line number.
1812
1813 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1814
1815         * gcc.dg/cpp/macro10.c: New test.
1816         * gcc.dg/cpp/strify3.c: New test.
1817         * gcc.dg/cpp/spacing1.c: Add tests.
1818         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
1819         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
1820
1821 2001-09-24  DJ Delorie  <dj@redhat.com>
1822
1823         * gcc.c-torture/execute/20010924-1.c: New test.
1824
1825 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1826
1827         * testsuite/objc/execute/paste.m: Remove.
1828
1829 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1830
1831         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
1832
1833 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
1834
1835         * g77.dg/strlen0.f: New test.
1836
1837 2001-09-21  Richard Henderson  <rth@redhat.com>
1838
1839         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
1840         * g++.old-deja/g++.abi/vtable2.C: Likewise.
1841
1842 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1843
1844         Table-driven attributes.
1845         * g++.dg/ext/attrib1.C: New test.
1846
1847 2001-09-20  DJ Delorie  <dj@redhat.com>
1848
1849         * gcc.dg/20000926-1.c: Update expected warning messages.
1850         * gcc.dg/array-2.c: Likewise, and test for warnings too.
1851         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
1852         array.
1853
1854 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
1855
1856         * g++.dg/eh/registers1.C: New test case.
1857
1858 2001-09-17  Richard Henderson  <rth@redhat.com>
1859
1860         * gcc.dg/array-5.c: Fix VLA decomposition test.
1861
1862 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
1863
1864         * gcc.dg/cpp/line5.c: New testcase.
1865
1866 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
1867
1868         * gcc.dg/cpp/macro9.c: New test.
1869
1870 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
1871
1872         * gcc.c-torture/execute/980223.c: Change type of addr from long
1873         to char *.
1874
1875 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
1876
1877         * gcc.c-torture/execute/20010915-1.c: New test.
1878
1879 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
1880
1881         * g77.dg/bprob: New directory.
1882         * g77.dg/bprob/bprob.exp: New file.
1883         * g77.dg/bprob/bprob-1.f: New test.
1884         * g77.dg/gcov: New directory.
1885         * g77.dg/gcov/gcov.exp: New file.
1886         * g77.dg/gcov/gcov-1.f: New test.
1887         * g77.dg/gcov/gcov-1.x: New file.
1888
1889 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
1890
1891         * gcc.dg/cpp/directiv.c: Update.
1892         * gcc.dg/cpp/undef1.c: Update.
1893
1894 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
1895
1896         * gcc.dg/20010912-1.c: New test.
1897
1898 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
1899
1900         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
1901         language-independent file in lib.
1902         * lib/gcov.exp: New file.
1903
1904 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1905
1906         * gcc.c-torture/compile/20010911-1.c: New test.
1907
1908 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
1909
1910         * lib/profopt.exp: New, to support profile-directed optimizations.
1911         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
1912         * gcc.misc-tests/bprob-1.c: New test.
1913         * gcc.misc-tests/bprob-2.c: New test.
1914
1915 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
1916
1917         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
1918         XFAIL and which kinds of gcov output to verify.
1919         * gcc.misc-tests/gcov-4b.x: New file.
1920         * gcc.misc-tests/gcov-5b.x: New file.
1921         * gcc.misc-tests/gcov-6.x: New file.
1922         * gcc.misc-tests/gcov-7.c: New test.
1923         * gcc.misc-tests/gcov-7.x: New file.
1924
1925 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
1926
1927         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
1928         * gcc.misc-tests/gcov-6.c: New test.
1929
1930 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
1931
1932         PR c++/3986
1933         * g++.dg/abi/vbase1.C: New test.
1934
1935 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
1936
1937         * objc.dg/method-2.m: New.
1938
1939 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
1940
1941         PR c++/4203
1942         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
1943         * g++.dg/init/empty1.C: New test.
1944
1945 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
1946
1947         * gcc.c-torture/compile/20010903-1.c: New test.
1948
1949 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
1950
1951         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
1952         for m68k.
1953
1954 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
1955
1956         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
1957
1958         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
1959
1960         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
1961
1962 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
1963
1964         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
1965         for 16-bit 'unsigned int'.
1966
1967 2001-08-29  Kazu Hirata  <kazu@hxi.com>
1968
1969         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
1970
1971 2001-08-27  Richard Henderson  <rth@redhat.com>
1972
1973         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
1974         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
1975
1976 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
1977
1978         * gcc.dg/asm-names.c (ymain): New.
1979
1980 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
1981
1982         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
1983         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
1984         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
1985
1986 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1987
1988         * gcc.dg/compare5.c: New testcase.
1989
1990 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
1991
1992         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
1993         and "In instantiation".
1994
1995 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
1996
1997         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
1998
1999 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
2000
2001         * gcc.misc-tests/gcov.exp: Add support for branch information.
2002         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
2003         * gcc.misc-tests/gcov-4.c: New test.
2004         * gcc.misc-tests/gcov-4b.c: New test.
2005         * gcc.misc-tests/gcov-5b.c: New test.
2006
2007 2001-08-20  Zack Weinberg  <zackw@panix.com>
2008
2009         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
2010         expected to fail.
2011
2012 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2013
2014         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
2015
2016 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
2017
2018         * g++.dg/eh/template1.C: New test.
2019
2020 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
2021
2022         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
2023         Fix thinko.
2024         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
2025         for xfail.
2026
2027 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
2028
2029         * lib/g77-dg.exp:  Use prune.exp for common procedures
2030         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
2031         * lib/g77.exp: (g77-dg-prune) Remove
2032
2033 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
2034
2035         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
2036
2037 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2038
2039         * g++.dg/template/unify1.C: New test.
2040
2041 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
2042
2043         * g++.dg/abi/empty4.C: New test.
2044
2045 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
2046
2047         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
2048         solaris2.*
2049         * g77.f-torture/compile/pr3743.x: Likewise
2050
2051 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2052
2053         * g++.dg/other/using-declaration.C: New test.
2054
2055 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2056
2057         * gcc.dg/cpp/tr-sign.c: New testcase.
2058
2059 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2060
2061         * gcc.dg/cpp/19951025-1.c: Revert.
2062         * gcc.dg/cpp/directiv.c: We no longer process directives that
2063         interrupt macro arguments.
2064
2065 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
2066
2067         * gcc.dg/bconstp-1.c: New test.
2068
2069 2001-08-03  Richard Henderson  <rth@redhat.com>
2070
2071         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
2072
2073 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2074
2075         * gcc.dg/cpp/19951025-1.c: Update.
2076
2077 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
2078
2079         * g77.dg/ff90-1.f (s): Fix reference of variable z,
2080         should be x.
2081
2082 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2083
2084         Kill -fhonor-std.
2085         * g++.old-deja/g++.ns/ns14.C: Remove special options.
2086         * g++.old-deja/g++.other/std1.C: Likewise.
2087         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
2088
2089 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
2090
2091         * lib/g77.exp:  Load gcc-defs.exp for common procedures
2092         (g77_pass, g77_fail, g77_finish, g77_exit,
2093         ${tool}_check_unsupported_p} Now redundant.  Deleted.
2094
2095 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
2096
2097         * g77.dg/fbackslash.f
2098         * g77.dg/fcase-preserve.f
2099         * g77.dg/ff90-1.f
2100         * g77.dg/ffixed-line-length-0.f
2101         * g77.dg/ffixed-line-length-132.f
2102         * g77.dg/ffixed-line-length-7.f
2103         * g77.dg/ffixed-line-length-72.f
2104         * g77.dg/ffixed-line-length-none.f
2105         * g77.dg/ffree-form-1.f
2106         * g77.dg/fno-backslash.f
2107         * g77.dg/fno-f90-1.f
2108         * g77.dg/fno-fixed-form-1.f
2109         * g77.dg/fno-onetrip.f
2110         * g77.dg/fno-typeless-boz.f
2111         * g77.dg/fno-underscoring.f
2112         * g77.dg/fno-vxt-1.f
2113         * g77.dg/fonetrip.f
2114         * g77.dg/ftypeless-boz.f
2115         * g77.dg/fugly-assumed.f
2116         * g77.dg/funderscoring.f
2117         * g77.dg/fvxt-1.f
2118
2119 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
2120
2121         * objc.dg/fwd-proto-1.m: New.
2122         * objc.dg/local-decl-1.m: New.
2123         * objc.dg/naming-1.m: New.
2124         * objc.dg/naming-2.m: New.
2125         * objc.dg/proto-hier-1.m: New.
2126
2127 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
2128
2129         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
2130         largest-type elements to a struct makes its size grow.
2131
2132 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2133
2134         * g++.dg/abi/vthunk1.C: New test.
2135
2136 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2137
2138         * g++.dg/abi/vbase8-22.C: New test.
2139
2140 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2141
2142         * gcc.dg/cpp/macro8.c: New test.
2143
2144 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
2145
2146         * g++.dg/abi/vbase8-21.C: New test.
2147
2148 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
2149
2150         * g++.dg/abi/vbase8-10.C: New test.
2151
2152 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2153
2154         * lib/g++.exp (g++_set_ld_library_path): Renamed to
2155         ${tool}_set_ld_library_path.
2156         Changed caller.
2157         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
2158         g++.exp.
2159
2160 2001-07-26  Stan Cox <scox@redhat.com>
2161
2162         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
2163         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
2164         gcc_exit, gcc_check_unsupported_p):
2165         Moved to gcc-deps.exp
2166         * gcc-deps.exp: New file.
2167
2168 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2169
2170         * g++.old-deja/g++.pt/defarg14.C: New test.
2171
2172 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2173
2174         * g++.old-deja/g++.other/lineno5.C: New test.
2175
2176 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2177
2178         * g++.old-deja/g++.pt/crash68.C: New test.
2179
2180 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2181
2182         * g++.old-deja/g++.other/crash42.C: New test.
2183
2184 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2185
2186         * gcc.dg/cpp/extratokens.c: Fix.
2187         * gcc.dg/cpp/skipping2.c: New tests.
2188
2189 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2190
2191         * gcc.c-torture/execute/20010724-1.c: New file.
2192         * gcc.c-torture/execute/20010724-1.x: New file.
2193
2194 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2195
2196         * g++.old-deja/g++.other/cond7.C: New test.
2197
2198 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2199
2200         * g++.old-deja/g++.other/optimize4.C: New test.
2201
2202 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2203
2204         * g++.old-deja/g++.abi/vbase8-5.C: New test.
2205
2206 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
2207
2208         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
2209         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
2210         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
2211         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
2212
2213         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
2214         bug report" message.
2215
2216         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
2217         * g++.dg/ext/instantiate1.C: Move from old-deja.
2218
2219 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
2220
2221         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
2222         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
2223         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
2224         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
2225
2226 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
2227
2228         * gcc.c-torture/execute/20010723-1.c: New test.
2229
2230 2001-07-23  Ben Elliston  <bje@redhat.com>
2231
2232         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
2233
2234 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2235
2236         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
2237         i[34567]86-*-*.
2238         Delete handling of ieee_multilib_flags.
2239         Pass -mieee for alpha*-*-* and sh-*-*.
2240         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
2241
2242 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
2243
2244         Remove old-abi tests.
2245         * g++.old-deja/g++.mike/p11116.C: Remove.
2246         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
2247
2248 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
2249
2250         * g77.f-torture/compile/pr3743.f:  New test
2251
2252 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
2253
2254         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
2255
2256 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2257
2258         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
2259         g++.old-deja/g++.pt/static6.C: Likewise.
2260         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
2261         supports weak symbols.
2262
2263 2001-07-18  Andreas Jaeger  <aj@suse.de>
2264
2265         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
2266         supported again.
2267
2268 2001-07-18  Andreas Jaeger  <aj@suse.de>
2269
2270         * gcc.dg/iftrap-1.c: Fix target line.
2271
2272 2001-07-17  Richard Henderson  <rth@redhat.com>
2273
2274         * gcc.c-torture/execute/20010717-1.c: New.
2275
2276 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2277
2278         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
2279         tests.
2280
2281 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2282
2283         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
2284
2285 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2286
2287         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
2288         UAC_SIGBUS, UAC_NOPRINT definitions.
2289
2290 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2291
2292         * objc/execute/object_is_class.m: New test.
2293         * objc/execute/object_is_meta_class.m: New test.
2294
2295 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2296
2297         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
2298         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
2299
2300 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
2301
2302         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
2303         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
2304
2305 2001-07-14  Richard Henderson  <rth@redhat.com>
2306
2307         * gcc.dg/iftrap-1.c: New.
2308
2309 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
2310
2311         * g77.f-torture/execute/intrinsic77.f: New test.
2312
2313 2001-07-11  Janis Johnson <janis@us.ibm.com>
2314
2315         * gcc.misc-tests/gcov-3.c: New test.
2316
2317 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2318
2319         * gcc.c-torture/compile/20010711-1.c,
2320         * gcc.c-torture/compile/20010711-2.c: New tests.
2321
2322 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2323
2324         * gcc.c-torture/execute/20010711-1.c: New test.
2325
2326 2001-07-11  Ben Elliston  <bje@redhat.com>
2327
2328         * g++.old-deja/g++.other/enum5.C: New test.
2329
2330 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
2331
2332         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
2333         (g++-dg-prune): Call prune_gcc_output.
2334         * prune.exp: New file for prune_gcc_output.
2335         * lib/g++.exp, lib/gcc.exp: Load it.
2336
2337 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2338
2339         * gcc.c-torture/compile/20010701-1.c,
2340         g++.old-deja/g++.ext/attrib6.C: New tests.
2341
2342 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
2343
2344         * gcc.c-torture/compile/20010706-1.c: New test.
2345
2346 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
2347
2348         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
2349
2350 2001-06-28  Stan Shebs  <shebs@apple.com>
2351
2352         * gcc.dg/pragma-darwin.c: New test.
2353
2354 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2355
2356         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
2357         Solaris 2.[678] system.
2358
2359 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2360
2361         * gcc.dg/20010622-1.c: New test.
2362
2363 2001-06-18  Stan Shebs  <shebs@apple.com>
2364
2365         * objc.dg: New directory.
2366         * objc.dg/dg.exp: New file.
2367         * objc.dg/alias.m: New.
2368         * objc.dg/class-1.m: New.
2369         * objc.dg/class-2.m: New.
2370         * objc.dg/const-str-1.m: New.
2371         * objc.dg/const-str-2.m: New.
2372         * objc.dg/id-1.m: New.
2373         * objc.dg/method-1.m: New.
2374         * objc.dg/super-class-1.m: New.
2375         * lib/objc-dg.exp: New file.
2376
2377 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2378
2379         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
2380         of label name.
2381
2382 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
2383
2384         * g++.old-deja/g++.abi/vbase8-9.C: New test.
2385
2386 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2387
2388         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
2389         variable.
2390
2391 2001-06-12  Richard Henderson  <rth@redhat.com>
2392
2393         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
2394
2395 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
2396
2397         * g++.old-deja/g++.abi/vbase5.C: New test.
2398         * g++.old-deja/g++.abi/vbase6.C: New test.
2399         * g++.old-deja/g++.abi/vbase7.C: New test.
2400
2401 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2402
2403         * gcc.c-torture/compile/20010610-1.c: New test.
2404
2405 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
2406
2407         * g++.old-deja/g++.abi/vbase4.C: New test.
2408
2409 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2410
2411         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
2412         support %f for HC11/HC12 targets.
2413         * gcc.c-torture/execute/930513-1.x: New file, likewise.
2414         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
2415         on HC11/HC12 targets.
2416         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
2417
2418 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2419
2420         * gcc.dg/wchar_t-1.c: New file.
2421         * gcc.dg/wint_t-1.c: Likewise.
2422
2423 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
2424
2425         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
2426
2427 2001-06-11  Richard Henderson  <rth@redhat.com>
2428
2429         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
2430
2431 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2432
2433         * gcc.c-torture/compile/20010611-1.c: New test.
2434
2435 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2436
2437         * gcc.dg/c99-tag-1.c: Add more tests.
2438
2439 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
2440
2441         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
2442         representation on MN10300 and ARM/Thumb.
2443
2444 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
2445
2446         * g77.f-torture/execute/20010610.f: New.
2447
2448 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
2449
2450         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
2451         names.
2452
2453 2001-06-09  Richard Henderson  <rth@redhat.com>
2454
2455         * gcc.c-torture/execute/ashrdi-1.c: New.
2456         * gcc.c-torture/execute/ashldi-1.c: New.
2457         * gcc.c-torture/execute/lshrdi-1.c: New.
2458
2459 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
2460
2461         * objc/execute/load-3.m: Added. Check sending +load to categories,
2462         in addition to classes.
2463
2464 2001-06-08  Stan Shebs  <shebs@apple.com>
2465
2466         * objc/execute/load-2.m: New test.  From Nicola Pero
2467         <n.pero@mi.flashnet.it>.
2468
2469 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
2470
2471         * gcc.c-torture/execute/20010605-2.c: New test.
2472
2473 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2474
2475         * g++.old-deja/g++.abi/vbase2.C: New test.
2476         * g++.old-deja/g++.abi/vbase3.C: New test.
2477
2478 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2479
2480         * g++.old-deja/g++.pt/friend49.C: New test.
2481
2482 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
2483
2484         * g++.old-deja/g++.ext/anon3.C: New test.
2485
2486 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2487
2488         * g++.old-deja/g++.other/conv7.C: New test.
2489
2490 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2491
2492         * gcc.c-torture/compile/20010605-2.c: New test.
2493
2494 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2495
2496         * gcc.c-torture/execute/20010604-1.c: New test.
2497
2498 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
2499
2500         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
2501
2502 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
2503
2504         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
2505         (g++_link_flags): Likewise.
2506         (g++_init): Pass gccpath's value to two previous functions.
2507
2508 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2509
2510         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
2511         Ensure logfile entry matches exec command line.
2512
2513 2001-05-31  Richard Henderson  <rth@redhat.com>
2514
2515         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
2516         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2517
2518 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
2519
2520         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
2521         compiler for irix6.2
2522
2523 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
2524
2525         * g++.old-deja/g++.other/optimize3.C: New file.
2526
2527 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
2528
2529         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
2530         assemble.
2531
2532 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
2533
2534         * g++.old-deja/g++.other/optimize2.C: New file.
2535
2536 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
2537
2538         * gcc.c-torture/compile/20010518-2.c: New file.
2539         * gcc.c-torture/execute/20010518-1.c: New file.
2540         * gcc.c-torture/execute/20010518-2.c: New file.
2541
2542 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2543
2544         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
2545
2546 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
2547
2548         G++ no longer defines builtins that do not begin with __builtin.
2549         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
2550         * g++.old-deja/g++.brendand/misc13.C: Likewise.
2551         * g++.old-deja/g++.law/builtin1.C: Likewise.
2552         * g++.old-deja/g++.law/cvt2.C: Likewise.
2553         * g++.old-deja/g++.mike/net5.C: Likewise.
2554         * g++.old-deja/g++.other/builtins1.C: Likewise.
2555         * g++.old-deja/g++.other/builtins2.C: Likewise.
2556         * g++.old-deja/g++.other/builtins3.C: Likewise.
2557         * g++.old-deja/g++.other/builtins4.C: Likewise.
2558         * g++.old-deja/g++.other/inline8.C: Likewise.
2559         * g++.old-deja/g++.robertl/eb39.C: Likewise.
2560
2561 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
2562
2563         * g++.old-deja/g++.pt/using1.C: Adjust.
2564         * g++.old-deja/g++.pt/using2.C: New test.
2565
2566 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2567
2568         * gcc.dg/cpp/charconst.c: New tests.
2569         * gcc.dg/cpp/escape.c: New tests.
2570         * gcc.dg/cpp/escape-1.c: New tests.
2571         * gcc.dg/cpp/escape-2.c: New tests.
2572         * gcc.dg/cpp/ucs.c: New tests.
2573
2574 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
2575
2576         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
2577         native compiler for irix6.5.
2578
2579 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
2580
2581         * lib/g++.exp (g++_include_flags): Use args to compute
2582         get_multilibs.
2583         (g++_link_flags): Likewise.
2584         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
2585
2586 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2587
2588         * gcc.dg/c90-hexfloat-1.c: Add more tests.
2589
2590 2001-05-21  Geoff Keating  <geoffk@redhat.com>
2591
2592         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
2593         this file.
2594
2595 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2596
2597         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
2598         STACK_SIZE;
2599         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
2600         to STACK_SIZE; Use it to define size of add_histo array.
2601         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
2602         to STACK_SIZE.
2603         (f): Use GITT_SIZE to define size of gitt local table.
2604         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
2605         to STACK_SIZE; Use it to define size of bytemem array.
2606
2607 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2608
2609         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
2610         on 68HC11/HC12 due to the asm instruction.
2611         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
2612         * gcc.c-torture/compile/920520-1.x: Likewise.
2613         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
2614         on 68HC11/HC12 because the function is larger than 64K.
2615         * gcc.c-torture/compile/961203-1.x: New file, this test fails
2616         on 68HC11/HC12 because the structure is too large.
2617
2618 2001-05-20  Richard Henderson  <rth@redhat.com>
2619
2620         * gcc.c-torture/execute/20010520-1.c: New.
2621
2622 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2623
2624         * g++.old-deja/g++.warn/compare1.C: New test.
2625         * gcc.dg/compare4.c: New test.
2626
2627 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
2628
2629         * g++.old-deja/g++.other/optimize1.C: New test.
2630
2631 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2632
2633         * g++.old-deja/g++.pt/spec41.C: New test.
2634
2635 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2636
2637         * gcc.c-torture/compile/20010114-1.x: Remove.
2638
2639 2001-05-18  Stan Shebs  <shebs@apple.com>
2640
2641         * gcc.c-torture/compile/20010518-1.c: New test.
2642
2643 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
2644
2645         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
2646         * g++.old-deja/g++.pt/crash67.C: New test.
2647
2648 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
2649
2650         * g++.old-deja/g++.other/debug9.C: New test.
2651
2652 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
2653
2654         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
2655
2656 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
2657
2658         * gcc.c-torture/compile/20010516-1.c: New test.
2659
2660 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2661
2662         * g++.old-deja/g++.other/crash41.C: New test.
2663
2664 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2665
2666         * g++.old-deja/g++.pt/crash66.C: New test.
2667
2668 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
2669
2670         * g++.old-deja/g++.robertl/eb27.C: Convert.
2671
2672 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
2673
2674         * g++.dg/friend-warn.C: New test.  Do not warn about friend
2675         declaration being redundant.
2676
2677 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
2678
2679         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
2680
2681 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
2682
2683         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
2684
2685 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
2686
2687         * lib/g++.exp: Use testsuite_flags.
2688
2689 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
2690
2691         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
2692
2693 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2694
2695         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
2696
2697 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
2698
2699         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
2700
2701 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2702
2703         * gcc.c-torture/compile/20010313-1.c: New test.
2704
2705 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
2706
2707         * gcc.dg/cpp/direct2.c: New test.
2708         * gccq.dg/cpp/direct2s.c: New test.
2709
2710         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
2711
2712 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
2713
2714         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
2715         * g++.old-deja/g++.other/op3.C: Likewise.
2716
2717 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2718
2719         * gcc.dg/cpp/syshdr.h: New file.
2720         * gcc.dg/cpp/sysmac1.c: Update.
2721         * gcc.dg/cpp/sysmac2.c: Update.
2722
2723 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2724
2725         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
2726
2727 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
2728
2729         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
2730         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
2731
2732 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
2733
2734         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
2735
2736 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
2737
2738         * lib/g++.exp (g++_include_flags): Don't use any special flags
2739         if TESTING_IN_BUILD_TREE is not defined.
2740         (g++_init): Use a plain 'c++' as the compiler if
2741         TESTING_IN_BUILD_TREEE is not defined.
2742
2743 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
2744
2745         * g++.old-deja/g++.eh/catch13.C: New test.
2746         * g++.old-deja/g++.eh/catch14.C: New test.
2747
2748 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
2749
2750         * gcc.dg/cpp/tr-define.c: New test.
2751
2752 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
2753
2754         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
2755         <stdlib.h>, not <malloc.h>.
2756
2757 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
2758
2759         * g++.old-deja/g++.ns/template17.C: New test.
2760
2761 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
2762
2763         * g++.old-deja/g++.pt/ref4.C: New test.
2764
2765 2001-04-30  Richard Henderson  <rth@redhat.com>
2766
2767         * gcc.dg/20000724-1.c: Revert last change.
2768
2769 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
2770
2771         * g77.f-torture/execute/20010430.f: New test.
2772
2773 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
2774
2775         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
2776
2777 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2778
2779         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
2780
2781 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2782
2783         * g++.old-deja/g++.eh/crash6.C: New test.
2784
2785 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2786
2787         * g++.old-deja/g++.other/warn7.C: New test.
2788
2789 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
2790
2791         * g++.old-deja/g++.other/defarg9.C: New test.
2792
2793 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
2794
2795         * g77.f-torture/compile/20010426.f: New test.
2796         * g77.f-torture/execute/20010426.f: New test.
2797
2798 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
2799
2800         * g77.f-torture/compile/20000629-1.x: Remove - error
2801         has been fixed.
2802
2803 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
2804
2805         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
2806         Tweak slightly to work with g++.dg framework.
2807         * g++.dg/special/ecos.exp: Run initp1.C test.
2808         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
2809
2810         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
2811         its linker doesn't give line numbers either.
2812         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
2813
2814 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
2815
2816         * g++.old-deja/g++.other/lex1.C: New test.
2817
2818 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
2819
2820         * gcc.dg/noncompile/20010425-1.c: New test.
2821
2822 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
2823
2824         * g++.old-deja/g++.pt/mangle2.C: New test.
2825
2826 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2827
2828         * gcc.dg/format/plus-1.c: New test.
2829
2830 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2831
2832         * gcc.dg/20010423-1.c: New test.
2833
2834 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
2835
2836         * gcc.c-torture/execute/20010422-1.c: New test.
2837
2838 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
2839
2840         * g++.old-deja/g++.ns/type2.C: New test.
2841
2842 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
2843
2844         * g++.old-deja/g++.other/perf1.C: New test.
2845
2846 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
2847
2848         * gcc.dg/c99-func-2.c: Remove xfail.
2849         * gcc.dg/c99-func-3.c: Remove xfail.
2850         * gcc.dg/c99-func-4.c: Remove xfail.
2851
2852 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
2853
2854         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
2855
2856 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
2857
2858         * gcc.c-torture/compile/20010423-1.c: New test.
2859
2860 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2861
2862         * g++.old-deja/g++.pt/typename28.C: New test.
2863
2864 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
2865
2866         * g++.old-deja/g++.abi/empty2.C: New test.
2867         * g++.old-deja/g++.abi/empty3.C: New test.
2868
2869 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2870
2871         * g++.old-deja/g++.other/comdat2.C: New test.
2872         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
2873
2874 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2875
2876         * g++.old-deja/g++.other/overload14.C: New test.
2877
2878 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2879
2880         * g++.old-deja/g++.other/lookup23.C: New test.
2881
2882 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
2883
2884         * gcc.c-torture/execute/20010403-1.c: New test.
2885
2886 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
2887             Mark Mitchell  <mark@codesourcery.com>
2888
2889         * lib/old-dejagnu.exp: Don't delete output of executable.
2890         Add .exe suffix to executables.
2891
2892 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
2893
2894         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
2895
2896 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2897
2898         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
2899
2900 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
2901
2902         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
2903         * g++.old-deja/g++.abi/crash1.C: New test.
2904
2905 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
2906
2907         * g++.old-deja/g++.other/crash40.C: New test.
2908
2909 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2910
2911         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
2912
2913 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
2914
2915         * g++.old-deja/g++.other/warn6.C: New test.
2916
2917 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2918
2919         * g++.old-deja/g++.robertl/eb42.C: Same.
2920
2921 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2922
2923         * gcc.dg/wtr-conversion-1.c: New testcase.
2924
2925 2001-04-10  Richard Henderson  <rth@redhat.com>
2926
2927         * g++.old-deja/g++.other/array5.C: New.
2928
2929 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2930
2931         * gcc.c-torture/execute/20010408-1.c: New test.
2932
2933 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
2934
2935         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
2936         headers and constructs.
2937         * g++.old-deja/g++.robertl/eb79.C: Same.
2938         * g++.old-deja/g++.robertl/eb77.C (main): Same.
2939         * g++.old-deja/g++.robertl/eb73.C: Same.
2940         * g++.old-deja/g++.robertl/eb66.C (main): Same.
2941         * g++.old-deja/g++.robertl/eb55.C (t): Same.
2942         * g++.old-deja/g++.robertl/eb54.C (main): Same.
2943         * g++.old-deja/g++.robertl/eb46.C (main): Same.
2944         * g++.old-deja/g++.robertl/eb44.C: Same.
2945         * g++.old-deja/g++.robertl/eb41.C (main): Same.
2946         * g++.old-deja/g++.robertl/eb4.C (main): Same.
2947         * g++.old-deja/g++.robertl/eb39.C: Same.
2948         * g++.old-deja/g++.robertl/eb33.C (main): Same.
2949         * g++.old-deja/g++.robertl/eb31.C (main): Same.
2950         * g++.old-deja/g++.robertl/eb30.C: Same.
2951         * g++.old-deja/g++.robertl/eb3.C: Same.
2952         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
2953         * g++.old-deja/g++.robertl/eb21.C: Same.
2954         * g++.old-deja/g++.robertl/eb15.C: Same.
2955         * g++.old-deja/g++.robertl/eb118.C: Same.
2956         * g++.old-deja/g++.robertl/eb115.C (main): Same.
2957         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
2958         * g++.old-deja/g++.robertl/eb109.C: Same.
2959         * g++.old-deja/g++.other/sibcall1.C (main): Same.
2960         * g++.old-deja/g++.mike/rtti1.C: Same.
2961         * g++.old-deja/g++.mike/p658.C: Same.
2962         * g++.old-deja/g++.mike/net46.C: Same.
2963         * g++.old-deja/g++.mike/net34.C: Same.
2964         * g++.old-deja/g++.mike/memoize1.C: Same.
2965         * g++.old-deja/g++.mike/eh2.C: Same.
2966         * g++.old-deja/g++.law/weak.C: Same.
2967         * g++.old-deja/g++.law/visibility7.C: Same.
2968         * g++.old-deja/g++.law/visibility25.C: Same.
2969         * g++.old-deja/g++.law/visibility22.C: Same.
2970         * g++.old-deja/g++.law/visibility2.C: Same.
2971         * g++.old-deja/g++.law/visibility17.C: Same.
2972         * g++.old-deja/g++.law/visibility13.C: Same.
2973         * g++.old-deja/g++.law/visibility10.C: Same.
2974         * g++.old-deja/g++.law/visibility1.C: Same.
2975         * g++.old-deja/g++.law/virtual3.C (eval): Same.
2976         * g++.old-deja/g++.law/vbase1.C: Same.
2977         * g++.old-deja/g++.law/operators32.C: Same.
2978         * g++.old-deja/g++.law/nest3.C: Same.
2979         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
2980         * g++.old-deja/g++.law/except5.C (main): Same.
2981         * g++.old-deja/g++.law/cvt7.C (run): Same.
2982         * g++.old-deja/g++.law/cvt2.C: Same.
2983         * g++.old-deja/g++.law/cvt16.C: Same.
2984         * g++.old-deja/g++.law/ctors6.C (bar): Same.
2985         * g++.old-deja/g++.law/ctors17.C (main): Same.
2986         * g++.old-deja/g++.law/ctors13.C: Same.
2987         * g++.old-deja/g++.law/ctors12.C (main): Same.
2988         * g++.old-deja/g++.law/ctors10.C: Same.
2989         * g++.old-deja/g++.law/code-gen5.C: Same.
2990         * g++.old-deja/g++.law/bad-error7.C: Same.
2991         * g++.old-deja/g++.law/arm9.C: Same.
2992         * g++.old-deja/g++.law/arm12.C: Same.
2993         * g++.old-deja/g++.law/arg8.C: Same.
2994         * g++.old-deja/g++.law/arg1.C: Same.
2995         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
2996         * g++.old-deja/g++.jason/template31.C: Same.
2997         * g++.old-deja/g++.jason/template24.C (main): Same.
2998         * g++.old-deja/g++.jason/2371.C: Same.
2999         * g++.old-deja/g++.eh/new2.C: Same.
3000         * g++.old-deja/g++.eh/new1.C: Same.
3001         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
3002         * g++.old-deja/g++.brendan/nest21.C (main): Same.
3003         * g++.old-deja/g++.brendan/err-msg3.C: Same.
3004         * g++.old-deja/g++.brendan/crash62.C: Same.
3005         * g++.old-deja/g++.brendan/crash52.C: Same.
3006         * g++.old-deja/g++.brendan/crash49.C (main): Same.
3007         * g++.old-deja/g++.brendan/crash38.C: Same.
3008         * g++.old-deja/g++.brendan/crash15.C (main): Same.
3009         * g++.old-deja/g++.brendan/copy9.C: Same.
3010
3011 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
3012
3013         * gcc.c-torture/execute/20001203-2.c (memset):
3014         Count argument is of type __SIZE_TYPE__.
3015
3016 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
3017
3018         * gcc.c-torture/compile/20010404-1.c: New test.
3019
3020 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
3021
3022         * gcc.c-torture/compile/20010326-1.c: New test.
3023
3024 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
3025
3026         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
3027         peculiarities of the SH.
3028         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
3029
3030 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3031
3032         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
3033         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
3034         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
3035
3036 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3037
3038         * g77.f-torture/compile/20010321-1.f: New test.
3039
3040 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3041
3042         * gcc.c-torture/compile/20010329-1.c: New test.
3043
3044 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3045
3046         * gcc.c-torture/execute/20010329-1.c: New test.
3047
3048 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
3049
3050         * g++.old-deja/g++.other/eh4.C: Fix typo.
3051
3052 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
3053
3054         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
3055
3056 2001-03-28  Philip Blundell  <philb@gnu.org>
3057
3058         * gcc.c-torture/compile/20010328-1.c: New test.
3059
3060 2001-03-27  Richard Henderson  <rth@redhat.com>
3061
3062         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
3063         * g++.old-deja/g++.eh/vbase3.C: Likewise.
3064
3065 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
3066
3067         * gcc.c-torture/compile/20010327-1.c: New test.
3068
3069 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3070
3071         * g++.old-deja/g++.other/friend12.C: New test.
3072         * g++.old-deja/g++.other/friend9.C: Expect no errors.
3073         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
3074
3075 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3076
3077         * gcc.c-torture/execute/20010325-1.c: New test.
3078
3079 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
3080
3081         * g++.old-deja/g++.other/mangle3.C: New test.
3082
3083 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
3084
3085         * g++.old-deja/g++.other/anon8.C: New test.
3086
3087 2001-03-20  Philip Blundell  <philb@gnu.org>
3088
3089         * gcc.c-torture/compile/20010320-1.c: New test.
3090
3091 2001-03-17  Richard Henderson  <rth@redhat.com>
3092
3093         * g++.old-deja/g++.other/eh4.C: Add expected error text.
3094
3095 2001-03-15  Geoff Keating  <geoff@redhat.com>
3096
3097         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
3098         tests on AIX.
3099
3100 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
3101
3102         * g++.old-deja/g++.other/eh4.C: New test.
3103
3104 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
3105
3106         * gcc.dg/cpp/mi1.c: Update.
3107
3108 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
3109
3110         * g++.old-deja/g++.other/regstack.C: New test.
3111
3112 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3113
3114         * g++.old-deja/g++.other/ref4.C: New test.
3115
3116 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
3117
3118         * objc/execute/va_method.m: Added.
3119         * objc/execute/IMP.m: Added.
3120         * objc/execute/_cmd.m: Added.
3121         * objc/execute/accessing_ivars.m: Added.
3122         * objc/execute/class-1.m: Added.
3123         * objc/execute/class-10.m: Added.
3124         * objc/execute/class-11.m: Added.
3125         * objc/execute/class-12.m: Added.
3126         * objc/execute/class-13.m: Added.
3127         * objc/execute/class-14.m: Added.
3128         * objc/execute/class-2.m: Added.
3129         * objc/execute/class-3.m: Added.
3130         * objc/execute/class-4.m: Added.
3131         * objc/execute/class-5.m: Added.
3132         * objc/execute/class-6.m: Added.
3133         * objc/execute/class-7.m: Added.
3134         * objc/execute/class-8.m: Added.
3135         * objc/execute/class-9.m: Added.
3136         * objc/execute/class-tests-1.h
3137         * objc/execute/class-tests-2.h
3138         * objc/execute/compatibility_alias.m: Added.
3139         * objc/execute/encode-1.m: Added.
3140         * objc/execute/formal_protocol-1.m: Added.
3141         * objc/execute/formal_protocol-2.m: Added.
3142         * objc/execute/formal_protocol-3.m: Added.
3143         * objc/execute/formal_protocol-4.m: Added.
3144         * objc/execute/formal_protocol-5.m: Added.
3145         * objc/execute/formal_protocol-6.m: Added.
3146         * objc/execute/formal_protocol-7.m: Added.
3147         * objc/execute/informal_protocol.m: Added.
3148         * objc/execute/initialize.m: Added.
3149         * objc/execute/load.m: Added.
3150         * objc/execute/many_args_method.m: Added.
3151         * objc/execute/nested-3.m: Added.
3152         * objc/execute/no_clash.m: Added.
3153         * objc/execute/private.m: Added.
3154         * objc/execute/redefining_self.m: Added.
3155         * objc/execute/root_methods.m: Added.
3156         * objc/execute/selector-1.m: Added.
3157         * objc/execute/static-1.m: Added.
3158         * objc/execute/static-2.m: Added.
3159         * objc/execute/va_method.m: Added.
3160
3161 2001-03-10  Richard Henderson  <rth@redhat.com>
3162
3163         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
3164
3165 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3166
3167         * g++.old-deja/g++.other/crash31.C: XFAIL.
3168         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
3169         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
3170         * gcc.c-torture/execute/20010123-1.x: XFAIL.
3171         * gcc.c-torture/execute/20010124-1.x: XFAIL.
3172         * gcc.dg/sequence-pt-1.c: XFAIL one test.
3173
3174 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
3175
3176         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
3177
3178 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
3179
3180         * gcc.dg/20000724-1.c: Don't use multiline strings.
3181
3182 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
3183
3184         * objc/execute/string1.m, objc/execute/string2.m: Compare the
3185         result of -cString against what we expect it to be; don't just
3186         print it out for no one to read.
3187
3188         * objc/execute/string3.m, objc/execute/string4.m: New tests.
3189         Based on testcases provided by Nicola Pero.
3190
3191 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3192
3193         * gcc.dg/cpp/macro7.c: New test.
3194
3195 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3196
3197         * gcc.dg/cpp/multiline.c: Update.
3198
3199 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3200
3201         * g++.old-deja/g++.other/enum3.C: New test.
3202
3203 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3204
3205         * g++.old-deja/g++.other/pod1.C: New test.
3206
3207 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3208
3209         * g++.old-deja/g++.ext/overload1.C: New test.
3210
3211 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
3212
3213         * g++.old-deja/g++.pt/using1.C: New test.
3214
3215 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
3216
3217         * g++.old-deja/g++.other/using9.C: New test.
3218
3219 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
3220
3221         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
3222
3223         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
3224
3225 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
3226
3227         * g++.old-deja/g++.ext/realpt1.C: Remove.
3228
3229 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
3230
3231         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
3232
3233 2001-02-26  Will Cohen  <wcohen@redhat.com>
3234
3235         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
3236
3237 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
3238
3239         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
3240         templatized constructors.
3241
3242 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3243
3244         * gcc.c-torture/execute/20010224-1.c: New test.
3245
3246 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
3247
3248         * gcc.c-torture/execute/20010222-1.c: New test.
3249
3250 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
3251
3252         * g++.old-deja/g++.other/inline20.C: New test.
3253
3254 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3255
3256         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
3257
3258 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3259
3260         * g++.old-deja/g++.other/lookup22.C: New test.
3261
3262 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
3263
3264         * g77.dg: New directory.
3265         * g77.dg/20010216-1.f: New test case.
3266         * g77.dg/dg.exp: New driver.
3267         * lib/g77-dg.exp: New driver library.
3268
3269 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3270
3271         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
3272
3273 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
3274
3275         * g++.old-deja/g++.other/decl9.C: New test.
3276
3277 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
3278
3279         * g++.old-deja/g++.other/init16.C: Update the test so that it does
3280         not need <string> and also tests the initialization at runtime.
3281
3282 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3283
3284         * gcc.c-torture/execute/longlong.c: New test.
3285
3286 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
3287
3288         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
3289
3290 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
3291
3292         * gcc.c-torture/execute/920302-1.c (execute):
3293         Change argument type to short.
3294
3295 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3296
3297         * g++.old-deja/g++.pt/deduct6.C: New test.
3298
3299 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3300
3301         * g++.old-deja/g++.pt/deduct5.C: New test.
3302
3303 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
3304
3305         * gcc.c-torture/execute/20010209-1.c: New test.
3306
3307 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
3308
3309         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
3310
3311 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
3312
3313         * g++.dg/vtgc1.C: Update for new ABI.
3314
3315         * consistency.vlad: New directory, 1665 files.
3316
3317 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3318
3319         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
3320         return type.
3321         * gcc.dg/cpp/digraphs.c: Declare puts.
3322
3323 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3324
3325         * g++.old-deja/g++.other/warn5.C: New test.
3326
3327 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3328
3329         * g++.old-deja/g++.pt/spec40.C: New test.
3330
3331 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3332
3333         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
3334         case.
3335         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
3336
3337 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
3338
3339         * gcc.c-torture/compile/20010209-1.c: New test.
3340
3341 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
3342
3343         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
3344         excess errors message but not if it crashes.
3345         * g++.old-deja/g++.other/crash27.C: Likewise.
3346         * g++.old-deja/g++.other/crash28.C: Likewise.
3347         * g++.old-deja/g++.other/crash30.C: Likewise.
3348         * g++.old-deja/g++.other/crash32.C: Likewise.
3349         * g++.old-deja/g++.other/crash35.C: Likewise.
3350         * g++.old-deja/g++.pt/inherit2.C: Likewise.
3351
3352 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3353
3354         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
3355         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
3356         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
3357         g77.f-torture/execute/execute.exp,
3358         g77.f-torture/noncompile/noncompile.exp,
3359         gcc.c-torture/execute/execute.exp,
3360         gcc.c-torture/execute/memcheck/memcheck.exp,
3361         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
3362         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
3363         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
3364         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
3365         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
3366         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
3367         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
3368         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
3369         Remove bug reporting instructions with ancient email addresses.
3370
3371 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
3372
3373         * gcc.dg/20010202-1.c: New test.
3374         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
3375
3376 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
3377
3378         * g++.dg/stdbool-if.C: New test.
3379
3380 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3381
3382         * objc/execute/fdecl.m: Added main().
3383
3384 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
3385
3386         * gcc.c-torture/execute/20010206-1.c: New test.
3387
3388 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3389
3390         * gcc.dg/cpp/avoidpaste1.c: Update.
3391
3392 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3393
3394         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
3395         Pero <nicola@brainstorm.co.uk>.
3396         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
3397
3398 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
3399
3400         * g++.old-deja/g++.pt/spec39.C: New test.
3401
3402 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
3403
3404         * gcc.c-torture/compile/20010202-1.c: New test.
3405
3406 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
3407
3408         * g++.old-deja/g++.abi/primary2.C: New test.
3409         * g++.old-deja/g++.abi/primary3.C: New test.
3410         * g++.old-deja/g++.abi/primary4.C: New test.
3411         * g++.old-deja/g++.abi/primary5.C: New test.
3412         * g++.old-deja/g++.abi/vtable3.h: New test.
3413         * g++.old-deja/g++.abi/vtable3a.C: New test.
3414         * g++.old-deja/g++.abi/vtable3b.C: New test.
3415         * g++.old-deja/g++.abi/vtable3c.C: New test.
3416         * g++.old-deja/g++.abi/vtable3d.C: New test.
3417         * g++.old-deja/g++.abi/vtable3e.C: New test.
3418         * g++.old-deja/g++.abi/vtable3f.C: New test.
3419         * g++.old-deja/g++.abi/vtable3g.C: New test.
3420         * g++.old-deja/g++.abi/vtable3h.C: New test.
3421         * g++.old-deja/g++.abi/vtable3i.C: New test.
3422         * g++.old-deja/g++.abi/vtable3j.C: New test.
3423         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
3424
3425 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
3426
3427         * g++.old-deja/g++.other/anon6.C: New test.
3428         * g++.old-deja/g++.other/anon7.C: New test.
3429
3430 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3431
3432         * gcc.dg/cpp/avoidpaste2.c: New tests.
3433
3434 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
3435
3436         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
3437
3438 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
3439
3440         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
3441         DECIMAL_DIG cases for Irix."
3442
3443 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
3444
3445         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
3446
3447 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3448
3449         * gcc.dg/c99-tag-1.c: New test.
3450
3451 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3452
3453         * gcc.dg/cpp/tr-warn1.c: Add tests.
3454
3455 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3456
3457         * gcc.dg/cpp/avoidpaste1.c: Update.
3458         * gcc.dg/cpp/paste4.c: Update.
3459
3460 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
3461
3462         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
3463         cases for Irix.
3464
3465 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3466
3467         * g++.old-deja/g++.other/inline19.C: New test.
3468
3469 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3470
3471         * gcc.dg/Wlarger-than.c: New test.
3472
3473 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3474
3475         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
3476
3477 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
3478
3479         * gcc.c-torture/execute/20010129-1.c: New test.
3480         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
3481
3482 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3483
3484         * gcc.dg/cpp/avoidpaste1.c: Test case.
3485
3486 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
3487
3488         * g++.old-deja/g++.other/inline18.C: New test.
3489
3490 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3491
3492         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
3493         and __builtin_putchar.
3494
3495 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
3496
3497         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
3498         tests.
3499
3500 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
3501
3502         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
3503         floating point number rounding mode to round to the nearest
3504         representable mode.
3505
3506 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
3507
3508         * g++.old-deja/g++.other/mangle2.C: New test.
3509
3510 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3511
3512         * gcc.c-torture/compile/20010124-1.c: New test.
3513
3514 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
3515
3516         * g++.old-deja/g++.pt/spec38.C: New test.
3517
3518 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3519
3520         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
3521         "Build don't run".
3522
3523 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3524
3525         * gcc.c-torture/execute/20010123-1.c: New test.
3526
3527 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3528
3529         * g++.old-deja/g++.pt/spec37.C: New test.
3530
3531 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3532
3533         * g++.old-deja/g++.pt/overload14.C: New test.
3534
3535 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3536
3537         * gcc.c-torture/execute/20010122-1.c: New test, exercise
3538         __builtin_return_address.
3539
3540 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
3541
3542         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
3543         * g++.old-deja/g++.pt/spec35.C: New test.
3544         * g++.old-deja/g++.pt/spec36.C: New test.
3545
3546 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
3547
3548         * gcc.c-torture/compile/20010118-1.c: New test.
3549
3550 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3551
3552         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
3553
3554 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3555
3556         * gcc.c-torture/execute/20010119-1.c: New test.
3557
3558 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3559
3560         * g++.old-deja/g++.other/vbase5.C: New test.
3561
3562 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3563
3564         * gcc.c-torture/execute/20010118-1.c: New test.
3565
3566 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3567
3568         * g++.old-deja/g++.pt/deduct3.C: New test.
3569
3570 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3571
3572         * g++.old-deja/g++.pt/spec34.C: New test.
3573
3574 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
3575
3576         * g77.f-torture/compile/20000601-2.f: New test.
3577
3578 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3579
3580         * g++.old-deja/g++.other/init17.C: New test.
3581
3582 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
3583
3584         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
3585
3586 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3587
3588         * g++.old-deja/g++.pt/unify8.C: New test.
3589
3590 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3591
3592         * g++.old-deja/g++.abi/vbase1.C: New test.
3593
3594 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3595
3596         * g++.old-deja/g++.pt/crash65.C: New test.
3597
3598 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3599
3600         * gcc.dg/cpp/assembl2.S: New test case.
3601
3602 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
3603
3604         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
3605         are supported.
3606
3607 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3608
3609         * g++.old-deja/g++.other/builtins1.C: New test.
3610         * g++.old-deja/g++.other/builtins2.C: Likewise.
3611         * g++.old-deja/g++.other/builtins3.C: Likewise.
3612         * g++.old-deja/g++.other/builtins4.C: Likewise.
3613
3614 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
3615
3616         * gcc.c-torture/compile/20010117-1.c: New test.
3617         * gcc.c-torture/compile/20010117-2.c: New test.
3618
3619 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3620
3621         * g77.f-torture/execute/20010116.[fx]: New test,
3622         XFAIL on i?86-*-*.
3623         * g77.f-torture/compile/20010115.f: Indicate it's
3624         a test for PR fortran/1636.
3625
3626 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3627
3628         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
3629
3630 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3631
3632         * g77.f-torture/compile/20010115.f: New test.
3633
3634 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
3635
3636         * g++.old-deja/g++.pt/nontype5.C: New test.
3637
3638 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3639
3640         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
3641         have an equivalent working one below it.
3642
3643 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3644
3645         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
3646         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3647
3648 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3649
3650         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
3651         message containing "init_priority".
3652         (conpr-2.C): Likewise.
3653         (conpr-3.C): Likewise.
3654         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
3655
3656 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3657
3658         * gcc.c-torture/execute/20010114-2.c: New test.
3659
3660 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3661
3662         * gcc.c-torture/compile/20010114-1.c: New test.
3663         * gcc.c-torture/compile/20010114-1.x: Xfail.
3664         * gcc.c-torture/compile/20010114-2.c: New test.
3665         * gcc.c-torture/execute/20010114-1.c: New test.
3666         * gcc.dg/trunc-1.c: New test.
3667         * gcc.dg/uninit-B.c: New test.
3668
3669 2001-01-13  Nick Clifton  <nickc@redhat.com>
3670
3671         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
3672         target.
3673
3674 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3675
3676         * gcc.c-torture/compile/20010113-1.c: New test.
3677
3678 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
3679
3680         * gcc.c-torture/compile/20001212-1.c: New test.
3681
3682 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3683
3684         * gcc.dg/cpp/widestr1.c: Update.
3685         * gcc.dg/cpp/prag-imp.c: Remove.
3686
3687 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
3688
3689         * gcc.c-torture/execute/20000801-3.x: Remove.
3690         * gcc.dg/c90-init-1.c: New test.
3691         * gcc.dg/c99-init-1.c: New test.
3692         * gcc.dg/c99-init-2.c: New test.
3693         * gcc.dg/gnu99-init-1.c: New test.
3694
3695 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
3696
3697         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
3698         testing that no relevant ones were found.
3699
3700 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
3701
3702         * g++.old-deja/g++.pt/cast2.C: New test.
3703
3704 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
3705
3706         * g++.old-deja/g++.pt/friend47.C: New test.
3707
3708 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3709
3710         * g++.old-deja/g++.pt/instantiate13.C: New test.
3711
3712 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3713
3714         * g++.old-deja/g++.other/defarg7.C: New test.
3715         * g++.old-deja/g++.other/defarg8.C: New test.
3716
3717 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3718
3719         * g++.old-deja/g++.pt/crash64.C: New test.
3720
3721 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
3722
3723         * g++.old-deja/g++.pt/crash63.C: New test.
3724
3725 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
3726
3727         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
3728
3729 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
3730
3731         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
3732
3733 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3734
3735         * g++.old-deja/g++.pt/error3.C: New test.
3736
3737 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3738
3739         * g++.old-deja/g++.other/crash39.C: New test.
3740
3741 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
3742
3743         * g++.old-deja/g++.other/vbase4.C: New test.
3744
3745 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
3746
3747         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
3748         * gcc.dg/special/20000419-2.c: New file. Identical to above.
3749         * gcc.dg/special/special.exp: New test driver which will check
3750         for alias support for the above test.
3751
3752 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
3753
3754         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
3755         problems on small machines.
3756         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
3757         parameterize.
3758
3759 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
3760
3761         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
3762         mips.
3763         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3764
3765 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
3766
3767         * g++.old_deja/g++.pt/using8.C: New test.
3768
3769 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3770
3771         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
3772
3773 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
3774
3775         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
3776         where a failure is expected.
3777         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
3778
3779 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3780
3781         * g++.old_deja/g++.pt/instantiate12.C: New test.
3782
3783 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3784
3785         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
3786         start of structs.
3787         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
3788         * g++.old-deja/g++.brendan/crash17.C: Likewise.
3789         * g++.old-deja/g++.brendan/crash29.C: Likewise.
3790         * g++.old-deja/g++.brendan/crash48.C: Likewise.
3791         * g++.old-deja/g++.brendan/ns1.C: Likewise.
3792         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
3793         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
3794         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
3795         * g++.old-deja/g++.eh/spec6.C: Likewise.
3796         * g++.old-deja/g++.jason/crash3.C: Likewise.
3797         * g++.old-deja/g++.law/ctors11.C: Likewise.
3798         * g++.old-deja/g++.law/ctors17.C: Likewise.
3799         * g++.old-deja/g++.law/ctors5.C: Likewise.
3800         * g++.old-deja/g++.law/ctors9.C: Likewise.
3801         * g++.old-deja/g++.mike/ambig1.C: Likewise.
3802         * g++.old-deja/g++.mike/net22.C: Likewise.
3803         * g++.old-deja/g++.mike/p3538a.C: Likewise.
3804         * g++.old-deja/g++.mike/p3538b.C: Likewise.
3805         * g++.old-deja/g++.mike/virt3.C: Likewise.
3806         * g++.old-deja/g++.niklas/t128.C: Likewise.
3807         * g++.old-deja/g++.other/anon4.C: Likewise.
3808         * g++.old-deja/g++.other/using1.C: Likewise.
3809         * g++.old-deja/g++.other/warn3.C: Likewise.
3810         * g++.old-deja/g++.pt/t37.C: Likewise.
3811         * g++.old-deja/g++.robertl/eb69.C: Likewise.
3812         * g++.old-deja/g++.robertl/eb71.C: Likewise.
3813
3814 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
3815
3816         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
3817
3818 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3819
3820         * gcc.c-torture/execute/stdio-opt-3.c: New test.
3821
3822 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
3823
3824         * gcc.c-torture/compile/20010107-1.c: New test.
3825
3826 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3827
3828         * gcc.c-torture/execute/builtin-noret-1.c: New test.
3829
3830 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3831
3832         * gcc.dg/format/format.h: New file.
3833         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
3834         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
3835         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
3836         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
3837         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
3838         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
3839         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
3840         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
3841         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
3842         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
3843         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
3844         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
3845         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
3846         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
3847         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
3848         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
3849         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
3850         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
3851         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
3852         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
3853         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
3854         instead of declaring standard types, macros and functions in each
3855         test.
3856
3857 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
3858
3859         * gcc.c-torture/execute/20010106-1.c: New test.
3860
3861 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
3862
3863         * gcc.dg/format/format.exp: New file.
3864         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
3865         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
3866         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
3867         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
3868         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
3869         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
3870         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
3871         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
3872         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
3873         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
3874         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
3875         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
3876         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
3877         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
3878         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
3879         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
3880         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
3881         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
3882         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
3883         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
3884         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
3885         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
3886         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
3887         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
3888         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
3889         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
3890         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
3891         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
3892         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
3893         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
3894         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
3895         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
3896         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
3897         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
3898         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
3899         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
3900         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
3901         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
3902         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
3903         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
3904         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
3905         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
3906
3907 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
3908
3909         * gcc.c-torture/execute/991228-1.c: Take word endianness into
3910         account.
3911
3912 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3913
3914         * gcc.c-torture/execute/builtin-complex-1.c: New test.
3915
3916 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
3917
3918         * g++.old-deja/g++.pt/crash62.C: New test.
3919
3920 2001-01-04  Richard Henderson  <rth@redhat.com>
3921
3922         * gcc.dg/20000926-1.c: Update expected warnings.
3923         * gcc.dg/array-2.c: Likewise.
3924         * gcc.dg/array-4.c: Also validate flexible array members.
3925         * gcc.dg/c99-flex-array-1.c: New.
3926
3927 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3928
3929         * gcc.c-torture/compile/20001222-1.x: Remove.
3930
3931 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3932
3933         * gcc.c-torture/execute/built-in-setjmp.c: New.
3934
3935 2001-01-03  Richard Henderson  <rth@redhat.com>
3936
3937         * gcc.dg/940510-1.c: Update expected error wording.
3938         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
3939
3940 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
3941
3942         * lib/target-supports.exp (check_alias_available): Modified to
3943         indicate aliases not supported if only weak aliases are supported.
3944
3945 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3946
3947         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
3948         Turn on cmpstrsi checks for __pj__ and __i370__.
3949
3950 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3951
3952         * g++.old-deja/g++.other/virtual11.C: New test.
3953
3954 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
3955
3956         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
3957
3958 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3959
3960         * gcc.c-torture/compile/20010102-1.c: New test.
3961
3962 2001-01-02  Andreas Jaeger  <aj@suse.de>
3963
3964         * gcc.dg/noreturn-3.c: New test.
3965
3966         * gcc.dg/noreturn-4.c: New test.
3967
3968 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3969
3970         * gcc.c-torture/execute/stdio-opt-1.c: Also test
3971         __builtin_fputc and __builtin_fwrite.
3972
3973 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
3974
3975         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
3976         signed char, not default char.
3977
3978 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
3979
3980         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
3981
3982 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
3983
3984         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
3985
3986 2000-12-29  Richard Henderson  <rth@redhat.com>
3987
3988         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
3989         (__cyg_profile_func_exit): Define.
3990
3991 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
3992
3993         * g++.dg/vtgc1.C: New test.
3994
3995 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
3996
3997         * gcc.dg/noncompile/20001228-1.c: New test.
3998
3999         * gcc.dg/20001228-1.c: New test.
4000
4001         * gcc.c-torture/execute/20001228-1.c: New test.
4002
4003 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4004
4005         * gcc.dg/format-strfmon-1.c: New test.
4006
4007 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4008
4009         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
4010         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
4011         * gcc.c-torture/execute/string-opt-1.c: Likewise.
4012         * gcc.c-torture/execute/string-opt-2.c: Likewise.
4013         * gcc.c-torture/execute/string-opt-3.c: Likewise.
4014         * gcc.c-torture/execute/string-opt-4.c: Likewise.
4015         * gcc.c-torture/execute/string-opt-6.c: Likewise.
4016         * gcc.c-torture/execute/string-opt-7.c: Likewise.
4017         * gcc.c-torture/execute/string-opt-8.c: Likewise.
4018         * gcc.c-torture/execute/string-opt-9.c: Likewise.
4019         * gcc.c-torture/execute/string-opt-10.c: Likewise.
4020         * gcc.c-torture/execute/string-opt-11.c: Likewise.
4021         * gcc.c-torture/execute/string-opt-12.c: Likewise.
4022
4023         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
4024         * gcc.c-torture/execute/string-opt-4.c: Test index.
4025
4026 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
4027
4028         * gcc.c-torture/compile/20001226-1.c: New test.
4029
4030 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4031
4032         * gcc.c-torture/compile/20001222-1.c: New test.
4033         * gcc.c-torture/compile/20001222-1.x: Xfail.
4034
4035 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
4036
4037         * gcc.c-torture/execute/comp-goto-2.c: New test.
4038
4039 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
4040
4041         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
4042         Use long types if __INT_MAX__ is 32767.
4043         (main): Use cast to (sint32 *) when poking 88 into a_page.
4044
4045         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
4046
4047 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
4048
4049         * gcc.c-torture/compile/20001221-1.c: New test.
4050         * gcc.c-torture/execute/20001221-1.c: New test.
4051
4052 2000-12-20  Richard Henderson  <rth@redhat.com>
4053
4054         * g++.old-deja/g++.pt/crash36.C: Update error lines.
4055         * g++.old-deja/g++.robertl/eb109.C: Likewise.
4056
4057 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4058
4059         * gcc.dg/compare3.c: New test.
4060
4061 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4062
4063         * gcc.dg/format-warnll-1.c: New test.
4064
4065 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4066
4067         * gcc.dg/cpp/cmdlne-P.c: New test.
4068
4069 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4070
4071         * gcc.c-torture/execute/builtin-abs-1.c,
4072         gcc.c-torture/execute/builtin-abs-2.c: New tests.
4073
4074 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4075
4076         * gcc.dg/cpp/multiline.c: New test.
4077
4078 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4079
4080         * g++.old-deja/g++.other/syshdr1.C: Update.
4081         * gcc.dg/cpp/lineflags.c: Remove temporarily.
4082
4083 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4084
4085         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
4086
4087 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4088
4089         * g++.old-deja/g++.pt/ttp65.C: New test.
4090
4091 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4092
4093         * g++.old-deja/g++.pt/ttp64.C: New test.
4094
4095 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4096
4097         * g++.old-deja/g++.pt/spec33.C: New test.
4098
4099 2000-12-14  Catherine Moore  <clm@redhat.com>
4100
4101         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
4102         * gcc.c-torture/execute/920612-2.c: Likewise.
4103         * gcc.c-torture/execute/920428-2.c: Likewise.
4104         * gcc-c-torture/execute/va-arg-11.c: Call exit.
4105         * gcc.c-torture/execute/va-arg-21.c: Likewise.
4106
4107 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4108
4109         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
4110         * gcc.dg/pack-test-2.c: Likewise.
4111
4112 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4113
4114         Tests by Zack Weinberg <zackw@stanford.edu>.
4115
4116         * gcc.dg/cpp/defined.c: Update.
4117         * gcc.dg/cpp/defined_trad.c: New tests.
4118
4119 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4120
4121         * gcc.dg/cpp/trad-direct.c: Update.
4122
4123 2000-12-11  Neil Booth  <neilb@earthling.net>
4124
4125         * gcc.dg/cpp/defined_trad.c
4126
4127 2000-12-11  Neil Booth  <neilb@earthling.net>
4128
4129         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
4130
4131 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4132
4133         * gcc.dg/format-miss-2.c: New test.
4134
4135 2000-12-09  Neil Booth  <neilb@earthling.net>
4136
4137         * gcc.dg/cpp/lineflags.c: New tests.
4138         * gcc.dg/cpp/poison.c: Update.
4139         * gcc.dg/cpp/redef2.c: Update.
4140         * gcc.dg/cpp/skipping.c: New test.
4141
4142 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
4143
4144         * g++.old-deja/g++.other/eh3.C: New testcase.
4145
4146 2000-12-07  Neil Booth  <neilb@earthling.net>
4147
4148         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
4149         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
4150         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
4151         wtr-union-init-2.c, wtr-union-init-3.c: Update.
4152         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
4153         Update.
4154
4155 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4156
4157         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
4158         __SIZE_TYPE__ instead of int for type of integers cast to
4159         pointers.
4160
4161 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
4162
4163         * g++.old-deja/g++.other/cleanup4.C: New test.
4164
4165 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4166
4167         * format-sec-1.c: New test.
4168
4169 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4170
4171         * gcc.dg/format-nonlit-3.c: New test.
4172
4173 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4174
4175         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
4176         through a null pointer.
4177
4178 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4179
4180         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
4181         * g++.old-deja/g++.pt/partial4.C: New test.
4182
4183 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4184
4185         * gcc.c-torture/execute/ieee/hugeval.x: New.
4186
4187 2000-12-06  Neil Booth  <neilb@earthling.net>
4188
4189         * gcc.dg/cpp/backslash2.c: New tests.
4190
4191 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4192
4193         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
4194         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
4195
4196 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
4197
4198         * gcc.c-torture/execute/20001203-2.c: New testcase.
4199
4200 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
4201
4202         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
4203         * g++.old-deja/g++.other/virtual10.C: New test.
4204
4205 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
4206
4207         * g++.old-deja/g++.mike/pmf5.C: Remove test.
4208
4209 2000-12-05  Richard Henderson  <rth@redhat.com>
4210
4211         * gcc.c-torture/compile/20001205-1.c: New.
4212
4213 2000-12-04  Neil Booth  <neilb@earthling.net>
4214
4215         * g++.old-deja/g++.other/virtual9.C: New test.
4216         * g++.old-deja/g++.pt/crash61.C: New test.
4217         * gcc.c-torture/execute/loop-9.c: New test.
4218
4219 2000-12-04  Neil Booth  <neilb@earthling.net>
4220
4221         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
4222         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
4223         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
4224         * gcc.dg/cpp/extratokens.c: ...here.
4225
4226 2000-12-04  Neil Booth  <neilb@earthling.net>
4227
4228         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
4229         New tests.
4230
4231 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4232
4233         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
4234         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
4235
4236 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4237
4238         * gcc.c-torture/execute/20001203-1.c: New test.
4239
4240 2000-12-03  Neil Booth  <neilb@earthling.net>
4241
4242         * gcc.dg/cpp/macro6.c: New test cases.
4243
4244 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4245
4246         * gcc.c-torture/execute/string-opt-9.c: New test.
4247         * gcc.c-torture/execute/string-opt-10.c: Likewise.
4248         * gcc.c-torture/execute/string-opt-11.c: Likewise.
4249         * gcc.c-torture/execute/string-opt-12.c: Likewise.
4250
4251         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
4252         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
4253
4254 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
4255
4256         * gcc.dg/cpp/if-6.c: New testcase.
4257
4258         * gcc.dg/20001201-1.c: New testcase.
4259
4260 2000-12-02  Neil Booth  <neilb@earthling.net>
4261
4262         * g++.old-deja/g++.other/externC4.C,
4263         g++.old-deja/g++.other/friend10.C: New tests.
4264
4265 2000-12-02  Neil Booth  <neilb@earthling.net>
4266
4267         * g++.old-deja/g++.other/instan2.C
4268         * g++.old-deja/g++.other/instan3.C: New test.
4269
4270 2000-12-02  Neil Booth  <neilb@earthling.net>
4271
4272         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
4273         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
4274         gnuc99.c,gnuc99-pedantic.c: New tests.
4275
4276 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4277
4278         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
4279         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
4280
4281 2000-12-01  Neil Booth  <neilb@earthling.net>
4282
4283         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
4284         * gcc.dg/cpp/poison.c: Update.
4285         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
4286
4287 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
4288
4289         * g77.f-torture/execute/20001201.f: New test.
4290
4291 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4292
4293         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
4294
4295 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
4296
4297         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
4298
4299 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
4300
4301         * g++.old-deja/g++.other/cast6.C: New test.
4302
4303 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
4304
4305         * gcc.c-torture/execute/20001130-2.c: New testcase.
4306
4307 2000-11-30  Richard Henderson  <rth@redhat.com>
4308
4309         * gcc.c-torture/execute/20001130-1.c: New test.
4310
4311 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4312
4313         * g++.old-deja/g++.other/op3.C: New test.
4314
4315 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4316
4317         * g++.old-deja/g++.other/op2.C: New test.
4318
4319 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4320
4321         * g++.old-deja/g++.other/crash38.C: New test.
4322
4323 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
4324
4325         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
4326
4327 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
4328
4329         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
4330         tests.
4331         * gcc.c-torture/execute/string-opt-6.c: New test.
4332
4333         * gcc.dg/20001117-1.c: Add main.
4334
4335 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
4336
4337         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
4338         Move from here ...
4339         * gcc.dg/940510-1.c: ... to here.
4340
4341         * gcc.dg/20000926-1.c: GNU C now allows initializations of
4342         zero-size arrays in toplevel structures.
4343
4344 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
4345
4346         * gcc.c-torture/execute/loop-8.c: New test.
4347
4348 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4349
4350         * g++.old-deja/g++.other/base1.C: New test.
4351
4352 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4353
4354         * g++.old-deja/g++.other/parse2.C: New test.
4355
4356 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4357
4358         * g++.old-deja/g++.pt/incomplete1.C: New test.
4359
4360 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4361
4362         * g++.old-deja/g++.other/friend9.C: New test.
4363
4364 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
4365
4366         * gcc.dg/20001127-1.c: New test.
4367
4368 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
4369
4370         * g++.old-deja/g++.pt/friend46.C: New test.
4371
4372 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
4373
4374         * g++.old-deja/g++.other/ptrmem8.C: New test.
4375
4376 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4377
4378         * gcc.c-torture/execute/string-opt-7.c: New test.
4379         * gcc.c-torture/execute/string-opt-8.c: Likewise.
4380
4381 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
4382
4383         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
4384         instead of 'mkcheck 2'.
4385
4386 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4387
4388         * gcc.c-torture/execute/memcheck/driver.c,
4389         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
4390         C9X references to refer to C99.
4391
4392 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
4393
4394         * gcc.dg/ultrasp3.c: New test.
4395
4396 2000-11-25  Neil Booth  <neilb@earthling.net>
4397
4398         * gcc.dg/cpp/include2.c: Update test to be locale independent.
4399
4400 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
4401
4402         * gcc.c-torture/compile/20001123-2.c: New.
4403
4404 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4405
4406         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
4407
4408 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
4409
4410         * gcc.dg/sequence-point-1.c: Add some new tests.
4411         * gcc.c-torture/execute/20001124-1.c: New test.
4412
4413 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
4414
4415         * g++.old-deja/g++.other/vaarg4.C: New test.
4416         * gcc.c-torture/compile/20001123-1.c: New test.
4417
4418 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
4419
4420         * g++.other/crash24.C: Adjust and remove XFAIL.
4421         * g++.other/crash37.C: New test.
4422
4423 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
4424
4425         * g++.old-deja/g++.pt/instantiate9.C: New test.
4426
4427 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
4428
4429         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
4430         new ABI, too.
4431
4432         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
4433         * g++.old-deja/g++.robertl/eb55.C: Likewise.
4434
4435 2000-11-22  Neil Booth  <neilb@earthling.net>
4436
4437         * gcc.dg/cpp/Wtrigraphs.c: New test.
4438
4439 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
4440
4441         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
4442
4443 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
4444
4445         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
4446
4447 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
4448
4449         * lib/gcc-dg.exp: load_lib scanasm.exp.
4450         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
4451         * lib/g++-dg.exp: load_lib scanasm.exp.
4452         * lib/scanasm.exp: New.
4453         (scan-assembler, scan-assembler-not): Add optional arguments to
4454         test name, or if not present, the pattern name.
4455         (scan-assembler-dem, scan-assembler-dem-not): New.
4456
4457         * g++.dg/dg.exp: New.
4458
4459 2000-11-21  Neil Booth  <neilb@earthling.net>
4460
4461         * gcc.dg/cpp/integrated1.c: Remove.
4462
4463 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
4464
4465         * gcc.c-torture/execute/20001121-1.c: New test.
4466
4467 2000-11-21  Richard Henderson  <rth@redhat.com>
4468
4469         * gcc.c-torture/compile/20001121-1.c: New test.
4470
4471 2000-11-20  Neil Booth  <neilb@earthling.net>
4472
4473         * gcc.dg/cpp/integrated1.c: New test.
4474
4475 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
4476
4477         * g++.old-deja/g++.other/inline17.C: New test.
4478
4479 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
4480
4481         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
4482         local variable to be zero: I made the variable global. Now
4483         uses abort() and exit() instead of relying on main's return value.
4484
4485 2000-11-20  Neil Booth  <neilb@earthling.net>
4486
4487         * gcc.dg/cpp/paste2.c: Update test.
4488         * objc/execute/paste.m: New test.
4489
4490 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4491
4492         * gcc.dg/c99-condexpr-1.c: New test.
4493
4494 2000-11-20  Neil Booth  <neilb@earthling.net>
4495
4496         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
4497
4498 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
4499
4500         * g++.old-deja/g++.pt/export1.C: New test.
4501
4502 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
4503
4504         * gcc.dg/20001117-1.c: New test.
4505
4506 2000-11-18  Richard Henderson  <rth@redhat.com>
4507
4508         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
4509
4510 2000-11-18  Richard Henderson  <rth@redhat.com>
4511
4512         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
4513         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
4514         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
4515
4516 2000-11-18  Richard Henderson  <rth@redhat.com>
4517
4518         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
4519         (main): New.  Exit cleanly.
4520
4521 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4522
4523         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
4524         gcc.dg/c99-fordecl-2.c: New tests.
4525
4526 2000-11-18  Richard Henderson  <rth@redhat.com>
4527
4528         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
4529         * gcc.c-torture/execute/zerolen-2.c: New.
4530
4531 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4532
4533         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
4534         memory.
4535
4536 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4537
4538         * g++.old-deja/g++.pt/instantiate8.C: New test.
4539
4540 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4541
4542         * g++.old-deja/g++.other/incomplete.C: Add more tests.
4543         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
4544
4545 2000-11-16  Nick Clifton  <nickc@redhat.com>
4546
4547         * gcc.c-torture/execute/nestfunc-2.c: New test.
4548         * gcc.c-torture/execute/nestfunc-3.c: New test.
4549
4550 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4551
4552         * gcc.c-torture/compile/20001116-1.c: New test.
4553
4554 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4555
4556         * gcc.c-torture/execute/20001115-1.c: New test.
4557
4558 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
4559
4560         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
4561         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
4562         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
4563         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4564
4565 2000-11-15  Neil Booth  <neilb@earthling.net>
4566
4567         gcc.dg/cpp/_Pragma1.c: Update.
4568         gcc.dg/cpp/_Pragma2.c: New test.
4569
4570 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
4571
4572         * g++.old-deja/g++.other/anon5.C: New test.
4573
4574 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4575
4576         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
4577         tests.
4578
4579 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4580
4581         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
4582         output.
4583
4584 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4585
4586         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
4587         labels at end of compound statements.
4588
4589 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
4590
4591         * gcc.c-torture/execute/loop-7.c: New test.
4592
4593 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4594
4595         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
4596
4597 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4598
4599         * gcc.dg/c99-bool-1.c: New test.
4600
4601 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4602
4603         * gcc.dg/c99-scope-1.c: Remove xfail.
4604         * gcc.dg/c99-scope-2.c: New test.
4605
4606 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4607
4608         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
4609         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
4610
4611 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4612
4613         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
4614         error messages.
4615
4616         * g++.mike/p700.C: Don't typedef wchar_t.
4617         * g++.mike/p784.C: Likewise.
4618         * g++.mike/eb101.C: Don't use __wchar_t.
4619
4620 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4621
4622         * g77.f-torture/execute/20001111.[fx]: Test premature exit
4623         from DO loop.
4624
4625 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4626
4627         * gcc.c-torture/execute/20001111-1.c: New test.
4628
4629 2000-11-10  Nick Clifton  <nickc@redhat.com>
4630
4631         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
4632         long multuiple and accumulate.
4633
4634 2000-11-09  Richard Henderson  <rth@redhat.com>
4635
4636         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
4637         via size_t instead of int.
4638
4639         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
4640         * gcc.c-torture/execute/string-opt-2.c: Likewise.
4641         * gcc.c-torture/execute/string-opt-3.c: Likewise.
4642         * gcc.c-torture/execute/string-opt-4.c: Likewise.
4643
4644 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4645
4646         * gcc.c-torture/compile/20001109-1.c: New test.
4647         * gcc.c-torture/compile/20001109-2.c: New test.
4648
4649 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
4650
4651         * g++.old-deja/g++.pt/operator1.C: New test.
4652         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
4653
4654 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4655
4656         * gcc.dg/20001108-1.c: New test.
4657
4658 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4659
4660         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
4661         with both arguments constant strings.
4662         * gcc.c-torture/execute/string-opt-3.c: New test.
4663         * gcc.c-torture/execute/string-opt-4.c: New test.
4664         * gcc.c-torture/execute/string-opt-5.c: New test.
4665
4666 2000-11-08  Nick Clifton  <nickc@redhat.com>
4667
4668         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
4669         mulsidi3adddi patterns.
4670
4671 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
4672
4673         * g++.old-deja/g++.other/crash36.C: New test.
4674
4675 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4676
4677         * g++.old-deja/g++.other/init16.C: New test.
4678
4679 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
4680
4681         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
4682
4683 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4684
4685         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
4686         * gcc.c-torture/execute/va-arg-16.x: Likewise.
4687         * gcc.c-torture/execute/va-arg-17.x: Likewise.
4688
4689 2000-11-07  DJ Delorie  <dj@redhat.com>
4690
4691         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
4692
4693 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4694
4695         * gcc.c-torture/execute/string-opt-1.c: New test.
4696
4697 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4698
4699         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
4700         mips-sgi-irix6.* because the MIPS ABI passes floating-point
4701         parameters in registers, and there is no way for a varargs
4702         function to know in which order the integer and floating-point
4703         parameters should be interleaved when they are placed on the
4704         stack.
4705         * gcc.c-torture/execute/va-arg-16.x: Likewise.
4706         * gcc.c-torture/execute/va-arg-17.x: Likewise.
4707
4708 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4709
4710         * gcc.c-torture/execute/string-opt-2.c: New test.
4711
4712 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
4713
4714         * g++.old-deja/g++.pt/crash60.C: New test.
4715
4716 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4717
4718         * g++.old-deja/g++.other/crash24.C: New test.
4719         * g++.old-deja/g++.other/crash25.C: New test.
4720         * g++.old-deja/g++.other/crash26.C: New test.
4721         * g++.old-deja/g++.other/crash27.C: New test.
4722         * g++.old-deja/g++.other/crash28.C: New test.
4723         * g++.old-deja/g++.other/crash29.C: New test.
4724         * g++.old-deja/g++.other/crash30.C: New test.
4725         * g++.old-deja/g++.other/crash31.C: New test.
4726         * g++.old-deja/g++.other/crash32.C: New test.
4727         * g++.old-deja/g++.other/crash33.C: New test.
4728         * g++.old-deja/g++.other/crash34.C: New test.
4729         * g++.old-deja/g++.other/crash35.C: New test.
4730
4731 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
4732
4733         * gcc.c-torture/execute/20001031-1.c: New test.
4734
4735 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
4736
4737         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
4738         namespace.
4739
4740         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
4741         standards-conformant.
4742
4743         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
4744
4745         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
4746         * g++.old-deja/g++.mike/p755a.C: Likewise.
4747         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
4748         library makes no calls to `operator new' during initialization.
4749
4750 2000-11-04  Neil Booth  <neilb@earthling.net>
4751
4752         * gcc.dg/cpp/include2.c: New tests.
4753
4754 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
4755
4756         * lib/g++.exp (g++_set_ld_library_path): New function.
4757         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
4758
4759 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
4760
4761         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
4762         warnings.
4763
4764 2000-11-01  Richard Henderson  <rth@redhat.com>
4765
4766         * g++.old-deja/g++.ext/namedret1.C: New.
4767         * g++.old-deja/g++.ext/namedret2.C: New.
4768         * g++.old-deja/g++.ext/namedret3.C: New.
4769
4770 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
4771
4772         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
4773         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
4774
4775 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4776
4777         * gcc.c-torture/execute/va-arg-21.c: New test.
4778
4779 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4780
4781         * gcc.dg/c99-complex-2.c: New test.
4782
4783 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4784
4785         * gcc.c-torture/execute/stdio-opt-1.c: New test.
4786
4787 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
4788
4789         * g++.old-deja/g++.other/inline16.C: New test.
4790
4791 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
4792
4793         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
4794         __PRETTY_FUNCTION__
4795
4796 2000-10-29  Neil Booth  <neilb@earthling.net>
4797
4798         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
4799         New tests.
4800         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
4801         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
4802         optimisation.
4803
4804 2000-10-29  Neil Booth  <neilb@earthling.net>
4805
4806         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
4807         * mi1.c, mi1c.h: Add null directives to multiple-include test.
4808         * mi5.c: Test multiple includes work with -C.
4809         * trigraphs.c: Test ^= version.
4810
4811 2000-10-28  Neil Booth  <neilb@earthling.net>
4812
4813         New tests and test updates for new macro expander.
4814
4815         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
4816         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
4817         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
4818         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
4819         new diagnostic messages.
4820
4821         * gcc.dg/cpp/macro3.c: New tests.
4822
4823 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
4824
4825         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
4826         on the same line.
4827
4828 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
4829
4830         * g++.old-deja/g++.other/eh2.C: New test.
4831
4832 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
4833
4834         * gcc.c-torture/execute/20001027-1.c: New test.
4835
4836 2000-10-26  Richard Henderson  <rth@redhat.com>
4837
4838         * gcc.c-torture/execute/20001026-1.c: New.
4839
4840 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
4841
4842         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
4843         * g++.old-deja/g++.law/builtin1.C: Likewise.
4844         * g++.old-deja/g++.law/ctors10.C: Likewise.
4845         * g++.old-deja/g++.law/virtual3.C: Likewise.
4846         * g++.old-deja/g++.mike/p658.C: Likewise.
4847         * g++.old-deja/g++.other/sibcall1.C: Likewise.
4848         * g++.old-deja/g++.other/vaarg2.C: Likewise.
4849         * g++.old-deja/g++.robertl/eb124.C: Likewise.
4850         * g++.old-deja/g++.robertl/eb44.C: Likewise.
4851         * g++.old-deja/g++.robertl/eb77.C: Likewise.
4852
4853 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
4854
4855         * gcc.c-torture/compile/20001024-1.c: New test.
4856
4857 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4858
4859         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
4860         to tell us whether or not we are using V3.
4861
4862 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
4863
4864         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
4865         operands.
4866
4867 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4868
4869         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
4870
4871 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
4872
4873         * gcc.c-torture/execute/20001024-1.c: New test.
4874
4875 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
4876
4877         * g++.old-deja/g++.other/sibcall1.C: New test.
4878
4879 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
4880
4881         * gcc.dg/noncompile/init-3.c: New test.
4882
4883 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4884
4885         * gcc.dg/format-array-1.c: New test.
4886
4887 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4888
4889         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
4890         writing through null pointers; remove comment about testing
4891         unterminated strings.
4892
4893 2000-10-17  Matthew Hiller  <hiller@redhat.com>
4894
4895         * gcc.c-torture/execute/20001017-2.c: New test.
4896
4897 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4898
4899         * gcc.c-torture/compile/20001018-1.c: New test.
4900         * gcc.c-torture/compile/20001018-1.x: Xfail.
4901
4902 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4903
4904         * gcc.c-torture/execute/20001017-1.c: New test.
4905
4906 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4907
4908         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
4909         for multiple use of arguments with scanf formats; add tests for
4910         multiple use of arguments.
4911
4912 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
4913
4914         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
4915
4916 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4917
4918         * gcc.dg/format-miss-1.c: New test.
4919
4920 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
4921
4922         * gcc.c-torture/execute/20001013-1.c: New test.
4923
4924 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4925
4926         * gcc.dg/format-branch-1.c: New test.
4927
4928 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4929
4930         * README, lib/file-format.exp: Remove EGCS references.
4931
4932 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
4933
4934         * gcc.dg/20001013-1.c: New test.
4935
4936 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4937
4938         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
4939         for intmax_t in the compiler using __typeof__ and the type rules
4940         for conditional expressions.
4941
4942 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
4943
4944         * gcc.dg/20001012-1.c: New test.
4945         * gcc.dg/20001012-2.c: New test.
4946
4947 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4948
4949         * gcc.dg/format-attr-1.c: New test.
4950
4951 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4952
4953         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
4954         __LONG_LONG_MAX__ instead of LLONG_MAX.
4955
4956 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
4957
4958         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
4959         scanf flags.
4960         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
4961         flags.
4962
4963 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
4964
4965         * gcc.dg/sequence-pt-1.c: New test.
4966
4967 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
4968
4969         * gcc.c-torture/execute/20001011-1.c: New testcase.
4970         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
4971
4972 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
4973
4974         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
4975         does not error on it.
4976
4977 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
4978
4979         * gcc.dg/20001009-1.c: New test.
4980
4981 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
4982
4983         * gcc.c-torture/compile/20001009-1.c: Move from here ....
4984         * gcc.c-torture/execute/20001009-2.c: ... to here.
4985
4986 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
4987
4988         * gcc.c-torture/compile/20001009-1.c: New testcase.
4989         * gcc.c-torture/execute/20001009-1.c: New testcase.
4990         Testcases provided by Jan Hubicka <jh@suse.cz>.
4991
4992 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4993
4994         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
4995         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
4996         uintmax_t using <limits.h> to emulate the compiler's internal
4997         logic.  No longer XFAIL %j tests.
4998
4999 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5000
5001         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
5002         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
5003         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
5004         regexps and details of expected handling of some bad formats.
5005         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
5006         suppression.
5007
5008 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5009
5010         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
5011         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
5012         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
5013         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
5014         in list archives.
5015
5016 2000-10-06  Richard Henderson  <rth@cygnus.com>
5017
5018         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
5019         * g++.old-deja/g++.brendan/crash52.C: Likewise.
5020         * g++.old-deja/g++.jason/report.C: Likewise.
5021         * g++.old-deja/g++.law/friend5.C: Likewise.
5022         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
5023         of the expected warnings.
5024
5025 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
5026
5027         * g++.old-deja/g++.pt/enum14.C: New test.
5028
5029 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
5030
5031         * g++.old-deja/g++.pt/crash59.C: New test.
5032
5033 2000-10-04  Will Cohen  <wcohen@redhat.com>
5034
5035         * gcc.dg/20000926-1.c: New test.
5036
5037 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
5038
5039         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
5040         function name for current C++ compiler.
5041         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
5042
5043 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
5044
5045         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
5046         __PRETTY_FUNCTION__.
5047         * g++.old-deja/g++.ext/pretty2.C: Likewise.
5048
5049 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5050
5051         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
5052
5053 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
5054
5055         * gcc.c-torture/compile/20000923-1.c: New test.
5056
5057 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5058
5059         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
5060         * g++.old-deja/g++.pt/ttp62.C: Same.
5061         * g++.old-deja/g++.other/inline14.C: Same.
5062
5063 2000-09-24  Richard Henderson  <rth@cygnus.com>
5064
5065         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
5066
5067 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5068
5069         * gcc.dg/c90-printf-1.c: Add test for wide string format.
5070
5071 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
5072
5073         * gcc.c-torture/compile/20000922-1.c: New file.
5074
5075 2000-09-21  Nick Clifton  <nickc@redhat.com>
5076
5077         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
5078         a signed long modulo operation.
5079         (mod6): New funciton - perform an unsigned long modulo operation.
5080         (main): Add tests for modulos of very large numbers by very small
5081         dividends.
5082
5083 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5084
5085         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
5086
5087 2000-09-19  Richard Henderson  <rth@cygnus.com>
5088
5089         * gcc.dg/compare2.c (case 10): XFAIL.
5090
5091 2000-09-18  Richard Henderson  <rth@cygnus.com>
5092
5093         * gcc.c-torture/execute/20000906-1.c: Move ...
5094         * gcc.dg/20000906-1.c: ... here.  Only run on targets
5095         that support __builtin_trap.
5096
5097 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
5098
5099         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
5100
5101 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5102
5103         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
5104         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
5105         more $ format tests.
5106
5107 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5108
5109         * gcc.dg/format-errmk-1.c: New test.
5110
5111 2000-09-17  Greg McGary  <greg@mcgary.org>
5112
5113         * gcc.c-torture/execute/20000917-1.x: Remove.
5114
5115 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5116
5117         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
5118
5119 2000-09-17  Greg McGary  <greg@mcgary.org>
5120
5121         * gcc.c-torture/execute/20000917-1.c: New test.
5122         * gcc.c-torture/execute/20000917-1.x: XFAIL.
5123
5124 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
5125
5126         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
5127         in nested macro bug.
5128
5129 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
5130
5131         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
5132
5133 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
5134
5135         * gcc.c-torture/execute/20000914-1.c: New test.
5136
5137 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
5138
5139         * g++.other/inline13.C: New test.
5140
5141 2000-09-12  Andreas Jaeger  <aj@suse.de>
5142
5143         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
5144         constant by Ulrich Drepper <drepper@redhat.com>.
5145
5146 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
5147
5148         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
5149
5150 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5151
5152         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
5153
5154 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
5155
5156         * gcc.dg/cpp/backslash.c: New test.
5157
5158 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
5159
5160         * gcc.c-torture/execute/20000910-1.c: New test.
5161         * gcc.c-torture/execute/20000910-2.c: Likewise.
5162
5163 2000-09-11  Robert Lipe  <robertl@sco.com>
5164
5165         * gcc.dg/pragma-align.c: New test.
5166
5167 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
5168
5169         * g++.old-deja/g++.pt/explicit82.C: New test.
5170         * g++.old-deja/g++.pt/explicit83.C: New test.
5171
5172 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
5173
5174         * gcc.dg/asm-names.c: New test.
5175
5176 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5177
5178         * gcc.dg/cpp/tr-warn6.c: New test
5179
5180 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5181
5182         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
5183         be accepted.
5184
5185 2000-09-07  Catherine Moore  <clm@redhat.com>
5186
5187         * gcc.c-torture/execute/unroll-1.c: New test.
5188
5189 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
5190
5191         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
5192         ERROR markers.
5193         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
5194         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
5195         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
5196         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
5197         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
5198         Preprocess only.
5199         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
5200         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
5201
5202 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5203
5204         * g++.old-deja/g++.pt/deduct2.C: New test.
5205
5206 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5207
5208         * g++.old-deja/g++.pt/parms2.C: New test.
5209
5210 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5211
5212         * g++.old-deja/g++.pt/crash58.C: New test.
5213
5214 2000-09-06  Greg McGary  <greg@mcgary.org>
5215
5216         * gcc.c-torture/execute/20000906-1.c: New test.
5217         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
5218
5219 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5220
5221         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
5222
5223 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5224
5225         * g++.old-deja/g++.pt/crash57.C: New test.
5226
5227 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5228
5229         * g++.old-deja/g++.pt/crash56.C: New test.
5230
5231 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5232
5233         * g++.old-deja/g++.pt/koenig1.C: New test.
5234
5235 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
5236
5237         * gcc.dg/20000904-1.c: New test.
5238
5239 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
5240
5241         * gcc.dg/cpp/paste8.c: New test.
5242
5243 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
5244
5245         * gcc.c-torture/compile/20000827-1.c: New test.
5246
5247 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5248
5249         * gcc.dg/format-diag-1.c: New test.
5250
5251 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5252
5253         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
5254         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
5255         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
5256         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
5257         gcc.dg/formatz-1.c: Adjust warning regular expressions.
5258
5259 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
5260
5261         * g++.old-deja/g++.other/nested4.C: New test.
5262
5263 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
5264
5265         * g++.old-deja/g++.ns/scoped1.C: New test.
5266
5267 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
5268
5269         * lib/g++.exp: Support testing already-installed GCC.
5270
5271 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5272
5273         * wtr-label-1.c, wtr-suffix-1.c: New tests.
5274
5275 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5276
5277         * gcc.dg/return-type-2.c: New test.
5278
5279 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
5280
5281         * gcc.c-torture/compile/20000825-1.c: New test.
5282
5283 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
5284
5285         * gcc.dg/dwarf2-2.c: New test.
5286
5287 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
5288
5289         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
5290         dg-warning regexps.
5291
5292 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5293
5294         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
5295         gcc.dg/format-ext-5.c: New tests.
5296
5297 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
5298
5299         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
5300
5301 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
5302
5303         * gcc.dg/noncompile/930622-2.c: Adjust error message.
5304
5305 2000-08-24  Richard Henderson  <rth@cygnus.com>
5306
5307         * gcc.dg/ia64-sync-1.c: New test.
5308         * gcc.dg/ia64-sync-2.c: New test.
5309         * gcc.dg/ia64-asm-1.c: New test.
5310
5311 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5312
5313         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
5314         * gcc.dg/format-ext-2.c: New test.
5315
5316 2000-08-23  Jason Merrill  <jason@redhat.com>
5317
5318         * lib/old-dejagnu.exp: Also ignore "In member function" and
5319         "At global scope".
5320
5321 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5322
5323         * gcc.dg/noncompile/label-lineno-1.c: New test.
5324
5325 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5326
5327         * gcc.dg/c99-array-nonobj-1.c: New test.
5328
5329 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5330
5331         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
5332         tests.
5333         * gcc.dg/format-ext-1.c: New test.
5334
5335 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5336
5337         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
5338         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
5339         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
5340         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
5341         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
5342
5343 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5344
5345         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
5346         gcc.dg/c99-strftime-2.c: New tests.
5347
5348 2000-08-22  Richard Henderson  <rth@cygnus.com>
5349
5350         * gcc.c-torture/execute/20000822-1.c: New test.
5351
5352 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
5353
5354         * gcc.c-torture/execute/20000819-1.x: Remove.
5355
5356 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5357
5358         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
5359         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
5360         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
5361         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
5362         gcc.dg/format-xopen-1.c: New tests.
5363
5364 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5365
5366         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
5367
5368 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
5369
5370         * g++.old-deja/g++.other/loop2.C: New test.
5371
5372         * gcc.c-torture/compile/20000606-1.c: New test.
5373         * gcc.c-torture/compile/20000728-1.c: New test.
5374         * gcc.c-torture/execute/20000801-1.c: New test.
5375         * gcc.c-torture/execute/20000801-2.c: New test.
5376         * gcc.c-torture/execute/20000819-1.c: New test.
5377         * gcc.c-torture/execute/20000819-1.x: XFAIL.
5378         * gcc.dg/20000629-1.c: New test.
5379         * gcc.dg/20000724-1.c: New test.
5380         * gcc.dg/20000807-1.c: New test.
5381
5382 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
5383
5384         * gcc.dg/cpp/pragma-1.c: New test.
5385         * gcc.dg/cpp/pragma-2.c: New test.
5386
5387 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
5388
5389         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
5390         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
5391
5392 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5393
5394         * gcc.c-torture/compile/20000818-1.c: New test.
5395
5396 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
5397
5398         * gcc.c-torture/execute/20000818-1.c: New test.
5399
5400 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5401
5402         * gcc.dg/format-va-1.c: New test.
5403
5404 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5405
5406         * g++.old-deja/g++.other/typedef8.C: New test.
5407
5408 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5409
5410         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
5411         * g++.old-deja/g++.mike/net36.C: Mark candidate.
5412         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
5413         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
5414         * g++.old-deja/g++.other/ptrmem7.C: New test.
5415         * g++.old-deja/g++.pt/ptrmem10.C: New test.
5416
5417 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5418
5419         * g++.old-deja/g++.pt/typename27.C: New test.
5420
5421 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
5422
5423         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
5424         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
5425         * g++.old-deja/g++.pt/friend45.C: New test.
5426         * g++.old-deja/g++.other/friend8.C: New test.
5427
5428 2000-08-15  Richard Henderson  <rth@cygnus.com>
5429
5430         * gcc.c-torture/execute/20000815-1.c: New test.
5431
5432 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
5433
5434         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
5435         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
5436         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
5437
5438 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
5439
5440         * g++.old-deja/g++.other/refinit2.C: New test.
5441
5442 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5443
5444         * lib/c-torture.exp (c-torture): Make
5445         compiler_conditional_xfail_data global.
5446         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
5447         compiler_conditional_xfail_data machinery.
5448         (f-torture-execute): Likewise.
5449         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
5450         and only when unrolling loops.
5451
5452         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
5453
5454 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
5455
5456         * g++.old-deja/g++.pt/explicit81.C: New test.
5457
5458 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
5459
5460         * g++.old-deja/g++.pt/typename26.C: New test.
5461
5462 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5463
5464         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
5465         warning.
5466
5467 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5468
5469         * g++.old-deja/g++.other/array3.C: New test.
5470
5471 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5472
5473         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
5474         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
5475         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
5476         New tests.
5477
5478 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
5479
5480         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
5481         * g++.old-deja/g++.abi/vmihint.C: Likewise.
5482
5483 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
5484
5485         * gcc.c-torture/execute/20000808-1.c: New test.
5486
5487 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5488
5489         * gcc.dg/c90-const-expr-1.c: New test.
5490
5491 2000-08-08  Richard Henderson  <rth@cygnus.com>
5492
5493         * gcc.dg/noncompile/920923-1.c: Declare calloc.
5494
5495 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5496
5497         * gcc.dg/noncompile/const-ll-1.c: New test.
5498
5499 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5500
5501         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
5502
5503 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
5504
5505         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
5506         that running programs linked against the shared version of libobjc
5507         run correctly.
5508
5509 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5510
5511         * gcc.dg/c99-printf-1.c: New test.
5512
5513 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5514
5515         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
5516
5517 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
5518
5519         * gcc.c-torture/execute/20000731-1.x: Delete.
5520
5521 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5522
5523         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
5524         and torture_without_loops as is done by c-torture.exp.
5525         (search_for): Copy from c-torture.exp.
5526         (gcc-dg-runtest): New function, drives a directory of tests
5527         iterating over the TORTURE_OPTIONS.
5528         (scan-assembler, scan-assembler-not): Move here from
5529         individual directory drivers.
5530
5531         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
5532         defined by lib/gcc-dg.exp.
5533         * gcc.dg/cpp/cpp.exp: Likewise.
5534         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
5535         gcc-dg-runtest, so we cycle over optimization options.
5536
5537         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
5538         * gcc.dg/compare2.c: No longer expected to fail.
5539
5540 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5541
5542         * gcc.c-torture/execute/20000804-1.c: New test.
5543
5544 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5545
5546         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
5547
5548 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
5549
5550         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
5551
5552 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
5553
5554         * gcc.c-torture/compile/20000803-1.c: New test.
5555
5556 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5557
5558         * gcc.c-torture/execute/20000801-3.c,
5559         gcc.c-torture/execute/20000801-4.c: New tests.
5560         * gcc.c-torture/execute/20000801-3.x,
5561         gcc.c-torture/execute/20000801-4.x: Xfail.
5562
5563 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
5564
5565         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
5566         libobjc/.libs to allow for libtool.
5567
5568 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
5569
5570         * gcc.c-torture/compile/20000802-1.c: New test.
5571
5572 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5573
5574         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
5575
5576 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
5577
5578         * gcc-c-torture/execute/20000731-2.c: New test.
5579
5580         * gcc.c-torture/execute/20000731-1.c: New test.
5581         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
5582
5583 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
5584
5585         * testsuite/gcc.dg/cpp/paste7.c: New test.
5586         * gcc.dg/cpp/20000725-1.c: New test.
5587
5588 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5589
5590         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
5591         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
5592         declaration warning for __builtin_dwarf_reg_size.
5593
5594         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
5595
5596 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5597
5598         * gcc.dg/noncompile/voidparam-1.c: New test.
5599
5600 2000-07-30  Richard Henderson  <rth@cygnus.com>
5601
5602         * gcc.dg/c90-digraph-1.c: Don't xfail.
5603         * gcc.dg/compare2.c (case 10): Xfail.
5604         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
5605
5606 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
5607
5608         * gcc.dg/c99-main-1.c: New test.
5609
5610 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5611
5612         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
5613
5614 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
5615
5616         * gcc.c-tortuer/execute/20000726-1.c: New test.
5617
5618 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
5619
5620         * gcc.c-torture/execute/enum-2.c: New test.
5621
5622 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5623
5624         * gcc.dg/cpp/tr-warn3.c: New test.
5625
5626 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5627
5628         * g++.old-deja/g++.ext/implicit1.C: Remove.
5629         * g++.old-deja/g++.jason/c2.C: Remove
5630         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
5631         * g++.old-deja/g++.pt/crash16.C: Likewise.
5632         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
5633
5634 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5635
5636         * g++.old-deja/g++.other/for2.C: New test.
5637
5638 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
5639
5640         * gcc.dg/20000720-1.c: New test.
5641
5642 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
5643
5644         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
5645
5646 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
5647
5648         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
5649         * gcc.c-torture/execute/20000722-1.c: New.
5650         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
5651
5652 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
5653
5654         * gcc.dg/cpp/20000720-1.S: New test.
5655
5656 2000-07-21  Michael Meissner  <meissner@redhat.com>
5657
5658         * gcc.c-torture/execute/ieee/hugeval.c: New test.
5659
5660 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5661
5662         * g++.old-deja/g++.brendan/crash16.C,
5663         g++.old-deja/g++.brendan/parse3.C,
5664         g++.old-deja/g++.brendan/redecl1.C,
5665         g++.old-deja/g++.ns/template13.C,
5666         g++.old-deja/g++.other/decl4.C,
5667         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
5668
5669 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5670
5671         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
5672         and "Internal error".
5673
5674         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
5675         regexps.
5676         * gcc.dg/cpp/paste6.c: New test.
5677
5678 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
5679
5680         * gcc.dg/cpp/tr-direct.c: New test.
5681
5682         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
5683         gcc.dg/cpp/undef1.c: Tweak error regexps.
5684
5685 2000-07-18  Eric Christopher <echristo@redhat.com>
5686
5687         * gcc.c-torture/compile/20000718-1.c: New test.
5688
5689 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
5690
5691         * cpplex.c (_cpp_push_token): If the token being pushed back
5692         is the previous token in this context, just subtract one from
5693         context->posn.
5694         * cppmacro.c (save_expansion): Clear aux field when storing a
5695         placemarker.
5696
5697 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
5698
5699         * gcc.dg/noncompile/redecl-1.c: New test.
5700
5701 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
5702
5703         * gcc.c-torture/execute/20000717-5.c: New test.
5704         * gcc.c-torture/execute/20000717-1.x: Removed.
5705
5706 2000-07-17  Richard Henderson  <rth@cygnus.com>
5707
5708         * gcc.c-torture/execute/20000717-4.c: New test.
5709
5710 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
5711
5712         * gcc.dg/cpp/syshdr.c: New test.
5713         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
5714
5715 2000-07-17  Neil Booth  <neilb@earthling.net>
5716
5717         * gcc.dg/cpp/cmdlne-dM.c: New test.
5718         * gcc.dg/cpp/cmdlne-dD.c: New test.
5719
5720 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
5721
5722         * gcc.c-torture/execute/20000717-3.c: New test.
5723
5724         * gcc.c-torture/compile/20000717-1.c: New test.
5725
5726 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
5727
5728         * gcc.c-torture/execute/20000717-2.c: New test.
5729
5730 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5731
5732         * gcc.dg/formatz-1.c: New test.
5733
5734         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
5735         * gcc.dg/c99-digraph-1.c: New tests.
5736
5737         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
5738         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
5739
5740         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
5741         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
5742         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
5743         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
5744         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
5745         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
5746         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
5747
5748 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
5749
5750         * gcc.c-torture/execute/20000717-1.c: New test.
5751         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
5752
5753 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
5754
5755         * gcc.c-torture/execute/20000715-2.c: New test.
5756         * gcc.dg/20000715-1.c: New test.
5757
5758 2000-07-15  Michael Meissner  <meissner@redhat.com>
5759
5760         * gcc.c-torture/execute/20000715-1.c: New test.
5761
5762 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
5763
5764         * gcc.c-torture/execute/20000707-1.c: New test.
5765
5766 2000-07-13  Neil Booth  <NeilB@earthling.net>
5767
5768         * testsuite/gcc.dg/cpp/digraph1.c,
5769         testsuite/gcc.dg/cpp/digraph2.c,
5770         testsuite/gcc.dg/cpp/digraphs.c: New tests.
5771
5772 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
5773
5774         * g77.f-torture/compile/20000630-2.f:  New test.
5775         * g77.f-torture/compile/20000630-2.x
5776
5777 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5778
5779         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
5780
5781 2000-07-11  Neil Booth  <NeilB@earthling.net>
5782
5783         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
5784
5785 2000-07-11  Neil Booth  <NeilB@earthling.net>
5786
5787         * gcc.dg/cpp/cmdlne-C.c: New.
5788
5789 2000-07-09  Neil Booth  <NeilB@earthling.net>
5790
5791         * gcc.dg/cpp/directiv.c: New tests.
5792         * gcc.dg/cpp/undef1.c: Update.
5793
5794 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
5795
5796         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
5797
5798 2000-07-09  Neil Booth  <NeilB@earthling.net>
5799
5800         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
5801
5802 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
5803
5804         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
5805         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
5806
5807 2000-07-08  Neil Booth  <NeilB@earthling.net>
5808
5809         * gcc.dg/cpp/macsyntx.c: New tests.
5810
5811 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
5812
5813         * gcc.dg/20000707-1.c: New test.
5814
5815 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
5816
5817         * gcc.c-torture/execute/20000706-1.c: New test.
5818         * gcc.c-torture/execute/20000706-2.c: New test.
5819         * gcc.c-torture/execute/20000706-3.c: New test.
5820         * gcc.c-torture/execute/20000706-4.c: New test.
5821         * gcc.c-torture/execute/20000706-5.c: New test.
5822
5823 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5824
5825         * g++.old-deja/g++.pt/instantiate7.C: New test.
5826
5827 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
5828
5829         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
5830         * g++.old-deja/g++.mike/thunk3.C: Likewise.
5831         * g++.old-deja/g++.other/rtti3.C: Likewise.
5832         * g++.old-deja/g++.other/rttid3.C: Likewise.
5833
5834 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
5835
5836         *  g77.f-torture/compile/20000630-1.x: Fix typo
5837
5838 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
5839
5840         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
5841         assembly output.
5842
5843 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
5844
5845         * gcc.dg/cpp/ident.c: New test.
5846
5847 2000-07-05  Neil Booth  <NeilB@earthling.net>
5848
5849         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
5850           gcc.dg/cpp/lexstrng.c: New tests.
5851
5852 2000-07-04  Neil Booth  <NeilB@earthling.net>
5853
5854         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
5855         * gcc.dg/cpp/strify2.c: Same.
5856
5857 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
5858
5859         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
5860         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
5861         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
5862         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
5863
5864         * testsuite/gcc.dg/cpp/macro1.c,
5865         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
5866         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
5867         testsuite/gcc.dg/cpp/strify1.c,
5868         testsuite/gcc.dg/cpp/strify2.c: New tests.
5869
5870 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
5871
5872         * gcc.c-torture/execute/20000703-1.c: New test.
5873
5874 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
5875
5876         * g++.old-deja/g++.pt (lookup10.C): New test.
5877
5878 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
5879
5880         * g++.old-deja/g++.pt (typename25.C): New test.
5881
5882 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
5883
5884         * gcc.c-torture/compile/20000701-1.c: New test.
5885
5886 2000-06-30  Nick Clifton  <nickc@cygnus.com>
5887
5888         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
5889         to test case.
5890
5891 2000-06-30  Catherine Moore  <clm@cygnus.com>
5892
5893         * gcc.c-torture/execute/align-1.c: New test.
5894
5895 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
5896
5897         * g++.old-deja/g++.pt/expr8.C: New test.
5898         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
5899
5900 2000-06-29  Nick Clifton  <nickc@cygnus.com>
5901
5902         * gcc.c-torture/compile/20000629-1.c: New test.
5903
5904 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
5905
5906
5907         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
5908         gcc.dg/noncompile directory, depending on whether they're
5909         preprocessor tests or not.  Annotate all the tests for the dg
5910         framework.
5911
5912         * gcc.c-torture/noncompile/noncompile.exp: Delete.
5913         * gcc.dg/noncompile/noncompile.exp: New.
5914
5915         * Moved files:
5916         Old name                                New name
5917         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
5918         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
5919         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
5920         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
5921         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
5922         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
5923         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
5924         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
5925         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
5926         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
5927         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
5928         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
5929         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
5930         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
5931         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
5932         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
5933         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
5934         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
5935         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
5936         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
5937         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
5938         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
5939         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
5940         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
5941
5942         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
5943         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
5944         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
5945         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
5946         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
5947         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
5948
5949 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
5950
5951         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
5952         declare one variable.  On the fourth, error.
5953         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
5954         declared by 20000628-1a.h.
5955
5956 2000-06-29  Richard Henderson  <rth@redhat.com>
5957
5958         * gcc.c-torture/execute/930529-1.x: New file.
5959         * gcc.dg/920413-1.c: Adjust expected warning text.
5960         * gcc.dg/980217-1.c: Declare abort.
5961         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
5962
5963 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
5964
5965         * g77.f-torture/compile/20000629-1.f: New test.
5966         * g77.f-torture/compile/20000629-1.x: Expected to fail.
5967
5968 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
5969
5970         Rearrange lots of files, removing entirely the
5971         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
5972         directories.
5973
5974         * Deleted files:
5975         gcc.c-torture/code_quality/code_quality.exp
5976         gcc.c-torture/special/special.exp
5977         gcc.failure/failure.exp
5978         gcc.failure/940409-1.x
5979         gcc.c-torture/compile/961203-1.x
5980
5981         * New files:
5982         gcc.misc-tests/linkage.exp
5983         gcc.c-torture/execute/920730-1t.c
5984         gcc.c-torture/execute/920730-1t.x
5985         gcc.c-torture/compile/920520-1.x
5986         gcc.c-torture/compile/920521-1.x
5987         gcc.c-torture/compile/981006-1.x
5988         gcc.c-torture/execute/eeprof-1.x
5989
5990         * Moved files (possibly with modifications to fit a new harness):
5991         Old name                                New name
5992         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
5993         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
5994         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
5995         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
5996         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
5997         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
5998         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
5999         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
6000         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
6001         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
6002         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
6003         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
6004         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
6005         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
6006
6007 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
6008
6009         * c-torture/compile/961203-1.x: Delete.
6010
6011         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
6012         not exit. Include stdio.h.
6013         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
6014         * gcc.misc-tests/dg-12.c: Likewise.
6015         * gcc.misc-tests/dg-5.c: Likewise.
6016         * gcc.misc-tests/dg-6.c: Likewise.
6017         * gcc.misc-tests/dg-7.c: Prototype abort.
6018         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
6019         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
6020         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
6021         not exit.
6022         * gcc.misc-tests/sieve.c: Use return from main, not exit.
6023         * gcc.misc-tests/sort2.c: Use return from main, not exit.
6024
6025 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6026
6027         * gcc.dg/cpp/20000628-1.c: New test.
6028         * gcc.dg/cpp/20000628-1.h: New header for above test.
6029         * gcc.dg/cpp/20000628-1a.h: Likewise.
6030
6031 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
6032
6033         * gcc.dg/cpp: New directory.
6034         * gcc.dg/cpp/cpp.exp: New driver.
6035         * gcc.dg/cpp/20000627-1.c: New test.
6036         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
6037         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
6038         and rewrite as a compilation test.
6039
6040         * gcc.dg: Move many files into the cpp subdirectory, possibly
6041         renaming or editing them as well.
6042         Old name                New name
6043         990119-1.c              cpp/19990119-1.c
6044         990228-1.c              cpp/19990228-1.c
6045         990407-1.c              cpp/19990407-1.c
6046         990409-1.c              cpp/19990409-1.c
6047         990413-1.c              cpp/19990413-1.c
6048         990703-1.c              cpp/19990703-1.c
6049         20000127-1.c            cpp/20000127-1.c
6050         20000129-1.c            cpp/20000129-1.c
6051         20000207-1.c            cpp/20000207-1.c
6052         20000207-2.c            cpp/20000207-2.c
6053         20000209-1.c            cpp/20000209-1.c
6054         20000209-2.c            cpp/20000209-2.c
6055         20000301-1.c            cpp/20000301-1.c
6056         20000419-1.c            cpp/20000419-1.c
6057         20000510-1.S            cpp/20000510-1.S
6058         20000519-1.c            cpp/20000519-1.c
6059         20000529-1.c            cpp/20000529-1.c
6060         20000625-1.c            cpp/20000625-1.c
6061         20000625-2.c            cpp/20000625-2.c
6062         cpp-as1.c               cpp/assert1.c
6063         cpp-as2.c               cpp/assert2.c
6064         cxx-comments-1.c        cpp/cxxcom1.c
6065         cxx-comments-2.c        cpp/cxxcom2.c
6066         endif-label.c           cpp/endif.c
6067         cpp-hash1.c             cpp/hash1.c
6068         cpp-hash2.c             cpp/hash2.c
6069         cpp-if1.c               cpp/if-1.c
6070         cpp-if2.c               cpp/if-2.c
6071         cpp-if3.c               cpp/if-3.c
6072         cpp-if4.c               cpp/if-4.c
6073         cpp-if5.c               cpp/if-5.c
6074         cpp-cond.c              cpp/if-cexp.c
6075         cpp-missingop.c         cpp/if-mop.c
6076         cpp-missingparen.c      cpp/if-mpar.c
6077         cpp-opprec.c            cpp/if-oppr.c
6078         cpp-ifparen.c           cpp/if-paren.c
6079         cpp-shortcircuit.c      cpp/if-sc.c
6080         cpp-shift.c             cpp/if-shift.c
6081         cpp-unary.c             cpp/if-unary.c
6082         cpp-li1.c               cpp/line1.c
6083         cpp-li2.c               cpp/line2.c
6084         lineno.c                cpp/line3.c
6085         lineno-2.c              cpp/line4.c
6086         cpp-mi.c                cpp/mi1.c
6087         cpp-mic.h               cpp/mi1c.h
6088         cpp-micc.h              cpp/mi1cc.h
6089         cpp-mind.h              cpp/mi1nd.h
6090         cpp-mindp.h             cpp/mi1ndp.h
6091         cpp-mix.h               cpp/mi1x.h
6092         cpp-mi2.c               cpp/mi2.c
6093         cpp-mi2a.h              cpp/mi2a.h
6094         cpp-mi2b.h              cpp/mi2b.h
6095         cpp-mi2c.h              cpp/mi2c.h
6096         cpp-mi3.c               cpp/mi3.c
6097         cpp-mi3.def             cpp/mi3.def
6098         poison-1.c              cpp/poison.c
6099         pr-impl.c               cpp/prag-imp.c
6100         cpp-redef-2.c           cpp/redef1.c
6101         cpp-redef.c             cpp/redef2.c
6102         strpaste.c              cpp/strp1.c
6103         strpaste-2.c            cpp/strp2.c
6104         cpp-tradpaste.c         cpp/tr-paste.c
6105         cpp-tradstringify.c     cpp/tr-str.c
6106         cpp-tradwarn1.c         cpp/tr-warn1.c
6107         cpp-tradwarn2.c         cpp/tr-warn2.c
6108         trigraphs.c             cpp/trigraphs.c
6109         cpp-unc1.c              cpp/unc1.c
6110         cpp-unc2.c              cpp/unc2.c
6111         cpp-unc3.c              cpp/unc3.c
6112         cpp-unc.c               cpp/unc4.c
6113         undef.c                 cpp/undef1.c
6114         undef-2.c               cpp/undef2.c
6115         cpp-wi1.c               cpp/widestr1.c
6116
6117 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
6118
6119         * lib/g++.exp (g++_include_flags): Tweak.
6120
6121 2000-06-27  H.J. Lu  <hjl@gnu.org>
6122             Loren J. Rittle  <ljrittle@acm.org>
6123
6124         * lib/g++.exp (g++_include_flags): Override libgloss.exp
6125         version with one that knows about the new gcc tree structure.
6126         (g++_link_flags): Same.
6127
6128 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
6129
6130         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
6131         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
6132         case we are cross-compiling.
6133
6134         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
6135         g++.old-deja/g++.niklas/Makefile.in,
6136         g++.old-deja/g++.niklas/configure.in,
6137         g++.old-deja/g++.other/Makefile.in,
6138         g++.old-deja/g++.other/configure.in,
6139         gcc.c-torture/code_quality/Makefile.in,
6140         gcc.c-torture/code_quality/configure.in,
6141         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
6142         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
6143         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
6144         gcc.c-torture/execute/ieee/Makefile.in,
6145         gcc.c-torture/execute/ieee/configure.in,
6146         gcc.c-torture/noncompile/Makefile.in,
6147         gcc.c-torture/noncompile/configure.in,
6148         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
6149         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
6150         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
6151
6152 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
6153
6154         * g++.old-deja/g++.other/ambig3.C: New test.
6155
6156 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
6157
6158         * g++.old-deja/g++.pt/syntax1.C: New test.
6159         * g++.old-deja/g++.pt/syntax2.C: New test.
6160         * g++.old-deja/g++.other/syntax3.C: New test.
6161         * g++.old-deja/g++.other/syntax4.C: New test.
6162
6163 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
6164
6165         * gcc.dg/20000623-1.c: Prototype exit and abort.
6166
6167 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
6168
6169         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
6170         New tests.
6171         * gcc.dg/cpp-mi3.def: New file.
6172
6173         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
6174         inside assertions.
6175         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
6176         lexer's error messages.
6177         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
6178         divine anything from the linemarkers.
6179         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
6180         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
6181
6182 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
6183
6184         * gcc.dg/20000623-1.c: New test.
6185
6186 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
6187
6188         * gcc.c-torture/execute/20000622-1.c: New test.
6189
6190 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
6191
6192         * g++.old-deja/g++.other/init15.C: New test.
6193
6194 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
6195
6196         * g++.old-deja/g++.pt/vaarg2.C: New test.
6197         * g++.old-deja/g++.pt/vaarg3.C: New test.
6198
6199 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
6200
6201         * g++.old-deja/g++.other/dyncast6.C: New test.
6202
6203 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
6204
6205         * gcc.c-torture/execute/loop-6.c: New test.
6206
6207 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
6208
6209         * gcc.dg/20000614-1.c: New test.
6210         * gcc.dg/20000614-2.c: New test.
6211
6212 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
6213
6214         * g++.old-deja/g++.other/inline12.C: New test.
6215
6216 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
6217
6218         * g++.old-deja/g++.other/eh1.C: New test.
6219
6220 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
6221
6222         * g++.old-deja/g++.other/type.C: New test.
6223
6224 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
6225
6226         * g++.old-deja/g++.other/initstring.C: New test.
6227
6228 2000-06-12  Jason Merrill  <jason@redhat.com>
6229
6230         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
6231
6232 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
6233
6234         * gcc.c-torture/compile/20000609-1.c: New test.
6235
6236 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
6237
6238         * gcc.dg/20000609-1.c: New test.
6239
6240 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
6241
6242         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
6243         * gcc.c-torture/noncompile/poison-1.c: Move...
6244         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
6245         * gcc.dg/cpp-li1.c: Add a token after the #line.
6246
6247 2000-06-05  Richard Henderson  <rth@cygnus.com>
6248
6249         * gcc.c-torture/execute/20000605-2.c: New test.
6250         * gcc.c-torture/execute/20000605-3.c: New test.
6251
6252 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
6253
6254         * g77.f-torture/execute/20000503-1.x: New file.
6255
6256 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
6257
6258         * g++.old-deja/g++.eh/badalloc1.C: New test.
6259
6260 2000-06-05  Richard Henderson  <rth@cygnus.com>
6261
6262         * gcc.c-torture/execute/20000605-1.c: New test.
6263
6264 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
6265             Nathan Sidwell <nathan@codesourcery.com>
6266
6267         * gcc.c-torture/compile/20000605-1.c: New test.
6268
6269 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
6270
6271         * g77.f-torture/compile/20000601-1.f:  New test.
6272
6273 2000-06-03  Richard Henderson  <rth@cygnus.com>
6274
6275         * gcc.c-torture/execute/20000603-1.c: New.
6276
6277 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
6278
6279         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
6280         * gcc.dg/noreturn-2.c (noreturn): Likewise.
6281
6282 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
6283
6284         * gcc.dg/compare2.c (case 12): XFAIL.
6285         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
6286         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
6287
6288         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
6289
6290 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
6291
6292         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
6293         guard macro is already defined when the header is first
6294         included.
6295         * gcc.dg/cpp-mix.h: New file.
6296         * gcc.dg/endif-label.c: Update patterns to match compiler.
6297
6298         * g++.brendan/complex1.C: Declare abort.
6299         * g++.law/refs4.C: Remove XFAIL.
6300         * g++.oliva/expr2.C: Declare abort and exit.
6301
6302 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
6303
6304         * gcc.c-torture/execute/20000528-1.c: New test.
6305
6306         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
6307         * g++.old-deja/g++.law/temps4.C: Likewise.
6308
6309         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
6310         stdlib.h.  Call abort() on failure.
6311         * g++.old-deja/g++.law/refs4.C: Likewise.
6312         * g++.old-deja/g++.law/temps4.C: Likewise.
6313         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
6314         * gcc.c-torture/execute/20000112-1.c: Include string.h.
6315
6316 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
6317
6318         Relative to g++.dg/special:
6319         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
6320
6321         Relative to g++.old-deja:
6322         * g++.brendan/complex1.C, g++.jason/optimize2.C,
6323         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
6324         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
6325         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
6326         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
6327         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
6328         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
6329
6330         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
6331         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
6332         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
6333         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
6334         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
6335         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
6336         and/or string.h.
6337
6338         * g++.other/goto1.C: Update expectations for error messages.
6339
6340 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
6341
6342         * gcc.c-torture/compile/20000523-1.c: New test.
6343
6344 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6345
6346         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
6347
6348 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6349
6350         * g++.old-deja/g++.eh/catch11.C: New test.
6351         * g++.old-deja/g++.eh/catch12.C: New test.
6352
6353 2000-05-24  Nick Clifton  <nickc@cygnus.com>
6354
6355         * gcc.c-torture/execute/20000523-1.c: New test.
6356
6357 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
6358
6359         * c-torture/execute/bcp-1.c: Replace abort in arg of
6360         __builtin_constant_p with a generic external function.
6361
6362         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
6363         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
6364         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
6365         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
6366         Prototype abort and/or exit.
6367
6368         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
6369         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
6370         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
6371         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
6372
6373 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
6374
6375         * gcc.dg/dwarf2-1.c: New test.
6376
6377 2000-05-20  Richard Henderson  <rth@cygnus.com>
6378
6379         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
6380
6381 2000-05-20  Andreas Jaeger  <aj@suse.de>
6382
6383         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
6384         testcase.
6385
6386 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
6387
6388         * gcc.c-torture/execute/20000519-2.c: New test.
6389
6390 2000-05-19  Andreas Jaeger  <aj@suse.de>
6391
6392         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
6393         which fails with SSA.
6394
6395         * lib/c-torture.exp: Also test with -O3 -fssa.
6396
6397 2000-05-18  Michael Meissner  <meissner@redhat.com>
6398
6399         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
6400         * gcc.c-torture/execute/920415-1.c: Ditto.
6401         * gcc.c-torture/execute/920501-1.c: Ditto.
6402         * gcc.c-torture/execute/conversion.c: Ditto.
6403         * gcc.c-torture/execute/cvt-1.c: Ditto.
6404
6405 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
6406
6407         * gcc.c-torture/compile/20000518-1.c: New test.
6408
6409 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
6410
6411         * g77.f-torture/compile/200005018.f:  New test.
6412
6413 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
6414
6415         * gcc.c-torture/compile/20000517-1.c: New test.
6416
6417 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6418
6419         * gcc.c-torture/execute/20000516-1.c: New test.
6420
6421 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
6422
6423         * g++.old-deja/g++.other/eh.C: New test.
6424
6425 2000-05-12  Richard Henderson  <rth@cygnus.com>
6426
6427         * gcc.c-torture/execute/990208-1.c (main): Don't pass
6428         constants through to doit's conditional.
6429
6430 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
6431
6432         * gcc.c-torture/compile/20000511-1.c: New test.
6433         * g77.f-torture/compile/20000511-1.f: New test.
6434         * g77.f-torture/compile/20000511-2.f: New test.
6435
6436 2000-05-11  Michael Meissner  <meissner@redhat.com>
6437
6438         * gcc.c-torture/execute/20000511-1.c: New test.
6439
6440 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
6441
6442         * gcc.dg/dg.exp: Scan .S files as well as .c files.
6443         * gcc.dg/20000510-1.S: New.
6444
6445 2000-05-08  Catherine Moore  <clm@cygnus.com>
6446
6447         * gcc.dg/unused-3.c: New.
6448
6449 2000-05-06  Richard Henderson  <rth@cygnus.com>
6450
6451           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
6452           * g++.old-deja/g++.mike/warn1.C: Likewise.
6453           * g++.old-deja/g++.pt/local1.C: Likewise.
6454           * g++.old-deja/g++.pt/local7.C: Likewise.
6455           * g++.old-deja/g++.pt/spec16.C: Likewise.
6456
6457 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
6458
6459         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
6460
6461 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
6462
6463           * g77.f-torture/execute/20000503-1.f:  New test.
6464
6465 2000-05-04  Andreas Jaeger  <aj@suse.de>
6466
6467         * gcc.dg/noreturn-2.c: New test.
6468
6469 2000-05-04  Neil Booth  <NeilB@earthling.net>
6470
6471         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
6472         preprocessor.
6473
6474 2000-05-04  Richard Henderson  <rth@cygnus.com>
6475
6476         * gcc.c-torture/execute/20000503-1.c: Fix typo.
6477
6478 2000-05-04  Richard Henderson  <rth@cygnus.com>
6479
6480         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
6481         OpenSSL by Jason R Thorpe.
6482
6483 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
6484
6485         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
6486
6487 2000-05-03  Robert Lipe <robertlipe@usa.net>
6488
6489         * gcc.dg/20000503-1.c: New test.
6490
6491 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6492
6493         * gcc.c-torture/compile/20000502-1.c: New test.
6494         * g++.old-deja/g++.other/align.C: New test.
6495         * gcc.dg/cpp-tradstringify.c: New test.
6496
6497 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6498
6499         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
6500         and hard registers.
6501
6502 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
6503
6504         * gcc.c-torture/execute/loop-5.c: New test.
6505
6506 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
6507
6508         * gcc.c-torture/execute/va-arg-20.c: New test.
6509
6510 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
6511
6512         * gcc.c-torture/execute/20000422-1.c: New test.
6513
6514 2000-04-20  Greg McGary  <gkm@gnu.org>
6515
6516         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
6517         when optimizing, but without sibling-call optimizations (-O1).
6518
6519 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
6520
6521           * gcc.c-torture/compile/20000420-1.c: New test.
6522
6523 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6524
6525         * g++.abi/ptrflags.C: New test.
6526         * g++.eh/catchptr1.C: Test incomplete pointer chains.
6527
6528 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
6529
6530         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
6531
6532 2000-04-19  Greg McGary  <gkm@gnu.org>
6533
6534         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
6535         sibling-call optimizations.
6536
6537 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
6538
6539         * gcc.dg/20000419-1.c: New test.
6540
6541 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
6542
6543         * gcc.c-torture/execute/20000412-6.c: New test.
6544
6545 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
6546
6547         * gcc.c-torture/execute/20000412-5.c: New test.
6548         * g77.f-torture/compile/20000412-1.f: New test.
6549         * gcc.c-torture/execute/20000412-4.c: New test.
6550         * gcc.c-torture/compile/20000412-2.c: New test.
6551         * gcc.c-torture/execute/20000412-3.c: New test.
6552         * gcc.c-torture/compile/20000412-1.c: New test.
6553         * gcc.c-torture/execute/20000412-2.c: New test.
6554
6555 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
6556
6557         * objc/execute/bf-20.m: New test.
6558
6559 2000-04-10  Richard Henderson  <rth@cygnus.com>
6560
6561         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
6562
6563         * gcc.c-torture/execute/20000412-1.c: New test.
6564
6565 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6566
6567         * g++.old-deja/g++.eh/catchptr1.C: New test.
6568
6569 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
6570
6571         * g++.old-deja/g++.abi/cxa_vec.C: New test.
6572
6573 2000-04-08  Neil Booth  <NeilB@earthling.net>
6574
6575         * gcc.dg/cpp-nullchar.c: Remove test as
6576         embedded nulls cause problems.
6577
6578 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6579
6580         * gcc.dg/compare2.c: New test.
6581
6582 2000-04-08  Neil Booth  <NeilB@earthling.net>
6583
6584         * gcc.dg/cpp-nullchar.c: New test.
6585
6586 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
6587
6588         * gcc.dg/cpp-mi2.c: New test.
6589         * gcc.dg/cpp-mi2[abc].h: New files.
6590
6591 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
6592
6593         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
6594         member name.
6595
6596 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6597
6598         * g++.old-deja/g++.abi/vmihint.C: New test.
6599
6600 2000-04-06  Neil Booth  <NeilB@earthling.net>
6601
6602         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
6603         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
6604         copyright.
6605
6606 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
6607
6608         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
6609         avoid stack-frame overwrite.
6610
6611 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6612
6613         * gcc.c-torture/compile/20000405-2.c: New test.
6614         * gcc.c-torture/compile/20000405-3.c: New test.
6615
6616 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6617
6618         * gcc.c-torture/compile/20000405-1.c: New test.
6619
6620 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6621
6622         * gcc.dg/cast-qual-1.c: Revert last change.
6623
6624 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6625
6626         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
6627
6628 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6629
6630         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
6631         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
6632
6633 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
6634
6635         * gcc.c-torture/compile/20000403-2.c: New test.
6636         * gcc.c-torture/compile/20000403-1.c: New test.
6637
6638 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
6639
6640         * gcc.c-torture/execute/20000403-1.c: New test.
6641
6642 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
6643
6644         * gcc.c-torture/execute/20000402-1.c: New test.
6645
6646 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
6647
6648         * gcc.c-torture/execute/va-arg-15.c: New test.
6649         * gcc.c-torture/execute/va-arg-16.c: New test.
6650         * gcc.c-torture/execute/va-arg-17.c: New test.
6651         * gcc.c-torture/execute/va-arg-18.c: New test.
6652         * gcc.c-torture/execute/va-arg-19.c: New test.
6653
6654 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6655
6656         * gcc.c-torture/compile/981211-1.c: Move to...
6657         * gcc.dg/cpp-as1.c: ...here.
6658         * gcc.dg/cpp-as2.c: New file.
6659
6660         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
6661         compiler.
6662
6663 2000-04-02  Neil Booth  <NeilB@earthling.net>
6664
6665         * gcc.dg/cpp-cond.c  New tests.
6666         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
6667         accidental success less likely.
6668         * gcc.dg/cpp-missingop.c  New tests.
6669         * gcc.dg/cpp-missingparen.c  New tests.
6670         * gcc.dg/cpp-shift.c  New tests.
6671         * gcc.dg/cpp-shortcircuit.c  New tests.
6672         * gcc.dg/cpp-unary.c  New tests.
6673
6674 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
6675
6676         * gcc.c-torture/compile/20000329-1.c: New test.
6677
6678 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
6679
6680         * gcc.c-torture/compile/20000326-1.c: New test.
6681         * gcc.c-torture/compile/20000326-2.c: New test.
6682
6683 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
6684
6685         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
6686         the first parameter is a function argument.
6687
6688 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
6689
6690         * g++.old-deja/g++.ext/array4.C: New test.
6691
6692 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
6693
6694         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
6695
6696 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6697
6698         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
6699
6700 2000-03-19  Richard Henderson  <rth@cygnus.com>
6701
6702         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
6703
6704 2000-03-19  Richard Henderson  <rth@cygnus.com>
6705
6706         * gcc.c-torture/compile/20000319-1.c: New test.
6707
6708 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
6709
6710         * gcc.c-torture/execute/20000314-3.c: New test.
6711         * gcc.c-torture/execute/20000314-2.c: New test.
6712         * gcc.c-torture/execute/20000314-1.c: New test.
6713         * gcc.c-torture/compile/20000314-2.c: New test.
6714         * gcc.c-torture/compile/20000314-1.c: New test.
6715
6716 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
6717
6718         * g++.old-deja/g++.warn/inline.C: New test.
6719
6720 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6721
6722         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
6723         standards-compliant result rather than specific constants.
6724         Put test-values in array.
6725
6726 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
6727
6728         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
6729         (g++_target_compile): Put test-specific options last.
6730
6731 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6732
6733         * g++.old-deja/g++.eh/vbase4.C: New test.
6734
6735 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6736
6737         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
6738
6739 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6740
6741         * g++.old-deja/g++.brendan/misc12.C: Removed.
6742         * g++.old-deja/g++.pt/memtemp77.C: Constify.
6743         * g++.old-deja/g++.ext/pretty4.C: New test.
6744
6745 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
6746
6747         * g++.old-deja/g++.other/string2.C: New test.
6748
6749 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
6750
6751         * g++.old-deja/g++.warn/impint2.C: New test.
6752
6753 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
6754
6755         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
6756         is 1, not zero.
6757
6758 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
6759
6760         * g++.old-deja/g++.warn/impint.C: New test.
6761         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
6762         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
6763         * g++.old-deja/g++.pt/explicit12.C: Likewise.
6764         * g++.old-deja/g++.pt/explicit13.C: Likewise.
6765         * g++.old-deja/g++.pt/explicit17.C: Likewise.
6766         * g++.old-deja/g++.pt/explicit18.C: Likewise.
6767         * g++.old-deja/g++.pt/explicit19.C: Likewise.
6768         * g++.old-deja/g++.pt/explicit23.C: Likewise.
6769         * g++.old-deja/g++.pt/explicit31.C: Likewise.
6770         * g++.old-deja/g++.pt/explicit35.C: Likewise.
6771         * g++.old-deja/g++.pt/explicit6.C: Likewise.
6772         * g++.old-deja/g++.pt/memclass7.C: Likewise.
6773
6774 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
6775
6776         * gcc.dg/cpp-redef.c: New test.
6777
6778 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
6779
6780         * g++.old-deja/g++.pt/unify7.C: New test.
6781
6782 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6783
6784         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
6785         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
6786
6787 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
6788
6789         * gcc.c-torture/compile/20000224-1.c: New test.
6790
6791 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6792
6793         * gcc.c-torture/compile/cpp-2.c: New test.
6794         * gcc.c-torture/compile/cpp-1.c: New test.
6795
6796 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
6797
6798         * gcc.c-torture/execute/20000225-1.c: New test.
6799
6800 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6801
6802         * gcc.dg/cpp-li2.c: New test.
6803
6804         * gcc.dg/cpp-wi1.c: New test.
6805
6806         * gcc.dg/cpp-li1.c: New test.
6807
6808 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
6809
6810         * g++.old-deja/g++.other/sizeof5.C: New test.
6811
6812 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6813
6814         * gcc.c-torture/execute/va-arg-13.c: New test.
6815
6816 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
6817
6818         * gcc.c-torture/execute/va-arg-12.c: New test.
6819
6820 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
6821
6822         * gcc.c-torture/execute/20000223-1.c: New test.
6823
6824 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
6825
6826         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
6827
6828 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
6829
6830         * g++.old-deja/g++.abi/ptrmem.C: New test.
6831
6832 2000-02-19  Richard Henderson  <rth@cygnus.com>
6833
6834         * gcc.c-torture/compile/init-3.c: New.
6835
6836 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
6837
6838         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
6839         ALWAYS_CXXFLAGS.
6840
6841 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
6842
6843         * gcc.c-torture/compile/20000211-3.c: New test.
6844
6845 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
6846
6847         * gcc.c-torture/compile/20000211-2.c: New test.
6848
6849 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
6850
6851         * gcc.c-torture/compile/20000211-1.c: New test.
6852
6853 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
6854
6855         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
6856           on native targets
6857
6858 2000-02-08  Nathan Sidwell  <nathan@acm.org>
6859
6860         * g++.old-deja/g++.other/cast5.C: New test.
6861
6862 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
6863
6864         * gcc.c-torture/execute/20000205-1.c: New.
6865
6866 2000-02-03  Nathan Sidwell  <nathan@acm.org>
6867
6868         * g++.old-deja/g++.jason/cast3.C: Return void.
6869         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
6870
6871 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6872
6873         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
6874
6875         * gcc.dg/loop-1.c: New test.
6876
6877 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
6878
6879         * gcc.c-torture/compile/20000127-1.c: New test.
6880         * gcc.c-torture/execute/991228-1.c: New test.
6881
6882 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6883
6884         * gcc.dg/unused-2.c: New test.
6885
6886         * gcc.dg/conv-1.c: New test.
6887
6888 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
6889
6890         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
6891         compiler.
6892         (tool_option_proc): Fix typo.
6893
6894 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
6895
6896         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
6897         of the ld on the host, not on the build machine.
6898         Also, don't crash if '--help' is not a supported option.
6899
6900 2000-01-24  Richard Henderson  <rth@cygnus.com>
6901
6902         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
6903
6904 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
6905
6906         * gcc.c-torture/execute/20000120-2.c: New test.
6907         * gcc.c-torture/execute/20000120-1.c: New test.
6908
6909 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
6910
6911         * gcc.c-torture/execute/20000113-1.c: New test.
6912
6913 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
6914
6915         * gcc.c-torture/execute/20000112-1.c: New test.
6916
6917 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6918
6919         * gcc.dg/20000111-1.c: New test.
6920
6921 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
6922
6923         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
6924         with 16 bit integers.
6925
6926 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6927
6928         * gcc.dg/20000108-1.c: New test.
6929
6930 2000-01-05  Nathan Sidwell  <nathan@acm.org>
6931
6932         * g++.old-deja/g++.ns/koenig8.C: New test.
6933
6934 2000-01-05  Nathan Sidwell  <nathan@acm.org>
6935
6936         * g++.old-deja/g++.other/cast4.C: New test.
6937
6938 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
6939
6940         * gcc.c-torture/compile/20000105-2.c: New test.
6941         * gcc.c-torture/compile/20000105-1.c: New test.
6942
6943 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6944
6945         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
6946         references to printf & atoi to conform to ANSI standard.
6947         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
6948         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
6949         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
6950         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
6951         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
6952         * g++.old-deja/g++.brendan/complex1.C: Likewise.
6953         * g++.old-deja/g++.brendan/copy1.C: Likewise.
6954         * g++.old-deja/g++.brendan/copy2.C: Likewise.
6955         * g++.old-deja/g++.brendan/copy3.C: Likewise.
6956         * g++.old-deja/g++.brendan/copy4.C: Likewise.
6957         * g++.old-deja/g++.brendan/copy5.C: Likewise.
6958         * g++.old-deja/g++.brendan/copy6.C: Likewise.
6959         * g++.old-deja/g++.brendan/copy7.C: Likewise.
6960         * g++.old-deja/g++.brendan/copy8.C: Likewise.
6961         * g++.old-deja/g++.brendan/crash11.C: Likewise.
6962         * g++.old-deja/g++.brendan/crash14.C: Likewise.
6963         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
6964         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
6965         * g++.old-deja/g++.brendan/delete2.C: Likewise.
6966         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
6967         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
6968         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
6969         * g++.old-deja/g++.brendan/eh1.C: Likewise.
6970         * g++.old-deja/g++.brendan/groff1.C: Likewise.
6971         * g++.old-deja/g++.brendan/init3.C: Likewise.
6972         * g++.old-deja/g++.brendan/misc12.C: Likewise.
6973         * g++.old-deja/g++.brendan/misc7.C: Likewise.
6974         * g++.old-deja/g++.brendan/new2.C: Likewise.
6975         * g++.old-deja/g++.brendan/operators4.C: Likewise.
6976         * g++.old-deja/g++.brendan/operators5.C: Likewise.
6977         * g++.old-deja/g++.brendan/overload2.C: Likewise.
6978         * g++.old-deja/g++.brendan/overload7.C: Likewise.
6979         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
6980         * g++.old-deja/g++.brendan/reference1.C: Likewise.
6981         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
6982         * g++.old-deja/g++.brendan/template24.C: Likewise.
6983         * g++.old-deja/g++.brendan/template3.C: Likewise.
6984         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
6985         * g++.old-deja/g++.jason/inline3.C: Likewise.
6986         * g++.old-deja/g++.jason/opeq.C: Likewise.
6987         * g++.old-deja/g++.law/arg5.C: Likewise.
6988         * g++.old-deja/g++.law/arm7.C: Likewise.
6989         * g++.old-deja/g++.law/ctors11.C: Likewise.
6990         * g++.old-deja/g++.law/cvt8.C: Likewise.
6991         * g++.old-deja/g++.law/init9.C: Likewise.
6992         * g++.old-deja/g++.law/refs4.C: Likewise.
6993         * g++.old-deja/g++.law/template2.C: Likewise.
6994         * g++.old-deja/g++.law/visibility24.C: Likewise.
6995         * g++.old-deja/g++.law/vtable3.C: Likewise.
6996         * g++.old-deja/g++.mike/asm2.C: Likewise.
6997         * g++.old-deja/g++.mike/eh1.C: Likewise.
6998         * g++.old-deja/g++.mike/misc1.C: Likewise.
6999         * g++.old-deja/g++.mike/misc13.C: Likewise.
7000         * g++.old-deja/g++.mike/misc14.C: Likewise.
7001         * g++.old-deja/g++.mike/ns12.C: Likewise.
7002         * g++.old-deja/g++.mike/p1248.C: Likewise.
7003         * g++.old-deja/g++.mike/p3708.C: Likewise.
7004         * g++.old-deja/g++.mike/p3708a.C: Likewise.
7005         * g++.old-deja/g++.mike/p3708b.C: Likewise.
7006         * g++.old-deja/g++.mike/p646.C: Likewise.
7007         * g++.old-deja/g++.mike/p700.C: Likewise.
7008         * g++.old-deja/g++.mike/p783.C: Likewise.
7009         * g++.old-deja/g++.mike/p783a.C: Likewise.
7010         * g++.old-deja/g++.mike/p783b.C: Likewise.
7011         * g++.old-deja/g++.mike/p786.C: Likewise.
7012         * g++.old-deja/g++.mike/p789.C: Likewise.
7013         * g++.old-deja/g++.mike/p789a.C: Likewise.
7014         * g++.old-deja/g++.mike/p807a.C: Likewise.
7015         * g++.old-deja/g++.other/delete3.C: Likewise.
7016         * g++.old-deja/g++.other/dyncast1.C: Likewise.
7017         * g++.old-deja/g++.other/dyncast2.C: Likewise.
7018         * g++.old-deja/g++.other/dyncast3.C: Likewise.
7019         * g++.old-deja/g++.other/empty1.C: Likewise.
7020         * g++.old-deja/g++.other/temporary1.C: Likewise.
7021         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
7022         * g++.old-deja/g++.pt/t16.C: Likewise.
7023         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
7024
7025 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
7026
7027         * gcc.dg/991230-1.c: New test.
7028
7029 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
7030
7031         * gcc.c-torture/compile/991229-3.c: New test.
7032         * gcc.c-torture/compile/991229-2.c: New test.
7033         * gcc.c-torture/compile/991229-1.c: New test.
7034
7035 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
7036
7037         * gcc.c-torture/compile/labels-2.c: New test.
7038
7039 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
7040
7041         * gcc.c-torture/execute/991227-1.c: New test.
7042
7043 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7044
7045         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
7046
7047 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
7048
7049         * gcc.c-torture/execute/991221-1.c: New test.
7050
7051 1999-12-20  Nathan Sidwell  <nathan@acm.org>
7052
7053         * g++.old-deja/g++.other/cast3.C: New test.
7054
7055 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
7056
7057         * gcc.c-torture/execute/991216-4.c: New test.
7058
7059 1999-12-16  Michael Meissner  <meissner@cygnus.com>
7060
7061         * gcc.c-torture/execute/991216-1.c: New test.
7062         * gcc.c-torture/execute/991216-2.c: New test.
7063         * gcc.c-torture/execute/991216-3.c: New test.
7064
7065 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7066
7067         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
7068         Actually make the test fail by using "-O2" for compilation.
7069
7070 1999-12-15  Nathan Sidwell  <nathan@acm.org>
7071
7072         * g++.old-deja/g++.warn/cast-align1.C: New test.
7073
7074 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7075
7076         * gcc.c-torture/compile/991214-1.c: New test.
7077         * gcc.c-torture/compile/991214-2.c: New test.
7078
7079 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7080
7081         * gcc.dg/991214-1.c: New test.
7082
7083 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
7084
7085         * gcc.c-torture/compile/991213-3.c: New test.
7086         * gcc.c-torture/compile/991213-2.c: New test.
7087         * gcc.c-torture/compile/991213-1.c: New test.
7088
7089 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
7090
7091         * gcc.dg/991209-1.c: New test.
7092
7093 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
7094
7095         * gcc.c-torture/compile/991208-1.c: New test.
7096
7097 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7098
7099         * gcc.dg/ultrasp2.c: New test.
7100
7101 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
7102
7103         * g++.old-deja/g++.abi/align.C (main): Fix typo.
7104
7105 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
7106
7107         * gcc.c-torture/compile/991202-1.c: New test.
7108         * gcc.c-torture/execute/991202-1.c: New test.
7109         * gcc.c-torture/execute/991202-2.c: New test.
7110         * gcc.c-torture/execute/991202-3.c: New test.
7111
7112 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
7113
7114         * g++.old-deja/g++.abi/align.C: New test.
7115         * g++.old-deja/g++.abi/aggregates.C: Likewise.
7116         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7117
7118 1999-12-01  Richard Henderson  <rth@cygnus.com>
7119
7120         * gcc.c-torture/execute/991201-1.c: New.
7121
7122 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
7123
7124         * gcc.dg/991129-1.c: New test.
7125
7126 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
7127
7128         * gcc.c-torture/compile/991127-1.c: New test.
7129
7130 1999-11-22  Nathan Sidwell  <nathan@acm.org>
7131
7132         * g++.old-deja/g++.other/warn4.C: New test.
7133
7134 1999-11-22  Nathan Sidwell  <nathan@acm.org>
7135
7136         * g++.old-deja/g++.eh/cleanup2.C: New test.
7137         * g++.old-deja/g++.ext/pretty2.C: New test.
7138         * g++.old-deja/g++.ext/pretty3.C: New test.
7139         * g++.old-deja/g++.other/debug6.C: New test.
7140
7141 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
7142
7143         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
7144         compiler_output to look for one error message instead of two.
7145
7146 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
7147
7148         * gcc.c-torture/execute/991118-1.c: Also test case
7149         where the word boundary does not split a byte evenly.
7150
7151 1999-11-19  Nathan Sidwell  <nathan@acm.org>
7152
7153         * g++.old-deja/g++.ext/restrict1.C: New test.
7154
7155 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7156
7157         * gcc.c-torture/execute/991118-1.c: New test.
7158
7159 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
7160
7161         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
7162         working directory pathnames.
7163
7164 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
7165
7166         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
7167         host is equipped with driver.h and driver.o so it can actually
7168         compile and run the tests.
7169
7170 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
7171
7172         * gcc.c-torture/compile/991008-1.c: New test.
7173
7174 1999-11-08  Nick Clifton  <nickc@cygnus.com>
7175
7176         * lib/gcc-dg.exp: Include target-supports.exp
7177
7178 1999-11-05  Nick Clifton  <nickc@cygnus.com>
7179
7180         * lib/target-supports.exp: New file: Provide procs to test for
7181         features supported by the target.
7182         (check_weak_available): Moved here from ecos.exp.
7183         (check_alias_available): New proc: Determine of the target
7184         toolchain supports the alias attribute.
7185
7186         * gcc.dg/special/ecos.exp: Move check_weak_available to
7187         target-supports.exp.
7188         (alias-1.c): Only perform the test if the target supports
7189         aliases.
7190         (wkali-1.c): Only perform the test if the target supports
7191         aliases.
7192
7193         * gcc.dg/990506-0.c: Expect error messages from cross
7194         targets as well as native targets.
7195
7196 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7197
7198         * gcc.dg/ultrasp1.c: Removed xfail.
7199         * gcc.dg/struct-ret-2.c: Likewise.
7200         * gcc.dg/array-1.c: Likewise.
7201
7202 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7203
7204         * gcc.dg/struct-ret-2.c: New test.
7205
7206         * gcc.dg/array-1.c: New test.
7207
7208 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
7209
7210         * gcc.c-torture/execute/991030-1.c: New test.
7211
7212 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
7213
7214         * gcc.c-torture/compile/991026-2.c: New test.
7215
7216 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
7217
7218         * gcc.c-torture/compile/991026-1.c: New test.
7219
7220 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
7221
7222         * gcc.c-torture/execute/991023-1.c: New test.
7223
7224 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
7225
7226         * gcc.c-torture/execute/991019-1.c: New test.
7227
7228 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
7229
7230         * gcc.c-torture/execute/991016-1.c: New test.
7231
7232 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
7233
7234         * gcc.c-torture/execute/991014-1.c: New test.
7235
7236 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
7237
7238         * g++.old-deja/g++.other/union2.C: New test.
7239
7240 1999-10-13  Nathan Sidwell  <nathan@acm.org>
7241
7242         * g++.old-deja/g++.other/vaarg2.C: New test.
7243         * g++.old-deja/g++.other/vaarg3.C: New test.
7244
7245 1999-10-12  Craig Burley  <craig@jcb-sc.com>
7246
7247         * g77.f-torture/noncompile/19990905-1.f: Moved from being
7248         in compile/.
7249
7250 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
7251
7252         * gcc.c-torture/execute/va-arg-11.c: New test.
7253
7254 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
7255
7256         * lib/file-format.exp (gcc_target_object_format): Don't
7257         crash if objdump is unavailable.
7258
7259 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
7260
7261         * gcc.misc-tests/mg.exp: delete extraneous redirection.
7262
7263 1999-09-28  Nick Clifton  <nickc@cygnus.com>
7264
7265         * gcc.c-torture/compile/990928-1.c: New test.
7266
7267 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
7268
7269         * g++.old-deja/g++.other/decl6.C: New test.
7270
7271 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7272
7273         * gcc.c-torture/execute/va-arg-10.c: New test.
7274
7275 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
7276
7277         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
7278         __PRETTY_FUNCTION__.
7279
7280 1999-09-23  Nick Clifton  <nickc@cygnus.com>
7281
7282         * gcc.c-torture/execute/990923-1.c: New test.
7283
7284 1999-09-21  Nick Clifton  <nickc@cygnus.com>
7285
7286         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
7287         for which -fpic is inappropriate.
7288
7289 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
7290
7291         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
7292
7293 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
7294
7295         * g++.old-deja/g++.other/dyncast1.C: New test.
7296         * g++.old-deja/g++.other/dyncast2.C: New test.
7297         * g++.old-deja/g++.other/dyncast3.C: New test.
7298         * g++.old-deja/g++.other/dyncast4.C: New test.
7299         * g++.old-deja/g++.other/dyncast5.C: New test.
7300         * g++.old-deja/g++.eh/catch3.C: New test.
7301         * g++.old-deja/g++.eh/catch3p.C: New test.
7302         * g++.old-deja/g++.eh/catch4.C: New test.
7303         * g++.old-deja/g++.eh/catch4p.C: New test.
7304         * g++.old-deja/g++.eh/catch5.C: New test.
7305         * g++.old-deja/g++.eh/catch5p.C: New test.
7306         * g++.old-deja/g++.eh/catch6.C: New test.
7307         * g++.old-deja/g++.eh/catch6p.C: New test.
7308         * g++.old-deja/g++.eh/catch7.C: New test.
7309         * g++.old-deja/g++.eh/catch7p.C: New test.
7310         * g++.old-deja/g++.eh/catch8.C: New test.
7311         * g++.old-deja/g++.eh/catch8p.C: New test.
7312         * g++.old-deja/g++.eh/catch9.C: New test.
7313         * g++.old-deja/g++.eh/catch9p.C: New test.
7314
7315 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
7316
7317         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
7318         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
7319
7320 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
7321
7322         * gcc.c-torture/compile/990913-1.c: New test.
7323
7324 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
7325
7326         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
7327         * g++.old-deja/g++.jason/rfg5.C: Likewise.
7328
7329 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
7330
7331         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
7332
7333 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
7334
7335         * g++.old-deja/g++.other/lookup11.C: New test.
7336         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
7337         what is permitted and what we want.
7338         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
7339         overload use.
7340         * g++.old-deja/g++.jason/rfg5.C: Likewise
7341
7342 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
7343
7344         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
7345         * gcc.c-torture/noncompile/poison-1.c: New file.
7346
7347 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
7348
7349         * g++.old-deja/g++.other/sizeof3.C: New test.
7350         * g++.old-deja/g++.other/sizeof4.C: New test.
7351         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
7352         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
7353
7354 1999-09-07  Richard Henderson  <rth@cygnus.com>
7355
7356         * gcc.dg/va-arg-1.c: New.
7357
7358 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7359
7360         * gcc.c-torture/execute/va-arg-9.c: New test.
7361
7362 1999-09-05  Craig Burley  <craig@jcb-sc.com>
7363
7364         * g77.f-torture/compile/980519-2.f: New test.
7365         * g77.f-torture/compile/19990905-0.f: New test.
7366         * g77.f-torture/compile/19990905-1.f: New test.
7367         * g77.f-torture/compile/19990905-2.f: New test.
7368
7369         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
7370
7371 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
7372
7373         * gcc.c-torture/execute/990827-1.c: Fix typo.
7374
7375 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
7376
7377         * g++.old-deja/g++.other/deref1.C: New test.
7378
7379 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
7380
7381         * g++.old-deja/g++.other/ambig2.C: New test.
7382         * g++.old-deja/g++.other/cond5.C: New test.
7383         * g++.old-deja/g++.other/lookup16.C: New test.
7384
7385 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
7386
7387         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
7388         assemblers too.
7389
7390 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
7391
7392         * lib/c-torture.exp: Avoid the "compare executables" optimization
7393         when testing native.
7394
7395 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
7396
7397         * gcc.c-torture/execute/990829-1.c: New test.
7398         * gcc.c-torture/compile/990829-1.c: New test.
7399
7400 1999-08-27  Paul Burchard  <burchard@pobox.com>
7401
7402         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
7403         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
7404         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
7405         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
7406         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
7407         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
7408         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
7409         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
7410         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
7411         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
7412         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
7413
7414 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
7415
7416         * gcc.c-torture/execute/990827-1.c: New test.
7417
7418 1999-08-26  Craig Burley  <craig@jcb-sc.com>
7419
7420         * g77.f-torture/noncompile/19990826-4.f: New test.
7421
7422         * g77.f-torture/compile/19990826-3.f: New test.
7423
7424         * g77.f-torture/execute/19990826-2.f: New test.
7425
7426         * g77.f-torture/compile/19990826-1.f: New test.
7427
7428         * gcc.c-torture/execute/990826-0.c: New test.
7429         * g77.c-torture/execute/19990826-0.f: New test.
7430
7431         * g77.f-torture/noncompile/970626-2.f: New test.
7432
7433 1999-08-25  Paul Burchard  <burchard@pobox.com>
7434
7435         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
7436         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
7437         lss-011.C: New tests.
7438
7439 1999-08-25  Nathan Sidwell  <nathan@acm.org>
7440
7441         * g++.old-deja/g++.other/decl5.C: New test.
7442
7443 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7444
7445         * noncompile/noncompile.exp: Load_lib c-torture.exp.
7446         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
7447         call `postbase' for each one.  All callers of `postbase' changed
7448         to call this instead.
7449
7450 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
7451
7452         * gcc.c-torture/execute/990811-1.c: New test.
7453
7454 1999-08-09  Nick Clifton  <nickc@cygnus.com>
7455
7456         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
7457         just native ones.
7458
7459         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
7460         just native ones.
7461
7462 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
7463
7464         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
7465
7466 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
7467
7468         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
7469
7470 1999-08-04  Nathan Sidwell  <nathan@acm.org>
7471
7472         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
7473
7474 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
7475
7476         * gcc.c-torture/execute/990804-1.c: New test.
7477
7478 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7479
7480         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
7481         * g++.old-deja/g++.brendan/crash64.C: Likewise
7482         * g++.old-deja/g++.brendan/overload8.C: Likewise
7483
7484 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7485
7486         * g++.old-deja/g++.other/struct1.C: New test.
7487
7488 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7489
7490         * g++.old-deja/g++.other/enum2.C: New test.
7491
7492 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
7493
7494         Adapted from tests from Franz Sirl:
7495         * gcc.c-torture/execute/va-arg-7.c: New test.
7496         * gcc.c-torture/execute/va-arg-8.c: New test.
7497
7498 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
7499
7500         * gcc.c-torture/compile/990801-2.c: New test.
7501
7502         * gcc.c-torture/compile/990801-1.c: New test.
7503
7504 1999-07-27  Michael Meissner  <meissner@cygnus.com>
7505
7506         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
7507         fp-cmp-1.c, converting double to float.
7508
7509         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
7510         fp-cmp-1.c, converting double to long double.
7511
7512         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
7513         from fr1 to unknown_register, since fr1 is a legitimate register
7514         on some machines.
7515
7516 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
7517
7518         * README: More listname related changes.
7519
7520 1999-07-08  Catherine Moore  <clm@cygnus.com>
7521
7522         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
7523
7524 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
7525
7526         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
7527
7528 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
7529
7530         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
7531
7532 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
7533
7534         * gcc.dg/990703-1.c: New test.
7535
7536 1999-06-29  Nick Clifton  <nickc@cygnus.com>
7537
7538         * lib/file-format.exp: New file: Move definition of proc
7539         gcc_target_object_format to here from
7540         gcc.dg/special/ecos.exp.
7541
7542         * lib/c-torture.exp: Include lib file-format.exp.
7543         * lib/gcc-dg.exp: Include lib file-format.exp.
7544
7545         * gcc.dg/special/ecos.exp: Remove definition of proc
7546         gcc_target_object_format.
7547
7548 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
7549
7550         * gcc.c-torture/execute/990628-1.c: New test.
7551
7552 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
7553
7554         * gcc.c-torture/compile/990625-2.c: New test.
7555
7556         * gcc.c-torture/compile/990625-1.c: New test.
7557
7558 1999-06-23  Nick Clifton  <nickc@cygnus.com>
7559
7560         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
7561         attributes compile.
7562         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
7563         ports that use the COFF/PE file format.
7564
7565 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
7566
7567         * gcc.c-torture/compile/990617-1.c: New test.
7568
7569 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
7570
7571         * g++.old-deja/g++.other/decl4.C: New test.
7572
7573 1999-06-14  Nathan Sidwell  <nathan@acm.org>
7574
7575         * g++.old-deja/g++.other/bitfld3.C: New test.
7576
7577 1999-06-08  Nathan Sidwell  <nathan@acm.org>
7578
7579         * g++.old-deja/g++.eh/catch1.C: New test.
7580
7581 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
7582
7583         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
7584
7585         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
7586         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
7587
7588 1999-06-05  Craig Burley  <craig@jcb-sc.com>
7589
7590         * g77.f-torture/compile/19990502-0.f: Replace with new,
7591         shorter, test that still fails after recent changes.
7592
7593 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7594
7595         * gcc.c-torture/execute/990604-1.c: New test.
7596
7597 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
7598
7599         * gcc.c-torture/execute/990531-1.c: New test.
7600
7601 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7602
7603         * gcc.c-torture/compile/990527-1.c: New test.
7604
7605 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
7606
7607         * gcc.c-torture/execute/990527-1.c: New test.
7608
7609 1999-05-25  Nick Clifton  <nickc@cygnus.com>
7610
7611         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
7612         bitfields as signed.
7613
7614 1999-05-25  Craig Burley  <craig@jcb-sc.com>
7615
7616         * g77.f-torture/compile/19990525-0.f: New test.
7617
7618 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
7619
7620         * gcc.c-torture/execute/990525-2.c: New test.
7621
7622         * gcc.c-torture/execute/990525-1.c: New test.
7623
7624 1999-05-24  Nathan Sidwell  <nathan@acm.org>
7625
7626         * g++.old-deja/g++.other/anon3.C: New test.
7627         * g++.old-deja/g++.other/anon4.C: New test.
7628         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
7629         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
7630         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
7631         Merrill).
7632
7633 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
7634
7635         * gcc.c-torture/execute/990524-1.c: New test.
7636
7637         * gcc.dg/990524-1.c: New test.
7638
7639 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7640
7641         * gcc.c-torture/compile/990523-1.c: New test.
7642
7643 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
7644
7645         * gcc.c-torture/compile/990519-1.c: New test.
7646
7647 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7648
7649         * gcc.c-torture/compile/990517-1.c: New test.
7650
7651         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
7652         (e4, f4): New tests.
7653         (main): Call them.
7654
7655 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7656
7657         * gcc.dg/noreturn-1.c: New test.
7658
7659 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7660
7661         * gcc.c-torture/execute/990513-1.c: New test.
7662
7663 1999-05-10  Richard Henderson  <rth@cygnus.com>
7664
7665         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
7666
7667 1999-05-10  Craig Burley  <craig@jcb-sc.com>
7668
7669         * g77.f-torture/execute/erfc.f: Use small single-precision
7670         values, to avoid problems on Alphas when not -mieee.
7671
7672 1999-05-08  Craig Burley  <craig@jcb-sc.com>
7673
7674         * gcc.dg/990506-0.c: New test.
7675
7676 1999-05-08  Richard Henderson  <rth@cygnus.com>
7677
7678         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
7679         the constant to test.  Don't XFAIL 64-bit targets.
7680
7681         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
7682         * g++.old-deja/g++.law/profile1.C: Likewise.
7683
7684         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
7685         operator new instances.
7686         * g++.old-deja/g++.other/delete5.C: Likewise.
7687
7688 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7689
7690         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
7691         intrinsic.
7692
7693 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7694
7695         * g77.f-torture/execute/u77-test.f: Reverse order of two
7696         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
7697
7698 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7699
7700         * gcc.dg/compare1.c: New test.
7701
7702 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7703
7704         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
7705         New tests.
7706
7707 1999-05-02  Craig Burley  <craig@jcb-sc.com>
7708
7709         * g77.f-torture/compile/19990502-1.f: New test.
7710
7711 1999-05-02  Craig Burley  <craig@jcb-sc.com>
7712
7713         * g77.f-torture/compile/19990502-0.f: New test.
7714
7715 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
7716
7717         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
7718         intrinsic.
7719
7720 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
7721
7722         * g77.f-torture/execute/u77-test.f (main): List libU77
7723         intrinsics not currently tested.
7724         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
7725         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
7726         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
7727         Trim blanks off the ends of some printed strings.
7728
7729 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
7730
7731         * g77.f-torture/execute/u77-test.f (main): Just warn about
7732         FSTAT gid disagreement, as it's expected on some systems.
7733
7734 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
7735
7736         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
7737         use a new function, which allows for some slop.
7738         Clean up some commentary.
7739         (issum): The new function.
7740         (sgladd): Deleted subroutine.
7741
7742 1999-05-01  Craig Burley  <craig@jcb-sc.com>
7743
7744         * g77.f-torture/execute/u77-test.f: Modify to be more like
7745         libf2c/libU77 version, bringing patches to that version here.
7746         Add suitable commentary.
7747
7748 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
7749
7750         * gcc.dg/990424-1.c: New test.
7751
7752 1999-04-24  Craig Burley  <craig@jcb-sc.com>
7753
7754         * g77.f-torture/execute/u77-test.f (main): Bug involving
7755         LSTAT has been fixed, so turn back on full checking.
7756
7757 1999-04-20  Craig Burley  <craig@jcb-sc.com>
7758
7759         * g77.f-torture/compile/19990419-0.f: New test.
7760         * g77.f-torture/execute/19990419-1.f: New test.
7761
7762 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
7763
7764         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
7765         to avoid the need for a prototype to supress a warning.
7766
7767 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
7768
7769         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
7770
7771 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
7772
7773         * gcc.c-torture/execute/990404-1.c: New test.
7774
7775 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7776
7777         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
7778         * gcc.dg/cpp-if3.c: Don't use -pedantic.
7779         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
7780         missing initializer warnings.
7781
7782 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
7783
7784         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
7785         matching strings.
7786
7787 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
7788
7789         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
7790
7791 1999-03-26  Craig Burley  <craig@jcb-sc.com>
7792
7793         * g77.f-torture/execute/19990325-0.f: New test.
7794         * g77.f-torture/execute/19990325-1.f: New test.
7795
7796 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
7797
7798         * gcc.c-torture/execute/990324-1.c: New test.
7799
7800 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
7801
7802         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
7803         test with 4.
7804
7805 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
7806
7807         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
7808
7809 1999-03-13  Craig Burley  <craig@jcb-sc.com>
7810
7811         * g77.f-torture/execute/19990313-2.f: New test.
7812         * g77.f-torture/execute/19990313-3.f: New test.
7813
7814 1999-03-13  Craig Burley  <craig@jcb-sc.com>
7815
7816         * g77.f-torture/execute/19990313-0.f: New test.
7817         * g77.f-torture/execute/19990313-1.f: New test.
7818
7819 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
7820
7821         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
7822         printf to sprintf.
7823         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
7824         (main): Add check for u15.  Conditionalize u31 check depending on
7825         whether ints are <32 bits or >=32 bits.
7826
7827 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7828
7829         * g77.f-torture/execute/19981119-0.f: Improve testiness.
7830
7831 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7832
7833         * g77.f-torture/compile/19990305-0.f: New test.
7834         * g77.f-torture/execute/19981119-0.f: New test.
7835
7836 1999-03-08  Craig Burley  <craig@jcb-sc.com>
7837
7838         * g77.f-torture/execute/970625-2.f: call ABORT if final
7839         result is not correct, instead of just printing it.
7840         Add this checking via newly introduced obfuscation, to
7841         trip up buggy front ends.
7842
7843 1999-03-07  Craig Burley  <craig@jcb-sc.com>
7844
7845         * g77.f-torture/compile/960317-1.f: Moved from being
7846         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
7847
7848 1999-03-06  Craig Burley  <craig@jcb-sc.com>
7849
7850         * g77.f-torture/execute/960317-1.f: New (old) test.
7851         * g77.f-torture/execute/970625-2.f: Ditto.
7852
7853 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
7854
7855         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
7856         message on line 1 or line 2; cccp and cpplib do this differently.
7857
7858 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
7859
7860         * g++.old-deja/g++.law/weak1.C: New test.
7861
7862 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7863
7864         * gcc.c-torture/execute/990119-1.c: Renamed to...
7865         * gcc.dg/990119-1.c: this, so it will only be tested once
7866         (it's a preprocessor test, it doesn't need to be run at
7867         multiple optimization levels).
7868
7869 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
7870
7871         * lib/g++.exp: Don't add incdir=$base_dir/../include to
7872           ALWAYS_CXXFLAGS.
7873
7874 1999-02-24  Craig Burley  <craig@jcb-sc.com>
7875
7876         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
7877         * g77.f-torture/compile/19981216-0.f: ...as it is expected
7878         to not be compilable by current g77.
7879
7880 1999-02-24  Nick Clifton  <nickc@cygnus.com>
7881
7882         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
7883
7884 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
7885
7886         * gcc.c-torture/execute/990222-1.c: New test.
7887
7888 1999-02-19  Craig Burley  <craig@jcb-sc.com>
7889
7890         * g77.f-torture/compile/19990218-0.f: New test.
7891         * g77.f-torture/noncompile/19990218-1.f: New test.
7892
7893 1999-02-18  Craig Burley  <craig@jcb-sc.com>
7894
7895         * g77.f-torture/compile/19981216-0.f: New test.
7896
7897 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
7898
7899         * gcc.dg/990214-1.c: New test.
7900
7901 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
7902
7903         * gcc.dg/990213-2.c: New test.
7904
7905         * gcc.dg/990213-1.c: New test.
7906
7907 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
7908
7909         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
7910         ints.
7911
7912 1999-02-11  Nick Clifton  <nickc@cygnus.com>
7913
7914         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
7915         specified by target.
7916
7917         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
7918
7919 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
7920
7921         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
7922
7923 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7924
7925         * gcc.dg/special/ecos.exp: New test driver for new tests with
7926         special requirements.
7927
7928         * gcc.dg/special/alias-1.c: New test.
7929         * gcc.dg/special/gcsec-1.c: New test.
7930         * gcc.dg/special/weak-1.c: New test.
7931         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
7932         * gcc.dg/special/weak-2.c: New test.
7933         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
7934         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
7935         * gcc.dg/special/wkali-1.c: New test.
7936         * gcc.dg/special/wkali-2.c: New test.
7937         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
7938         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
7939
7940 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
7941
7942           * lib/c-torture.exp (c-torture-compile): Pull out code for
7943           analyzing gcc error messages.
7944           (c-torture-execute): Likewise.  Fix some (harmless) false
7945           positives.
7946           * lib/gcc.exp (gcc_check_compile): New function.
7947
7948 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
7949
7950         * gcc.c-torture/execute/990208-1.c: New test.
7951
7952 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
7953
7954         * g++.dg/special/ecos.exp: New driver for new tests with special
7955         requirements
7956
7957         * g++.dg/special/conpr-1.C: New test
7958         * g++.dg/special/conpr-2.C: New test
7959         * g++.dg/special/conpr-2a.C: New test
7960         * g++.dg/special/conpr-3.C: New test
7961         * g++.dg/special/conpr-3a.C: New test
7962         * g++.dg/special/conpr-3b.C: New test
7963
7964         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
7965         allow g++ to use the dg driver
7966
7967         * README: Add comment about g++.dg directory
7968
7969 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
7970
7971         * README: Update email addresses.
7972
7973 1999-02-03  Nick Clifton  <nickc@cygnus.com>
7974
7975         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
7976         arguments in order to force structure S onto the stack even on
7977         the alpha.
7978         (test): Pass 10 leading arguments to function foo as well as the
7979         structure S.
7980
7981         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
7982         failure for all targets.
7983
7984         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
7985         abort to terminate program execution.
7986
7987 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
7988
7989         * gcc.c-torture/execute/990130-1.c: New test.
7990
7991 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
7992
7993         * gcc.dg/990130-1.c: New test.
7994
7995 1999-01-28  Michael Meissner  <meissner@cygnus.com>
7996
7997         * gcc.c-torture/execute/990128-1.c: New test.
7998
7999 1999-01-27  Michael Meissner  <meissner@cygnus.com>
8000
8001         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
8002
8003 1999-01-27  Felix Lee  <flee@cygnus.com>
8004
8005         * lib/c-torture.exp (c-torture-compile): pull out code for
8006         analyzing gcc error messages.
8007         (c-torture-execute): ditto, and fix some (harmless) false
8008         positives.
8009         * lib/gcc.exp (gcc_check_compile): new function.
8010
8011 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
8012
8013         * gcc.dg/990117-1.c: New test.
8014
8015         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
8016
8017         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
8018
8019 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
8020
8021         * g77.f-torture/compile/990115-1.f: New test.
8022
8023 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
8024
8025         * gcc.c-torture/compile/990107-1.c: New test
8026
8027 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
8028
8029         * gcc.c-torture/execute/990106-2.c: New test.
8030
8031         * gcc.c-torture/execute/990106-1.c: New test.
8032
8033 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
8034
8035         * gcc.c-torture/compile/981223-1.c: New test.
8036
8037 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
8038
8039         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
8040         (opt3): Rename from opt4 and disable.
8041
8042 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
8043
8044         * g++.old-deja/g++.pt/ptrmem5.C: New test.
8045
8046 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
8047
8048         * g++.old-deja/g++.other/conv5.C: New test.
8049
8050 1998-12-14  Nick Clifton  <nickc@cygnus.com>
8051
8052         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
8053
8054 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
8055
8056         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
8057
8058 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
8059
8060         * gcc.c-torture/compile/981211-1.c: New test.
8061
8062 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
8063
8064         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
8065
8066         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
8067
8068 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8069
8070         * gcc.special/930510-1.c: Make C9X safe.
8071         * gcc.misc-tests/gcov-1.c Similarly.
8072         * gcc.misc-tests/gcov-2.c Similarly.
8073
8074 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8075
8076         * gcc.dg/ultrasp1.c: New test.
8077
8078 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
8079
8080         * gcc.c-torture/execute/981206.c: New test.
8081
8082 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8083
8084         * g++.old-deja/g++.ns/template7.C: New test.
8085
8086         * g++.old-deja/g++.other/expr1.C: New test.
8087
8088         * g++.old-deja/g++.eh/tmpl3.C: New test.
8089
8090         * g++.old-deja/g++.eh/tmpl2.C: New test.
8091
8092 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
8093
8094         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
8095         * g++.old-deja/g++.other/using6.C: Removed.
8096         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
8097
8098         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
8099
8100 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
8101
8102         * g++.old-deja/g++.pt/overload8.C: New test.
8103
8104         * g++.old-deja/g++.pt/overload7.C: New test.
8105
8106         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
8107
8108         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
8109         and relinking messages.
8110         * lib/g++.exp (g++_target_compile): Remove .rpo file when
8111         compiling with -frepo.
8112
8113 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
8114
8115         * g++.old-deja/g++.pt/lookup6.C: New test.
8116
8117 1998-11-30  Nick Clifton  <nickc@cygnus.com>
8118
8119         * gcc.c-torture/execute/981130-1.c: New test.
8120         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
8121
8122 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
8123
8124         * g++.old-deja/g++.pt/explicit76.C: New test.
8125
8126         * g++.old-deja/g++.pt/friend38.C: New test.
8127
8128         * g++.old-deja/g++.ns/crash2.C: New test.
8129
8130         * g++.old-deja/g++.pt/defarg8.C: New test.
8131
8132         * g++.old-deja/g++.pt/instantiate6.C: New test.
8133
8134         * g++.old-deja/g++.pt/static6.C: New test.
8135
8136         * g++.old-deja/g++.pt/decl2.C: New test.
8137
8138 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
8139
8140         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
8141         problem is actually related with name lookup, but so what? :-)
8142
8143         * g++.old-deja/g++.pt/friend37.C: New test.
8144
8145 1998-11-25  Dave Love  <d.love@dl.ac.uk>
8146
8147         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
8148         element, which fails on some systems.
8149
8150         * g77.f-torture/execute/labug1.f: New test.
8151
8152 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
8153
8154         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
8155         is defined.
8156
8157 1998-11-18  Dave Love  <d.love@dl.ac.uk>
8158
8159         * g77.f-torture/compile/981117-1.f: New test.
8160
8161 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
8162
8163         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
8164         properly discarded.
8165
8166 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
8167
8168         * gcc.c-torture/execute/memcheck: New directory of tests for
8169         -fcheck-memory-usage.
8170
8171 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8172
8173         * README: New file, general information about the testsuite and
8174         new description of the various C++ test subdirectories.
8175         * README.g++: Eliminate obsolete information, update and move most
8176         relevant stuff to README.
8177
8178 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
8179
8180         * gcc.c-torture/compile/981107-1.c: New test.
8181
8182 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
8183
8184         * execute/memcpy-bi.c: New testcase.
8185
8186 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
8187
8188         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
8189         base classes.
8190
8191         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
8192         template is selected.
8193
8194         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
8195         classes, it should be accepted for all types.
8196
8197         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
8198
8199         * g++.old-deja/g++.pt/spec24.C: Ensure that template
8200         specializations start with template headers.
8201
8202 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
8203
8204         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
8205
8206         * g++.old-deja/g++.other/init9.C: Test cross initialization of
8207         non-POD types.
8208
8209 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
8210
8211         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
8212
8213 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8214
8215         * compile/981022-1.c, compile/981022-1.x: New test and driver.
8216
8217 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
8218
8219         * 981019-1.c: New test.
8220
8221 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
8222
8223         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
8224         find objc headers.
8225
8226 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8227
8228         * compile/981001-4.c: Remove use of GCC extension that triggers a
8229         compiler bug.
8230
8231 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
8232
8233         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
8234
8235 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
8236
8237         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
8238         instantiation of template produces incorrect code for delete
8239         expression.
8240
8241         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
8242         constructors' name is not unique.
8243         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
8244         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
8245
8246         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
8247         automatic array of const is ill-formed.
8248
8249         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
8250         of template parameter?
8251
8252         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
8253         const.
8254
8255         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
8256         pointer-to-member expression.
8257
8258         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
8259         declaration causes ICE.
8260
8261 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8262
8263         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
8264         reserved in the global namespace.
8265
8266         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
8267         generate needed virtual table.
8268
8269         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
8270
8271 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
8272
8273         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
8274         template-dependent type
8275
8276 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
8277
8278         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
8279         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
8280         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
8281
8282         * g++.old-deja/g++.other/using5.C: New test; using decl from base
8283         class should be usable as argument of member function.
8284         * g++.old-deja/g++.other/using6.C: New test; using decl from base
8285         class should be usable as return type of member function.
8286         * g++.old-deja/g++.other/using7.C: New test; using decl from base
8287         class should be usable as type of data member.
8288
8289         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
8290
8291 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
8292
8293         * gcc.c-torture/special/920521-1.c: Fix bogus test.
8294
8295 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
8296
8297         * gcc.dg/dll-?.c Add thumb to target list.
8298         Fix assembler scan patterns to match current assembler output.
8299
8300 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
8301
8302         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
8303         matching of template brackets.
8304
8305         * g++.old-deja/g++.other/using4.C: New test.  Test using
8306         declarations of methods from base classes.
8307
8308         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
8309         within functions should introduce names into the innermost
8310         enclosing namespace.
8311
8312         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
8313         of static locals if first initialization throws.
8314
8315 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
8316
8317         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
8318
8319 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
8320
8321         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
8322         lose track of the possible targets of tablejump insns.
8323         * special/special.exp: Run it.
8324
8325 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8326
8327         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
8328         must be declared before its specializations can be named in friend
8329         declarations.
8330
8331 1998-10-05  Dave Love  <d.love@dl.ac.uk>
8332
8333         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
8334
8335         * g77.f-torture/execute/io1.f: New test.
8336
8337 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
8338
8339         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
8340         with pointer to template function, for which no argument deduction
8341         is possible.
8342
8343         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
8344         specialization of template function as argument to template
8345         function.
8346
8347         * g++.old-deja/g++.other/access2.C: New test; Inner class
8348         shouldn't have privileged access to Outer's names.
8349
8350 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
8351
8352         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
8353         friend template declared within template class conflicts with
8354         nested class of the same name.
8355
8356         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
8357         is ignored.
8358
8359         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
8360         object with direct initializer as function declaration.
8361
8362         * g++.old-deja/g++.other/decl2.C: New test; duplicate
8363         initializers.
8364
8365         * g++.old-deja/g++.other/null2.C: New test; conditional operator
8366         involving const pointer and NULL produces incorrect result.
8367
8368         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
8369         type name without `typename' should be rejected with -pedantic.
8370
8371 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
8372
8373         * g++.old-deja/g++.other/addrof1.C: New test.
8374
8375 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
8376
8377         * gcc.c-torture/compile/981001-1.c: New test.
8378         * gcc.c-torture/execute/981001-1.c: New test.
8379
8380 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
8381
8382         * gcc.c-torture/compile/981001-2.c: New test.
8383         * gcc.c-torture/compile/981001-3.c: New test.
8384         * gcc.c-torture/compile/981001-4.c: New test.
8385
8386 1998-10-01  Robert Lipe  <robertl@dgii.com>
8387
8388         * lib/objc.exp (objc_target_compile): Add -L during compiles for
8389         multilibbed hosts.   Idea grafted from g77.exp.
8390
8391 1998-09-30  Dave Love  <d.love@dl.ac.uk>
8392
8393         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
8394         avoid losing on systems which need -lsocket.
8395
8396 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
8397
8398         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
8399         * g++.old-deja/g++.other/nested2.C: Ditto.
8400         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
8401         failure.
8402
8403 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
8404
8405         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
8406         preferred over template operator!= for enum bitfields.
8407
8408 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
8409
8410         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
8411         that happen to have the same base name, but in different scopes,
8412         are incorrectly rejected.
8413
8414 1998-09-16  Richard Henderson  <rth@cygnus.com>
8415
8416         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
8417         on the native word size instead of an integer literal.
8418
8419 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
8420
8421         * g++.old-deja/g++.other/static2.C: Invocation of static data
8422         member of type pointer-to-function denoted as non-static member.
8423
8424         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
8425         checks involving function types and aliases.
8426
8427 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
8428
8429         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
8430         redefined to the same non-trivial type.
8431
8432         * g++.old-deja/g++.pt/explicit73.C: Test for proper
8433         namespace-qualification of template specializations declared in
8434         other namespaces.
8435
8436         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
8437         to declare a subset of the specializations of a template function
8438         as friends of specializations of a template class.
8439
8440         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
8441         member templates that do not fully specialize the enclosing
8442         template class are rejected.
8443
8444 1998-09-11  Dave Love  <d.love@dl.ac.uk>
8445
8446         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
8447
8448 1998-09-08  Dave Love  <d.love@dl.ac.uk>
8449
8450         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
8451         altered from libf2c/libU77 version.
8452
8453 1998-09-06  Dave Love  <d.love@dl.ac.uk>
8454
8455         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
8456
8457 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
8458
8459         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
8460         (un)signed char are different types for template specialization
8461         purposes.
8462
8463 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
8464
8465         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
8466         * objc: ObjC testsuite.
8467
8468 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
8469
8470         * gcc.c-torture/execute/941014-1.x:  New file.
8471
8472 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8473
8474         * lib/c-torture.exp: Add support for
8475         torture_eval_before_compile and torture_eval_before_execute
8476         variables.
8477
8478 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
8479
8480         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
8481         this test triggers valid.
8482
8483 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8484
8485         * gcc.dg/980827-1.c: New test.
8486
8487 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8488
8489         * gcc.c-torture/execute/loop-4b.c: New test.
8490
8491 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
8492
8493         * lib/c-torture.exp: Add support for
8494         torture_eval_before_compile and torture_eval_before_execute
8495         variables.
8496
8497 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
8498
8499         * gcc.c-torture/compile/980825-1.c: New test.
8500
8501 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
8502
8503         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
8504         count number tests in opt_t0 not good_t0.
8505
8506 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
8507
8508         * gcc.c-torture/compile/930326-1.x: Fix typo.
8509
8510 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
8511
8512         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
8513         causes an ICE.
8514
8515 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8516
8517         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
8518         STACK_SIZE is defined.
8519         * gcc.c-torture/unsorted/stuct.c: Similarly.
8520
8521         * gcc.c-torture/compile/980821-1.c: New test.
8522
8523 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
8524
8525         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
8526
8527 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
8528
8529         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
8530         code.
8531
8532 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
8533
8534         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
8535         error'.
8536
8537 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
8538
8539         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
8540
8541 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
8542
8543         * gcc.c-torture/compile/980816-1.c: New test.
8544
8545         * gcc.dg/980816-1.c: New test.
8546
8547 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
8548
8549         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
8550         compiler for ieee tests.
8551
8552 1998-08-01  Dave Love  <d.love@dl.ac.uk>
8553
8554         * g77.f-torture/compile/980729-0.f: New test.
8555
8556 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
8557
8558         * gcc.c-torture/special/eeprof-1.c: New test, for
8559         -finstrument-functions.
8560         * gcc.c-torture/special/special.exp: Run it.
8561
8562 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
8563
8564         * gcc.c-torture/compile/980729-1.c: New test.
8565
8566 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
8567
8568         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
8569         __thumb__ is defined, and test for ARM style doubles if so.
8570
8571 1998-07-26  Dave Love  <d.love@dl.ac.uk>
8572
8573         * g77.f-torture/noncompile/980615-0.f: New test.
8574
8575 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
8576
8577         * gcc.dg/980312-1.c: Do link instead of compile.
8578         * gcc.dg/980313-1.c: Likewise.
8579
8580 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
8581
8582         * gcc.c-torture/compile/980726-1.c: New test.
8583
8584 1998-07-25  Dave Love  <d.love@dl.ac.uk>
8585
8586         * g77.f-torture/execute/io0.f: New test.
8587
8588 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
8589
8590         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
8591         an int.
8592
8593 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
8594
8595         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
8596         m32r bugs.
8597
8598 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8599
8600         * gcc.dg/980626-1.c: Expect failures for all toolchains until
8601         c-decl.c:grokdeclarator can handle mode attributes.
8602
8603 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
8604
8605         * gcc.c-torture/execute/980716-1.c: New test.
8606
8607 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
8608
8609         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
8610         the mn10200.
8611         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
8612         the mn10200.
8613         * gcc.c-torture/execute/va-arg-3.x: Similarly.
8614         * gcc.c-torture/compile/930326-1.x: Similarly.
8615
8616 1998-07-13  Dave Love  <d.love@dl.ac.uk>
8617
8618         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
8619         New test from Craig.
8620
8621 1998-07-12  Dave Love  <d.love@dl.ac.uk>
8622
8623         * g77.f-torture/noncompile/980616-0.f: New test.
8624
8625         * g77.f-torture/execute/970816-3.f:  New test from Craig.
8626
8627 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8628
8629         *  g++.other/singleton.C: Return error value instead of taking
8630         SIGSEGV.
8631
8632 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
8633
8634         *  g++.other/singleton.C: New test.   Warning is under dispute.
8635         Runtime crash is not.
8636
8637 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8638
8639         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
8640         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
8641         using6.C, using7.C}:  New namespace tests.
8642
8643 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
8644
8645         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
8646         specialization with typedef'ed names used as array indexes.
8647
8648 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
8649
8650         * gcc.c-torture/execute/980709-1.c: New test.
8651
8652         * gcc.dg/980709-1.c: New test.
8653
8654 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
8655
8656         * gcc.c-torture/execute/bcp-1.c: New test.
8657
8658 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
8659
8660         * gcc.c-torture/execute/980707-1.c: New test.
8661
8662 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
8663
8664         * gcc.c-torture/compile/980706-1.c: New test.
8665
8666 1998-07-01  Dave Love  <d.love@dl.ac.uk>
8667
8668         * g77.f-torture/execute/980701-0.f,
8669         g77.f-torture/execute/980701-1.f: New test from Craig.
8670
8671 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
8672
8673         * gcc.c-torture/compile/980701-1.c: New test.
8674
8675         * gcc.c-torture/execute/980701-1.c: New test.
8676
8677 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
8678 rlsruhe.de>
8679
8680         * g++.old-deja/g++.robertl/eb132.C: New test.
8681         * g++.old-deja/g++.robertl/eb133.C: Likewise.
8682
8683 1998-06-29  Dave Love  <d.love@dl.ac.uk>
8684
8685         * g77.f-torture/execute/980628-7.f,
8686         g77.f-torture/execute/980628-8.f,
8687         g77.f-torture/execute/980628-9.f,
8688         g77.f-torture/execute/980628-10.f: New tests from Craig.
8689
8690         * g77.f-torture/execute/980628-3.f: Remove mail headers.
8691
8692 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
8693
8694         * g77.f-torture/execute/980628-4.f: New test from Craig.
8695         * g77.f-torture/execute/980628-5.f: Likewise.
8696         * g77.f-torture/execute/980628-2.f: Likewise.
8697         * g77.f-torture/execute/980628-0.f: Likewise.
8698         * g77.f-torture/execute/980628-1.f: Likewise.
8699         * g77.f-torture/execute/980628-3.f: Likewise.
8700         * g77.f-torture/execute/980628-6.f: Likewise.
8701
8702 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
8703
8704         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
8705         directory when nothing has been installed yet.
8706
8707 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
8708
8709         * gcc.c-torture/special/special.exp: Handle newer versions of
8710         dejagnu.
8711
8712 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
8713
8714         * gcc.dg/980626-1.c: New test.
8715
8716 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
8717
8718         * gcc.misc-tests/m-un-2.c: New test.
8719         * g++.old-deja/g++.other/warn01.c: Likewise.
8720
8721 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
8722
8723         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
8724         compatibility with assmblers with a different comment character.
8725         Eliminate use of GAS-specific extensions.
8726
8727 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
8728
8729         * gcc.c-torture/execute/ieee/980619-1.c: New test.
8730
8731 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
8732
8733         *lib/g77.exp: Replace search for libf2c.a with search for newly
8734         renamed libg2c.a
8735
8736 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
8737
8738         * gcc.c-torture/execute/980617-1.c: New test.
8739
8740 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
8741
8742         * gcc.c-torture/execute/980612-1.c: New test.
8743
8744 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
8745
8746         * gcc.dg/980523-1.c: Only test on ppc-linux.
8747         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
8748
8749         * gcc.c-torture/execute/980608-1.c: New test.
8750
8751 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8752
8753         * gcc.c-torture/execute/980605-1.c: New test.
8754
8755 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
8756
8757         * gcc.c-torture/execute/980604-1.c: New test.
8758
8759 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
8760
8761         * gcc.c-torture/execute/980602-1.c: New test.
8762         * gcc.c-torture/execute/980602-2.c: Likewise.
8763
8764 1998-06-02  Dave Love  <d.love@dl.ac.uk>
8765
8766         * 970125-0.f: Fix per JCB.  Add commentary.
8767
8768 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
8769
8770         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
8771         IEEE -0 support.
8772
8773 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
8774
8775         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
8776         earlier.
8777
8778 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
8779
8780         * gcc.c-torture/execute/980526-3.c: New test.
8781
8782 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
8783
8784         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
8785         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
8786         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
8787         m88k-motorola-sysv3 to XFAIL.
8788
8789 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8790
8791         * gcc.dg/980526-1.c: New test.
8792         * gcc.c-torture/execute/980526-2.c: New test.
8793
8794 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
8795
8796         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
8797
8798         * gcc.c-torture/execute/980526-1.c: New test.
8799
8800 1998-05-26  Dave Love  <d.love@dl.ac.uk>
8801
8802         * g77.f-torture/execute/alpha2.f: Add runtime test.
8803
8804 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
8805
8806         * g++.old-deja/old-deja.exp: Strip leading directories.
8807
8808         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
8809         error for the line.  Don't run multiple tests for the same line.
8810
8811 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
8812
8813         * gcc.dg/980523-1.c: New test.
8814
8815 1998-05-23  Dave Love  <d.love@dl.ac.uk>
8816
8817         * g77.f-torture/compile/970915-0.f: New test.
8818
8819 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
8820
8821         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
8822
8823 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
8824
8825         * gcc.dg/980520-1.c: New test.
8826
8827 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8828
8829         * gcc.dg/980502-1.c: Fix return type.
8830
8831 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
8832
8833         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
8834         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
8835         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
8836         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
8837         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
8838
8839 1998-05-20  Dave Love  <d.love@dl.ac.uk>
8840
8841         * g77.f-torture/execute/980520-1.f: New test.
8842
8843 1998-05-15  Dave Love  <d.love@dl.ac.uk>
8844
8845         * lib/mike-g77.exp: New file.
8846
8847         * g77.f-torture/noncompile/noncompile.exp,
8848         g77.f-torture/noncompile/check0.f: New files.
8849
8850 1998-05-14  Dave Love  <d.love@dl.ac.uk>
8851
8852         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
8853         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
8854         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
8855         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
8856         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
8857         abort where appropriate.
8858
8859 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
8860
8861         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
8862         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
8863
8864 1998-04-29  Dave Love  <d.love@dl.ac.uk>
8865
8866         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
8867
8868 1998-04-27  Dave Love  <d.love@dl.ac.uk>
8869
8870         * g77.f-torture/compile/980427-0.f: New test.
8871
8872 1998-04-24  Dave Love  <d.love@dl.ac.uk>
8873
8874         * g77.f-torture/compile/980424-0.f: New test.
8875
8876 1998-04-19  Dave Love  <d.love@dl.ac.uk>
8877
8878         * g77.f-torture/compile/980419-2.f (main): New test.
8879         * g77.f-torture/compile/970125-0.f: New test.
8880         * g77.f-torture/compile/980419-1.f: New test.
8881
8882 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
8883
8884         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
8885         of loop-4.c.
8886
8887 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
8888
8889         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
8890
8891 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
8892
8893         * gcc.c-torture/compile/980329-1.c: New test.
8894
8895 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
8896
8897         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
8898         * gcc.dg/980312-1.c: Fix typo in -march command.
8899
8900 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
8901
8902         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
8903
8904 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
8905
8906         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
8907         Dave Love agree the Fortran source is bogus.
8908
8909 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
8910
8911         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
8912         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
8913         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
8914         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
8915         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
8916
8917 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
8918
8919         * g++.old-deja/g++.other/friend1.C: New test.
8920
8921 1998-02-18  Dave Love  <d.love@dl.ac.uk>
8922
8923         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
8924         possibly uninitialized) variables and declare dnrm2.
8925
8926 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
8927
8928         From Bruno Haible <haible@ilog.fr>:
8929         * gcc.c-torture/execute/980223.c: New test.
8930
8931 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
8932
8933         * gcc.dg/ifelse-1.c: New test.
8934
8935 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
8936
8937         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
8938
8939           * lib/old-dejagnu.exp (old-dejagnu): Added the
8940           "execution test - XFAIL *-*-*" handling in the spirit of
8941           "excess errors test -". Changed the "execution test fails"
8942           handling to be like "excess errors test fails".
8943           * Update various tests accordingly.
8944
8945 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
8946
8947         * gcc.c-torture/execute/980205.c: New test.
8948
8949 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
8950
8951         * lib/c-torture.exp: Look for .x files instead of .cexp files.
8952         * lib/f-torture.exp: Similarly.
8953         * gcc.c-torture: Rename all .cexp files to .x files.
8954
8955 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8956
8957         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
8958         (940510-1.c): Removed duplicate.
8959         (971104-1.c): New test.
8960
8961 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
8962
8963           * lib/f-torture.exp: Improve error and loop detection.
8964
8965 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
8966
8967         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
8968         use that to size the filler array.
8969
8970 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
8971
8972         * lib/c-torture.exp(c-torture-execute): Fix typo.
8973
8974         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
8975         testcase as the executable name. Keep the executable around if
8976         the test fails.
8977
8978 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
8979
8980         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
8981         changes.  Only test one -g option, and move it to the end of the
8982         list of options to test.
8983
8984 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
8985
8986         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
8987         variable GCC_TORTURE_OPTIONS to supply default switches separated
8988         by colons.  If no environment variable, run tests with -O0 -g, -O1
8989         -g, and -O2 -g as well.
8990
8991 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8992
8993         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
8994         explanatory comments. Fix indentation.
8995
8996 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
8997
8998         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
8999
9000 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
9001
9002         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
9003         * g++.old-deja/g++.mike/p7325.C: Likewise.
9004         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
9005
9006 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
9007
9008         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
9009         * g++.old-deja/g++.brendan/crash30.C: Likewise.
9010         * g++.old-deja/g++.brendan/crash39.C: Likewise.
9011         * g++.old-deja/g++.law/operators4.C: Likewise.
9012
9013 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
9014
9015         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
9016         * g++.old-deja/g++.mike/p784.C: Ditto.
9017         * g++.old-deja/g++.mike/p785.C: Ditto.
9018
9019 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
9020
9021           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
9022
9023 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
9024
9025         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
9026         target feature; pass this to c-torture-execute as needed.
9027
9028 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
9029
9030         * lib/c-torture.exp(c-torture-execute): If the previous and the
9031         current executables being tested are identical, we don't need to
9032         run the executable again. Try to make the executable names
9033         unique. Add an optional argument for passing additional compiler
9034         flags.
9035
9036 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
9037
9038         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
9039
9040 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
9041
9042         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
9043
9044 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
9045
9046         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
9047         32bit or larger longs.
9048
9049         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
9050         have either a 32bit long or 32bit int.
9051
9052 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9053
9054         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
9055         Make double precision tests dependent on sizeof (double).
9056
9057 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
9058
9059         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
9060         too.
9061
9062 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9063
9064         * gcc.c-torture/compile/961203-1.cexp: New script.
9065
9066 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
9067
9068         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
9069         up the includes ourselves.
9070
9071 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
9072
9073         * lib/plumhall.exp: Remove random include, and add a few
9074         verbose messages for debugging.
9075
9076 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
9077
9078         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
9079         of trying to do it ourselves.
9080
9081 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9082
9083         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
9084
9085 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
9086
9087         * gcc.prms/5403.c: Made regexp a bit less strict.
9088
9089 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
9090
9091         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
9092         is returned from remote_load instead.
9093         * lib/plumhall.exp: Ditto.
9094         * lib/mike-g++.exp: Ditto.
9095         * lib/old-dejagnu.exp: Ditto.
9096         * lib/c-torture.exp: Ditto.
9097
9098 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
9099
9100         * lib/g++.exp: Use build_wrapper procedure.
9101         * lib/gcc.exp: Ditto.
9102
9103 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
9104
9105         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
9106         an old-style decl for malloc.  Fixes tests to work when
9107         sizeof (int) != sizeof (size_t).
9108
9109 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
9110
9111         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
9112
9113         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
9114         use stdargs.h interface.
9115
9116 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
9117
9118         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
9119         NO_VARARGS when compiling.
9120
9121 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
9122
9123         * lib/plumhall.exp(ph_includes): New procedure.
9124         (ph_make): Use it.
9125         (ph_compiler): Ditto.
9126
9127         * lib/g++.exp: Rename test-glue.c to testglue.c.
9128         * lib/gcc.exp: Ditto.
9129
9130 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
9131
9132         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
9133         to completion when it's called.
9134
9135 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
9136
9137         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
9138         is defined, don't do test.
9139
9140 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
9141
9142         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
9143         for object files.
9144         (ph_summary): Mark skipped testcases as untested, not unresolved.
9145
9146         * lib/plumhall.exp (ph_make): If unresolved because of bad
9147         errorCode, record errorCode in log file.
9148         (*): Replace send_log/verbose with verbose -log.
9149
9150 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
9151
9152         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
9153         double conversion if double isn't at least 8 bytes.
9154
9155         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
9156         int to work with targets where int is 16 bits.
9157
9158         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
9159         8 bytes, just exit, since 4 byte doubles don't have enough bits of
9160         precision for the test to complete.
9161
9162 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
9163
9164         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
9165         if d10v is not compiled with the -mdouble64 flag.
9166         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
9167
9168         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
9169         d10v is not compiled with the -mint32 flag.
9170
9171 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9172
9173         * lib/plumhall.exp: Use incr_count.
9174
9175 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
9176
9177         * gcc.c-torture: Update to c-torture-1.45.
9178
9179 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
9180
9181         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
9182         the name of the expect testcase file).
9183
9184         * lib/g++.exp(g++_init): Ditto.
9185
9186 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
9187
9188         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
9189         the host.
9190
9191         * lib/gcc.exp(gcc_exit): New procedure.
9192
9193 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
9194
9195         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
9196         specs where appropriate.
9197
9198         * g++.old-deja/g++.arm/*: Added additional ERROR checks
9199         because of new "candidates are" messages, and removed a few
9200
9201         * Converted all non-old-style g++ testcases to old-style, and
9202         moved into g++.old-deja.
9203
9204 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
9205
9206         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
9207         options.
9208
9209         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
9210         succeeded.
9211
9212         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
9213
9214 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
9215
9216         * lib/gcc.exp (gcc_target_compile): Add support for defining
9217         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
9218         the machine doesn't have those features.
9219
9220 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
9221
9222         * g++.law/operators4.exp: Don't use LIBS.
9223
9224 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
9225
9226         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
9227
9228         * lib/mike-g++.exp: Don't set the compiler to be tested here.
9229         * lib/g++.exp: Set it here instead. Also, allow use of the
9230         --tool_exec and --tool_opt options. Change CXX to
9231         GXX_UNDER_TEST.
9232
9233         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
9234
9235         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
9236
9237 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
9238
9239         * lib/old-dejagnu.exp: Use prune_warnings instead of
9240         prune_system_crud.
9241         * lib/mike-g++.exp: Ditto.
9242         * lib/gcc.exp: Ditto.
9243         * lib/g++.exp: Ditto.
9244
9245         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
9246
9247 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
9248
9249           * 941014-2.c: Include stdlib.h
9250           * 960327-1.c: Include stdio.h
9251           * dbra.c, index-1.c: Don't assume ints are 32bits.
9252
9253 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
9254
9255         * lib/gcc.exp: Add gcc,stack_size target feature.
9256
9257         * lib/g++.exp(g++_target_compile): Add the include and link
9258         paths here, not in two other places. And, it's $options, not
9259         options.
9260
9261         * lib/mike-g++.exp(postbase): Remove the code that determines
9262         the correct include and link paths.
9263         * g++.old-deja/old-deja.exp: Ditto.
9264
9265 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
9266
9267         * lib/g++.exp(g++_init): target_compile no longer returns the
9268         filename of the result.
9269
9270 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
9271
9272         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
9273         call to glob.
9274
9275         * gcc.c-torture/special/special.exp: Change call to
9276         gcc_target_compile to include the object file.
9277
9278 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9279
9280         * gcc.c-torture/special/special.exp: Correct misspelling in last
9281         change.
9282
9283 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
9284
9285         * lib/plumhall.exp(ph_summary): Log the entire output of the
9286         executable. Return -1 if there were any failures, 0 otherwise.
9287         (ph_execute): Return -1 if there were any failures, 0 otherwise.
9288         (ph_make): Clean up objects and executables that were built
9289         if the tests succeeded.
9290
9291 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9292
9293         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
9294         libraries and includes in the build tree as appropriate.
9295
9296 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
9297
9298         * lib/c-torture.exp: Instead of looking for the global variable
9299         NO_LONG_LONG, check to see if that's a feature of the target.
9300
9301 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
9302
9303         * config/default.exp: Minimize. Delete the remainer of the files in
9304         config; this functionality is now in devo/dejagnu/config.
9305
9306         g++.*/*: Pass any additional flags used to compile to postbase;
9307         delete CXXFLAGS.
9308
9309         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
9310         is now done by runtest.exp. Use gcc_target_compile instead of
9311         compile.
9312
9313         lib/c-torture.exp: Use gcc_target_compile instead of compile.
9314         Remove references to CFLAGS. Use remote_file instead of
9315         calling rm -f.
9316         (c-torture): Take a list of arguments to use to compile this
9317         testcase.
9318
9319         lib/g++.exp: Simplify. Use target_compile instead of compile.
9320         lib/gcc-dg.exp: Ditto.
9321         lib/gcc.exp: Ditto.
9322         lib/mike-{gcc,g++}.exp: Ditto.
9323         lib/old-dejagnu.exp: Ditto.
9324         lib/plumhall.exp: Ditto.
9325
9326 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
9327
9328         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
9329         (ph_linker): Likewise.
9330
9331 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
9332
9333           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
9334         MAP_ANON / MAP_ANONYMOUS if defined;
9335         else try to map from /dev/zero .
9336
9337 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
9338
9339         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
9340         isn't defined, then define it to MAP_ANONYMOUS.
9341
9342 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
9343
9344         * gcc.c-torture: Update to c-torture-1.42 release.
9345
9346 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
9347
9348         * gcc.c-torture: Update to c-torture-1.41 release.
9349
9350 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
9351
9352         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
9353         c-torture release.
9354
9355 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9356
9357         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
9358         and LDFLAGS.  Fix second case to append the target_info ldflags
9359         onto LDFLAGS, not CFLAGS.
9360         * lib/g++.exp (g++_init): Add target_info stuff.
9361         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
9362         of libgloss and newlib flags for !native.
9363
9364         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
9365         (GDB): Fix relative path to go up another dir for finding gdb.
9366
9367 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9368
9369         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
9370         versions in the target_info array, if they don't exist.
9371
9372 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9373
9374         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
9375
9376 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
9377
9378         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
9379         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
9380
9381 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
9382
9383         * lib/old-dejagnu.exp: Don't remove the output file before we've
9384         actually tested it. Don't append pwd to the path of the executable
9385         we're testing.
9386
9387 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
9388
9389         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
9390
9391 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
9392
9393         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
9394         temporary directory for compiler files, and set it to a default
9395         value of /tmp. Set $output as the name of the output file from
9396         compiling the testcase. Add a -o option to $cflags_var so the
9397         compiler writes the final output file as $output. Set $executable
9398         to $output.
9399
9400         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
9401         directory for compiler files, and set it to /tmp if it doesn't
9402         already have a value. Set $output_file to the name of the output
9403         file from compiling the testcase. Add a -o option to CXXFLAGS so
9404         the compiler writes the final output file as $output. Use $output
9405         as the executable to be tested.
9406
9407 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9408
9409         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
9410
9411 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
9412
9413         * gcc.c-torture/execute/pending-1.c: New test.  Still
9414         pending in Tege's queue.
9415
9416 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
9417
9418         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
9419         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
9420         if there were failures.  Call unresolved if there were unresolved
9421         testcases.  Call gcc_fail if program did not run to completion.
9422         (ph_make): Pass additional argument name to ph_execute.
9423         (ph_execute): Add new argument.  Pass additional arguments to
9424         ph_summary.  Call gcc_fail is there is no execution output.
9425
9426 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
9427
9428         * lib/plumhall.exp (proc_summary): Output relavent summary
9429         lines into the log so specific failures in plumhall can be
9430         investigated.
9431
9432 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
9433
9434         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
9435         (c-torture-execute): Don't try to execute tests which use
9436         "long long" types if $NO_LONG_LONG is nonzero.
9437
9438 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
9439
9440         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
9441         not c-torture.
9442
9443         * gcc.ieee: Move from here.
9444         * gcc.c-torture/execute/ieee: To here.
9445
9446 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
9447
9448         * gcc.c-torture: Update to c-torture-1.41 release.
9449
9450 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
9451
9452         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
9453         not "$output".
9454
9455 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
9456
9457         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
9458         -c present.
9459
9460 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
9461
9462         * config/proelf.exp: Handle connecting to a simulator.
9463
9464 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
9465
9466         * config/proelf.exp: New file.  Enough framework that we can
9467         run c-torture tests on the proelf targets (or any other target
9468         that gdb can connect to for that matter).
9469
9470 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
9471
9472         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
9473         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
9474
9475         * lib/plumhall.exp (ph_execute): Always call ph_summary if
9476         exec_output exists.
9477
9478 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
9479
9480         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
9481         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
9482
9483         * config/*.exp: Update FSF address.  Change result of ${tool}_load
9484         to pass/fail/unresolved/unsupported/untested.  Caller must now
9485         call unresolved/unsupported/untested.
9486         * lib/*.exp: Update FSF address.  Update to handle new results of
9487         ${tool}_load.
9488         * lib/chill.exp (verbose): Delete.
9489
9490 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
9491
9492         * lib/gcc.exp (default_gcc_start): Change order of args to
9493         $LDFLAGS $CFLAGS $LIBS.
9494         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
9495         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
9496         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
9497         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
9498         * gcc.misc-tests/dg-test.exp: Likewise.
9499         * gcc.misc-tests/msgs.exp: Likewise.
9500         * gcc.prms/prms.exp: Likewise.
9501         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
9502         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
9503
9504         * lib/dg.exp: Deleted, moved to dejagnu/lib.
9505
9506 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9507
9508         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
9509
9510         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
9511         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
9512
9513         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
9514         necessary.
9515
9516 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
9517
9518         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
9519         global for loop; add use of $mathlib.
9520         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
9521         settings here; set mathlib for anything but VxWorks.
9522
9523 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
9524
9525         * gcc.c-torture: Update to c-torture-1.40 release.
9526
9527 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
9528
9529         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
9530         dg.exp.
9531
9532 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
9533
9534         * lib/c-torture.exp (c-torture-execute): Declare "output" as
9535         global.
9536
9537 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
9538
9539         * lib/g++.exp (LIBS): Define if not already.
9540         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
9541         (gcc-dg-prune): Call prune_gcc_output.
9542         * lib/gcc.exp (prune_gcc_output): New proc.
9543         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
9544         prune_gcc_output.
9545
9546 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9547
9548         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
9549         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
9550
9551 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
9552
9553         * gcc.c-torture: Update to c-torture-1.39 release.
9554
9555 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
9556
9557         * lib/c-torture.exp (c-torture-execute): Don't return if one option
9558         fails, try others as well.
9559
9560 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9561
9562         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
9563         If compilation fails, mark execute tests as `untested'.
9564         If test is marked as unsupported, don't mark compilation and
9565         execute tests as failed.
9566
9567 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9568
9569         * lib/g++.exp (g++_init): Don't link in libg++, and look to
9570         libstdc++ for whether or not we want to be doing shared
9571         libraries.  Delete link_curses since we don't need it anymore.
9572         * lib/mike-g++.exp (postbase): Don't link in libg++.
9573         * g++.old-deja/old-deja.exp: Likewise.
9574
9575 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9576
9577         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
9578
9579 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9580
9581         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
9582         For that, add `-Wl,-a,shared_archive'.
9583         * g++.old-deja/old-deja.exp: Likewise.
9584
9585 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
9586
9587         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
9588
9589 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
9590
9591         * lib/mike-g++.exp (postbase): Pay attention to the status of
9592         g++_load.
9593
9594 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9595
9596           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
9597
9598 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
9599
9600         * lib/gcc.exp (default_gcc_start): No longer need to log program
9601         being executed or its output, execute_anywhere does that now.
9602         * lib/g++.exp (default_g++_version): Call execute_anywhere.
9603         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
9604
9605 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9606
9607         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
9608         the same as those in lib/g++.exp.
9609
9610 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
9611
9612         * gcc.c-torture: Update to c-torture-1.38 release.
9613         * gcc.ieee: Related changes.
9614
9615 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9616
9617         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
9618         "exec". Minor reformatting changes.
9619
9620         * config/rom68k.exp (${tool}_load): Make it work in a canadian
9621         cross. This means all "exec" calls now work on a remote host as
9622         well.
9623         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
9624         cross. Filter out the extra "\r\n" stuff that expect puts in.
9625         (c-torture-execute): Filter out the bogus warnings like
9626         c-torture-compile does. Add support for canadian cross.
9627         * lib/gcc.exp (default_gcc_version, default_gcc_start)
9628         Use execute_anywhere rather than calling exec directly. Now it
9629         works for canadian cross testing.
9630
9631 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
9632
9633         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
9634         results into a variable, and check that rather than using file exists.
9635
9636 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9637
9638         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
9639         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
9640
9641 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9642
9643         * g++.old-deja/old-deja.exp: Create and pass runshlib and
9644         lib_curses if there's a shared libg++ in the build tree.
9645
9646 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
9647
9648         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
9649         if not supported target.
9650
9651 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9652
9653         * lib/g++.exp (g++_init): Move empty setting of runshlib and
9654         link_curses up to always happen, not just for native builds.
9655
9656 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
9657
9658         * gcc.c-torture: Update to c-torture-1.36 release.
9659         * gcc.failure: Related changes.
9660
9661 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
9662
9663         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
9664
9665 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9666
9667         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
9668         * lib/mike-g++.exp (postbase): Not in here.  Still reference
9669         runshlib, link_curses, and mathlib for link and run.
9670
9671         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
9672         pass the runtime shared library options for Solaris, OSF/1, and
9673         Irix5, and link with -lcurses to avoid unresolved references.
9674
9675 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9676
9677         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
9678         only run once.
9679
9680 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
9681
9682         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
9683
9684 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
9685
9686         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
9687         do not have a framework for the "compat" tests yet.
9688
9689 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9690
9691         * lib/mike-g++.exp (postbase): New local variable `mathlib',
9692         set to null if we're testing vxworks5.1.  Use that instead of
9693         `-lm' in the setting of LIBS for link and run.
9694
9695 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9696
9697         * config/rom68k.exp (${tool}_load): Major changes to make it
9698         work.  Verified that it does in fact return the stuff in
9699         exec_output properly.  Catch any Emul or any TRAP other than 0.
9700
9701 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9702
9703         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
9704         LDFLAGS properly for targets that need stuff from libgloss.
9705         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
9706         only run once.
9707         (gpp_initialized): New variable.
9708
9709 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9710
9711         * config/rom68k.exp: Load libgloss.exp.
9712         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
9713         so we can produce a fully linked binary.
9714         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
9715         so we can produce a fully linked binary.
9716
9717 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
9718
9719         * lib/plumhall.exp (ph_section): Watch for expected failures.
9720         Add missing `else'.
9721
9722         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
9723         run the testcase.
9724         (c-torture): Likewise.
9725
9726 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
9727
9728         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
9729
9730         * lib/mike-g++.exp (mike_cleanup): New proc.
9731         (prebase): New globals compiler_result, not_compiler_result,
9732         target_regexp.
9733         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
9734         allow leading "-" in pattern.  Watch for unsupported tests.
9735         If $compiler_result is set, pattern match assembler code,
9736         and ditto for $not_compiler_result.
9737         * lib/mike-gcc.exp: Likewise.
9738
9739         * lib/plumhall.exp (ph_execute): Only call ph_summary if
9740         execution "succeeded".
9741
9742 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
9743
9744         * config/win32.exp: New file.
9745         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
9746
9747 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
9748
9749         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
9750         unsupported.
9751         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
9752         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
9753         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
9754
9755         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
9756         "... without exceptions was ...".  That is now handled by
9757         prune_system_crud.
9758         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9759
9760 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
9761
9762         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
9763         sieve.c,sort2.c}: New files.
9764         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
9765         sieve.exp,sort2.exp}: Drivers for them.
9766
9767         * lib/mike-gcc.exp (program_output): New user settable variable.
9768         (postbase): Call prune_system_crud.  Also prune extraneous compiler
9769         messages.
9770         * lib/mike-g++.exp (program_output): New user settable variable.
9771
9772         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
9773
9774         * config/sh.exp: Deleted (use sim.exp instead).
9775
9776 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9777
9778         * config/vx.exp: Declare CHECKTASK as global.
9779         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
9780         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
9781         * lib/old-dejagnu.exp: Load [pwd]/$executable.
9782
9783 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9784
9785         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
9786         target. Like vx.exp, only includes `vx29k.exp' instead of
9787         `vxworks.exp'.
9788
9789 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
9790
9791         * config/sim.exp: Increase time limit from 120 seconds to 240.
9792
9793 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
9794
9795         * gcc.c-torture/execute/950628-1.c: New test.
9796
9797 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
9798
9799         * gcc.c-torture: Update with changes/additions from
9800         c-torture-1.34.
9801
9802 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
9803
9804         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
9805
9806 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
9807
9808         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
9809
9810 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
9811
9812         * gcc.c-torture/compile/950512-1.c: New test.
9813         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
9814         * gcc.dg/struct-ret-1.c: Likewise.
9815
9816 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
9817
9818         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
9819           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
9820
9821 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
9822
9823         * gcc.c-torture/special/920411-1.c: Deleted.
9824         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
9825
9826 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
9827
9828         * config/sim.exp (${tool}_load): Hack in call to bash to get a
9829         cpu limit.
9830
9831 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9832
9833         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
9834
9835 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9836
9837         From kenner;
9838         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
9839         is the proper length.
9840         * va-arg-3.c: Likewise.
9841
9842 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
9843
9844         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
9845         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
9846
9847         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
9848         * lib/g++.exp (default_g++_start): Delete old cruft.
9849
9850 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
9851
9852         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
9853         (2 * (1 << 18)) to (2 * (1 << 17)).
9854
9855         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
9856
9857 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9858
9859         * config/rom68k.exp: Renamed from config/idp.exp
9860
9861 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9862
9863         * c-torture/compile/921109-2.c
9864
9865 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
9866
9867         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
9868         excess errors.
9869
9870 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
9871
9872         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
9873         output.
9874         * lib/g++.exp (default_g++_start): Likewise.
9875
9876 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9877
9878         * gcc.c-torture/compile/950329-1.c: New test.
9879
9880 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9881
9882           * config/bug.exp (${tool}_load): Updated to use new remote_open
9883           and remote_close procs.
9884         * config/idp.exp: New file.
9885
9886 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
9887
9888         * gcc.c-torture/execute/950322-1.c: New test.
9889
9890 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
9891
9892         * config/vx.exp (${tool}_load): Clean up testing of return code from
9893         vxworks_ld and vxworks_spawn.
9894
9895 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
9896
9897         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
9898
9899 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
9900
9901         * lib/old-deja.exp: Add `excess errors test - ' error, now one
9902         can mark excess errors on a machine by machine basis.  Note, the
9903         default is to not expect any excess errors, even when excess
9904         errors test - is given, so you will want to put an XFAIL ... on
9905         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
9906         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
9907         those 4 machines, but no others.
9908
9909 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9910
9911         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
9912         * lib/c-torture.exp: to here.
9913
9914 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
9915
9916         * gcc.c-torture/execute/950221-1.c: New test.
9917         * gcc.c-torture/execute/struct-ret-1.c: New test.
9918         * gcc.c-torture/compile/950221-1.c: New test.
9919
9920         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
9921
9922 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9923
9924         * gcc.c-torture/execute/arith-1.c (main): Return 0.
9925         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
9926
9927 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
9928
9929         * g++.gb: New directory of tests, derived from my signature and
9930         class scoping tests.
9931
9932         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
9933         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
9934         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
9935         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
9936         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
9937         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
9938         * g++.gb/sig25.C: Likewise.
9939
9940         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
9941         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
9942         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
9943         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
9944         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
9945         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
9946         * g++.gb/sig25.exp: Likewise.
9947
9948         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
9949         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
9950         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
9951         * g++.gb/scope13.C: Likewise, this test still fails.
9952
9953         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
9954         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
9955         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
9956         * g++.gb/scope13.exp: Ditto.
9957
9958         * g++.gb/README: New file, explains what these tests are about.
9959
9960 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
9961
9962         * lib/dg.exp (dg-do): Support `preprocess'.
9963         (dg-test): Likewise.
9964
9965 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
9966
9967         * config/udi.exp: change "continue -expect" to "exp_continue".
9968
9969 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
9970
9971         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
9972         Delete redundant tests.
9973
9974         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
9975         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
9976         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
9977         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
9978         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
9979         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
9980         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
9981         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
9982
9983         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
9984         storing label pointers.
9985         * gcc.c-torture/execute/921019-1.c: Likewise.
9986         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
9987         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
9988         parameter fp.
9989         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
9990         constants.
9991
9992         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
9993         Delete obsolete tests.
9994
9995         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
9996         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
9997         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
9998         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
9999         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
10000         * gcc.c-torture/compile/950124-1.c: New test.
10001
10002         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
10003
10004 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10005
10006         * lib/mike-g++.exp: Add -lm to LIBS.
10007
10008 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10009
10010         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
10011
10012 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10013
10014         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
10015
10016 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
10017
10018         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
10019
10020 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
10021
10022         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
10023         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
10024         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
10025         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
10026         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
10027         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
10028         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
10029         * g++.law/{operators31.C, operators32.C,
10030         * g++.law/{operators33.C, operators34.C}: Likewise.
10031         * g++.law/{pic1.C, refs2.C}: Likewise.
10032         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
10033         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
10034         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
10035         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
10036
10037         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
10038         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
10039         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
10040         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
10041         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
10042         * g++.law/{enum9.exp, friend5.exp}: Likewise.
10043         * g++.law/{nest3.exp, nest4.exp}: Likewise.
10044         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
10045         * g++.law/{operators30.exp, operators31.exp}: Likewise.
10046         * g++.law/{operators32.exp, operators33.exp}: Likewise.
10047         * g++.law/{operators34.exp}: Likewise.
10048         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
10049         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
10050         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
10051         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
10052         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
10053
10054         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
10055         No longer expected to fail.
10056         * g++.law/missed-error3.C: Tweak for recent bool changes.
10057
10058 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
10059
10060         * config/emb-unix: Deleted.
10061         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
10062         remote execution.  Do final link on remote host if REMOTE_LINK is set.
10063
10064 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
10065
10066         * lib/dg.exp (dg-test): Fix typo in last patch.
10067
10068 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
10069
10070         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
10071         (handles multiple occurrences).
10072
10073 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
10074
10075         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
10076         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
10077         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
10078         printed).
10079         * lib/c-torture.exp (c-torture-compile): Likewise.
10080         (c-torture): Prepend full path if missing.
10081         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
10082         (gcc_fail): Likewise.
10083         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
10084
10085 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10086
10087         * lib/netware.exp: Only attach to NetWare i386 systems.
10088
10089 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
10090
10091         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
10092         messages.  Add test name to "output pattern match" pass/fail message.
10093
10094 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
10095
10096         * gcc.dg: New testsuite.
10097         * gcc.dg/dg.exp: New file.
10098
10099         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
10100         test-switch.c}: Deleted.
10101
10102         * gcc.misc-tests/msgs.exp: New testcase driver.
10103
10104 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
10105
10106         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
10107         Watch for illegal return values from ${tool}_load.
10108         * config/unix.exp (${tool}_load): Fix pass/fail detection for
10109         cross targets.  Coerce return value >0 to 1.
10110
10111 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
10112
10113         * config/unix.exp (${tool}_load): Call program rsh, not proc.
10114
10115         * config/emb-unix.exp: New file.
10116
10117         * config/sim.exp: Error if variable $SIM not defined.
10118         (${tool}_load): Mark test as "untested" if simulator missing.
10119
10120         * config/unix.exp: Load remote.exp to get rcp_download.
10121         * lib/c-torture.exp: Use different option lists for testcases with
10122         and without loops.
10123         * gcc.c-torture/execute/execute.exp: Likewise.
10124
10125 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
10126
10127         * config/*.exp: Clarify return code from ${tool}_load.
10128         Call `unresolved' or `untested' instead of `warning' or `perror'
10129         (sometimes you still want to call both though).
10130         Add comment that `shell_id' is local to each file.
10131         * config/udi.exp (timeout): Set to 30.
10132         Don't print warning if connection fails, $connectmode has already
10133         printed an error.
10134         (${tool}_load): Move verbose messages to level 2.
10135         Rework pattern for "Process started" message.
10136         Pass `shell_id' to ${connectmode}_download.
10137         Retry twice upon timeout.  Make resetting of target more robust.
10138         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
10139         Pass `shell_id' to exit_$connectmode.
10140         Only call exit_$connectmode if connected.
10141         * config/unix.exp (${tool}_load): Check return codes better.
10142         * config/vrtx.exp (${tool}_load): Likewise.
10143         * config/vx.exp (${tool}_load): Likewise.
10144         Delete unneeded global's.
10145         * lib/dg.exp (dg-test): Update to reflect clarified return codes
10146         from ${tool}_load.
10147         (dg-stat): Delete.
10148         (dg-init): Delete recording of pass/fail counts.
10149         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
10150         (old-dejagnu-init): Likewise.
10151         (old-dejagnu-stat): Delete contents, empty proc now.
10152         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
10153         (c-torture): Delete references to lcnt, lpass, lfail.
10154         Get option list from TORTURE_OPTIONS.
10155         Delete -funroll[-all]-loops if no loops.
10156         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
10157         (g++_stat): Delete contents (empty proc now).
10158         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
10159         (gcc_finish): Likewise.
10160         (gcc_stat): Deleted.
10161         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
10162         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
10163         * gcc.c-torture/execute/execute.exp: Likewise.
10164         Split tests into two parts: compile, execute.
10165         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
10166         no loops.  Update to reflect clarified return codes from ${tool}_load.
10167
10168 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
10169
10170         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
10171         to grep for.
10172         (old-dejagnu): Likewise (where necessary).
10173
10174 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
10175
10176         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
10177
10178         * lib/dg.exp (dg-process-target): Fix processing of selector.
10179         Add comment regarding use of `error'.
10180
10181         * lib/gcc.exp (prune_system_crud): Define if missing.
10182         * lib/g++.exp (prune_system_crud): Likewise.
10183
10184         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
10185         Call prune_system_crud.
10186         * lib/dg.exp (dg-runtest): New proc.
10187         Use perror instead of send_user for tcl errors in testcase.
10188         Don't return any value, it's never used.
10189         Don't clobber previous definition of `unknown'.
10190         Print tcl errors in `dg-final'.
10191
10192 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
10193
10194         * lib/dg.exp (dg-process-target): Improve syntax error messages.
10195         (dg-test): Don't print errorInfo, it contains stack backtrace.
10196
10197 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10198
10199         * lib/g++.exp (runtest_file_p): Define if missing.
10200
10201 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
10202
10203         * lib/mike-g++.exp: Comment out loading of g++.exp.
10204         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
10205         (default_g++_version): Always print something.
10206         (default_g++_start): Comment out call to `which'.
10207         (g++_start, g++_load): Deleted (must be defined in config file).
10208         * lib/gcc.exp: Test for existence of $CC at start.
10209         Delete check for tmpdir (done in gcc_init).
10210         (default_gcc_version): Always print something.
10211         (default_gcc_start): Comment out call to `which'.
10212         * config/*.exp: Major cleanup - make cross targets work at least a
10213         little better for g++ (by not being "--tool gcc" specific).
10214         Rename gcc_xxx to ${tool}_xxx.
10215         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
10216         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
10217
10218 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
10219
10220         * lib/c-torture.exp (c-torture-compile): Rework compiler
10221         message processing.
10222
10223         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
10224         c-torture.
10225
10226 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10227
10228         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
10229
10230         * lib/dg.exp (dg-process-target): Support { target native }.
10231
10232 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10233
10234         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
10235         looked for "... program xxx got fatal signal".
10236         Correct regsub munging of `comp_output'.
10237         Ignore compiler messages "path prefix not used" and "linker input
10238         file unused".
10239
10240 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
10241
10242         * lib/gcc.exp (runtest_file_p): Define if missing.
10243         * gcc.prms/template.c: Example to work from.
10244
10245 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
10246
10247         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
10248         * lib/dg.exp (dg-test): Call unsupported testcases as such.
10249
10250         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
10251         * gcc.prms/1883.c: Moved from compile/940714-1.c.
10252         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
10253         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
10254
10255         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
10256         (dg-process-target): No longer a varargs proc.
10257         Return S/N for target, P/F for xfail.  All callers changed.
10258         (user option procs): More argument checking.
10259         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
10260         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
10261         (dg-test): Skip test if not running on selected target in `dg-do'.
10262         Update handling of `dg-do-what', `dg-output-text'.
10263         Separate execution pass/fail from output pattern match pass/fail.
10264         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
10265
10266 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10267
10268         * gcc.c-torture/special/special.exp: Don't expect failure for mips
10269         target for 920510-1.c.
10270
10271 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
10272
10273         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
10274         Clean up comment regarding use of passcnt, etc.
10275         (gcc_stat): Don't update `testcnt' here.
10276         (gcc_finish): Do it here.
10277         Might as well reset `but_id' here too.
10278         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
10279         to determine if the file should be tested.
10280         * gcc.c-torture/compile/compile.exp: Likewise.
10281         * gcc.c-torture/execute/execute.exp: Likewise.
10282         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
10283         * gcc.misc-tests/dg-test.exp: Likewise.
10284         * gcc.prms/prms.exp: Likewise.
10285         * gcc.wendy/wendy.exp: Likewise.
10286         * g++.old-deja.exp: Likewise.
10287         Move "Testing file" message to verbose level 1.
10288
10289 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
10290
10291         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
10292
10293 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10294
10295         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
10296         (default_gcc_start): Accept optional second list element
10297         of compiler flags.  Print compiler output at verbosity level 2.
10298         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
10299         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
10300         Save current values of framework globals passcnt, failcnt, xpasscnt,
10301         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
10302         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
10303         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
10304         xfailcnt to compute stats.  Update framework global `testcnt' from
10305         pass/fail counts.
10306         (gcc_finish): New proc.  Clean up test environment.
10307         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
10308         (gcc_epass, gcc_efail): Delete.
10309         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
10310         argument of line number.
10311         (dg-init): If the tool has an init routine, call it.
10312         (dg-test): Remove args `cflags_var' and `libs_var'.
10313         Pass all compiler options to ${tool}_start.
10314         Handle missing line number.
10315         (dg-finish): New function.
10316         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
10317         particular files.  Call gcc_finish at end.  Move "skipping test"
10318         message to verbosity level 3.
10319         * gcc.c-torture/compile/compile.exp: Likewise.
10320         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
10321         * gcc.c-torture/execute/execute.exp: Likewise.
10322         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10323         Print testcase being tried at verbosity level 1.
10324         * gcc.c-torture/special/special.exp: Unset xfail.
10325         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10326         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
10327         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
10328         * gcc.failure/failure.exp: Likewise.
10329         * gcc.ieee/ieee.exp: Likewise.
10330         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
10331         Update call to dg-test.  Call dg-finish at end.
10332         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
10333         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10334         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
10335         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
10336         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
10337         * gcc.wendy/wendy.exp: Add copyright.
10338         Delete setting of tmpdir (done by gcc_init).
10339         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
10340         Pass compiler flags to gcc_start.  Call gcc_finish at end.
10341         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
10342         gcc_[ce]pass/fail.
10343
10344 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
10345
10346         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
10347         confusion.
10348         (g++_load): Likewise.
10349
10350         * config/*.exp (gcc_load): Some were varargs fns and some were not.
10351         Rename argument to `prog' to remove the confusion.
10352         Varargs fns behave differently too!
10353         (g++_load): Likewise.
10354
10355         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
10356
10357         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
10358         what it is.  Delete (always) printing of status value for !native.
10359         Simplify verbose code, and include status and exec_output.
10360         (g++_load): Use gcc_load.
10361
10362 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10363
10364         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
10365         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
10366         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
10367         940714-3.c as these testcases don't exist anymore.  Make
10368         va-arg-1.c expected to pass.
10369
10370 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
10371
10372         * gcc.misc-tests/misc.exp: Only run specific testcases.
10373         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
10374         * gcc.misc-tests/dg-[1-9].c: New files.
10375
10376         * lib/dg.exp: New testsuite driver.
10377         * gcc.prms/prms.exp: Use it.
10378
10379         * README.gcc: New file.
10380
10381         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
10382         Document and reset `lxpass' and `lxfail'.
10383         Simplify "initialized" message.
10384         (gcc_stat): Clean up comments a little.
10385
10386 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
10387
10388         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
10389
10390 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
10391
10392         * lib/old-dejagnu.exp (process-option): New proc.
10393         (old-dejagnu-init, old-dejagnu-stat): Likewise.
10394         (old-dejagnu): Simplify.
10395         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
10396
10397 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
10398
10399         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
10400         exists and is not an empty string.
10401
10402         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
10403         $xfail rather than calling setup_xfail.  Clear $xfail when test is
10404         finished.
10405         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
10406         automatically.
10407
10408         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
10409         longer expected to fail.
10410
10411         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
10412         "f" function call.
10413
10414         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
10415
10416         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
10417         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
10418         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
10419         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
10420         c-torture-1.29.
10421
10422         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
10423         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
10424
10425         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
10426
10427         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
10428         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
10429
10430         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
10431         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
10432         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
10433
10434 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10435
10436         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
10437         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
10438         940714-1.c, 940714-2.c, 940714-3.c},
10439         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
10440         gcc.misc-tests/{mg.c,mg.exp}:
10441         New tests.
10442         * gcc.noncompile/noncompile.exp: Change accordingly.
10443
10444 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
10445
10446         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
10447         Undo previous clobberage.
10448
10449 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
10450
10451         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
10452         * gcc.special/{930510-1.c, special.exp}:
10453         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
10454         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
10455         struct-varargs-1.c}: New tests from c-torture-1.26.
10456
10457 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10458
10459         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
10460           argument to switch.
10461
10462 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
10463
10464         * Revert the previous changes.  Please see Rob's directory
10465           (/lisa/test/rob/progressive/gcc/testsuite) for testing
10466           fixes.
10467
10468 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
10469
10470         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
10471             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
10472             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
10473             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
10474             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
10475             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
10476             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
10477             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
10478             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
10479             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
10480             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
10481             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
10482             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
10483             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
10484             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
10485             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
10486             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
10487             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
10488             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
10489             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
10490             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
10491             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
10492             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
10493             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
10494             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
10495             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10496             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
10497
10498 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
10499
10500         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
10501             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
10502           with perror calls.
10503
10504 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
10505
10506         * config/unix.exp (g++_load): Fix syntax.
10507
10508 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10509
10510         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
10511         * gcc.noncompile/921017-1.c: Deleted obsolete test.
10512         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
10513         Don't expect va-arg-1.c to fail.  Correct expected output for
10514         920928-1.c.
10515         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
10516         * gcc.wendy/hbm4.c: Correct typo.
10517         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
10518
10519 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
10520
10521         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
10522         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
10523         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
10524         * lib/c-torture.exp (c-torture-compile): Ditto.
10525
10526         Reduce volume of output (remove all the -I's and such).
10527         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
10528         Call gcc_cpass, gcc_cfail.
10529         (c-torture): Pass testing option to c-torture-compile.
10530
10531 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
10532
10533         Bring patches over from progressive.
10534         * config/default.exp: Exit remote shell cleanly.
10535         (g++_exit, g++_start): Add default versions.
10536         * config/sim.exp (gcc_load): Use perror, not error.
10537
10538 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
10539
10540         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
10541         set in site.exp.
10542
10543 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
10544
10545         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
10546         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
10547         (wendy_try): New proc to run testcase.
10548         (main loop): Call 'em.
10549         * gcc.wendy/*.c: Clean up pass to correct expected output.
10550
10551         * lib/gcc.exp: Minor cleanup work.
10552         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
10553
10554 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
10555
10556         * config/sim.exp (gcc_load): Document return codes better.
10557         Don't pass -v to simulator.
10558
10559 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10560
10561           * gcc.special/920717-x.c: Fix typo.
10562           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
10563           get at sources.
10564
10565         * lib/mike-gcc.exp: Fix typo.
10566
10567 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10568
10569         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
10570         binary to use, transform the name.
10571         * config/*.exp: rename everything. Nuke any g++ specific files,
10572         it's now a special case of gcc that requires no special support.
10573         Add a default.exp for unsupported targets.
10574
10575 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
10576
10577         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
10578         lib/old-dejagnu.exp: Fix a few patterns to work with the new
10579         version of Tcl.
10580
10581 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10582
10583         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
10584         than a warning.
10585
10586 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10587
10588         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
10589
10590 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10591
10592         * gcc.execute/execute.exp: Combine opt_list and foption_list into
10593         option_list.  Compile every file with only 4/6 option choices
10594         (same as C torture) instead of with 12/18 different option
10595         choices.
10596         * lib/c-torture.exp: Likewise.
10597
10598         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
10599         not already set.
10600
10601 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
10602
10603         * lib/old-deja.exp: Add `excess errors test fails' error, now one
10604         can put an XFAIL *-*-* on excess errors.
10605
10606 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
10607
10608         * g++.law: Add more tests derived from g++-bugs snapshots.
10609
10610         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
10611         equivalent to g++.law/init9.
10612
10613         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
10614         compiled it, and the a.out file after we've run it.
10615
10616 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10617
10618         * lib/mike-g++.exp (postbase): Delete the .o file after we've
10619         compiled it, and the a.out file after we've run it.
10620
10621 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10622
10623         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
10624
10625 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10626
10627         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
10628         version number.
10629
10630 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10631
10632         * g++.law: New directory of g++ tests derived from the g++-bugs
10633         snapshots.
10634
10635 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10636
10637         * gcc.compile: initbug1.c initbug1.exp testcase added
10638
10639 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10640
10641         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
10642         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
10643           fixes submitted by Jeff Law (law@cs.utah.edu)
10644         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
10645           Jeff Law (law@cs.utah.edu)
10646
10647
10648 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
10649
10650         * config/unix-g++.exp: Follow the gcc way of doing things.
10651         * g++.old-deja/old-deja.exp: Minor updates.
10652         * lib/g++.exp: New file, follow the gcc way of doing things.
10653         * lib/old-dejagnu.exp: Minor updates.
10654         * lib/mike-g++.exp: Always unset errorInfo.
10655
10656 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
10657
10658         * lib/gcc.exp: Fix some errors with the below change, CC and
10659         CFLAGS should be global when setting, not local.
10660
10661 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10662
10663         * lib/gcc.exp: Transform tool name.
10664
10665 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10666
10667         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
10668
10669 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10670
10671         * lib/gcc.exp: change gcc_done to gcc_stat
10672
10673 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10674
10675         * Upgraded gcc testsuite to c-torture version 1.25
10676
10677 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10678
10679         * lib/gcc.exp: added reporting code. Changed verbose compile message.
10680         * lib/c-torture: added hooks for new reporting code.
10681
10682 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10683
10684         * config/sh-gcc.exp: check if sh-sim exists in the path
10685
10686 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10687
10688         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
10689         * gcc.compile/compile.exp: Initial changes for new logic.
10690         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
10691         * gcc.failure/failure.exp: Initial changes for new logic.
10692         * gcc.ieee/ieee.exp: Initial changes for new logic.
10693         * gcc.misc-tests/misc.exp: Initial changes for new logic.
10694         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
10695         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
10696         * lib/c-torture.exp: Initial changes for new logic.
10697         * lib/gcc.exp: Initial changes for new logic.
10698
10699 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
10700
10701         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
10702         depend upon failure or success.  Fully qualify names in failure
10703         and success messages.  Always remove a.out before starting
10704         compile, just in case.  Pay more attention to error text output by
10705         the compiler.  Handle testcases with no known past errors just
10706         like all others, so that things are uniform.  Other miscellaneous
10707         improvements.
10708
10709 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10710
10711         * gcc.cpp: new directory for cpp tests
10712
10713 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10714
10715         * lib/chill.exp: Code reformatted, removed unused code.
10716         * config/unix-chill.exp: Code reformatted, removed unused code.
10717         * chill.execute/execute.exp: Code reformatted, removed unused code.
10718         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
10719
10720 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
10721
10722         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
10723         routines not written.
10724
10725 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10726
10727         * config/bug-gcc.exp: Use new procs from bug.exp.
10728
10729 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10730
10731         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
10732         via ftp, rather than depending on NFS.
10733         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
10734         case.
10735
10736 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10737
10738         * config/bug-gcc.exp: Use new download proc.
10739
10740 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
10741
10742         * chill.execute/execute.exp: cleanups, handles errors better
10743         * chill.compile/compile.exp: rewrite, based on execute.exp
10744         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
10745         * lib/chill.exp: major changes to diff proc and compile and link
10746           procs. added chill_fail and chill_pass wrappers to pass and
10747           fail. added more comments, and handle error codes better.
10748           Added a hack to capture stderr from exec, so noncompile tests
10749           can work.
10750
10751 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10752
10753         * chill.execute/execute.exp: rewrite of testsuite driver
10754         * lib/chill.exp: rewrite of testsuite driver
10755         * config/unix-chill.exp: rewrite of testsuite driver
10756
10757 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
10758
10759     In chill.execute:
10760         * iexpr.ch: Standardize uppercase.
10761         * tuples.dat: Standardize uppercase.
10762         * vary.ch: standardize.  Correct varying string assignments.
10763         * vary.dat: Add new output lines.
10764
10765 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
10766
10767     In chill.execute:
10768         * chprintf.ch: Standardize use of uppercase.
10769         * tuples.ch: Standardize and turn arr2 into a DCL,
10770           rather than a SYN.
10771         * pinits.ch: Standardize.
10772
10773 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
10774
10775         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
10776         * Makefil: Renamed to Makefile.in.
10777         * configure.in: New.
10778
10779 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
10780
10781     In chill.execute:
10782         * .cvsignore: Add result/output files.
10783         * Makefile: Fix up variables at start.  Use MFLAGS
10784           everywhere.  Correct bool_loc, built_ins entries.
10785           Add entry for vary1.ch.
10786         * bitarray.ch: Standardize upper-case usage.
10787         * bitexpr.ch: Standardize, add output of b1.
10788         * params.ch: Use arrayt in along PROC parameters, to
10789           avoid novelty problems.
10790         * sets.ch: Tiny cleanup.
10791         * vary1.ch: Re-indent.
10792
10793 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
10794
10795           * Add PR-related files to Makefiles, .cvsignore files, etc.
10796
10797 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10798
10799         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
10800           with compiler objects. New names are test-flow.c and test-loop.c
10801
10802 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10803
10804         * Upgraded c-torture tests from 1.19 to 1.20
10805
10806         * new files:
10807         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
10808         * gcc.compile: 930623-1.c 930623-2.c
10809         * gcc.noncompile: 930622-1.c 930622-2.c
10810         * gcc.failure: 920411-1.c 920627-2.c
10811         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
10812
10813 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10814
10815         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
10816           More changes to get testsuite working properly. Needs more work.
10817           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
10818
10819 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
10820
10821         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
10822           More changes to get testsuite working properly. Needs more work.
10823
10824 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
10825
10826         * chill.compile/compile.exp: Added for Dejagnu support
10827         * chill.execute/execute.exp: Added for Dejagnu support
10828         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
10829
10830 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
10831
10832     This should complete moving the CHILL test files.
10833         * chill.noncompile(.cvsignore printf.grt
10834             in-printf.grt chprintf.grt chprintf.ch):
10835             Added test-support files.
10836           (Makefile): Modified further.
10837         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
10838             signal.ch): Added test files.
10839           * chill.execute (.cvsignore printf.grt printr.c
10840             in-printf.grt rts.c chprintf.grt rts.h): Added
10841           test-support files.
10842             (Makefile): More corrections.
10843
10844 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
10845
10846         * chill.compile, chill.execute, chill.nocompile: Add CHILL
10847           test cases, ready for DejaGnu.
10848
10849 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10850
10851         * Upgraded c-torture tests from 1.18 to 1.19
10852
10853         * gcc.compile: added test(s):
10854           930607-1.c
10855         * gcc.execute: added test(s):
10856           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
10857
10858         * added new subdirectory for misc tests: gcc.misc-tests
10859         * gcc.misc-test(s): added tests:
10860           inst-check.c test-consts.c test-ior.c test-switch.c
10861
10862 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10863
10864         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
10865
10866 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
10867
10868         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
10869
10870 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10871
10872         * Upgraded c-torture tests from 1.17 to 1.18
10873
10874 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10875
10876         * Upgraded c-torture tests from 1.12 to 1.17
10877
10878 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
10879
10880         * lib/old-dejagnu.exp:
10881           Fixed handling of XFAIL target triplets to correctly
10882           recognize wildcard characters.  Removed code that
10883           appended a unique id tag to the end of the file name
10884           printed out by the result of the testcases within a
10885           given test file.
10886
10887 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
10888
10889         * lib/old-dejagnu.exp:
10890           Reworked expected failure handling to trigger off of XFAIL
10891           keyword in keyphrase embeded in testcase source code. The
10892           XFAIL keyword must be at the end of the keyphrase line. It
10893           may optionally be followed by one or more target triplets.
10894           It has just occured that the handling of wildcards in the
10895           target triplet may not be correct.
10896
10897 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
10898
10899         * g++.old-deja/tests:
10900           Moved all subdirectories up one level into g++.old-deja .
10901
10902         * lib/old-dejagnu.exp:
10903           Fixed problem with CXXFLAGS not being properly reset, and being
10904           corrupted with extraneous "-c" compiler option.  This was
10905           causing binaries to not be generated for test that needed them.
10906           Modified strings passed to "pass" and "fail" so that individual
10907           tests from the same test file would be distinguished by an
10908           identifier appended to the test file name in the summary logs;
10909           this corrected a problem with erroneous diff logs.  Added code
10910           to search testcases for expected fail and unexpected pass keywords.
10911
10912 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10913
10914         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
10915
10916 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
10917
10918         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
10919           Removed extraneous text from end of "Special g++ Options"
10920           keyphrase.
10921
10922         * lib/old-dejagnu.exp: Added pattern matching to look for new
10923           keywords, embedded in testcases comments, which will trigger
10924           calls to xpass and xfail.
10925
10926 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
10927
10928         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
10929           comments embedded in the testcases, especially the one looking for
10930           special compiler options, as well as the pattern matching for the
10931           compiler output again.
10932
10933 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
10934
10935         * lib/old-dejagnu.exp: Do a proper check of the return value for
10936           execute tests. Fixed several problems with the pattern matching
10937           of the compiler output which gave erroneous test results.
10938           Changed several of the test result messages to be more descriptive.
10939         * config/unix-g++.exp: Proc g++_load now actually works and
10940           executes the tests passed to it and returns a usable return
10941           value.
10942
10943 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10944
10945           * lib/gcc.exp: Exits gracefully if $CC is bogus.
10946
10947 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
10948
10949         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
10950           Modified both files to properly execute the old style
10951           dejagnu tests. The previous versions of these files were
10952           experimental and did not function anything near correctly.
10953
10954 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
10955
10956         * Removed all Makefile.in and configure.in files. No configuration
10957         needed now.
10958
10959 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
10960
10961         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
10962
10963 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
10964
10965         * gcc.compile/configure.in, gcc.unsorted/configure.in,
10966         gcc.special/configure.in, gcc.noncompile/configure.in,
10967         gcc.execute/configure.in, gcc.code_quality/configure.in,
10968         g++.other/configure.in, g++.old-deja/configure.in,
10969         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
10970         in srcname setting.
10971
10972 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
10973
10974         * lib/udi.exp:  Fixed mondfe and mondfe_download.
10975         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
10976         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
10977
10978 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
10979
10980         * config/udi-gdb.exp: Check $shell_id after connecting to target.
10981         (gdb_exit): Don't remove *_soc files.
10982
10983 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
10984
10985         * lib/c-torture.exp: Don't look for main; instead always use -w
10986         -c.  This is how the c-torture tests work.  Remove the object
10987         file if the compilation succeeds.
10988         * gcc.execute/execute.exp: Remove executable if test passes.
10989         * gcc.noncompile/noncompile.exp: Every test is an expected
10990         failure.
10991         * gcc.special/special.exp: Added tests from c-torture 1.11,
10992         corrected use of existing test.
10993         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
10994         gcc.execute/920625-1.c: Updated to c-torture 1.11.
10995         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
10996         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
10997         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
10998         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
10999         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
11000         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
11001         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
11002         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
11003         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
11004         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
11005         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
11006         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
11007         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
11008         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
11009         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
11010         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
11011         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
11012         c-torture 1.11.
11013         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
11014         correspond to c-torture 1.11.
11015
11016         * New file.