OSDN Git Service

* gcc.dg/asm-6.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-04-13  Richard Sandiford  <rsandifo@redhat.com>
2
3         * gcc.dg/asm-6.c,
4         * g++.dg/ext/asm1.C: New tests.
5
6 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
7
8         PR c++ 5373.
9         * g++.dg/parse/stmtexpr1.C: New test.
10
11         PR c++/5189.
12         * g++.dg/template/copy1.C: New test.
13
14 2002-04-12  Richard Henderson  <rth@redhat.com>
15
16         * gcc.c-torture/execute/20020406-1.c (DUPFFnew): Use calloc.
17
18 2002-04-12  Geoffrey Keating  <geoffk@redhat.com>
19
20         * gcc.c-torture/execute/20020412-1.c: New file, renamed from
21         gcc.c-torture/execute/20020307-2.c.
22
23 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
24
25         * g++.dg/ext/attrib5.C,
26         * g++.dg/lookup/struct1.C: New tests.
27
28 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
29
30         * gcc.dg/20020411-1.c: New test.
31
32         * gcc.c-torture/execute/20020411-1.c: New test.
33
34 2002-04-10  Janis Johnson  <janis187@us.ibm.com>
35
36         * g77.f-torture/execute/6177.f: New test.
37
38 2002-04-10  Jakub Jelinek  <jakub@redhat.com>
39
40         PR middle-end/6247
41         * g++.dg/opt/cleanup1.C: New test.
42
43         * g++.dg/opt/const1.C: New test.
44
45 2002-04-10  Lars Brinkhoff  <lars@nocrew.org>
46  
47         * gcc.c-torture/execute/20020406-1.c: Declare malloc.
48
49 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
50
51         PR c++/5507
52         * g++.dg/template/typename2.C: New test.
53
54 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
55
56         * gcc.c-torture/execute/loop-12.c: New.
57
58 2002-04-08  Hans-Peter Nilsson  <hp@bitrange.com>
59
60         * g77.f-torture/execute/980628-4.x,
61         g77.f-torture/execute/980628-5.x,
62         g77.f-torture/execute/980628-6.x, g77.f-torture/execute/alpha2.x,
63         g77.f-torture/execute/auto0.x, g77.f-torture/execute/auto1.x,
64         g77.f-torture/compile/alpha1.x: New, xfail cross-endian tests.
65
66 2002-04-07  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
67
68         PR optimization/6086
69         * g++.dg/opt/preinc1.C: New test.
70
71 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
72
73         PR c++/5571
74         * g++.dg/opt/static2.C: New test.
75
76 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
77
78         PR c/5120
79         * gcc.dg/20020406-1.c: New test.
80
81 2002-04-04  David S. Miller  <davem@redhat.com>
82
83         * gcc.c-torture/execute/20020404-1.c: New test.
84
85 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
86
87         PR c/6123
88         * gcc.dg/20020312-2.c: Do not declare global register variable
89         if __PIC__ or __pic__ is defined.
90
91 2002-04-04  Richard Earnshaw  <rearnsha@arm.com>
92
93         * gcc.dg/arm-asm.c: Run this test on ARM chips, not SPARC.  Use
94         __asm__ so that it works correctly even if -ansi -pedantic-errors.
95
96 2002-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
97
98         * gcc.misc-tests/linkage.exp: Update last change to handle
99         sparc*-, not just sparc-.
100
101 2002-04-03  Richard Henderson  <rth@redhat.com>
102
103         * gcc.dg/cpp/ucs.c: Improved long UCS test.
104
105 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
106
107         * gcc.dg/wchar_t-1.c, gcc.dg/wchar_t-1.c: Fix typo last change.
108
109 2002-04-02  David S. Miller  <davem@redhat.com>
110
111         * gcc.c-torture/execute/20020402-3.c: New test.
112
113 2002-04-03  Hans-Peter Nilsson  <hp@bitrange.com>
114
115         * g77.dg/bprob/bprob.exp: Skip for mmix-*-* and cris-*-*.
116         * g++.dg/bprob/bprob.exp, gcc.misc-tests/bprob.exp: Ditto.
117
118         * g77.dg/f77-edit-i-in.f: xfail for mmix-knuth-mmixware.
119         * g77.f-torture/execute/io0.x, g77.f-torture/execute/io1.x,
120         g77.f-torture/execute/20001201.x,
121         g77.f-torture/execute/u77-test.x: New files.
122
123         * gcc.dg/wint_t-1.c: Mark excess errors for mmix-knuth-mmixware.
124         * gcc.dg/wchar_t-1.c: Ditto.
125
126 2002-04-02  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
127
128         * gcc.c-torture/execute/20020402-1.c: New test.
129
130 2002-04-01  Richard Henderson  <rth@redhat.com>
131
132         * gcc.c-torture/compile/920625-1.x: XFAIL -O1.
133
134         * g++.dg/other/new1.C: Use __SIZE_TYPE__.
135
136 2002-04-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
137
138         * gcc.misc-tests/linkage.exp: Special case 64-bit solaris2.
139
140 2002-04-01  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
141
142         * g++.dg/inherit/template-as-base.C: Expect error.
143         * g++.dg/inherit/namespace-as-base.C: Likewise.
144
145 2002-03-31  Hans-Peter Nilsson  <hp@bitrange.com>
146
147         * g++.dg/ext/instantiate1.C, g++.dg/ext/instantiate2.C,
148         g++.dg/ext/instantiate3.C: Tweak match patterns.
149
150         * g++.old-deja/g++.pt/static11.C: Skip on mmix-knuth-mmixware.
151         * g++.dg/other/static11.C: Copy g++.old-deja/g++.pt/static11.C for
152         -da test.
153
154 2002-03-31  Richard Henderson  <rth@redhat.com>
155
156         * gcc.dg/special/alias-2.c: New.
157         * gcc.dg/special/ecos.exp: Run it.
158
159 2002-03-31  Richard Henderson  <rth@redhat.com>
160
161         * gcc.dg/va-arg-1.c: Expect warnings, not errors.
162
163 2002-03-31  Kazu Hirata  <kazu@hxi.com>
164
165         * gcc.dg/weak-1.c: Disable on h8300 port.
166
167 2002-03-29  Janis Johnson  <janis187@us.ibm.com>
168
169         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
170         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
171         ordering tests.
172         * g++.dg/bprob/bprob-1.C: New test.
173         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
174         * g++.dg/gcov/gcov-1.C: New test.
175         * g++.dg/gcov/gcov-1.x: New file.
176         * g++.dg/gcov/gcov-2.C: New test.
177         * g++.dg/gcov/gcov-3.C: New test.
178         * g++.dg/gcov/gcov-3.h: New file.
179
180 2002-03-28  Roger Sayle  <roger@eyesopen.com>
181
182         * g++.old-deja/g++.other/builtins5.C: New test.
183         * g++.old-deja/g++.other/builtins6.C: New test.
184         * g++.old-deja/g++.other/builtins7.C: New test.
185         * g++.old-deja/g++.other/builtins8.C: New test.
186         * g++.old-deja/g++.other/builtins9.C: New test.
187
188 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
189
190         * g++.dg/opt/static1.C: New test.
191
192         * g++.dg/opt/longbranch1.C: New test.
193
194 2002-03-28  Hans-Peter Nilsson  <hp@bitrange.com>
195
196         * gcc.dg/weak-1.c: Fix typo in scan-assembler pattern.
197
198         * g++.old-deja/g++.law/bit-fields2.C: Skip on mmix-knuth-mmixware.
199
200 2002-03-27  Richard Henderson  <rth@redhat.com>
201
202         * g++.dg/ext/instantiate1.C: Use scan-assembler, not link errors.
203         * g++.dg/ext/instantiate2.C, g++.dg/ext/instantiate3.C: Likewise;
204         move from g++.old-deja/g++.ext/.
205
206 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
207
208         * g++.dg/init/new2.C: New test.
209         
210 2002-03-26  Richard Henderson  <rth@redhat.com>
211
212         * gcc.dg/pragma-re-2.c: Avoid empty source file warning.
213
214         * gcc.dg/20020312-2.c: Don't test epilogue vs global register
215         on sparc.
216
217         * gcc.dg/20001101-1.c: Add -mcpu=ultrasparc.  Only run on
218         sparcv9 systems.
219         * gcc.dg/20001102-1.c: Likewise.
220
221 2002-03-26  Phil Edwards  <pme@gcc.gnu.org>
222
223         * gcc.dg/cpp/endif-pedantic1.c,
224         gcc.dg/cpp/endif-pedantic2.c:  New tests.
225
226 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
227
228         * g++.dg/init/new1.C: New test.
229
230 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
231
232         * g++.dg/abi/vbase9.C: New test.
233
234 2002-03-26  Richard Earnshaw  <rearnsha@arm.com>
235
236         * gcc.dg/arm-asm.c: New test.
237
238 2002-03-26  Andrew Cagney  <ac131313@redhat.com>
239
240         * gcc.dg/Wswitch-enum.c: New test.
241         Fix PR c/5044.
242
243 2002-03-26  Richard Henderson  <rth@redhat.com>
244
245         * gcc.c-torture/execute/20020307-2.c (main): Pass a variable sized
246         structure.
247
248 2002-03-25  Richard Henderson  <rth@redhat.com>
249
250         * gcc.dg/20001013-1.c: Add -mcpu=ultrasparc.  Only run on
251         sparcv9 systems.
252
253         * gcc.c-torture/compile/20011119-1.c (xxx): New.
254         * gcc.c-torture/compile/20011119-2.c (xxx): New.
255
256 2002-03-25  Zack Weinberg  <zack@codesourcery.com>
257
258         * gcc.dg/c90-hexfloat-1.c: Adjust error regexps.
259
260 2002-03-25  Bob Wilson  <bob.wilson@acm.org>
261
262         * g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of
263         targets using generic thunk support.
264
265 2002-03-25  Jakub Jelinek  <jakub@redhat.com>
266
267         * gcc.c-torture/compile/20020323-1.c: New test.
268
269         * g++.dg/opt/conj2.C: New test.
270
271 2002-03-24  Richard Henderson  <rth@redhat.com>
272
273         * gcc.dg/weak-1.c: Use -fno-common.
274
275 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
276
277         * g77.dg/f77-edit-apostrophe-out.f: New test
278         * g77.dg/f77-edit-h-out.f: New test
279         * g77.dg/f77-edit-t-in.f: New test
280         * g77.dg/f77-edit-t-out.f: New test
281         * g77.dg/f77-edit-x-out.f: New test
282         * g77.dg/f77-edit-slash-out.f: New test
283         * g77.dg/f77-edit-colon-out.f: New test
284         * g77.dg/f77-edit-s-out.f: New test
285
286 2002-03-24  Richard Henderson  <rth@redhat.com>
287
288         * objc/execute/formal_protocol-6.x: New XFAIL.
289
290 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
291
292         * gcc.dg/weak-1.c:  Early return from dg-final on platforms
293         that do not support weak symbols
294
295 2002-03-25  David Billinghurst  <David.Billinghurst@riotinto.com>
296
297         * lib/g++.exp:  Fix handling of LD_LIBRARY_PATH et al
298         * lib/g77.exp:  Likewise
299         * lib/objc.exp: Likewise
300
301 2002-03-23  Andrew Cagney  <ac131313@redhat.com>
302
303         * gcc.dg/Wswitch-default.c: New test.
304
305 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
306
307         * g++.dg/other/enum1.C: New test.
308
309 2002-03-23  Zack Weinberg  <zack@codesourcery.com>
310
311         * gcc.dg/pragma-ep-3.c: Fix typo.
312
313 2002-03-22  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
314
315         * g++.dg/inherit/template-as-base.C: New test.
316
317 2002-03-22  Jakub Jelinek  <jakub@redhat.com>
318
319         * g++.old-deja/g++.other/dwarf2-1.C: Move...
320         * g++.dg/debug/debug5.C: ...here.  Convert for dg framework.
321
322 2002-03-22  Neil Booth  <neil@daikokuya.demon.co.uk>
323
324         * gcc.dg/cpp/multiline.c: Update to match.
325
326 2002-03-22  Alexandre Oliva  <aoliva@redhat.com>
327
328         * g++.old-deja/g++.abi/ptrmem.C: Mips puts vbit in delta too.
329
330 2002-03-22  Phil Edwards  <pme@gcc.gnu.org>
331
332         * gcc.dg/cpp/extratokens2.c:  New file.
333
334 2002-03-21  David Edelsohn  <edelsohn@gnu.org>
335
336         * gcc.dg/20020312-2.c: Add rs6000 target.
337
338         * gcc.c-torture/compile/20020319-1.c: New test.
339
340 2002-03-21  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
341
342         * g++.old-deja/g++.eh/ia64-1.C: Use [ijkl]_[0-9] as variable names.
343         (A, E): Handle this.
344
345 2002-03-20  Jason Merrill  <jason@redhat.com>
346
347         * lib/prune.exp (prune_gcc_output): Ignore Cygwin warning about
348         ignoring -fpic.
349         * lib/old-dejagnu.exp (old-dejagnu): Also pass compiler output
350         through prune_gcc_output.
351
352 2002-03-20  Jakub Jelinek  <jakub@redhat.com>
353
354         * gcc.c-torture/compile/20020320-1.c: New test.
355
356 2002-03-19  Jakub Jelinek  <jakub@redhat.com>
357
358         * gcc.c-torture/compile/20020318-1.c: New test.
359
360         * gcc.dg/struct-by-value-1.c: New test.
361
362         * gcc.dg/20020319-1.c: New test.
363
364 2002-03-18  Jakub Jelinek  <jakub@redhat.com>
365
366         * g++.dg/opt/conj1.C: New test.
367
368 2002-03-17  Mark Mitchell  <mark@codesourcery.com>
369
370         * g++.dg/template/qualttp20.C: Revert previous change.
371         * g++.dg/template/qualttp3.C: Likewise.
372         * g++.dg/template/qualttp4.C: Likewise
373         * g++.dg/template/qualttp5.C: Likewise
374         * g++.dg/template/qualttp6.C: Likewise
375         * g++.dg/template/qualttp7.C: Likewise
376         * g++.dg/template/qualttp8.C: Likewise
377         * g++.dg/template/recurse.C: Likewise.
378
379 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
380
381         * gcc.dg/cpp/wchar-1.c: Update.
382
383 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
384
385         * g++.dg/template/conv1.C: New test.
386         * g++.dg/template/conv2.C: New test.
387         * g++.dg/template/conv3.C: New test.
388         * g++.dg/template/conv4.C: New test.
389
390 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
391
392         * g++.dg/template/qualttp20.C: Remove unnecessary error tags.
393         * g++.dg/template/qualttp3.C: Likewise.
394         * g++.dg/template/qualttp4.C: Likewise
395         * g++.dg/template/qualttp5.C: Likewise
396         * g++.dg/template/qualttp6.C: Likewise
397         * g++.dg/template/qualttp7.C: Likewise
398         * g++.dg/template/qualttp8.C: Likewise
399         * g++.dg/template/recurse.C: Likewise.
400
401 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
402
403         * g++.dg/opt/dtor1.C: New test.
404
405 2002-03-15  Jakub Jelinek  <jakub@redhat.com>
406
407         * gcc.c-torture/compile/20020315-1.c: New test.
408
409 2002-03-15  Richard Earnshaw  <rearnsha@arm.com>
410
411         * gcc.dg/weak-1.c: Fix scan tests.
412
413 2002-03-15  Hans-Peter Nilsson  <hp@bitrange.com>
414
415         * gcc.dg/20020312-2.c [__MMIX__]: No pic register.
416         * gcc.c-torture/compile/981006-1.x: Don't use -fpic on cris-*-elf*
417         cris-*-aout* mmix-*-*.
418         * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
419         cris-*-aout* mmix-*-*.
420         * g++.dg/debug/debug3.C: Expect warning for unsupported -fpic on
421         cris-*-elf* cris-*-aout* and mmix-*-*.
422         * gcc.dg/20001009-1.c: Ditto.
423         * gcc.dg/20010912-1.c: Ditto.
424         * gcc.dg/20020122-4.c: Ditto.
425         * gcc.dg/inline-2.c: Ditto.
426
427 Thu Mar 14 14:28:38 2002  Jeffrey A Law  (law@cygnus.com)
428
429         * gcc.c-torture/compile/20020314-1.c: New test.
430
431 2002-03-14  Richard Earnshaw  <rearnsha@arm.com>
432
433         * gcc.c-torture/execute/20020314-1.c: New test.
434
435 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
436
437         * g++.dg/warn/Wunused-1.C: New test.
438
439 2002-02-13  Richard Sandiford  <rsandifo@redhat.com>
440
441         * g++.dg/abi/mangle6.C: New test.
442
443 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
444
445         * gcc.c-torture/compile/20020309-2.c: New test.
446
447         * gcc.c-torture/compile/20020312-1.c: New test.
448
449 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
450
451         * g++.dg/other/access1.C: New test.
452
453 2002-03-12  Jakub Jelinek  <jakub@redhat.com>
454
455         * gcc.c-torture/execute/wchar_t-1.c: New test.
456
457 2002-03-12  David Edelsohn  <edelsohn@gnu.org>
458
459         * gcc.dg/20020103-1.c: Add rs6000 target and macro.
460
461 2002-03-12  Roger Sayle  <roger@eyesopen.com>
462
463         * gcc.dg/20020312-1.c: New test case.
464
465 2002-03-11  Aldy Hernandez  <aldyh@redhat.com>
466
467         * gcc.dg/altivec-1.c: Cleanup and use altivec.h.
468
469 2002-03-11  Richard Henderson  <rth@redhat.com>
470
471         * g++.old-deja/g++.brendan/crash52.C: Remove return warning marker.
472         * g++.old-deja/g++.jason/report.C: Likewise.
473
474 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
475
476         * testsuite/g++.old-deja/g++.other/friend9.C: Revert DR 209 changes.
477         * testsuite/g++.old-deja/g++.robertl/eb56.C: Likewise.
478
479 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
480
481         * testsuite/g++.dg/overload/pmf1.C: New test.
482
483 2002-03-11  Kazu Hirata  <kazu@hxi.com>
484
485         * gcc.c-torture/execute/20020307-1.c: Use long.
486
487 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
488
489         PR optimization/5844
490         * gcc.dg/20020310-1.c: New test.
491
492 2002-03-09  Michael Meissner  <meissner@redhat.com>
493
494         * gcc.c-torture/execute/memcpy-2.c: New test.
495         * gcc.c-torture/execute/memset-1.c: New test.
496         * gcc.c-torture/execute/strlen-1.c: New test.
497         * gcc.c-torture/execute/strcmp-1.c: New test.
498         * gcc.c-torture/execute/strncmp-1.c: New test.
499
500 2002-03-09  Geoffrey Keating  <geoffk@redhat.com>
501
502         * gcc.dg/ppc-ldstruct.c: New test.
503
504 2002-03-09  Jakub Jelinek  <jakub@redhat.com>
505
506         * gcc.c-torture/execute/va-arg-22.c: New test.
507
508 Sat Mar  9 07:47:50 2002  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
509
510         * gcc.c-torture/compile/20020309-1.c: New test.
511
512 2002-03-08  Jakub Jelinek  <jakub@redhat.com>
513
514         * gcc.c-torture/execute/20020307-2.c: New test.
515
516 Thu Mar  7 10:05:31 2002  Jeffrey A Law  (law@redhat.com)
517
518         * g77.f-torture/compile/20020307-1.f: New test.
519
520 2002-03-07  Richard Sandiford  <rsandifo@redhat.com>
521
522         * gcc.dg/unordered-1.c: New test.
523
524 2002-03-07  Richard Earnshaw  <rearnsha@arm.com>
525
526         * gcc.c-torture/execute/20020307-1.c: New test.
527
528 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
529
530         * gcc.dg/20020304-1.c: New test.
531
532         * gcc.c-torture/compile/20020304-2.c: New test.
533
534 2002-03-04  Zack Weinberg  <zack@codesourcery.com>
535
536         * gcc.c-torture/compile/20020304-1.c: New test case
537         (from PR c/5830).
538
539 2002-03-03  Aldy Hernandez  <aldyh@redhat.com>
540
541         * gcc.dg/20020103-1.c: Add other -D ppc variants.
542
543 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
544
545         * g++.dg/other/classkey1.C: New test.
546
547 2002-03-01  Richard Henderson  <rth@redhat.com>
548
549         * gcc.c-torture/compile/981223-1.x: New.
550         * gcc.c-torture/compile/920625-1.x: New.
551
552 2002-02-28  Richard Henderson  <rth@redhat.com>
553
554         * g++.dg/opt/vtgc1.C: Adjust patterns for ia64.
555
556 2002-02-27  Hans-Peter Nilsson  <hp@bitrange.com>
557
558         * gcc.c-torture/execute/20020227-1.c: New test.
559
560 2002-02-27  Mark Mitchell  <mark@codesourcery.com>
561
562         * g++.old-deja/g++.law/visibility13.C: Remove "instantiated from
563         here" ERROR lines.
564         * g++.old-deja/g++.oliva/partord1.C: Likewise.
565         * g++.old-deja.g++.other/defarg1.C: Likewise.
566         * g++.old-deja/g++.pt/calls2.C: Likewise.
567         * g++.old-deja/g++.pt/crash20.C: Likewise.
568         * g++.old-deja/g++.pt/crash30.C: Likewise.
569         * g++.old-deja/g++.pt/crash36.C: Likewise.
570         * g++.old-deja/g++.pt/crash6.C: Likewise.
571         * g++.old-deja/g++.pt/defarg13.C: Likewise.
572         * g++.old-deja/g++.pt/derived3.C: Likewise.
573         * g++.old-deja/g++.pt/error1.C: Likewise.
574         * g++.old-deja/g++.pt/friend21.C: Likewise.
575         * g++.old-deja/g++.pt/friend23.C: Likewise.
576         * g++.old-deja/g++.pt/infinite1.C: Likewise.
577         * g++.old-deja/g++.robertl/eb128.C: Likewise.
578
579 2002-02-27  Geoffrey Keating  <geoffk@redhat.com>
580
581         * gcc.c-torture/execute/20020225-2.c: New test.
582
583 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
584
585         * gcc.c-torture/execute/920730-1t.c,
586         gcc.c-torture/execute/920730-1t.x, gcc.dg/ext-glob.c:
587         Delete test cases, only relevant to -traditional.
588
589 2002-02-27  Neil Booth  <neil@daikokuya.demon.co.uk>
590
591         * gcc.dg/cpp/undef1.c: Remove.
592         * gcc.dg/cpp/directiv.c: Update.
593         * gcc.dg/cpp/mac-dir-1.c, mac-dir-2.c: New tests.
594
595 2002-02-27  Michael Meissner  <meissner@redhat.com>
596
597         * gcc.c-torture/execute/20020226-1.c: New test.
598
599 2002-02-26  Jakub Jelinek  <jakub@redhat.com>
600
601         * g++.dg/debug/debug4.C: New test.
602
603         * gcc.dg/ia64-visibility-1.c: New test.
604
605 2002-02-26  Alexandre Oliva  <aoliva@redhat.com>
606
607         * gcc.dg/debug/20020224-1.c: New.
608
609 2002-02-25  Kazu Hirata  <kazu@hxi.com>
610
611         * gcc.c-torture/execute/960416-1.x: New.
612         * gcc.c-torture/execute/divconst-3.x: Likewise.
613
614 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
615
616         * gcc.dg/20020224-1.c: New test.
617
618 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
619
620         * gcc.c-torture/execute/20020225-1.c: New.
621
622 2002-02-24  Neil Booth  <neil@daikokuya.demon.co.uk>
623
624         * testsuite/gcc.dg/cpp/wchar-1.c: New test.
625
626 2002-02-23  Jakub Jelinek  <jakub@redhat.com>
627
628         * gcc.dg/20020222-1.c: New test.
629
630 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
631
632         * g++.dg/opt/anonunion1.C: New test.
633
634 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
635
636         * g++.dg/template/qualttp19.C: New test.
637         * g++.dg/template/qualttp20.C: New test.
638         * g++.old-deja/g++.jason/report.C: Adjust expected errors
639         * g++.old-deja/g++.other/qual1.C: Likewise.
640
641 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
642
643         * gcc.dg/attr-alwaysinline.c: New.
644
645 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
646
647         * gcc.dg/20020220-1.c: New test.
648
649         * gcc.dg/20020220-2.c: New test.
650
651         * g++.dg/opt/mmx1.C: New test.
652
653 2002-02-20  Alexandre Oliva  <aoliva@redhat.com>
654
655         * gcc.c-torture/compile/20020110.c: New test.
656
657 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
658
659         * gcc.c-torture/execute/20020219-1.c: New test.
660
661         * gcc.dg/20020219-1.c: New test.
662
663         * gcc.dg/noncompile/20020220-1.c: New test.
664
665         * g++.dg/opt/ptrintsum1.C: New test.
666
667         * gcc.dg/debug/20020220-1.c: New test.
668
669 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
670
671         * gcc.c-torture/execute/20020216-1.c: New test.
672
673 2002-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
674
675         * gcc.dg/decl-1.c: Update, new test.
676
677 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
678
679         * g++.dg/abi/bitfield1.C: New test.
680         * g++.dg/abi/bitfield2.C: New test.
681
682 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
683
684         * gcc.dg/attr-nest.c: New test.
685
686 2002-02-15  Richard Sandiford  <rsandifo@redhat.com>
687
688         * gcc.c-torture/execute/20020215-1.c: New test.
689
690 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
691
692         * g++.dg/dg.exp: Exclude debug subdir, it has its own .exp.
693         * g++.dg/debug/debug.exp: New.
694         * g++.dg/debug/trivial.C: New.
695         * g++.dg/debug/debug1.C: Moved...
696         * g++.dg/other/debug1.C: ...from here.
697         * g++.dg/debug/debug2.C: Moved...
698         * g++.dg/other/debug2.C: ...from here.
699         * g++.dg/debug/debug3.C: Moved...
700         * g++.dg/other/debug3.C: ...from here.
701
702         * gcc.dg/noncompile/20020213-1.c: New test.
703
704 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
705
706         * g++.dg/other/debug3.C: New test.
707
708         * gcc.c-torture/execute/20020213-1.c: New test.
709
710 2002-02-13  Richard Smith <richard@ex-parrot.com>
711
712         * g++.old-deja/g++.other/thunk1.C: New test.
713
714 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
715
716         * g++.dg/warn/weak1.C: weak attributes not supported on cygwin
717
718 2002-02-13  Stan Shebs  <shebs@apple.com>
719
720         * gcc.dg/altivec-3.c: New.
721
722 2002-02-12  Jakub Jelinek  <jakub@redhat.com>
723
724         * gcc.dg/Wunreachable-1.c: New test.
725         * gcc.dg/Wunreachable-2.c: New test.
726
727 2002-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
728
729         * gcc.dg/c90-const-expr-3.c, gcc.dg/c99-const-expr-3.c: New tests.
730
731 2002-02-12  Neil Booth  <neil@daikokuya.demon.co.uk>
732
733         * gcc.dg/decl-1.c: New test.
734
735 2002-02-12  David Billinghurst <David.Billinghurst@riotinto.com>
736
737         * gcc.dg/c99-flex-array-2.c: Add -std=iso9899:1999
738
739 2002-02-10  Kazu Hirata  <kazu@hxi.com>
740
741         * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
742         * gcc.c-torture/compile/980506-1.x: Likewise.
743
744 2002-02-10  Kazu Hirata  <kazu@hxi.com>
745
746         * gcc.dg/20020210-1.c: New.
747
748 2002-02-09  Toon Moene  <toon@moene.indiv.nluug.nl>
749
750         * g77.f-torture/execute/947.f: New regression test
751         for PR fortran/947.
752
753 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
754
755         * g++.old-deja/g++.abi/ptrmem.C: Lowest bit is significant on SH5.
756         * g++.old-deja/g++.jason/thunk3.C: XFAIL on sh64-*-*.
757
758 2002-02-08  Richard Henderson  <rth@redhat.com>
759
760         * gcc.c-torture/compile/labels-3.c: New.
761
762 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
763
764         * gcc.c-torture/execute/20020206-1.c: Test whether nesting 2
765         expression statements work instead.
766         * gcc.dg/noncompile/20020207-1.c: New test.
767
768 2002-02-07  Richard Henderson  <rth@redhat.com>
769
770         * gcc.dg/debug/dwarf2-1.c (foo): Return a value.
771
772 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
773
774         * lib/prune.exp: Remove "In (program|subroutine"block-data)"
775         message from g77
776         * lib/g77-dg.exp: Trim g77 error messages so that they are
777         recognised by dg.exp.
778
779 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
780
781         PR fortran/5473
782         * g77.dg/pr5473.f: Now dg-error.  Add additional cases.
783
784 2002-02-07  Richard Henderson  <rth@redhat.com>
785
786         * g++.old-deja/g++.brendan/new2.C: Arrange for allocated memory
787         to be sufficiently aligned for integers.
788
789 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
790
791         * g++.dg/template/friend4.C: New test.
792
793 2002-02-07  David Billinghurst <David.Billinghurst@riotinto.com>
794
795         PR fortran/5743
796         * g77.f-torture/execute/intrinsic-unix-bessel.f: Remove
797         unsupported cases.
798
799 2002-02-07  Richard Henderson  <rth@redhat.com>
800
801         * gcc.dg/debug/dwarf2-1.c: Update for return warnings.
802         * gcc.dg/noncompile/920507-1.c, gcc.dg/noncompile/920721-2.c,
803         gcc.dg/noncompile/label-lineno-1.c, objc.dg/const-str-1.m,
804         objc.dg/const-str-2.m, objc.dg/method-1.m: Likewise.
805
806 2002-02-06  Richard Henderson  <rth@redhat.com>
807
808         * gcc.dg/asm-4.c: Add case with an unnamed operand in the middle.
809
810 2002-02-06  Janis Johnson  <janis187@us.ibm.com>
811
812         * gcc.dg/20020206-1.c: New test.
813
814 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
815
816         * gcc.c-torture/execute/20020206-1.c: New test.
817
818         * gcc.c-torture/execute/20020206-2.c: New test.
819
820         PR optimization/5429:
821         * gcc.c-torture/compile/20020206-1.c: New test.
822
823 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
824
825         * g++.dg/ext/align1.C: Do not use an explicit alignment value
826         as certain file formats cannot support particularly large
827         alignments.
828
829         * g++.dg/warn/weak1.C: Expect a warning from COFF toolchains,
830         and do not expect to be able to link the executable.
831
832         * g++.old-deja/g++.ext/attrib5.C: Expect the compilation to
833         fail because the COFF format does not support the weak attribute.
834
835 2002-02-05  David Billinghurst <David.Billinghurst@riotinto.com>
836
837         * g77.dg/pr5473.f:  New test
838
839 2002-02-05  Aldy Hernandez  <aldyh@redhat.com>
840
841         * gcc.dg/altivec-4.c: AltiVec builtin predicates changed format.
842         Fix testcase accordingly.
843
844 2002-02-04  Richard Henderson  <rth@redhat.com>
845
846         * gcc.c-torture/execute/built-in-setjmp.c: Prototype stuff.
847         (buf): Change to be an array of pointers, not ints.
848
849 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
850
851         * gcc.dg/Wswitch.c: Fix typos.  Don't return unconditionally
852         before all tests.  Move warning one line above to match where it
853         C frontend emits.
854         * gcc.dg/Wswitch-2.c: New test.
855         * g++.dg/warn/Wswitch-1.C: New test.
856         * g++.dg/warn/Wswitch-2.C: New test.
857
858 2002-02-04  Richard Henderson  <rth@redhat.com>
859
860         * g++.dg/abi/offsetof.C: Fix size comparison.
861
862 2002-02-04  Richard Sandiford  <rsandifo@redhat.com>
863
864         * gcc.dg/cast-qual-2.c: New test.
865
866 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
867
868         * gcc.dg/20020201-4.c: New test.
869
870 2002-02-04  Ben Elliston  <bje@redhat.com>
871
872         * lib/gcc.exp (gcc_init): Check that the need_status_wrapper
873         target_info attribute != 0, in addition to the empty string.
874         (gcc_target_compile): Likewise.
875
876 2002-02-03  Andrew Cagney  <ac131313@redhat.com>
877
878         * gcc.dg/Wswitch.c: New test.
879         PR gcc/4475. PR gcc/3780.
880
881 2002-02-03  Toon Moene  <toon@moene.indiv.nluug.nl>
882
883         * g77.f-torture/execute/5122.f: New test for regressions
884         against PR fortran/5122.
885
886 2002-02-03  David Billinghurst <David.Billinghurst@riotinto.com>
887
888         * g77.f-torture/compile/pr3743.f: Delete
889         * g77.dg/pr3743-1.f: New test.
890         * g77.dg/pr3743-2.f: New test.
891         * g77.dg/pr3743-3.f: New test.
892         * g77.dg/pr3743-4.f: New test.
893
894 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
895
896         * gcc.dg/cpp/uchar-1.c, uchar-2.c, uchar-3.c: New tests.
897
898 2002-02-02  Richard Henderson  <rth@redhat.com>
899
900         * gcc.c-torture/execute/991118-1.c: Revert 2002-01-29 change.
901         * gcc.c-torture/execute/bf64-1.c: Likewise.
902
903 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
904
905         * gcc.dg/20020201-2.c: New test.
906
907         * gcc.dg/20020201-3.c: New test.
908
909         * gcc.c-torture/execute/bitfld-2.c: New test.
910
911 2002-02-02  Neil Booth  <neil@daikokuya.demon.co.uk>
912
913         * gcc.dg/bitfld-1.c: Update.
914         * gcc.dg/bitfld-2.c: Update.
915         * gcc.c-torture/execute/bitfld-1.x: New.
916
917 2002-02-02  Jakub Jelinek  <jakub@redhat.com>
918
919         * gcc.c-torture/execute/20020201-1.c: New test.
920
921 2002-02-01  Janis Johnson  <janis187@us.ibm.com>
922
923         PR target/5469
924         * gcc.dg/20020201-1.c: New test.
925
926 2002-02-01  David.Billinghurst <David.Billinghurst@riotinto.com>
927
928         PR fortran/3743
929         * g77.f-torture/execute/f90-intrinsic-bit.x: Remove
930         * g77.f-torture/compile/pr3743.x: Remove
931
932 2002-01-31  Tom Rix  <trix@redhat.com>
933
934         * gcc.dg/special/ecos.exp: Make gcsec-1.c unsupported for AIX.
935
936 2002-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
937
938         * gcc.dg/noncompile/20020130-1.c: New test.
939
940 2002-01-30  David Billinghurst  <David.Billinghurst@riotinto.com>
941
942         * g77.dg/f77-edit-i-out.f:  Escape \. Allow \r\n and \r.
943
944 2002-01-29  Richard Henderson  <rth@redhat.com>
945
946         * gcc.c-torture/execute/991118-1.c: Cast various constants back
947         to long long.
948         * gcc.c-torture/execute/bf64-1.c: Likewise.
949
950 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
951
952         * gcc.c-torture/execute/20020129-1.c: New test.
953
954 2002-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
955
956         * gcc.c-torture/compile/20000224-1.c: Update.
957         * gcc.c-torture/execute/bitfld-1.c: New tests.
958         * gcc.dg/bitfld-1.c, bitfld-2.c: Diagnostic tests.
959         * gcc.dg/uninit-A.c: Update.
960
961 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
962
963         * g++.dg/template/ctor1.C: Add instantiation.
964
965 2002-01-28  Paul Koning  <pkoning@equallogic.com>
966
967         * gcc.c-torture/execute/builtin-prefetch-1.c: Changed first
968         argument to __builtin_prefetch to be const ptr.
969
970 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
971
972         * gcc.c-torture/compile/20020120-1.c: New test.
973
974 2002-01-27  Kazu Hirata  <kazu@hxi.com>
975
976         * gcc.c-torture/execute/20020127-1.c: New test.
977
978 2002-01-27  David Billinghurst  <David.Billinghurst@riotinto.com>
979
980         * g77.dg/f77-edit-i-in.f: New test
981         * g77.dg/f77-edit-i-out.f: New test
982
983 2002-01-25  Geoffrey Keating  <geoffk@redhat.com>
984
985         * gcc.dg/debug/debug.exp: New file.
986         * gcc.dg/debug/trivial.c: New file.
987         * gcc.dg/debug/20000503-1.c: Moved from gcc.dg/.
988         * gcc.dg/debug/20010207-1.c: Moved from gcc.dg/.
989         * gcc.dg/debug/20011223-1.c: Moved from gcc.dg/.
990         * gcc.dg/debug/20020104-2.c: Moved from gcc.dg/.
991         * gcc.dg/debug/debug-1.c: Moved from gcc.dg/.
992         * gcc.dg/debug/debug-2.c: Moved from gcc.dg/.
993         * gcc.dg/debug/debug-3.c: Moved from gcc.dg/.
994         * gcc.dg/debug/debug-4.c: Moved from gcc.dg/.
995         * gcc.dg/debug/debug-5.c: Moved from gcc.dg/.
996         * gcc.dg/debug/debug-6.c: Moved from gcc.dg/.
997         * gcc.dg/debug/dwarf2-1.c: Moved from gcc.dg/.
998         * gcc.dg/debug/dwarf2-2.c: Moved from gcc.dg/.
999         * gcc.dg/20000503-1.c: Removed.
1000         * gcc.dg/20010207-1.c: Removed.
1001         * gcc.dg/20011223-1.c: Removed.
1002         * gcc.dg/20020104-2.c: Removed.
1003         * gcc.dg/debug-1.c: Removed.
1004         * gcc.dg/debug-2.c: Removed.
1005         * gcc.dg/debug-3.c: Removed.
1006         * gcc.dg/debug-4.c: Removed.
1007         * gcc.dg/debug-5.c: Removed.
1008         * gcc.dg/debug-6.c: Removed.
1009         * gcc.dg/dwarf2-1.c: Removed.
1010         * gcc.dg/dwarf2-2.c: Removed.
1011
1012 2002-01-25  Jakub Jelinek  <jakub@redhat.com>
1013
1014         * g++.old-deja/g++.other/eh5.C: New test.
1015         * g++.old-deja/g++.other/sibcall2.C: New test.
1016         * g++.old-deja/g++.other/array9.C: New test.
1017         * g++.old-deja/g++.other/typename2.C: New test.
1018         * g++.old-deja/g++.other/crash60.C: New test.
1019         * g++.old-deja/g++.other/conv9.C: New test.
1020         * g++.old-deja/g++.other/mangle10.C: New test.
1021         * g++.old-deja/g++.other/unchanging1.C: New test.
1022         * g++.old-deja/g++.other/exprstmt1.C: New test.
1023         * g++.old-deja/g++.other/inline23.C: New test.
1024         * g++.old-deja/g++.eh/ia64-1.C: New test.
1025         * g++.old-deja/g++.other/dwarf2-1.C: New test.
1026         * g++.old-deja/g++.other/reload1.C: New test.
1027         * g++.old-deja/g++.other/static20.C: New test.
1028         * g++.old-deja/g++.other/local-alloc1.C: New test.
1029         * g++.old-deja/g++.other/conv8.C: New test.
1030         * g++.old-deja/g++.other/stmtexpr2.C: New test.
1031         * g++.old-deja/g++.other/storeexpr1.C: New test.
1032         * g++.old-deja/g++.other/storeexpr2.C: New test.
1033         * g++.dg/eh/template2.C: New test.
1034         * g++.dg/warn/weak1.C: New test.
1035
1036 2002-01-25  Hans-Peter Nilsson  <hp@bitrange.com>
1037
1038         * lib/scanasm.exp (scan-assembler-dem, scan-assembler-dem-not):
1039         Remove first, non-varying, argument.
1040
1041 2002-01-23  Richard Henderson  <rth@redhat.com>
1042
1043         * gcc.dg/inline-2.c: New.
1044
1045         * lib/scanasm.exp (scan-assembler): Remove optional vmessage arg.
1046         Add optional target arg.  Check number of arguments.
1047         (scan-assembler-not, scan-assembler-dem): Likewise.
1048         (scan-assembler-dem-not): Likewise.
1049
1050 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1051
1052         * g++.old-deja/g++.brendan/crash8.C: Don't expect an error on
1053         line 12.
1054         * g++.old-deja/g++.brendan/parse3.C,
1055         g++.old-deja/g++.other/crash26.C,
1056         g++.old-deja/g++.other/crash28.C,
1057         g++.old-deja/g++.other/crash29.C,
1058         g++.old-deja/g++.other/crash30.C,
1059         g++.old-deja/g++.other/crash35.C: Remove XFAILs where appropriate.
1060
1061 2002-01-23  Aldy Hernandez  <aldyh@redhat.com>
1062
1063         * gcc.dg/20020115-1.c: New.
1064
1065 2002-01-23  Bob Wilson  <bob.wilson@acm.org>
1066
1067         * gcc.c-torture/compile/20001226-1.x: xfail for Xtensa.
1068
1069 2002-01-23  Janis Johnson  <janis187@us.ibm.com>
1070
1071         * gcc.dg/20020122-3.c: New.
1072
1073 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
1074
1075         * g++.dg/other/gc1.C: New test.
1076
1077 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1078
1079         * gcc.dg/c99-intconst-1.c: Mark XFAIL.
1080
1081 2002-01-22  Richard Henderson  <rth@redhat.com>
1082
1083         * gcc.dg/20020122-4.c: Use multiple outputs on the asm.
1084
1085 2002-01-22  Richard Henderson  <rth@redhat.com>
1086
1087         * gcc.dg/20020122-4.c: New.
1088
1089 2002-01-22  H.J. Lu <hjl@gnu.org>
1090
1091         * g++.dg/special/ecos.exp: Append .exe instead of a.out as the
1092         link output.
1093         * gcc.dg/special/ecos.exp: Likewise.
1094         * lib/g++-dg.exp: Likewise.
1095         * lib/g77-dg.exp: Likewise.
1096         * lib/gcc-dg.exp : Likewise.
1097         * lib/mike-g++.exp: Likewise.
1098         * lib/mike-g77.exp: Likewise.
1099         * lib/mike-gcc.exp: Likewise.
1100         * lib/objc-dg.exp: Likewise.
1101
1102 2002-01-22  Janis Johnson  <janis187@us.ibm.com>
1103
1104         PR target/5379
1105         * gcc.dg/20020122-2.c: New test.
1106
1107 2002-01-22  Hans-Peter Nilsson  <hp@axis.com>
1108
1109         * gcc.dg/20020122-1.c: New test.
1110
1111 2001-01-22  David.Billinghurst <David.Billinghurst@riotinto.com>
1112
1113         * g++.old-deja/g++.ext/attrib5.C: XFAIL cygwin too
1114
1115 2002-01-22  David Billinghurst <David.Billinghurst@riotinto.com>
1116
1117         * gcc.dg/20010207-1.c: Restrict to i?86-*-[eflno]*
1118
1119 2002-01-21  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1120
1121         * gcc.c-torture/compile/20020121-1.c: New test.
1122
1123 2002-01-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1124
1125         * lib/g77.exp (g77_link_flags): Remove check for libg2c.so in setting
1126         ld_library_path.
1127
1128 2002-01-21  Jakub Jelinek  <jakub@redhat.com>
1129
1130         * gcc.dg/20020218-1.c: New test.
1131
1132 2002-01-21  David.Billinghurst <David.Billinghurst@riotinto.com>
1133
1134         * lib/prune.exp (prune_gcc_output): Prune "At global scope"
1135         messages
1136         * g++.dg/other/deprecated.C: Remove dg-bogus comment for
1137         "At global scope" warning
1138         * g++.dg/ext/align1.C: Change cygwin test for alignment
1139         from db-bogus to dg-warning
1140
1141 2002-01-21  Zack Weinberg  <zack@codesourcery.com>
1142
1143         * g77.f-torture/compile/cpp2.F: New test.
1144
1145 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1146
1147         * g++.dg/template/access1.C: New test.
1148
1149 2002-01-18  Aldy Hernandez  <aldyh@redhat.com>
1150
1151         * gcc.dg/20020118-1.c: New.
1152
1153 2002-01-18  Kazu Hirata  <kazu@hxi.com>
1154
1155         * testsuite/gcc.c-torture/execute/20020118-1.c: New test.
1156
1157 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
1158
1159         * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message.
1160         * g++.dg/ext/align1.C: Fix fail on cygwin from maximum
1161         alignment warnings.
1162
1163 2001-01-18  David Billinghurst <David.Billinghurst@riotinto.com>
1164
1165         * gcc.misc-tests/i386-prefetch.exp: Save and restore
1166         torture_with_loops and torture_without_loops
1167
1168 2002-01-17  Jakub Jelinek  <jakub@redhat.com>
1169
1170         * gcc.c-torture/compile/20020116-1.c: New test.
1171
1172 2002-01-16  Jakub Jelinek  <jakub@redhat.com>
1173
1174         * gcc.dg/20020116-2.c: New test.
1175
1176         * gcc.dg/ultrasp4.c: New test.
1177
1178         * gcc.dg/20020116-1.c: New test.
1179
1180 2002-01-15  Geoffrey Keating  <geoffk@redhat.com>
1181
1182         * gcc.dg/20020103-1.c: Also test for __PPC__, since that's used
1183         by EABI.
1184
1185 2002-01-15  Janis Johnson  <janis187@us.ibm.com>
1186
1187         * gcc.misc-tests/i386-prefetch.exp: New.
1188         * gcc.misc-tests/i386-pf-3dnow-1.c: New test.
1189         * gcc.misc-tests/i386-pf-athlon-1.c: New test.
1190         * gcc.misc-tests/i386-pf-none-1.c: New test.
1191         * gcc.misc-tests/i386-pf-sse-1.c: New test.
1192
1193 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
1194
1195         * gcc.dg/gnu89-init-1.c: Add new tests.
1196
1197 2002-01-15  Andreas Jaeger  <aj@suse.de>
1198
1199         * gcc.dg/i386-mmx-1.c: Also run on x86-64.
1200         * gcc.dg/i386-mmx-2.c: Likewise.
1201         * gcc.dg/i386-sse-1.c: Likewise.
1202         * gcc.dg/i386-sse-2.c: Likewise.
1203         * gcc.dg/i386-sse-3.c: Likewise.
1204
1205 2001-01-14  David Billinghurst <David.Billinghurst@riotinto.com>
1206
1207         * g77.f-torture/execute/intrinsic-unix-bessel.f:
1208         Uncomment additional cases that now pass.
1209
1210 2002-01-11  Richard Henderson  <rth@redhat.com>
1211
1212         * gcc.dg/i386-mmx-1.c, gcc.dg/i386-mmx-2.c: New.
1213         * gcc.dg/i386-sse-1.c, gcc.dg/i386-sse-2.c, gcc.dg/i386-sse-1.c: New.
1214
1215 Fri Jan 11 12:13:30 2002  Nicola Pero  <n.pero@mi.flashnet.it>
1216
1217         * objc.dg/special/unclaimed-category-1.m: Include objc/objc-api.h.
1218
1219 2002-01-10  Aldy Hernandez  <aldyh@redhat.com>
1220
1221         * gcc.dg/altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl,
1222         lvx, stvx, stvebx, stvehx, stvewx, stvxl.
1223
1224 2002-01-10  Dale Johannesen  <dalej@apple.com>
1225
1226         * gcc.c-torture/execute/loop-11.c: New.
1227
1228 2002-01-08  Aldy Hernandez  <aldyh@redhat.com>
1229
1230         * gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr,
1231         dss, lvsl, lvsr, dstt, dstst, dststt, dst.
1232
1233 2002-01-09  Richard Henderson  <rth@redhat.com>
1234
1235         * gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper
1236         type in which to perform the operation for each size.
1237
1238 Wed Jan  9 16:48:33 2002  Alan Matsuoka  (alanm@redhat.com)
1239
1240         * gcc.c-torture/compile/20020109-2.c: New test.
1241
1242 2002-01-09  Gwenole Beauchesne  <bgeauchesne@mandrakesoft.com>
1243
1244         * gcc.c-torture/execute/loop-10.c: New test.
1245
1246 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
1247
1248         * gcc.c-torture/compile/20010226-1.c: New test.
1249         * gcc.c-torture/compile/20010227-1.c: New test.
1250         * gcc.c-torture/compile/20010426-1.c: New test.
1251         * gcc.c-torture/compile/20010510-1.c: New test.
1252         * gcc.c-torture/compile/20010605-3.c: New test.
1253         * gcc.c-torture/compile/20010824-1.c: New test.
1254         * gcc.c-torture/execute/20010409-1.c: New test.
1255         * gcc.dg/noncompile/20000901-1.c: New test.
1256         * gcc.dg/20001023-1.c: New test.
1257         * gcc.dg/20001101-1.c: New test.
1258         * gcc.dg/20001102-1.c: New test.
1259         * gcc.dg/20010207-1.c: New test.
1260         * gcc.dg/20010405-1.c: New test.
1261         * gcc.dg/20010822-1.c: New test.
1262         * gcc.dg/20011107-1.c: New test.
1263
1264 Wed Jan  9 14:03:20 2002  Jeffrey A Law  (law@redhat.com)
1265
1266         * gcc.dg/asm-fs-1.c: Disable warnings when compiling.
1267
1268         * gcc.c-torture/execute/strct-stdarg-1.x: New file.  Expect
1269         execution failure on PA targets.
1270
1271 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
1272
1273         * gcc.c-torture/compile/20020109-1.c: New test.
1274
1275 2002-01-08  Kazu Hirata  <kazu@hxi.com>
1276
1277         * gcc.c-torture/execute/20020108-1.c: New test.
1278
1279 2002-01-08  Jakub Jelinek  <jakub@redhat.com>
1280
1281         * gcc.dg/20020108-1.c: New test.
1282
1283 2002-01-08  H.J. Lu <hjl@gnu.org>
1284
1285         * objc.dg/special/special.exp: Add -I${srcdir}/../../libobjc
1286         for header files.
1287
1288 2002-01-08  Geoff Keating  <geoffk@redhat.com>
1289
1290         * gcc.dg/altivec-4.c: Make the 'char' entries signed also for
1291         consistency.
1292
1293 002-01-07  Aldy Hernandez  <aldyh@redhat.com>
1294
1295         * gcc.dg/altivec-4.c: Test altivec predicates.
1296
1297 2002-01-07  Jakub Jelinek  <jakub@redhat.com>
1298
1299         * gcc.c-torture/execute/20020107-1.c: New test.
1300
1301 2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1302
1303         PR c/5279
1304         * gcc.c-torture/compile/20020106-1.c: New test.
1305
1306 2002-01-05  Hans-Peter Nilsson  <hp@bitrange.com>
1307
1308         * gcc.c-torture/execute/nestfunc-4.c: New test.
1309
1310 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
1311
1312         * g++.old-deja/g++.abi/aggregates.C: Corrected last patch: removed
1313         extra triple that slipped in.
1314         * g++.old-deja/g++.abi/align.C: Likewise.
1315         * g++.old-deja/g++.abi/bitfields.C: Likewise.
1316
1317 2002-01-04  Loren J. Rittle  <ljrittle@acm.org>
1318
1319         * g++.old-deja/g++.abi/aggregates.C: Do not skip i?86-*-freebsd*.
1320         * g++.old-deja/g++.abi/align.C: Likewise.
1321         * g++.old-deja/g++.abi/bitfields.C: Likewise.
1322
1323         * gcc.c-torture/execute/ieee/rbug.c: Force FP to extended-precision
1324         on FreeBSD/i386.
1325         * gcc.c-torture/execute/ieee/rbug.x: Remove all XFAIL markers for
1326         FreeBSD.
1327
1328 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
1329
1330         * gcc.dg/20020104-1.c: New test.
1331
1332         * gcc.dg/20020104-2.c: New test.
1333
1334 2002-01-04  Hans-Peter Nilsson  <hp@bitrange.com>
1335
1336         * gcc.dg/20020103-1.c: Fix typo in target selector.
1337
1338 2002-01-03  Richard Henderson  <rth@redhat.com>
1339
1340         * gcc.dg/20020103-1.c: New.
1341
1342 2002-01-03  Kazu Hirata  <kazu@hxi.com>
1343
1344         * gcc.c-torture/execute/20020103-1.c: New test.
1345
1346 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
1347
1348         * g++.dg/other/debug2.C: New test.
1349
1350         * gcc.c-torture/compile/20020103-1.c: New test.
1351
1352 2002-01-02  Jakub Jelinek  <jakub@redhat.com>
1353
1354         * gcc.dg/gnu89-init-1.c: Added new tests.
1355
1356 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1357
1358         * g++.dg/template/friend2.C: Remove as patch is reverted.
1359
1360         * g++.dg/warn/oldcast1.C: New test.
1361
1362         * g++.dg/template/ptrmem1.C: New test.
1363         * g++.dg/template/ptrmem2.C: New test.
1364
1365         * g++.dg/template/ntp.C: New test.
1366
1367         * g++.dg/other/component1.C: New test.
1368
1369         * g++.dg/template/ttp3.C: New test.
1370
1371         * g++.dg/template/friend2.C: New test.
1372         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
1373
1374 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1375
1376         * g++.dg/other/ptrmem1.C: New test.
1377         * g++.dg/other/ptrmem2.C: New test.
1378
1379 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1380
1381         * g++.dg/template/ctor1.C: New test.
1382
1383 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1384
1385         * g++.dg/template/friend2.C: New test.
1386
1387 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
1388
1389         * gcc.dg/mmix-1.c: New test.
1390
1391 2001-12-31  Richard Henderson  <rth@redhat.com>
1392
1393         * gcc.dg/asm-5.c: New.
1394
1395 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
1396
1397         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
1398         in namespace __gnu_cxx
1399
1400 2001-12-30  Richard Henderson  <rth@redhat.com>
1401
1402         * gcc.dg/debug-6.c: New.
1403
1404 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
1405
1406         * gcc.c-torture/compile/20011229-2.c: New test.
1407
1408 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
1409
1410         * gcc.dg/debug-3.c: New test.
1411         * gcc.dg/debug-4.c: New test.
1412         * gcc.dg/debug-5.c: New test.
1413
1414 2001-12-29  Richard Henderson  <rth@redhat.com>
1415
1416         * g++.dg/eh/loop1.C: New.
1417
1418 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1419
1420         * g++.dg/template/crash1.C: New test.
1421
1422 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1423
1424         * g++.dg/other/const1.C: New test.
1425
1426 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
1427
1428         * gcc.c-torture/compile/20011229-1.c: New test.
1429
1430 2001-12-28  Stan Shebs  <shebs@apple.com>
1431
1432         * lib/objc-torture.exp: Resync with c-torture.exp.
1433         * lib/objc.exp: Load standard libraries.
1434
1435 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
1436
1437         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
1438         additional tests.
1439
1440 2001-12-27  Roger Sayle <roger@eyesopen.com>
1441
1442         * gcc.c-torture/execute/string-opt-16.c: New testcase.
1443
1444 2001-12-27  Richard Henderson  <rth@redhat.com>
1445
1446         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
1447
1448 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
1449
1450         * g++.dg/eh/ctor1.C: New test.
1451         * g++.dg/other/error2.C: New test.
1452
1453 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
1454
1455         * g++.dg/other/init2.C: New test.
1456
1457 2001-12-24  Richard Henderson  <rth@redhat.com>
1458
1459         * gcc.dg/20011223-1.c: New.
1460         * gcc.dg/inline-1.c: New.
1461
1462 2001-12-23  Richard Henderson  <rth@redhat.com>
1463
1464         * gcc.dg/asm-4.c: Test operand modifiers.
1465
1466 2001-12-23  Richard Henderson  <rth@redhat.com>
1467
1468         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
1469
1470 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1471
1472         * gcc.c-torture/execute/20011223-1.c: New test.
1473
1474 2001-12-21  Richard Henderson  <rth@redhat.com>
1475
1476         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
1477         re-enables the warning.
1478
1479 2001-12-21  Richard Henderson  <rth@redhat.com>
1480
1481         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
1482
1483 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
1484
1485         * gcc.c-torture/compile/20011218-1.c: New test.
1486
1487 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
1488
1489         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
1490         arm-isr.c test.
1491         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
1492         epilogue generation for ARM ISR routines.
1493
1494 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1495
1496         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
1497         * gcc.dg/format/c90-printf-3.c: Likewise.
1498         * gcc.dg/format/c99-printf-3.c: Likewise.
1499         * gcc.dg/format/ext-1.c: Likewise.
1500         * gcc.dg/format/ext-6.c: Likewise.
1501         * gcc.dg/format/format.h: Prototype unlocked stdio.
1502
1503 2001-12-20  Richard Henderson  <rth@redhat.com>
1504
1505         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
1506         (arena): Use it.
1507         (malloc): Correct allocation logic.  Abort if we fill up the
1508         arena before initialization complete.
1509         (realloc): Correct allocation logic.
1510
1511 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
1512
1513         * gcc.c-torture/compile/20011219-2.c: New test.
1514
1515         * gcc.c-torture/execute/20011219-1.c: New test.
1516
1517 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
1518
1519         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
1520         target does not support weak symbols.
1521
1522 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
1523
1524         * gcc.c-torture/compile/20011219-1.c: New test.
1525
1526 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
1527
1528         * g++.dg/other/error1.C: New test.
1529
1530 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
1531
1532         * gcc.c-torture/execute/20011217-1.c: New test.
1533
1534 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
1535
1536         * objc.dg/special/: New directory.
1537         * objc.dg/special/special.exp: New file.
1538         * objc.dg/special/unclaimed-category-1.h: New file.
1539         * objc.dg/special/unclaimed-category-1a.m: New file.
1540         * objc.dg/special/unclaimed-category-1.m: New file.
1541
1542 2001-12-17  Andreas Jaeger  <aj@suse.de>
1543
1544         * gcc.c-torture/compile/20011217-2.c: New test.
1545
1546 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1547
1548         * gcc.c-torture/compile/20011217-1.c: New test.
1549
1550 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
1551
1552         * testsuite/gcc.dg/20011214-1.c: New.
1553
1554 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
1555
1556         * gcc.dg/altivec-4.c: New.
1557
1558 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
1559
1560         * gcc.dg/20011113-1.c: New test.
1561
1562 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1563
1564         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
1565         std::__malloc_alloc_template<0> and
1566         std::__default_alloc_template<false, 0>.
1567
1568 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1569
1570         * objc/execute/bf-21.m: New test.
1571         * objc/execute/enumeration-1.m: New test.
1572         * objc/execute/enumeration-2.m: New test.
1573
1574 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
1575
1576         * gcc.dg/gnu89-init-1.c: New test.
1577
1578 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
1579
1580         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
1581         * g++.old-deja/g++.jason/2371.C: Likewise.
1582         * g++.old-deja/g++.jason/template33.C: Likewise.
1583         * g++.old-deja/g++.jason/template34.C: Likewise.
1584         * g++.old-deja/g++.jason/template36.C: Likewise.
1585         * g++.old-deja/g++.oliva/typename1.C: Likewise.
1586         * g++.old-deja/g++.oliva/typename2.C: Likewise.
1587         * g++.old-deja/g++.other/typename1.C: Likewise.
1588         * g++.old-deja/g++.pt/inherit2.C: Likewise.
1589         * g++.old-deja/g++.pt/nontype5.C: Likewise.
1590         * g++.old-deja/g++.pt/typename11.C: Likewise.
1591         * g++.old-deja/g++.pt/typename14.C: Likewise.
1592         * g++.old-deja/g++.pt/typename16.C: Likewise.
1593         * g++.old-deja/g++.pt/typename3.C: Likewise.
1594         * g++.old-deja/g++.pt/typename4.C: Likewise.
1595         * g++.old-deja/g++.pt/typename5.C: Likewise.
1596         * g++.old-deja/g++.pt/typename7.C: Likewise.
1597         * g++.old-deja/g++.robertl/eb9.C: Likewise.
1598
1599 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
1600
1601         * g++.dg/other/linkage1.C: New test.
1602         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
1603         specifiers.
1604
1605 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
1606
1607         * gcc.dg/concat.c: New test.
1608
1609 2001-12-11  Stan Shebs  <shebs@apple.com>
1610
1611         * objc/compile: New test directory.
1612         * objc/compile/compile.exp: New expect script.
1613         * objc/compile/20011211-1.m: New compile test.
1614
1615 2001-12-11  Jason Merrill  <jason@redhat.com>
1616
1617         * lib/prune.exp (prune_gcc_output): Also handle "In member
1618         function".  So many permutations...
1619
1620 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
1621
1622         * g++.dg/template/typedef1.C: New test.
1623
1624 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
1625
1626         * g++.dg/other/copy1.C: New test.
1627
1628 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
1629
1630         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
1631
1632         * gcc.dg/builtin-choose-expr.c: New.
1633
1634 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
1635
1636         * gcc.dg/altivec-2.c: New.
1637
1638 2001-12-07  Richard Henderson  <rth@redhat.com>
1639
1640         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
1641
1642 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
1643
1644         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
1645         ultrasparc.
1646
1647 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1648
1649         * g++-old.deja/g++.robertl/eb101.C: Deleted.
1650
1651 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
1652
1653         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
1654         variable argument list.
1655
1656 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
1657
1658         * gcc.c-torture/execute/memcheck: Delete entire directory.
1659         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
1660         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
1661
1662 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1663
1664         * gcc.dg/Wshadow-1.c: New test.
1665
1666 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
1667
1668         * gcc.c-torture/compile/20011130-1.c: New test.
1669
1670         * gcc.dg/noncompile/20011025-1.c: New test.
1671
1672         * g++.dg/other/anon-union.C: New test.
1673
1674         * gcc.c-torture/execute/20011024-1.c: New test.
1675
1676 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
1677
1678         * gcc.c-torture/execute/20000722-1.x,
1679         gcc.c-torture/execute/20010123-1.x: Remove.
1680         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
1681         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
1682         gcc.dg/c99-complit-2.c: New tests.
1683
1684 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
1685
1686         * g++.dg/inherit/base1.C: New test.
1687
1688 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
1689
1690         * g++.dg/other/stdarg1.C: New test.
1691
1692         * gcc.c-torture/compile/20011130-2.c: New test.
1693
1694 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
1695
1696         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
1697         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
1698         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
1699         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
1700         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
1701         * gcc.dg/builtin-prefetch-1.c: New test.
1702
1703 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
1704
1705         * gcc.dg/20011130-1.c: New test.
1706
1707 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
1708
1709         * g++.dg/other/scope1.C: New test.
1710         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
1711
1712 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1713
1714         * gcc.dg/vla-init-1.c: New test.
1715
1716 2001-12-01  Geoff Keating  <geoffk@redhat.com>
1717
1718         * gcc.c-torture/compile/structs.c: New testcase from GDB.
1719
1720 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1721
1722         * objc.dg/alias.m: Update.
1723         * objc.dg/class-1.m: Update.
1724         * objc.dg/const-str-1.m: Update.
1725         * objc.dg/fwd-proto-1.m: Update.
1726         * objc.dg/id-1.m: Update.
1727         * objc.dg/super-class-1.m: Update.
1728
1729 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
1730
1731         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
1732         constructs.
1733
1734 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
1735
1736         * gcc.c-torture/execute/20011128-1.c: New test.
1737
1738 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1739
1740         * gcc.dg/20011127-1.c: New test.
1741
1742 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1743
1744         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
1745         from Austin Group draft 7.
1746         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
1747         scanf format arguments.
1748         * gcc.dg/format/no-exargs-2.c: New test.
1749
1750 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
1751
1752         * g++.dg/abi/vbase8-4.C: New test.
1753
1754 2001-11-24  Ian Lance Taylor  <ian@airs.com>
1755
1756         * gcc.c-torture/execute/20011121-1.c: New test.
1757
1758 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
1759
1760         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
1761
1762 2001-11-23  Andreas Jaeger  <aj@suse.de>
1763
1764         * gcc.dg/cpp/charconst-2.c: New test.
1765
1766 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
1767
1768         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
1769         to the host if it is remote.  Let tests specify extra headers
1770         they use.
1771         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
1772         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
1773         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
1774         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
1775         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
1776         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
1777         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
1778         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
1779         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
1780         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
1781
1782 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
1783
1784         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
1785         for little endian ARMs.
1786
1787 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
1788
1789         * gcc.c-torture/compile/20011119-1.c: New test.
1790         * gcc.c-torture/compile/20011119-2.c: New test.
1791
1792 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
1793
1794         * gcc.dg/altivec-1.c: Fix typo.
1795
1796 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1797
1798         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
1799
1800 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
1801
1802         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
1803
1804 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
1805
1806         * lib/g77.exp: Don't specify --rpath-link.
1807
1808         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
1809         across all the headers.
1810         * gcc.dg/format/format.exp: For testing on a remote host,
1811         copy format.h.
1812
1813         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
1814         * gcc.c-torture/execute/930406-1.c: Likewise.
1815         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
1816
1817 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
1818
1819         * gcc.dg/altivec-1.c: New.
1820
1821 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
1822
1823         * gcc.dg/cpp/fpreprocessed.c: New test case.
1824
1825 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1826
1827         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
1828         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
1829         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
1830
1831 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1832
1833         * gcc.dg/no-builtin-1.c: New test.
1834
1835 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
1836
1837         * gcc.c-torture/execute/20011115-1.c: New test.
1838
1839 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
1840
1841         * gcc.c-torture/compile/20011114-2.c: New test.
1842         * gcc.c-torture/compile/20011114-3.c: New test.
1843         * gcc.c-torture/compile/20011114-4.c: New test.
1844
1845 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
1846
1847         * g++.dg/other/init1.C: New test.
1848
1849 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
1850
1851         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
1852         message.
1853
1854         * gcc.c-torture/execute/20011114-1.c: New testcase.
1855
1856         * gcc.c-torture/compile/20010327-1.c: Revert last change.
1857         * gcc.c-torture/compile/20011114-1.c: New test, exactly
1858         like the (before this change) version of 20010327-1.c.
1859
1860 2001-11-14  Roger Sayle <roger@eyesopen.com>
1861
1862         * gcc.c-torture/execute/string-opt-13.c: New testcase.
1863
1864 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
1865
1866         * g++.dg/init/array2.C: New test.
1867
1868 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
1869
1870         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
1871
1872 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
1873
1874         * g++.dg/other/forscope1.C: New test.
1875         * g++.dg/ext/forscope1.C: New test.
1876         * g++.dg/ext/forscope2.C: New test.
1877
1878 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
1879
1880         * gcc.c-torture/execute/20011113-1.c: New test.
1881
1882 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
1883
1884         * gcc.c-torture/execute/20011109-2.c: New test.
1885
1886         * gcc.c-torture/execute/20011109-1.c: New test.
1887
1888 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
1889
1890         * gcc.c-torture/compile/20011109-1.c: New test.
1891
1892 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
1893
1894         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
1895         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
1896         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
1897         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
1898         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
1899         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
1900         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
1901
1902 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1903
1904         * g++.dg/warn/Wshadow-1.C: New tests.
1905         * g++.old-deja/g++.mike/for3.C: Update.
1906
1907 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1908
1909         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
1910         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
1911         XFAILs.  Adjust expected error texts.
1912         * gcc.c-torture/compile/20011106-1.c,
1913         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
1914         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
1915         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
1916         gcc.dg/c99-array-lval-5.c: New tests.
1917
1918 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1919
1920         * gcc.dg/cpp/defined.c: Update.
1921
1922 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1923
1924         * gcc.c-torture/execute/anon-1.c: New test.
1925
1926 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
1927
1928         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
1929         same size, so no warning should be produced on stormy16.
1930
1931         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
1932         due to oversized array.
1933         * g++.old-deja/g++.mike/ns15.C: Likewise.
1934         * g++.old-deja/g++.pt/crash16.C: Likewise.
1935
1936 2001-11-02  Graham Stott  <grahams@redhat.com>
1937
1938         * g++.dgother/debug1.C: Fix typos.
1939
1940 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
1941
1942         * g++.dg/other/debug1.C: New test.
1943
1944 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1945
1946         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
1947         of unsigned long.
1948
1949 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
1950
1951         * gcc.dg/20011029-2.c: New test.
1952
1953         * gcc.c-torture/compile/20011029-1.c: New test.
1954
1955 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1956
1957         * objc/execute/class_self-1.m: New test.
1958         * objc/execute/class_self-2.m: New test.
1959
1960 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
1961
1962         * gcc.misc-tests/msgs.exp: Delete.
1963         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
1964         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
1965         error set to match recent changes.
1966
1967 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
1968
1969         * gcc.dg/20011021-1.c: New test.
1970
1971 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
1972
1973         * gcc.c-torture/compile/20011023-1.c: New test.
1974
1975 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
1976
1977         * lib/g77.exp: Rewrite based on lib/g++.exp.
1978
1979 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
1980
1981         * gcc.c-torture/execute/20011019-1.c: New test.
1982
1983         * gcc.dg/20011018-1.c: New test.
1984
1985 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
1986
1987         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
1988
1989 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
1990
1991         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
1992         * gcc.dg/attr-invalid.c: Likewise.
1993
1994 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
1995
1996         * testsuite/gcc.dg/20011015-1.c: New test.
1997
1998 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
1999
2000         * g++.dg/template/unify2.C: New test.
2001
2002 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
2003
2004         * g++.dg/other/exception-specification.C: New test
2005
2006 2001-10-13  Tom Rix  <trix@redhat.com>
2007
2008         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
2009         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
2010
2011 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
2012
2013         * testsuite/gcc.dg/20011009-1.c: New test.
2014
2015 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
2016
2017         PR g++/4476
2018         * g++.dg/other/friend1.C: New test.
2019
2020 2001-10-11  Richard Henderson  <rth@redhat.com>
2021
2022         * g++.old-deja/g++.other/crash18.C: Add -S to options.
2023
2024 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2025
2026         * gcc.c-torture/compile/20011010-1.c: New.
2027
2028 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2029
2030         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
2031         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
2032         g77.f-torture/execute/execute.exp,
2033         g77.f-torture/noncompile/noncompile.exp,
2034         gcc.c-torture/compile/compile.exp,
2035         gcc.c-torture/execute/execute.exp,
2036         gcc.c-torture/execute/ieee/ieee.exp,
2037         gcc.c-torture/execute/memcheck/memcheck.exp,
2038         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
2039         objc/execute/execute.exp: Update FSF address.
2040
2041 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2042
2043         * gcc.dg/cpp/cmdlne-C.c: Update.
2044         * gcc.dg/cpp/cmdlne-C2.c: New.
2045
2046 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2047
2048         * gcc.c-torture/execute/20011008-3.c: New.
2049
2050 2001-10-08  DJ Delorie  <dj@redhat.com>
2051
2052         * gcc.dg/20011008-1.c: New.
2053         * gcc.dg/20011008-2.c: New.
2054
2055 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2056
2057         * gcc.dg/cpp/spacing1.c: Update test.
2058
2059 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2060
2061         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
2062         spelling errors of "separate" as "seperate".
2063
2064 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
2065
2066         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
2067         enough to avoid inlining.
2068
2069 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2070
2071         * lib/g77.exp: set libg2c_dir correctly.
2072
2073 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2074
2075         * gcc.dg/cpp/macro11.c: New test.
2076
2077 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2078
2079         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
2080         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
2081         gcc.dg/format/multattr-3.c: New tests.
2082         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
2083         tests for format attributes on function pointers being rejected.
2084
2085 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2086
2087         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
2088
2089 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2090
2091         * g++.dg/warn/format1.C: New test.
2092
2093 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2094
2095         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
2096
2097 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2098
2099         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
2100
2101 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2102
2103         * gcc.dg/cpp/redef2.c: Add test.
2104
2105 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
2106
2107         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
2108         long-standing bug on i686, apparently.
2109         * gcc.c-torture/execute/loop-2c.x: New file.
2110         * gcc.c-torture/execute/loop-2d.x: New file.
2111         * gcc.c-torture/execute/loop-3c.x: New file.
2112
2113 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2114
2115         * gcc.dg/cpp/20000625-2.c: Correct line number.
2116
2117 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2118
2119         * gcc.dg/cpp/macro10.c: New test.
2120         * gcc.dg/cpp/strify3.c: New test.
2121         * gcc.dg/cpp/spacing1.c: Add tests.
2122         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
2123         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
2124
2125 2001-09-24  DJ Delorie  <dj@redhat.com>
2126
2127         * gcc.c-torture/execute/20010924-1.c: New test.
2128
2129 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
2130
2131         * testsuite/objc/execute/paste.m: Remove.
2132
2133 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2134
2135         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
2136
2137 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
2138
2139         * g77.dg/strlen0.f: New test.
2140
2141 2001-09-21  Richard Henderson  <rth@redhat.com>
2142
2143         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
2144         * g++.old-deja/g++.abi/vtable2.C: Likewise.
2145
2146 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2147
2148         Table-driven attributes.
2149         * g++.dg/ext/attrib1.C: New test.
2150
2151 2001-09-20  DJ Delorie  <dj@redhat.com>
2152
2153         * gcc.dg/20000926-1.c: Update expected warning messages.
2154         * gcc.dg/array-2.c: Likewise, and test for warnings too.
2155         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
2156         array.
2157
2158 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
2159
2160         * g++.dg/eh/registers1.C: New test case.
2161
2162 2001-09-17  Richard Henderson  <rth@redhat.com>
2163
2164         * gcc.dg/array-5.c: Fix VLA decomposition test.
2165
2166 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2167
2168         * gcc.dg/cpp/line5.c: New testcase.
2169
2170 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2171
2172         * gcc.dg/cpp/macro9.c: New test.
2173
2174 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
2175
2176         * gcc.c-torture/execute/980223.c: Change type of addr from long
2177         to char *.
2178
2179 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
2180
2181         * gcc.c-torture/execute/20010915-1.c: New test.
2182
2183 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
2184
2185         * g77.dg/bprob: New directory.
2186         * g77.dg/bprob/bprob.exp: New file.
2187         * g77.dg/bprob/bprob-1.f: New test.
2188         * g77.dg/gcov: New directory.
2189         * g77.dg/gcov/gcov.exp: New file.
2190         * g77.dg/gcov/gcov-1.f: New test.
2191         * g77.dg/gcov/gcov-1.x: New file.
2192
2193 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2194
2195         * gcc.dg/cpp/directiv.c: Update.
2196         * gcc.dg/cpp/undef1.c: Update.
2197
2198 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
2199
2200         * gcc.dg/20010912-1.c: New test.
2201
2202 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
2203
2204         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
2205         language-independent file in lib.
2206         * lib/gcov.exp: New file.
2207
2208 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2209
2210         * gcc.c-torture/compile/20010911-1.c: New test.
2211
2212 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
2213
2214         * lib/profopt.exp: New, to support profile-directed optimizations.
2215         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
2216         * gcc.misc-tests/bprob-1.c: New test.
2217         * gcc.misc-tests/bprob-2.c: New test.
2218
2219 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
2220
2221         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
2222         XFAIL and which kinds of gcov output to verify.
2223         * gcc.misc-tests/gcov-4b.x: New file.
2224         * gcc.misc-tests/gcov-5b.x: New file.
2225         * gcc.misc-tests/gcov-6.x: New file.
2226         * gcc.misc-tests/gcov-7.c: New test.
2227         * gcc.misc-tests/gcov-7.x: New file.
2228
2229 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
2230
2231         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
2232         * gcc.misc-tests/gcov-6.c: New test.
2233
2234 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2235
2236         PR c++/3986
2237         * g++.dg/abi/vbase1.C: New test.
2238
2239 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
2240
2241         * objc.dg/method-2.m: New.
2242
2243 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
2244
2245         PR c++/4203
2246         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
2247         * g++.dg/init/empty1.C: New test.
2248
2249 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
2250
2251         * gcc.c-torture/compile/20010903-1.c: New test.
2252
2253 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
2254
2255         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
2256         for m68k.
2257
2258 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
2259
2260         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
2261
2262         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
2263
2264         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
2265
2266 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
2267
2268         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
2269         for 16-bit 'unsigned int'.
2270
2271 2001-08-29  Kazu Hirata  <kazu@hxi.com>
2272
2273         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
2274
2275 2001-08-27  Richard Henderson  <rth@redhat.com>
2276
2277         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
2278         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
2279
2280 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
2281
2282         * gcc.dg/asm-names.c (ymain): New.
2283
2284 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
2285
2286         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
2287         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
2288         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
2289
2290 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2291
2292         * gcc.dg/compare5.c: New testcase.
2293
2294 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
2295
2296         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
2297         and "In instantiation".
2298
2299 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
2300
2301         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
2302
2303 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
2304
2305         * gcc.misc-tests/gcov.exp: Add support for branch information.
2306         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
2307         * gcc.misc-tests/gcov-4.c: New test.
2308         * gcc.misc-tests/gcov-4b.c: New test.
2309         * gcc.misc-tests/gcov-5b.c: New test.
2310
2311 2001-08-20  Zack Weinberg  <zackw@panix.com>
2312
2313         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
2314         expected to fail.
2315
2316 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2317
2318         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
2319
2320 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
2321
2322         * g++.dg/eh/template1.C: New test.
2323
2324 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
2325
2326         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
2327         Fix thinko.
2328         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
2329         for xfail.
2330
2331 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
2332
2333         * lib/g77-dg.exp:  Use prune.exp for common procedures
2334         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
2335         * lib/g77.exp: (g77-dg-prune) Remove
2336
2337 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
2338
2339         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
2340
2341 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2342
2343         * g++.dg/template/unify1.C: New test.
2344
2345 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
2346
2347         * g++.dg/abi/empty4.C: New test.
2348
2349 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
2350
2351         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
2352         solaris2.*
2353         * g77.f-torture/compile/pr3743.x: Likewise
2354
2355 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2356
2357         * g++.dg/other/using-declaration.C: New test.
2358
2359 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2360
2361         * gcc.dg/cpp/tr-sign.c: New testcase.
2362
2363 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2364
2365         * gcc.dg/cpp/19951025-1.c: Revert.
2366         * gcc.dg/cpp/directiv.c: We no longer process directives that
2367         interrupt macro arguments.
2368
2369 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
2370
2371         * gcc.dg/bconstp-1.c: New test.
2372
2373 2001-08-03  Richard Henderson  <rth@redhat.com>
2374
2375         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
2376
2377 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2378
2379         * gcc.dg/cpp/19951025-1.c: Update.
2380
2381 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
2382
2383         * g77.dg/ff90-1.f (s): Fix reference of variable z,
2384         should be x.
2385
2386 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2387
2388         Kill -fhonor-std.
2389         * g++.old-deja/g++.ns/ns14.C: Remove special options.
2390         * g++.old-deja/g++.other/std1.C: Likewise.
2391         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
2392
2393 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
2394
2395         * lib/g77.exp:  Load gcc-defs.exp for common procedures
2396         (g77_pass, g77_fail, g77_finish, g77_exit,
2397         ${tool}_check_unsupported_p} Now redundant.  Deleted.
2398
2399 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
2400
2401         * g77.dg/fbackslash.f
2402         * g77.dg/fcase-preserve.f
2403         * g77.dg/ff90-1.f
2404         * g77.dg/ffixed-line-length-0.f
2405         * g77.dg/ffixed-line-length-132.f
2406         * g77.dg/ffixed-line-length-7.f
2407         * g77.dg/ffixed-line-length-72.f
2408         * g77.dg/ffixed-line-length-none.f
2409         * g77.dg/ffree-form-1.f
2410         * g77.dg/fno-backslash.f
2411         * g77.dg/fno-f90-1.f
2412         * g77.dg/fno-fixed-form-1.f
2413         * g77.dg/fno-onetrip.f
2414         * g77.dg/fno-typeless-boz.f
2415         * g77.dg/fno-underscoring.f
2416         * g77.dg/fno-vxt-1.f
2417         * g77.dg/fonetrip.f
2418         * g77.dg/ftypeless-boz.f
2419         * g77.dg/fugly-assumed.f
2420         * g77.dg/funderscoring.f
2421         * g77.dg/fvxt-1.f
2422
2423 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
2424
2425         * objc.dg/fwd-proto-1.m: New.
2426         * objc.dg/local-decl-1.m: New.
2427         * objc.dg/naming-1.m: New.
2428         * objc.dg/naming-2.m: New.
2429         * objc.dg/proto-hier-1.m: New.
2430
2431 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
2432
2433         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
2434         largest-type elements to a struct makes its size grow.
2435
2436 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2437
2438         * g++.dg/abi/vthunk1.C: New test.
2439
2440 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2441
2442         * g++.dg/abi/vbase8-22.C: New test.
2443
2444 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2445
2446         * gcc.dg/cpp/macro8.c: New test.
2447
2448 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
2449
2450         * g++.dg/abi/vbase8-21.C: New test.
2451
2452 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
2453
2454         * g++.dg/abi/vbase8-10.C: New test.
2455
2456 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2457
2458         * lib/g++.exp (g++_set_ld_library_path): Renamed to
2459         ${tool}_set_ld_library_path.
2460         Changed caller.
2461         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
2462         g++.exp.
2463
2464 2001-07-26  Stan Cox <scox@redhat.com>
2465
2466         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
2467         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
2468         gcc_exit, gcc_check_unsupported_p):
2469         Moved to gcc-deps.exp
2470         * gcc-deps.exp: New file.
2471
2472 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2473
2474         * g++.old-deja/g++.pt/defarg14.C: New test.
2475
2476 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2477
2478         * g++.old-deja/g++.other/lineno5.C: New test.
2479
2480 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2481
2482         * g++.old-deja/g++.pt/crash68.C: New test.
2483
2484 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
2485
2486         * g++.old-deja/g++.other/crash42.C: New test.
2487
2488 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2489
2490         * gcc.dg/cpp/extratokens.c: Fix.
2491         * gcc.dg/cpp/skipping2.c: New tests.
2492
2493 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2494
2495         * gcc.c-torture/execute/20010724-1.c: New file.
2496         * gcc.c-torture/execute/20010724-1.x: New file.
2497
2498 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2499
2500         * g++.old-deja/g++.other/cond7.C: New test.
2501
2502 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2503
2504         * g++.old-deja/g++.other/optimize4.C: New test.
2505
2506 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
2507
2508         * g++.old-deja/g++.abi/vbase8-5.C: New test.
2509
2510 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
2511
2512         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
2513         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
2514         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
2515         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
2516
2517         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
2518         bug report" message.
2519
2520         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
2521         * g++.dg/ext/instantiate1.C: Move from old-deja.
2522
2523 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
2524
2525         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
2526         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
2527         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
2528         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
2529
2530 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
2531
2532         * gcc.c-torture/execute/20010723-1.c: New test.
2533
2534 2001-07-23  Ben Elliston  <bje@redhat.com>
2535
2536         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
2537
2538 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2539
2540         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
2541         i[34567]86-*-*.
2542         Delete handling of ieee_multilib_flags.
2543         Pass -mieee for alpha*-*-* and sh-*-*.
2544         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
2545
2546 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
2547
2548         Remove old-abi tests.
2549         * g++.old-deja/g++.mike/p11116.C: Remove.
2550         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
2551
2552 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
2553
2554         * g77.f-torture/compile/pr3743.f:  New test
2555
2556 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
2557
2558         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
2559
2560 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2561
2562         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
2563         g++.old-deja/g++.pt/static6.C: Likewise.
2564         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
2565         supports weak symbols.
2566
2567 2001-07-18  Andreas Jaeger  <aj@suse.de>
2568
2569         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
2570         supported again.
2571
2572 2001-07-18  Andreas Jaeger  <aj@suse.de>
2573
2574         * gcc.dg/iftrap-1.c: Fix target line.
2575
2576 2001-07-17  Richard Henderson  <rth@redhat.com>
2577
2578         * gcc.c-torture/execute/20010717-1.c: New.
2579
2580 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
2581
2582         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
2583         tests.
2584
2585 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
2586
2587         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
2588
2589 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2590
2591         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
2592         UAC_SIGBUS, UAC_NOPRINT definitions.
2593
2594 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
2595
2596         * objc/execute/object_is_class.m: New test.
2597         * objc/execute/object_is_meta_class.m: New test.
2598
2599 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2600
2601         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
2602         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
2603
2604 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
2605
2606         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
2607         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
2608
2609 2001-07-14  Richard Henderson  <rth@redhat.com>
2610
2611         * gcc.dg/iftrap-1.c: New.
2612
2613 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
2614
2615         * g77.f-torture/execute/intrinsic77.f: New test.
2616
2617 2001-07-11  Janis Johnson <janis@us.ibm.com>
2618
2619         * gcc.misc-tests/gcov-3.c: New test.
2620
2621 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2622
2623         * gcc.c-torture/compile/20010711-1.c,
2624         * gcc.c-torture/compile/20010711-2.c: New tests.
2625
2626 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
2627
2628         * gcc.c-torture/execute/20010711-1.c: New test.
2629
2630 2001-07-11  Ben Elliston  <bje@redhat.com>
2631
2632         * g++.old-deja/g++.other/enum5.C: New test.
2633
2634 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
2635
2636         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
2637         (g++-dg-prune): Call prune_gcc_output.
2638         * prune.exp: New file for prune_gcc_output.
2639         * lib/g++.exp, lib/gcc.exp: Load it.
2640
2641 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2642
2643         * gcc.c-torture/compile/20010701-1.c,
2644         g++.old-deja/g++.ext/attrib6.C: New tests.
2645
2646 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
2647
2648         * gcc.c-torture/compile/20010706-1.c: New test.
2649
2650 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
2651
2652         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
2653
2654 2001-06-28  Stan Shebs  <shebs@apple.com>
2655
2656         * gcc.dg/pragma-darwin.c: New test.
2657
2658 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2659
2660         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
2661         Solaris 2.[678] system.
2662
2663 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2664
2665         * gcc.dg/20010622-1.c: New test.
2666
2667 2001-06-18  Stan Shebs  <shebs@apple.com>
2668
2669         * objc.dg: New directory.
2670         * objc.dg/dg.exp: New file.
2671         * objc.dg/alias.m: New.
2672         * objc.dg/class-1.m: New.
2673         * objc.dg/class-2.m: New.
2674         * objc.dg/const-str-1.m: New.
2675         * objc.dg/const-str-2.m: New.
2676         * objc.dg/id-1.m: New.
2677         * objc.dg/method-1.m: New.
2678         * objc.dg/super-class-1.m: New.
2679         * lib/objc-dg.exp: New file.
2680
2681 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2682
2683         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
2684         of label name.
2685
2686 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
2687
2688         * g++.old-deja/g++.abi/vbase8-9.C: New test.
2689
2690 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2691
2692         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
2693         variable.
2694
2695 2001-06-12  Richard Henderson  <rth@redhat.com>
2696
2697         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
2698
2699 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
2700
2701         * g++.old-deja/g++.abi/vbase5.C: New test.
2702         * g++.old-deja/g++.abi/vbase6.C: New test.
2703         * g++.old-deja/g++.abi/vbase7.C: New test.
2704
2705 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2706
2707         * gcc.c-torture/compile/20010610-1.c: New test.
2708
2709 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
2710
2711         * g++.old-deja/g++.abi/vbase4.C: New test.
2712
2713 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2714
2715         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
2716         support %f for HC11/HC12 targets.
2717         * gcc.c-torture/execute/930513-1.x: New file, likewise.
2718         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
2719         on HC11/HC12 targets.
2720         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
2721
2722 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2723
2724         * gcc.dg/wchar_t-1.c: New file.
2725         * gcc.dg/wint_t-1.c: Likewise.
2726
2727 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
2728
2729         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
2730
2731 2001-06-11  Richard Henderson  <rth@redhat.com>
2732
2733         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
2734
2735 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2736
2737         * gcc.c-torture/compile/20010611-1.c: New test.
2738
2739 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
2740
2741         * gcc.dg/c99-tag-1.c: Add more tests.
2742
2743 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
2744
2745         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
2746         representation on MN10300 and ARM/Thumb.
2747
2748 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
2749
2750         * g77.f-torture/execute/20010610.f: New.
2751
2752 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
2753
2754         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
2755         names.
2756
2757 2001-06-09  Richard Henderson  <rth@redhat.com>
2758
2759         * gcc.c-torture/execute/ashrdi-1.c: New.
2760         * gcc.c-torture/execute/ashldi-1.c: New.
2761         * gcc.c-torture/execute/lshrdi-1.c: New.
2762
2763 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
2764
2765         * objc/execute/load-3.m: Added. Check sending +load to categories,
2766         in addition to classes.
2767
2768 2001-06-08  Stan Shebs  <shebs@apple.com>
2769
2770         * objc/execute/load-2.m: New test.  From Nicola Pero
2771         <n.pero@mi.flashnet.it>.
2772
2773 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
2774
2775         * gcc.c-torture/execute/20010605-2.c: New test.
2776
2777 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2778
2779         * g++.old-deja/g++.abi/vbase2.C: New test.
2780         * g++.old-deja/g++.abi/vbase3.C: New test.
2781
2782 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
2783
2784         * g++.old-deja/g++.pt/friend49.C: New test.
2785
2786 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
2787
2788         * g++.old-deja/g++.ext/anon3.C: New test.
2789
2790 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
2791
2792         * g++.old-deja/g++.other/conv7.C: New test.
2793
2794 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2795
2796         * gcc.c-torture/compile/20010605-2.c: New test.
2797
2798 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2799
2800         * gcc.c-torture/execute/20010604-1.c: New test.
2801
2802 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
2803
2804         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
2805
2806 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
2807
2808         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
2809         (g++_link_flags): Likewise.
2810         (g++_init): Pass gccpath's value to two previous functions.
2811
2812 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2813
2814         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
2815         Ensure logfile entry matches exec command line.
2816
2817 2001-05-31  Richard Henderson  <rth@redhat.com>
2818
2819         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
2820         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2821
2822 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
2823
2824         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
2825         compiler for irix6.2
2826
2827 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
2828
2829         * g++.old-deja/g++.other/optimize3.C: New file.
2830
2831 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
2832
2833         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
2834         assemble.
2835
2836 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
2837
2838         * g++.old-deja/g++.other/optimize2.C: New file.
2839
2840 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
2841
2842         * gcc.c-torture/compile/20010518-2.c: New file.
2843         * gcc.c-torture/execute/20010518-1.c: New file.
2844         * gcc.c-torture/execute/20010518-2.c: New file.
2845
2846 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2847
2848         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
2849
2850 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
2851
2852         G++ no longer defines builtins that do not begin with __builtin.
2853         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
2854         * g++.old-deja/g++.brendand/misc13.C: Likewise.
2855         * g++.old-deja/g++.law/builtin1.C: Likewise.
2856         * g++.old-deja/g++.law/cvt2.C: Likewise.
2857         * g++.old-deja/g++.mike/net5.C: Likewise.
2858         * g++.old-deja/g++.other/builtins1.C: Likewise.
2859         * g++.old-deja/g++.other/builtins2.C: Likewise.
2860         * g++.old-deja/g++.other/builtins3.C: Likewise.
2861         * g++.old-deja/g++.other/builtins4.C: Likewise.
2862         * g++.old-deja/g++.other/inline8.C: Likewise.
2863         * g++.old-deja/g++.robertl/eb39.C: Likewise.
2864
2865 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
2866
2867         * g++.old-deja/g++.pt/using1.C: Adjust.
2868         * g++.old-deja/g++.pt/using2.C: New test.
2869
2870 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2871
2872         * gcc.dg/cpp/charconst.c: New tests.
2873         * gcc.dg/cpp/escape.c: New tests.
2874         * gcc.dg/cpp/escape-1.c: New tests.
2875         * gcc.dg/cpp/escape-2.c: New tests.
2876         * gcc.dg/cpp/ucs.c: New tests.
2877
2878 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
2879
2880         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
2881         native compiler for irix6.5.
2882
2883 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
2884
2885         * lib/g++.exp (g++_include_flags): Use args to compute
2886         get_multilibs.
2887         (g++_link_flags): Likewise.
2888         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
2889
2890 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2891
2892         * gcc.dg/c90-hexfloat-1.c: Add more tests.
2893
2894 2001-05-21  Geoff Keating  <geoffk@redhat.com>
2895
2896         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
2897         this file.
2898
2899 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2900
2901         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
2902         STACK_SIZE;
2903         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
2904         to STACK_SIZE; Use it to define size of add_histo array.
2905         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
2906         to STACK_SIZE.
2907         (f): Use GITT_SIZE to define size of gitt local table.
2908         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
2909         to STACK_SIZE; Use it to define size of bytemem array.
2910
2911 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
2912
2913         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
2914         on 68HC11/HC12 due to the asm instruction.
2915         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
2916         * gcc.c-torture/compile/920520-1.x: Likewise.
2917         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
2918         on 68HC11/HC12 because the function is larger than 64K.
2919         * gcc.c-torture/compile/961203-1.x: New file, this test fails
2920         on 68HC11/HC12 because the structure is too large.
2921
2922 2001-05-20  Richard Henderson  <rth@redhat.com>
2923
2924         * gcc.c-torture/execute/20010520-1.c: New.
2925
2926 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2927
2928         * g++.old-deja/g++.warn/compare1.C: New test.
2929         * gcc.dg/compare4.c: New test.
2930
2931 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
2932
2933         * g++.old-deja/g++.other/optimize1.C: New test.
2934
2935 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2936
2937         * g++.old-deja/g++.pt/spec41.C: New test.
2938
2939 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2940
2941         * gcc.c-torture/compile/20010114-1.x: Remove.
2942
2943 2001-05-18  Stan Shebs  <shebs@apple.com>
2944
2945         * gcc.c-torture/compile/20010518-1.c: New test.
2946
2947 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
2948
2949         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
2950         * g++.old-deja/g++.pt/crash67.C: New test.
2951
2952 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
2953
2954         * g++.old-deja/g++.other/debug9.C: New test.
2955
2956 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
2957
2958         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
2959
2960 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
2961
2962         * gcc.c-torture/compile/20010516-1.c: New test.
2963
2964 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2965
2966         * g++.old-deja/g++.other/crash41.C: New test.
2967
2968 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
2969
2970         * g++.old-deja/g++.pt/crash66.C: New test.
2971
2972 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
2973
2974         * g++.old-deja/g++.robertl/eb27.C: Convert.
2975
2976 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
2977
2978         * g++.dg/friend-warn.C: New test.  Do not warn about friend
2979         declaration being redundant.
2980
2981 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
2982
2983         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
2984
2985 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
2986
2987         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
2988
2989 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
2990
2991         * lib/g++.exp: Use testsuite_flags.
2992
2993 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
2994
2995         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
2996
2997 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2998
2999         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
3000
3001 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
3002
3003         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
3004
3005 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3006
3007         * gcc.c-torture/compile/20010313-1.c: New test.
3008
3009 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
3010
3011         * gcc.dg/cpp/direct2.c: New test.
3012         * gccq.dg/cpp/direct2s.c: New test.
3013
3014         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
3015
3016 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
3017
3018         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
3019         * g++.old-deja/g++.other/op3.C: Likewise.
3020
3021 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3022
3023         * gcc.dg/cpp/syshdr.h: New file.
3024         * gcc.dg/cpp/sysmac1.c: Update.
3025         * gcc.dg/cpp/sysmac2.c: Update.
3026
3027 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
3028
3029         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
3030
3031 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
3032
3033         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
3034         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
3035
3036 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3037
3038         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
3039
3040 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
3041
3042         * lib/g++.exp (g++_include_flags): Don't use any special flags
3043         if TESTING_IN_BUILD_TREE is not defined.
3044         (g++_init): Use a plain 'c++' as the compiler if
3045         TESTING_IN_BUILD_TREEE is not defined.
3046
3047 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
3048
3049         * g++.old-deja/g++.eh/catch13.C: New test.
3050         * g++.old-deja/g++.eh/catch14.C: New test.
3051
3052 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
3053
3054         * gcc.dg/cpp/tr-define.c: New test.
3055
3056 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
3057
3058         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
3059         <stdlib.h>, not <malloc.h>.
3060
3061 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3062
3063         * g++.old-deja/g++.ns/template17.C: New test.
3064
3065 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
3066
3067         * g++.old-deja/g++.pt/ref4.C: New test.
3068
3069 2001-04-30  Richard Henderson  <rth@redhat.com>
3070
3071         * gcc.dg/20000724-1.c: Revert last change.
3072
3073 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
3074
3075         * g77.f-torture/execute/20010430.f: New test.
3076
3077 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
3078
3079         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
3080
3081 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3082
3083         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
3084
3085 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3086
3087         * g++.old-deja/g++.eh/crash6.C: New test.
3088
3089 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3090
3091         * g++.old-deja/g++.other/warn7.C: New test.
3092
3093 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
3094
3095         * g++.old-deja/g++.other/defarg9.C: New test.
3096
3097 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
3098
3099         * g77.f-torture/compile/20010426.f: New test.
3100         * g77.f-torture/execute/20010426.f: New test.
3101
3102 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
3103
3104         * g77.f-torture/compile/20000629-1.x: Remove - error
3105         has been fixed.
3106
3107 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
3108
3109         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
3110         Tweak slightly to work with g++.dg framework.
3111         * g++.dg/special/ecos.exp: Run initp1.C test.
3112         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
3113
3114         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
3115         its linker doesn't give line numbers either.
3116         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
3117
3118 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
3119
3120         * g++.old-deja/g++.other/lex1.C: New test.
3121
3122 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
3123
3124         * gcc.dg/noncompile/20010425-1.c: New test.
3125
3126 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
3127
3128         * g++.old-deja/g++.pt/mangle2.C: New test.
3129
3130 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
3131
3132         * gcc.dg/format/plus-1.c: New test.
3133
3134 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
3135
3136         * gcc.dg/20010423-1.c: New test.
3137
3138 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
3139
3140         * gcc.c-torture/execute/20010422-1.c: New test.
3141
3142 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
3143
3144         * g++.old-deja/g++.ns/type2.C: New test.
3145
3146 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
3147
3148         * g++.old-deja/g++.other/perf1.C: New test.
3149
3150 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
3151
3152         * gcc.dg/c99-func-2.c: Remove xfail.
3153         * gcc.dg/c99-func-3.c: Remove xfail.
3154         * gcc.dg/c99-func-4.c: Remove xfail.
3155
3156 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
3157
3158         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
3159
3160 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
3161
3162         * gcc.c-torture/compile/20010423-1.c: New test.
3163
3164 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3165
3166         * g++.old-deja/g++.pt/typename28.C: New test.
3167
3168 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
3169
3170         * g++.old-deja/g++.abi/empty2.C: New test.
3171         * g++.old-deja/g++.abi/empty3.C: New test.
3172
3173 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
3174
3175         * g++.old-deja/g++.other/comdat2.C: New test.
3176         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
3177
3178 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
3179
3180         * g++.old-deja/g++.other/overload14.C: New test.
3181
3182 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
3183
3184         * g++.old-deja/g++.other/lookup23.C: New test.
3185
3186 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
3187
3188         * gcc.c-torture/execute/20010403-1.c: New test.
3189
3190 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
3191             Mark Mitchell  <mark@codesourcery.com>
3192
3193         * lib/old-dejagnu.exp: Don't delete output of executable.
3194         Add .exe suffix to executables.
3195
3196 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
3197
3198         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
3199
3200 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3201
3202         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
3203
3204 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
3205
3206         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
3207         * g++.old-deja/g++.abi/crash1.C: New test.
3208
3209 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
3210
3211         * g++.old-deja/g++.other/crash40.C: New test.
3212
3213 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3214
3215         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
3216
3217 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
3218
3219         * g++.old-deja/g++.other/warn6.C: New test.
3220
3221 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
3222
3223         * g++.old-deja/g++.robertl/eb42.C: Same.
3224
3225 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3226
3227         * gcc.dg/wtr-conversion-1.c: New testcase.
3228
3229 2001-04-10  Richard Henderson  <rth@redhat.com>
3230
3231         * g++.old-deja/g++.other/array5.C: New.
3232
3233 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3234
3235         * gcc.c-torture/execute/20010408-1.c: New test.
3236
3237 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
3238
3239         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
3240         headers and constructs.
3241         * g++.old-deja/g++.robertl/eb79.C: Same.
3242         * g++.old-deja/g++.robertl/eb77.C (main): Same.
3243         * g++.old-deja/g++.robertl/eb73.C: Same.
3244         * g++.old-deja/g++.robertl/eb66.C (main): Same.
3245         * g++.old-deja/g++.robertl/eb55.C (t): Same.
3246         * g++.old-deja/g++.robertl/eb54.C (main): Same.
3247         * g++.old-deja/g++.robertl/eb46.C (main): Same.
3248         * g++.old-deja/g++.robertl/eb44.C: Same.
3249         * g++.old-deja/g++.robertl/eb41.C (main): Same.
3250         * g++.old-deja/g++.robertl/eb4.C (main): Same.
3251         * g++.old-deja/g++.robertl/eb39.C: Same.
3252         * g++.old-deja/g++.robertl/eb33.C (main): Same.
3253         * g++.old-deja/g++.robertl/eb31.C (main): Same.
3254         * g++.old-deja/g++.robertl/eb30.C: Same.
3255         * g++.old-deja/g++.robertl/eb3.C: Same.
3256         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
3257         * g++.old-deja/g++.robertl/eb21.C: Same.
3258         * g++.old-deja/g++.robertl/eb15.C: Same.
3259         * g++.old-deja/g++.robertl/eb118.C: Same.
3260         * g++.old-deja/g++.robertl/eb115.C (main): Same.
3261         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
3262         * g++.old-deja/g++.robertl/eb109.C: Same.
3263         * g++.old-deja/g++.other/sibcall1.C (main): Same.
3264         * g++.old-deja/g++.mike/rtti1.C: Same.
3265         * g++.old-deja/g++.mike/p658.C: Same.
3266         * g++.old-deja/g++.mike/net46.C: Same.
3267         * g++.old-deja/g++.mike/net34.C: Same.
3268         * g++.old-deja/g++.mike/memoize1.C: Same.
3269         * g++.old-deja/g++.mike/eh2.C: Same.
3270         * g++.old-deja/g++.law/weak.C: Same.
3271         * g++.old-deja/g++.law/visibility7.C: Same.
3272         * g++.old-deja/g++.law/visibility25.C: Same.
3273         * g++.old-deja/g++.law/visibility22.C: Same.
3274         * g++.old-deja/g++.law/visibility2.C: Same.
3275         * g++.old-deja/g++.law/visibility17.C: Same.
3276         * g++.old-deja/g++.law/visibility13.C: Same.
3277         * g++.old-deja/g++.law/visibility10.C: Same.
3278         * g++.old-deja/g++.law/visibility1.C: Same.
3279         * g++.old-deja/g++.law/virtual3.C (eval): Same.
3280         * g++.old-deja/g++.law/vbase1.C: Same.
3281         * g++.old-deja/g++.law/operators32.C: Same.
3282         * g++.old-deja/g++.law/nest3.C: Same.
3283         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
3284         * g++.old-deja/g++.law/except5.C (main): Same.
3285         * g++.old-deja/g++.law/cvt7.C (run): Same.
3286         * g++.old-deja/g++.law/cvt2.C: Same.
3287         * g++.old-deja/g++.law/cvt16.C: Same.
3288         * g++.old-deja/g++.law/ctors6.C (bar): Same.
3289         * g++.old-deja/g++.law/ctors17.C (main): Same.
3290         * g++.old-deja/g++.law/ctors13.C: Same.
3291         * g++.old-deja/g++.law/ctors12.C (main): Same.
3292         * g++.old-deja/g++.law/ctors10.C: Same.
3293         * g++.old-deja/g++.law/code-gen5.C: Same.
3294         * g++.old-deja/g++.law/bad-error7.C: Same.
3295         * g++.old-deja/g++.law/arm9.C: Same.
3296         * g++.old-deja/g++.law/arm12.C: Same.
3297         * g++.old-deja/g++.law/arg8.C: Same.
3298         * g++.old-deja/g++.law/arg1.C: Same.
3299         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
3300         * g++.old-deja/g++.jason/template31.C: Same.
3301         * g++.old-deja/g++.jason/template24.C (main): Same.
3302         * g++.old-deja/g++.jason/2371.C: Same.
3303         * g++.old-deja/g++.eh/new2.C: Same.
3304         * g++.old-deja/g++.eh/new1.C: Same.
3305         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
3306         * g++.old-deja/g++.brendan/nest21.C (main): Same.
3307         * g++.old-deja/g++.brendan/err-msg3.C: Same.
3308         * g++.old-deja/g++.brendan/crash62.C: Same.
3309         * g++.old-deja/g++.brendan/crash52.C: Same.
3310         * g++.old-deja/g++.brendan/crash49.C (main): Same.
3311         * g++.old-deja/g++.brendan/crash38.C: Same.
3312         * g++.old-deja/g++.brendan/crash15.C (main): Same.
3313         * g++.old-deja/g++.brendan/copy9.C: Same.
3314
3315 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
3316
3317         * gcc.c-torture/execute/20001203-2.c (memset):
3318         Count argument is of type __SIZE_TYPE__.
3319
3320 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
3321
3322         * gcc.c-torture/compile/20010404-1.c: New test.
3323
3324 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
3325
3326         * gcc.c-torture/compile/20010326-1.c: New test.
3327
3328 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
3329
3330         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
3331         peculiarities of the SH.
3332         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
3333
3334 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3335
3336         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
3337         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
3338         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
3339
3340 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3341
3342         * g77.f-torture/compile/20010321-1.f: New test.
3343
3344 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3345
3346         * gcc.c-torture/compile/20010329-1.c: New test.
3347
3348 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
3349
3350         * gcc.c-torture/execute/20010329-1.c: New test.
3351
3352 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
3353
3354         * g++.old-deja/g++.other/eh4.C: Fix typo.
3355
3356 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
3357
3358         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
3359
3360 2001-03-28  Philip Blundell  <philb@gnu.org>
3361
3362         * gcc.c-torture/compile/20010328-1.c: New test.
3363
3364 2001-03-27  Richard Henderson  <rth@redhat.com>
3365
3366         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
3367         * g++.old-deja/g++.eh/vbase3.C: Likewise.
3368
3369 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
3370
3371         * gcc.c-torture/compile/20010327-1.c: New test.
3372
3373 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3374
3375         * g++.old-deja/g++.other/friend12.C: New test.
3376         * g++.old-deja/g++.other/friend9.C: Expect no errors.
3377         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
3378
3379 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3380
3381         * gcc.c-torture/execute/20010325-1.c: New test.
3382
3383 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
3384
3385         * g++.old-deja/g++.other/mangle3.C: New test.
3386
3387 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
3388
3389         * g++.old-deja/g++.other/anon8.C: New test.
3390
3391 2001-03-20  Philip Blundell  <philb@gnu.org>
3392
3393         * gcc.c-torture/compile/20010320-1.c: New test.
3394
3395 2001-03-17  Richard Henderson  <rth@redhat.com>
3396
3397         * g++.old-deja/g++.other/eh4.C: Add expected error text.
3398
3399 2001-03-15  Geoff Keating  <geoff@redhat.com>
3400
3401         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
3402         tests on AIX.
3403
3404 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
3405
3406         * g++.old-deja/g++.other/eh4.C: New test.
3407
3408 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
3409
3410         * gcc.dg/cpp/mi1.c: Update.
3411
3412 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
3413
3414         * g++.old-deja/g++.other/regstack.C: New test.
3415
3416 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3417
3418         * g++.old-deja/g++.other/ref4.C: New test.
3419
3420 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
3421
3422         * objc/execute/va_method.m: Added.
3423         * objc/execute/IMP.m: Added.
3424         * objc/execute/_cmd.m: Added.
3425         * objc/execute/accessing_ivars.m: Added.
3426         * objc/execute/class-1.m: Added.
3427         * objc/execute/class-10.m: Added.
3428         * objc/execute/class-11.m: Added.
3429         * objc/execute/class-12.m: Added.
3430         * objc/execute/class-13.m: Added.
3431         * objc/execute/class-14.m: Added.
3432         * objc/execute/class-2.m: Added.
3433         * objc/execute/class-3.m: Added.
3434         * objc/execute/class-4.m: Added.
3435         * objc/execute/class-5.m: Added.
3436         * objc/execute/class-6.m: Added.
3437         * objc/execute/class-7.m: Added.
3438         * objc/execute/class-8.m: Added.
3439         * objc/execute/class-9.m: Added.
3440         * objc/execute/class-tests-1.h
3441         * objc/execute/class-tests-2.h
3442         * objc/execute/compatibility_alias.m: Added.
3443         * objc/execute/encode-1.m: Added.
3444         * objc/execute/formal_protocol-1.m: Added.
3445         * objc/execute/formal_protocol-2.m: Added.
3446         * objc/execute/formal_protocol-3.m: Added.
3447         * objc/execute/formal_protocol-4.m: Added.
3448         * objc/execute/formal_protocol-5.m: Added.
3449         * objc/execute/formal_protocol-6.m: Added.
3450         * objc/execute/formal_protocol-7.m: Added.
3451         * objc/execute/informal_protocol.m: Added.
3452         * objc/execute/initialize.m: Added.
3453         * objc/execute/load.m: Added.
3454         * objc/execute/many_args_method.m: Added.
3455         * objc/execute/nested-3.m: Added.
3456         * objc/execute/no_clash.m: Added.
3457         * objc/execute/private.m: Added.
3458         * objc/execute/redefining_self.m: Added.
3459         * objc/execute/root_methods.m: Added.
3460         * objc/execute/selector-1.m: Added.
3461         * objc/execute/static-1.m: Added.
3462         * objc/execute/static-2.m: Added.
3463         * objc/execute/va_method.m: Added.
3464
3465 2001-03-10  Richard Henderson  <rth@redhat.com>
3466
3467         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
3468
3469 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3470
3471         * g++.old-deja/g++.other/crash31.C: XFAIL.
3472         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
3473         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
3474         * gcc.c-torture/execute/20010123-1.x: XFAIL.
3475         * gcc.c-torture/execute/20010124-1.x: XFAIL.
3476         * gcc.dg/sequence-pt-1.c: XFAIL one test.
3477
3478 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
3479
3480         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
3481
3482 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
3483
3484         * gcc.dg/20000724-1.c: Don't use multiline strings.
3485
3486 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
3487
3488         * objc/execute/string1.m, objc/execute/string2.m: Compare the
3489         result of -cString against what we expect it to be; don't just
3490         print it out for no one to read.
3491
3492         * objc/execute/string3.m, objc/execute/string4.m: New tests.
3493         Based on testcases provided by Nicola Pero.
3494
3495 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3496
3497         * gcc.dg/cpp/macro7.c: New test.
3498
3499 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3500
3501         * gcc.dg/cpp/multiline.c: Update.
3502
3503 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3504
3505         * g++.old-deja/g++.other/enum3.C: New test.
3506
3507 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3508
3509         * g++.old-deja/g++.other/pod1.C: New test.
3510
3511 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3512
3513         * g++.old-deja/g++.ext/overload1.C: New test.
3514
3515 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
3516
3517         * g++.old-deja/g++.pt/using1.C: New test.
3518
3519 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
3520
3521         * g++.old-deja/g++.other/using9.C: New test.
3522
3523 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
3524
3525         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
3526
3527         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
3528
3529 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
3530
3531         * g++.old-deja/g++.ext/realpt1.C: Remove.
3532
3533 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
3534
3535         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
3536
3537 2001-02-26  Will Cohen  <wcohen@redhat.com>
3538
3539         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
3540
3541 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
3542
3543         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
3544         templatized constructors.
3545
3546 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3547
3548         * gcc.c-torture/execute/20010224-1.c: New test.
3549
3550 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
3551
3552         * gcc.c-torture/execute/20010222-1.c: New test.
3553
3554 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
3555
3556         * g++.old-deja/g++.other/inline20.C: New test.
3557
3558 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3559
3560         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
3561
3562 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3563
3564         * g++.old-deja/g++.other/lookup22.C: New test.
3565
3566 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
3567
3568         * g77.dg: New directory.
3569         * g77.dg/20010216-1.f: New test case.
3570         * g77.dg/dg.exp: New driver.
3571         * lib/g77-dg.exp: New driver library.
3572
3573 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3574
3575         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
3576
3577 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
3578
3579         * g++.old-deja/g++.other/decl9.C: New test.
3580
3581 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
3582
3583         * g++.old-deja/g++.other/init16.C: Update the test so that it does
3584         not need <string> and also tests the initialization at runtime.
3585
3586 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
3587
3588         * gcc.c-torture/execute/longlong.c: New test.
3589
3590 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
3591
3592         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
3593
3594 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
3595
3596         * gcc.c-torture/execute/920302-1.c (execute):
3597         Change argument type to short.
3598
3599 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3600
3601         * g++.old-deja/g++.pt/deduct6.C: New test.
3602
3603 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
3604
3605         * g++.old-deja/g++.pt/deduct5.C: New test.
3606
3607 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
3608
3609         * gcc.c-torture/execute/20010209-1.c: New test.
3610
3611 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
3612
3613         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
3614
3615 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
3616
3617         * g++.dg/vtgc1.C: Update for new ABI.
3618
3619         * consistency.vlad: New directory, 1665 files.
3620
3621 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3622
3623         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
3624         return type.
3625         * gcc.dg/cpp/digraphs.c: Declare puts.
3626
3627 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3628
3629         * g++.old-deja/g++.other/warn5.C: New test.
3630
3631 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3632
3633         * g++.old-deja/g++.pt/spec40.C: New test.
3634
3635 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
3636
3637         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
3638         case.
3639         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
3640
3641 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
3642
3643         * gcc.c-torture/compile/20010209-1.c: New test.
3644
3645 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
3646
3647         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
3648         excess errors message but not if it crashes.
3649         * g++.old-deja/g++.other/crash27.C: Likewise.
3650         * g++.old-deja/g++.other/crash28.C: Likewise.
3651         * g++.old-deja/g++.other/crash30.C: Likewise.
3652         * g++.old-deja/g++.other/crash32.C: Likewise.
3653         * g++.old-deja/g++.other/crash35.C: Likewise.
3654         * g++.old-deja/g++.pt/inherit2.C: Likewise.
3655
3656 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3657
3658         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
3659         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
3660         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
3661         g77.f-torture/execute/execute.exp,
3662         g77.f-torture/noncompile/noncompile.exp,
3663         gcc.c-torture/execute/execute.exp,
3664         gcc.c-torture/execute/memcheck/memcheck.exp,
3665         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
3666         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
3667         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
3668         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
3669         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
3670         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
3671         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
3672         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
3673         Remove bug reporting instructions with ancient email addresses.
3674
3675 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
3676
3677         * gcc.dg/20010202-1.c: New test.
3678         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
3679
3680 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
3681
3682         * g++.dg/stdbool-if.C: New test.
3683
3684 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3685
3686         * objc/execute/fdecl.m: Added main().
3687
3688 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
3689
3690         * gcc.c-torture/execute/20010206-1.c: New test.
3691
3692 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
3693
3694         * gcc.dg/cpp/avoidpaste1.c: Update.
3695
3696 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
3697
3698         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
3699         Pero <nicola@brainstorm.co.uk>.
3700         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
3701
3702 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
3703
3704         * g++.old-deja/g++.pt/spec39.C: New test.
3705
3706 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
3707
3708         * gcc.c-torture/compile/20010202-1.c: New test.
3709
3710 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
3711
3712         * g++.old-deja/g++.abi/primary2.C: New test.
3713         * g++.old-deja/g++.abi/primary3.C: New test.
3714         * g++.old-deja/g++.abi/primary4.C: New test.
3715         * g++.old-deja/g++.abi/primary5.C: New test.
3716         * g++.old-deja/g++.abi/vtable3.h: New test.
3717         * g++.old-deja/g++.abi/vtable3a.C: New test.
3718         * g++.old-deja/g++.abi/vtable3b.C: New test.
3719         * g++.old-deja/g++.abi/vtable3c.C: New test.
3720         * g++.old-deja/g++.abi/vtable3d.C: New test.
3721         * g++.old-deja/g++.abi/vtable3e.C: New test.
3722         * g++.old-deja/g++.abi/vtable3f.C: New test.
3723         * g++.old-deja/g++.abi/vtable3g.C: New test.
3724         * g++.old-deja/g++.abi/vtable3h.C: New test.
3725         * g++.old-deja/g++.abi/vtable3i.C: New test.
3726         * g++.old-deja/g++.abi/vtable3j.C: New test.
3727         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
3728
3729 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
3730
3731         * g++.old-deja/g++.other/anon6.C: New test.
3732         * g++.old-deja/g++.other/anon7.C: New test.
3733
3734 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3735
3736         * gcc.dg/cpp/avoidpaste2.c: New tests.
3737
3738 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
3739
3740         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
3741
3742 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
3743
3744         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
3745         DECIMAL_DIG cases for Irix."
3746
3747 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
3748
3749         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
3750
3751 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3752
3753         * gcc.dg/c99-tag-1.c: New test.
3754
3755 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3756
3757         * gcc.dg/cpp/tr-warn1.c: Add tests.
3758
3759 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3760
3761         * gcc.dg/cpp/avoidpaste1.c: Update.
3762         * gcc.dg/cpp/paste4.c: Update.
3763
3764 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
3765
3766         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
3767         cases for Irix.
3768
3769 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3770
3771         * g++.old-deja/g++.other/inline19.C: New test.
3772
3773 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
3774
3775         * gcc.dg/Wlarger-than.c: New test.
3776
3777 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3778
3779         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
3780
3781 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
3782
3783         * gcc.c-torture/execute/20010129-1.c: New test.
3784         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
3785
3786 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3787
3788         * gcc.dg/cpp/avoidpaste1.c: Test case.
3789
3790 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
3791
3792         * g++.old-deja/g++.other/inline18.C: New test.
3793
3794 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3795
3796         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
3797         and __builtin_putchar.
3798
3799 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
3800
3801         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
3802         tests.
3803
3804 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
3805
3806         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
3807         floating point number rounding mode to round to the nearest
3808         representable mode.
3809
3810 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
3811
3812         * g++.old-deja/g++.other/mangle2.C: New test.
3813
3814 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3815
3816         * gcc.c-torture/compile/20010124-1.c: New test.
3817
3818 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
3819
3820         * g++.old-deja/g++.pt/spec38.C: New test.
3821
3822 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3823
3824         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
3825         "Build don't run".
3826
3827 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3828
3829         * gcc.c-torture/execute/20010123-1.c: New test.
3830
3831 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3832
3833         * g++.old-deja/g++.pt/spec37.C: New test.
3834
3835 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
3836
3837         * g++.old-deja/g++.pt/overload14.C: New test.
3838
3839 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3840
3841         * gcc.c-torture/execute/20010122-1.c: New test, exercise
3842         __builtin_return_address.
3843
3844 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
3845
3846         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
3847         * g++.old-deja/g++.pt/spec35.C: New test.
3848         * g++.old-deja/g++.pt/spec36.C: New test.
3849
3850 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
3851
3852         * gcc.c-torture/compile/20010118-1.c: New test.
3853
3854 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3855
3856         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
3857
3858 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3859
3860         * gcc.c-torture/execute/20010119-1.c: New test.
3861
3862 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3863
3864         * g++.old-deja/g++.other/vbase5.C: New test.
3865
3866 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
3867
3868         * gcc.c-torture/execute/20010118-1.c: New test.
3869
3870 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3871
3872         * g++.old-deja/g++.pt/deduct3.C: New test.
3873
3874 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
3875
3876         * g++.old-deja/g++.pt/spec34.C: New test.
3877
3878 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
3879
3880         * g77.f-torture/compile/20000601-2.f: New test.
3881
3882 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3883
3884         * g++.old-deja/g++.other/init17.C: New test.
3885
3886 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
3887
3888         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
3889
3890 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3891
3892         * g++.old-deja/g++.pt/unify8.C: New test.
3893
3894 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3895
3896         * g++.old-deja/g++.abi/vbase1.C: New test.
3897
3898 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
3899
3900         * g++.old-deja/g++.pt/crash65.C: New test.
3901
3902 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3903
3904         * gcc.dg/cpp/assembl2.S: New test case.
3905
3906 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
3907
3908         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
3909         are supported.
3910
3911 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3912
3913         * g++.old-deja/g++.other/builtins1.C: New test.
3914         * g++.old-deja/g++.other/builtins2.C: Likewise.
3915         * g++.old-deja/g++.other/builtins3.C: Likewise.
3916         * g++.old-deja/g++.other/builtins4.C: Likewise.
3917
3918 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
3919
3920         * gcc.c-torture/compile/20010117-1.c: New test.
3921         * gcc.c-torture/compile/20010117-2.c: New test.
3922
3923 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3924
3925         * g77.f-torture/execute/20010116.[fx]: New test,
3926         XFAIL on i?86-*-*.
3927         * g77.f-torture/compile/20010115.f: Indicate it's
3928         a test for PR fortran/1636.
3929
3930 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3931
3932         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
3933
3934 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3935
3936         * g77.f-torture/compile/20010115.f: New test.
3937
3938 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
3939
3940         * g++.old-deja/g++.pt/nontype5.C: New test.
3941
3942 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
3943
3944         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
3945         have an equivalent working one below it.
3946
3947 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3948
3949         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
3950         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
3951
3952 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
3953
3954         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
3955         message containing "init_priority".
3956         (conpr-2.C): Likewise.
3957         (conpr-3.C): Likewise.
3958         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
3959
3960 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3961
3962         * gcc.c-torture/execute/20010114-2.c: New test.
3963
3964 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3965
3966         * gcc.c-torture/compile/20010114-1.c: New test.
3967         * gcc.c-torture/compile/20010114-1.x: Xfail.
3968         * gcc.c-torture/compile/20010114-2.c: New test.
3969         * gcc.c-torture/execute/20010114-1.c: New test.
3970         * gcc.dg/trunc-1.c: New test.
3971         * gcc.dg/uninit-B.c: New test.
3972
3973 2001-01-13  Nick Clifton  <nickc@redhat.com>
3974
3975         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
3976         target.
3977
3978 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3979
3980         * gcc.c-torture/compile/20010113-1.c: New test.
3981
3982 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
3983
3984         * gcc.c-torture/compile/20001212-1.c: New test.
3985
3986 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3987
3988         * gcc.dg/cpp/widestr1.c: Update.
3989         * gcc.dg/cpp/prag-imp.c: Remove.
3990
3991 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
3992
3993         * gcc.c-torture/execute/20000801-3.x: Remove.
3994         * gcc.dg/c90-init-1.c: New test.
3995         * gcc.dg/c99-init-1.c: New test.
3996         * gcc.dg/c99-init-2.c: New test.
3997         * gcc.dg/gnu99-init-1.c: New test.
3998
3999 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
4000
4001         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
4002         testing that no relevant ones were found.
4003
4004 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
4005
4006         * g++.old-deja/g++.pt/cast2.C: New test.
4007
4008 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
4009
4010         * g++.old-deja/g++.pt/friend47.C: New test.
4011
4012 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4013
4014         * g++.old-deja/g++.pt/instantiate13.C: New test.
4015
4016 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4017
4018         * g++.old-deja/g++.other/defarg7.C: New test.
4019         * g++.old-deja/g++.other/defarg8.C: New test.
4020
4021 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4022
4023         * g++.old-deja/g++.pt/crash64.C: New test.
4024
4025 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
4026
4027         * g++.old-deja/g++.pt/crash63.C: New test.
4028
4029 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4030
4031         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
4032
4033 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
4034
4035         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
4036
4037 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4038
4039         * g++.old-deja/g++.pt/error3.C: New test.
4040
4041 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4042
4043         * g++.old-deja/g++.other/crash39.C: New test.
4044
4045 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
4046
4047         * g++.old-deja/g++.other/vbase4.C: New test.
4048
4049 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
4050
4051         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
4052         * gcc.dg/special/20000419-2.c: New file. Identical to above.
4053         * gcc.dg/special/special.exp: New test driver which will check
4054         for alias support for the above test.
4055
4056 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
4057
4058         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
4059         problems on small machines.
4060         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
4061         parameterize.
4062
4063 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
4064
4065         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
4066         mips.
4067         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
4068
4069 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
4070
4071         * g++.old_deja/g++.pt/using8.C: New test.
4072
4073 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4074
4075         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
4076
4077 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
4078
4079         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
4080         where a failure is expected.
4081         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
4082
4083 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
4084
4085         * g++.old_deja/g++.pt/instantiate12.C: New test.
4086
4087 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
4088
4089         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
4090         start of structs.
4091         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
4092         * g++.old-deja/g++.brendan/crash17.C: Likewise.
4093         * g++.old-deja/g++.brendan/crash29.C: Likewise.
4094         * g++.old-deja/g++.brendan/crash48.C: Likewise.
4095         * g++.old-deja/g++.brendan/ns1.C: Likewise.
4096         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
4097         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
4098         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
4099         * g++.old-deja/g++.eh/spec6.C: Likewise.
4100         * g++.old-deja/g++.jason/crash3.C: Likewise.
4101         * g++.old-deja/g++.law/ctors11.C: Likewise.
4102         * g++.old-deja/g++.law/ctors17.C: Likewise.
4103         * g++.old-deja/g++.law/ctors5.C: Likewise.
4104         * g++.old-deja/g++.law/ctors9.C: Likewise.
4105         * g++.old-deja/g++.mike/ambig1.C: Likewise.
4106         * g++.old-deja/g++.mike/net22.C: Likewise.
4107         * g++.old-deja/g++.mike/p3538a.C: Likewise.
4108         * g++.old-deja/g++.mike/p3538b.C: Likewise.
4109         * g++.old-deja/g++.mike/virt3.C: Likewise.
4110         * g++.old-deja/g++.niklas/t128.C: Likewise.
4111         * g++.old-deja/g++.other/anon4.C: Likewise.
4112         * g++.old-deja/g++.other/using1.C: Likewise.
4113         * g++.old-deja/g++.other/warn3.C: Likewise.
4114         * g++.old-deja/g++.pt/t37.C: Likewise.
4115         * g++.old-deja/g++.robertl/eb69.C: Likewise.
4116         * g++.old-deja/g++.robertl/eb71.C: Likewise.
4117
4118 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
4119
4120         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
4121
4122 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4123
4124         * gcc.c-torture/execute/stdio-opt-3.c: New test.
4125
4126 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
4127
4128         * gcc.c-torture/compile/20010107-1.c: New test.
4129
4130 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4131
4132         * gcc.c-torture/execute/builtin-noret-1.c: New test.
4133
4134 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4135
4136         * gcc.dg/format/format.h: New file.
4137         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
4138         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
4139         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
4140         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
4141         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
4142         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
4143         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
4144         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
4145         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
4146         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
4147         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
4148         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
4149         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
4150         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
4151         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
4152         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
4153         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
4154         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
4155         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
4156         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
4157         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
4158         instead of declaring standard types, macros and functions in each
4159         test.
4160
4161 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
4162
4163         * gcc.c-torture/execute/20010106-1.c: New test.
4164
4165 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4166
4167         * gcc.dg/format/format.exp: New file.
4168         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
4169         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
4170         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
4171         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
4172         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
4173         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
4174         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
4175         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
4176         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
4177         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
4178         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
4179         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
4180         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
4181         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
4182         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
4183         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
4184         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
4185         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
4186         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
4187         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
4188         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
4189         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
4190         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
4191         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
4192         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
4193         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
4194         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
4195         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
4196         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
4197         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
4198         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
4199         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
4200         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
4201         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
4202         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
4203         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
4204         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
4205         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
4206         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
4207         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
4208         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
4209         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
4210
4211 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
4212
4213         * gcc.c-torture/execute/991228-1.c: Take word endianness into
4214         account.
4215
4216 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
4217
4218         * gcc.c-torture/execute/builtin-complex-1.c: New test.
4219
4220 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
4221
4222         * g++.old-deja/g++.pt/crash62.C: New test.
4223
4224 2001-01-04  Richard Henderson  <rth@redhat.com>
4225
4226         * gcc.dg/20000926-1.c: Update expected warnings.
4227         * gcc.dg/array-2.c: Likewise.
4228         * gcc.dg/array-4.c: Also validate flexible array members.
4229         * gcc.dg/c99-flex-array-1.c: New.
4230
4231 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4232
4233         * gcc.c-torture/compile/20001222-1.x: Remove.
4234
4235 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4236
4237         * gcc.c-torture/execute/built-in-setjmp.c: New.
4238
4239 2001-01-03  Richard Henderson  <rth@redhat.com>
4240
4241         * gcc.dg/940510-1.c: Update expected error wording.
4242         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
4243
4244 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
4245
4246         * lib/target-supports.exp (check_alias_available): Modified to
4247         indicate aliases not supported if only weak aliases are supported.
4248
4249 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4250
4251         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
4252         Turn on cmpstrsi checks for __pj__ and __i370__.
4253
4254 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4255
4256         * g++.old-deja/g++.other/virtual11.C: New test.
4257
4258 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
4259
4260         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
4261
4262 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4263
4264         * gcc.c-torture/compile/20010102-1.c: New test.
4265
4266 2001-01-02  Andreas Jaeger  <aj@suse.de>
4267
4268         * gcc.dg/noreturn-3.c: New test.
4269
4270         * gcc.dg/noreturn-4.c: New test.
4271
4272 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4273
4274         * gcc.c-torture/execute/stdio-opt-1.c: Also test
4275         __builtin_fputc and __builtin_fwrite.
4276
4277 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
4278
4279         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
4280         signed char, not default char.
4281
4282 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
4283
4284         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
4285
4286 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
4287
4288         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
4289
4290 2000-12-29  Richard Henderson  <rth@redhat.com>
4291
4292         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
4293         (__cyg_profile_func_exit): Define.
4294
4295 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
4296
4297         * g++.dg/vtgc1.C: New test.
4298
4299 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
4300
4301         * gcc.dg/noncompile/20001228-1.c: New test.
4302
4303         * gcc.dg/20001228-1.c: New test.
4304
4305         * gcc.c-torture/execute/20001228-1.c: New test.
4306
4307 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4308
4309         * gcc.dg/format-strfmon-1.c: New test.
4310
4311 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4312
4313         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
4314         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
4315         * gcc.c-torture/execute/string-opt-1.c: Likewise.
4316         * gcc.c-torture/execute/string-opt-2.c: Likewise.
4317         * gcc.c-torture/execute/string-opt-3.c: Likewise.
4318         * gcc.c-torture/execute/string-opt-4.c: Likewise.
4319         * gcc.c-torture/execute/string-opt-6.c: Likewise.
4320         * gcc.c-torture/execute/string-opt-7.c: Likewise.
4321         * gcc.c-torture/execute/string-opt-8.c: Likewise.
4322         * gcc.c-torture/execute/string-opt-9.c: Likewise.
4323         * gcc.c-torture/execute/string-opt-10.c: Likewise.
4324         * gcc.c-torture/execute/string-opt-11.c: Likewise.
4325         * gcc.c-torture/execute/string-opt-12.c: Likewise.
4326
4327         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
4328         * gcc.c-torture/execute/string-opt-4.c: Test index.
4329
4330 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
4331
4332         * gcc.c-torture/compile/20001226-1.c: New test.
4333
4334 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4335
4336         * gcc.c-torture/compile/20001222-1.c: New test.
4337         * gcc.c-torture/compile/20001222-1.x: Xfail.
4338
4339 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
4340
4341         * gcc.c-torture/execute/comp-goto-2.c: New test.
4342
4343 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
4344
4345         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
4346         Use long types if __INT_MAX__ is 32767.
4347         (main): Use cast to (sint32 *) when poking 88 into a_page.
4348
4349         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
4350
4351 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
4352
4353         * gcc.c-torture/compile/20001221-1.c: New test.
4354         * gcc.c-torture/execute/20001221-1.c: New test.
4355
4356 2000-12-20  Richard Henderson  <rth@redhat.com>
4357
4358         * g++.old-deja/g++.pt/crash36.C: Update error lines.
4359         * g++.old-deja/g++.robertl/eb109.C: Likewise.
4360
4361 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4362
4363         * gcc.dg/compare3.c: New test.
4364
4365 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4366
4367         * gcc.dg/format-warnll-1.c: New test.
4368
4369 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
4370
4371         * gcc.dg/cpp/cmdlne-P.c: New test.
4372
4373 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4374
4375         * gcc.c-torture/execute/builtin-abs-1.c,
4376         gcc.c-torture/execute/builtin-abs-2.c: New tests.
4377
4378 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4379
4380         * gcc.dg/cpp/multiline.c: New test.
4381
4382 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
4383
4384         * g++.old-deja/g++.other/syshdr1.C: Update.
4385         * gcc.dg/cpp/lineflags.c: Remove temporarily.
4386
4387 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4388
4389         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
4390
4391 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4392
4393         * g++.old-deja/g++.pt/ttp65.C: New test.
4394
4395 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4396
4397         * g++.old-deja/g++.pt/ttp64.C: New test.
4398
4399 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4400
4401         * g++.old-deja/g++.pt/spec33.C: New test.
4402
4403 2000-12-14  Catherine Moore  <clm@redhat.com>
4404
4405         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
4406         * gcc.c-torture/execute/920612-2.c: Likewise.
4407         * gcc.c-torture/execute/920428-2.c: Likewise.
4408         * gcc-c-torture/execute/va-arg-11.c: Call exit.
4409         * gcc.c-torture/execute/va-arg-21.c: Likewise.
4410
4411 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4412
4413         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
4414         * gcc.dg/pack-test-2.c: Likewise.
4415
4416 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4417
4418         Tests by Zack Weinberg <zackw@stanford.edu>.
4419
4420         * gcc.dg/cpp/defined.c: Update.
4421         * gcc.dg/cpp/defined_trad.c: New tests.
4422
4423 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
4424
4425         * gcc.dg/cpp/trad-direct.c: Update.
4426
4427 2000-12-11  Neil Booth  <neilb@earthling.net>
4428
4429         * gcc.dg/cpp/defined_trad.c
4430
4431 2000-12-11  Neil Booth  <neilb@earthling.net>
4432
4433         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
4434
4435 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4436
4437         * gcc.dg/format-miss-2.c: New test.
4438
4439 2000-12-09  Neil Booth  <neilb@earthling.net>
4440
4441         * gcc.dg/cpp/lineflags.c: New tests.
4442         * gcc.dg/cpp/poison.c: Update.
4443         * gcc.dg/cpp/redef2.c: Update.
4444         * gcc.dg/cpp/skipping.c: New test.
4445
4446 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
4447
4448         * g++.old-deja/g++.other/eh3.C: New testcase.
4449
4450 2000-12-07  Neil Booth  <neilb@earthling.net>
4451
4452         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
4453         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
4454         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
4455         wtr-union-init-2.c, wtr-union-init-3.c: Update.
4456         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
4457         Update.
4458
4459 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4460
4461         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
4462         __SIZE_TYPE__ instead of int for type of integers cast to
4463         pointers.
4464
4465 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
4466
4467         * g++.old-deja/g++.other/cleanup4.C: New test.
4468
4469 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4470
4471         * format-sec-1.c: New test.
4472
4473 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4474
4475         * gcc.dg/format-nonlit-3.c: New test.
4476
4477 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4478
4479         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
4480         through a null pointer.
4481
4482 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4483
4484         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
4485         * g++.old-deja/g++.pt/partial4.C: New test.
4486
4487 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4488
4489         * gcc.c-torture/execute/ieee/hugeval.x: New.
4490
4491 2000-12-06  Neil Booth  <neilb@earthling.net>
4492
4493         * gcc.dg/cpp/backslash2.c: New tests.
4494
4495 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4496
4497         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
4498         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
4499
4500 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
4501
4502         * gcc.c-torture/execute/20001203-2.c: New testcase.
4503
4504 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
4505
4506         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
4507         * g++.old-deja/g++.other/virtual10.C: New test.
4508
4509 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
4510
4511         * g++.old-deja/g++.mike/pmf5.C: Remove test.
4512
4513 2000-12-05  Richard Henderson  <rth@redhat.com>
4514
4515         * gcc.c-torture/compile/20001205-1.c: New.
4516
4517 2000-12-04  Neil Booth  <neilb@earthling.net>
4518
4519         * g++.old-deja/g++.other/virtual9.C: New test.
4520         * g++.old-deja/g++.pt/crash61.C: New test.
4521         * gcc.c-torture/execute/loop-9.c: New test.
4522
4523 2000-12-04  Neil Booth  <neilb@earthling.net>
4524
4525         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
4526         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
4527         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
4528         * gcc.dg/cpp/extratokens.c: ...here.
4529
4530 2000-12-04  Neil Booth  <neilb@earthling.net>
4531
4532         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
4533         New tests.
4534
4535 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4536
4537         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
4538         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
4539
4540 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4541
4542         * gcc.c-torture/execute/20001203-1.c: New test.
4543
4544 2000-12-03  Neil Booth  <neilb@earthling.net>
4545
4546         * gcc.dg/cpp/macro6.c: New test cases.
4547
4548 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4549
4550         * gcc.c-torture/execute/string-opt-9.c: New test.
4551         * gcc.c-torture/execute/string-opt-10.c: Likewise.
4552         * gcc.c-torture/execute/string-opt-11.c: Likewise.
4553         * gcc.c-torture/execute/string-opt-12.c: Likewise.
4554
4555         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
4556         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
4557
4558 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
4559
4560         * gcc.dg/cpp/if-6.c: New testcase.
4561
4562         * gcc.dg/20001201-1.c: New testcase.
4563
4564 2000-12-02  Neil Booth  <neilb@earthling.net>
4565
4566         * g++.old-deja/g++.other/externC4.C,
4567         g++.old-deja/g++.other/friend10.C: New tests.
4568
4569 2000-12-02  Neil Booth  <neilb@earthling.net>
4570
4571         * g++.old-deja/g++.other/instan2.C
4572         * g++.old-deja/g++.other/instan3.C: New test.
4573
4574 2000-12-02  Neil Booth  <neilb@earthling.net>
4575
4576         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
4577         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
4578         gnuc99.c,gnuc99-pedantic.c: New tests.
4579
4580 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4581
4582         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
4583         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
4584
4585 2000-12-01  Neil Booth  <neilb@earthling.net>
4586
4587         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
4588         * gcc.dg/cpp/poison.c: Update.
4589         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
4590
4591 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
4592
4593         * g77.f-torture/execute/20001201.f: New test.
4594
4595 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4596
4597         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
4598
4599 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
4600
4601         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
4602
4603 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
4604
4605         * g++.old-deja/g++.other/cast6.C: New test.
4606
4607 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
4608
4609         * gcc.c-torture/execute/20001130-2.c: New testcase.
4610
4611 2000-11-30  Richard Henderson  <rth@redhat.com>
4612
4613         * gcc.c-torture/execute/20001130-1.c: New test.
4614
4615 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4616
4617         * g++.old-deja/g++.other/op3.C: New test.
4618
4619 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4620
4621         * g++.old-deja/g++.other/op2.C: New test.
4622
4623 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
4624
4625         * g++.old-deja/g++.other/crash38.C: New test.
4626
4627 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
4628
4629         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
4630
4631 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
4632
4633         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
4634         tests.
4635         * gcc.c-torture/execute/string-opt-6.c: New test.
4636
4637         * gcc.dg/20001117-1.c: Add main.
4638
4639 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
4640
4641         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
4642         Move from here ...
4643         * gcc.dg/940510-1.c: ... to here.
4644
4645         * gcc.dg/20000926-1.c: GNU C now allows initializations of
4646         zero-size arrays in toplevel structures.
4647
4648 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
4649
4650         * gcc.c-torture/execute/loop-8.c: New test.
4651
4652 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4653
4654         * g++.old-deja/g++.other/base1.C: New test.
4655
4656 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4657
4658         * g++.old-deja/g++.other/parse2.C: New test.
4659
4660 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4661
4662         * g++.old-deja/g++.pt/incomplete1.C: New test.
4663
4664 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4665
4666         * g++.old-deja/g++.other/friend9.C: New test.
4667
4668 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
4669
4670         * gcc.dg/20001127-1.c: New test.
4671
4672 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
4673
4674         * g++.old-deja/g++.pt/friend46.C: New test.
4675
4676 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
4677
4678         * g++.old-deja/g++.other/ptrmem8.C: New test.
4679
4680 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4681
4682         * gcc.c-torture/execute/string-opt-7.c: New test.
4683         * gcc.c-torture/execute/string-opt-8.c: Likewise.
4684
4685 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
4686
4687         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
4688         instead of 'mkcheck 2'.
4689
4690 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4691
4692         * gcc.c-torture/execute/memcheck/driver.c,
4693         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
4694         C9X references to refer to C99.
4695
4696 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
4697
4698         * gcc.dg/ultrasp3.c: New test.
4699
4700 2000-11-25  Neil Booth  <neilb@earthling.net>
4701
4702         * gcc.dg/cpp/include2.c: Update test to be locale independent.
4703
4704 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
4705
4706         * gcc.c-torture/compile/20001123-2.c: New.
4707
4708 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4709
4710         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
4711
4712 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
4713
4714         * gcc.dg/sequence-point-1.c: Add some new tests.
4715         * gcc.c-torture/execute/20001124-1.c: New test.
4716
4717 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
4718
4719         * g++.old-deja/g++.other/vaarg4.C: New test.
4720         * gcc.c-torture/compile/20001123-1.c: New test.
4721
4722 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
4723
4724         * g++.other/crash24.C: Adjust and remove XFAIL.
4725         * g++.other/crash37.C: New test.
4726
4727 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
4728
4729         * g++.old-deja/g++.pt/instantiate9.C: New test.
4730
4731 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
4732
4733         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
4734         new ABI, too.
4735
4736         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
4737         * g++.old-deja/g++.robertl/eb55.C: Likewise.
4738
4739 2000-11-22  Neil Booth  <neilb@earthling.net>
4740
4741         * gcc.dg/cpp/Wtrigraphs.c: New test.
4742
4743 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
4744
4745         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
4746
4747 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
4748
4749         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
4750
4751 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
4752
4753         * lib/gcc-dg.exp: load_lib scanasm.exp.
4754         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
4755         * lib/g++-dg.exp: load_lib scanasm.exp.
4756         * lib/scanasm.exp: New.
4757         (scan-assembler, scan-assembler-not): Add optional arguments to
4758         test name, or if not present, the pattern name.
4759         (scan-assembler-dem, scan-assembler-dem-not): New.
4760
4761         * g++.dg/dg.exp: New.
4762
4763 2000-11-21  Neil Booth  <neilb@earthling.net>
4764
4765         * gcc.dg/cpp/integrated1.c: Remove.
4766
4767 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
4768
4769         * gcc.c-torture/execute/20001121-1.c: New test.
4770
4771 2000-11-21  Richard Henderson  <rth@redhat.com>
4772
4773         * gcc.c-torture/compile/20001121-1.c: New test.
4774
4775 2000-11-20  Neil Booth  <neilb@earthling.net>
4776
4777         * gcc.dg/cpp/integrated1.c: New test.
4778
4779 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
4780
4781         * g++.old-deja/g++.other/inline17.C: New test.
4782
4783 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
4784
4785         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
4786         local variable to be zero: I made the variable global. Now
4787         uses abort() and exit() instead of relying on main's return value.
4788
4789 2000-11-20  Neil Booth  <neilb@earthling.net>
4790
4791         * gcc.dg/cpp/paste2.c: Update test.
4792         * objc/execute/paste.m: New test.
4793
4794 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4795
4796         * gcc.dg/c99-condexpr-1.c: New test.
4797
4798 2000-11-20  Neil Booth  <neilb@earthling.net>
4799
4800         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
4801
4802 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
4803
4804         * g++.old-deja/g++.pt/export1.C: New test.
4805
4806 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
4807
4808         * gcc.dg/20001117-1.c: New test.
4809
4810 2000-11-18  Richard Henderson  <rth@redhat.com>
4811
4812         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
4813
4814 2000-11-18  Richard Henderson  <rth@redhat.com>
4815
4816         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
4817         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
4818         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
4819
4820 2000-11-18  Richard Henderson  <rth@redhat.com>
4821
4822         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
4823         (main): New.  Exit cleanly.
4824
4825 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4826
4827         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
4828         gcc.dg/c99-fordecl-2.c: New tests.
4829
4830 2000-11-18  Richard Henderson  <rth@redhat.com>
4831
4832         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
4833         * gcc.c-torture/execute/zerolen-2.c: New.
4834
4835 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4836
4837         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
4838         memory.
4839
4840 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4841
4842         * g++.old-deja/g++.pt/instantiate8.C: New test.
4843
4844 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
4845
4846         * g++.old-deja/g++.other/incomplete.C: Add more tests.
4847         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
4848
4849 2000-11-16  Nick Clifton  <nickc@redhat.com>
4850
4851         * gcc.c-torture/execute/nestfunc-2.c: New test.
4852         * gcc.c-torture/execute/nestfunc-3.c: New test.
4853
4854 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4855
4856         * gcc.c-torture/compile/20001116-1.c: New test.
4857
4858 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4859
4860         * gcc.c-torture/execute/20001115-1.c: New test.
4861
4862 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
4863
4864         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
4865         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
4866         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
4867         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4868
4869 2000-11-15  Neil Booth  <neilb@earthling.net>
4870
4871         gcc.dg/cpp/_Pragma1.c: Update.
4872         gcc.dg/cpp/_Pragma2.c: New test.
4873
4874 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
4875
4876         * g++.old-deja/g++.other/anon5.C: New test.
4877
4878 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
4879
4880         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
4881         tests.
4882
4883 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
4884
4885         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
4886         output.
4887
4888 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4889
4890         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
4891         labels at end of compound statements.
4892
4893 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
4894
4895         * gcc.c-torture/execute/loop-7.c: New test.
4896
4897 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4898
4899         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
4900
4901 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4902
4903         * gcc.dg/c99-bool-1.c: New test.
4904
4905 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
4906
4907         * gcc.dg/c99-scope-1.c: Remove xfail.
4908         * gcc.dg/c99-scope-2.c: New test.
4909
4910 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4911
4912         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
4913         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
4914
4915 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
4916
4917         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
4918         error messages.
4919
4920         * g++.mike/p700.C: Don't typedef wchar_t.
4921         * g++.mike/p784.C: Likewise.
4922         * g++.mike/eb101.C: Don't use __wchar_t.
4923
4924 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
4925
4926         * g77.f-torture/execute/20001111.[fx]: Test premature exit
4927         from DO loop.
4928
4929 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
4930
4931         * gcc.c-torture/execute/20001111-1.c: New test.
4932
4933 2000-11-10  Nick Clifton  <nickc@redhat.com>
4934
4935         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
4936         long multuiple and accumulate.
4937
4938 2000-11-09  Richard Henderson  <rth@redhat.com>
4939
4940         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
4941         via size_t instead of int.
4942
4943         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
4944         * gcc.c-torture/execute/string-opt-2.c: Likewise.
4945         * gcc.c-torture/execute/string-opt-3.c: Likewise.
4946         * gcc.c-torture/execute/string-opt-4.c: Likewise.
4947
4948 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
4949
4950         * gcc.c-torture/compile/20001109-1.c: New test.
4951         * gcc.c-torture/compile/20001109-2.c: New test.
4952
4953 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
4954
4955         * g++.old-deja/g++.pt/operator1.C: New test.
4956         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
4957
4958 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4959
4960         * gcc.dg/20001108-1.c: New test.
4961
4962 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
4963
4964         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
4965         with both arguments constant strings.
4966         * gcc.c-torture/execute/string-opt-3.c: New test.
4967         * gcc.c-torture/execute/string-opt-4.c: New test.
4968         * gcc.c-torture/execute/string-opt-5.c: New test.
4969
4970 2000-11-08  Nick Clifton  <nickc@redhat.com>
4971
4972         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
4973         mulsidi3adddi patterns.
4974
4975 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
4976
4977         * g++.old-deja/g++.other/crash36.C: New test.
4978
4979 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
4980
4981         * g++.old-deja/g++.other/init16.C: New test.
4982
4983 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
4984
4985         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
4986
4987 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
4988
4989         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
4990         * gcc.c-torture/execute/va-arg-16.x: Likewise.
4991         * gcc.c-torture/execute/va-arg-17.x: Likewise.
4992
4993 2000-11-07  DJ Delorie  <dj@redhat.com>
4994
4995         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
4996
4997 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4998
4999         * gcc.c-torture/execute/string-opt-1.c: New test.
5000
5001 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
5002
5003         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
5004         mips-sgi-irix6.* because the MIPS ABI passes floating-point
5005         parameters in registers, and there is no way for a varargs
5006         function to know in which order the integer and floating-point
5007         parameters should be interleaved when they are placed on the
5008         stack.
5009         * gcc.c-torture/execute/va-arg-16.x: Likewise.
5010         * gcc.c-torture/execute/va-arg-17.x: Likewise.
5011
5012 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5013
5014         * gcc.c-torture/execute/string-opt-2.c: New test.
5015
5016 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
5017
5018         * g++.old-deja/g++.pt/crash60.C: New test.
5019
5020 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5021
5022         * g++.old-deja/g++.other/crash24.C: New test.
5023         * g++.old-deja/g++.other/crash25.C: New test.
5024         * g++.old-deja/g++.other/crash26.C: New test.
5025         * g++.old-deja/g++.other/crash27.C: New test.
5026         * g++.old-deja/g++.other/crash28.C: New test.
5027         * g++.old-deja/g++.other/crash29.C: New test.
5028         * g++.old-deja/g++.other/crash30.C: New test.
5029         * g++.old-deja/g++.other/crash31.C: New test.
5030         * g++.old-deja/g++.other/crash32.C: New test.
5031         * g++.old-deja/g++.other/crash33.C: New test.
5032         * g++.old-deja/g++.other/crash34.C: New test.
5033         * g++.old-deja/g++.other/crash35.C: New test.
5034
5035 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
5036
5037         * gcc.c-torture/execute/20001031-1.c: New test.
5038
5039 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
5040
5041         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
5042         namespace.
5043
5044         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
5045         standards-conformant.
5046
5047         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
5048
5049         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
5050         * g++.old-deja/g++.mike/p755a.C: Likewise.
5051         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
5052         library makes no calls to `operator new' during initialization.
5053
5054 2000-11-04  Neil Booth  <neilb@earthling.net>
5055
5056         * gcc.dg/cpp/include2.c: New tests.
5057
5058 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
5059
5060         * lib/g++.exp (g++_set_ld_library_path): New function.
5061         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
5062
5063 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
5064
5065         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
5066         warnings.
5067
5068 2000-11-01  Richard Henderson  <rth@redhat.com>
5069
5070         * g++.old-deja/g++.ext/namedret1.C: New.
5071         * g++.old-deja/g++.ext/namedret2.C: New.
5072         * g++.old-deja/g++.ext/namedret3.C: New.
5073
5074 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
5075
5076         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
5077         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
5078
5079 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5080
5081         * gcc.c-torture/execute/va-arg-21.c: New test.
5082
5083 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5084
5085         * gcc.dg/c99-complex-2.c: New test.
5086
5087 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5088
5089         * gcc.c-torture/execute/stdio-opt-1.c: New test.
5090
5091 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
5092
5093         * g++.old-deja/g++.other/inline16.C: New test.
5094
5095 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
5096
5097         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
5098         __PRETTY_FUNCTION__
5099
5100 2000-10-29  Neil Booth  <neilb@earthling.net>
5101
5102         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
5103         New tests.
5104         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
5105         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
5106         optimisation.
5107
5108 2000-10-29  Neil Booth  <neilb@earthling.net>
5109
5110         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
5111         * mi1.c, mi1c.h: Add null directives to multiple-include test.
5112         * mi5.c: Test multiple includes work with -C.
5113         * trigraphs.c: Test ^= version.
5114
5115 2000-10-28  Neil Booth  <neilb@earthling.net>
5116
5117         New tests and test updates for new macro expander.
5118
5119         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
5120         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
5121         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
5122         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
5123         new diagnostic messages.
5124
5125         * gcc.dg/cpp/macro3.c: New tests.
5126
5127 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
5128
5129         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
5130         on the same line.
5131
5132 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
5133
5134         * g++.old-deja/g++.other/eh2.C: New test.
5135
5136 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
5137
5138         * gcc.c-torture/execute/20001027-1.c: New test.
5139
5140 2000-10-26  Richard Henderson  <rth@redhat.com>
5141
5142         * gcc.c-torture/execute/20001026-1.c: New.
5143
5144 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
5145
5146         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
5147         * g++.old-deja/g++.law/builtin1.C: Likewise.
5148         * g++.old-deja/g++.law/ctors10.C: Likewise.
5149         * g++.old-deja/g++.law/virtual3.C: Likewise.
5150         * g++.old-deja/g++.mike/p658.C: Likewise.
5151         * g++.old-deja/g++.other/sibcall1.C: Likewise.
5152         * g++.old-deja/g++.other/vaarg2.C: Likewise.
5153         * g++.old-deja/g++.robertl/eb124.C: Likewise.
5154         * g++.old-deja/g++.robertl/eb44.C: Likewise.
5155         * g++.old-deja/g++.robertl/eb77.C: Likewise.
5156
5157 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
5158
5159         * gcc.c-torture/compile/20001024-1.c: New test.
5160
5161 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
5162
5163         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
5164         to tell us whether or not we are using V3.
5165
5166 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
5167
5168         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
5169         operands.
5170
5171 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5172
5173         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
5174
5175 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
5176
5177         * gcc.c-torture/execute/20001024-1.c: New test.
5178
5179 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
5180
5181         * g++.old-deja/g++.other/sibcall1.C: New test.
5182
5183 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
5184
5185         * gcc.dg/noncompile/init-3.c: New test.
5186
5187 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
5188
5189         * gcc.dg/format-array-1.c: New test.
5190
5191 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5192
5193         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
5194         writing through null pointers; remove comment about testing
5195         unterminated strings.
5196
5197 2000-10-17  Matthew Hiller  <hiller@redhat.com>
5198
5199         * gcc.c-torture/execute/20001017-2.c: New test.
5200
5201 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5202
5203         * gcc.c-torture/compile/20001018-1.c: New test.
5204         * gcc.c-torture/compile/20001018-1.x: Xfail.
5205
5206 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5207
5208         * gcc.c-torture/execute/20001017-1.c: New test.
5209
5210 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5211
5212         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
5213         for multiple use of arguments with scanf formats; add tests for
5214         multiple use of arguments.
5215
5216 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
5217
5218         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
5219
5220 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5221
5222         * gcc.dg/format-miss-1.c: New test.
5223
5224 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
5225
5226         * gcc.c-torture/execute/20001013-1.c: New test.
5227
5228 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
5229
5230         * gcc.dg/format-branch-1.c: New test.
5231
5232 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
5233
5234         * README, lib/file-format.exp: Remove EGCS references.
5235
5236 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
5237
5238         * gcc.dg/20001013-1.c: New test.
5239
5240 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
5241
5242         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
5243         for intmax_t in the compiler using __typeof__ and the type rules
5244         for conditional expressions.
5245
5246 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * gcc.dg/20001012-1.c: New test.
5249         * gcc.dg/20001012-2.c: New test.
5250
5251 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5252
5253         * gcc.dg/format-attr-1.c: New test.
5254
5255 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5256
5257         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
5258         __LONG_LONG_MAX__ instead of LLONG_MAX.
5259
5260 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5261
5262         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
5263         scanf flags.
5264         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
5265         flags.
5266
5267 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
5268
5269         * gcc.dg/sequence-pt-1.c: New test.
5270
5271 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
5272
5273         * gcc.c-torture/execute/20001011-1.c: New testcase.
5274         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
5275
5276 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
5277
5278         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
5279         does not error on it.
5280
5281 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
5282
5283         * gcc.dg/20001009-1.c: New test.
5284
5285 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5286
5287         * gcc.c-torture/compile/20001009-1.c: Move from here ....
5288         * gcc.c-torture/execute/20001009-2.c: ... to here.
5289
5290 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
5291
5292         * gcc.c-torture/compile/20001009-1.c: New testcase.
5293         * gcc.c-torture/execute/20001009-1.c: New testcase.
5294         Testcases provided by Jan Hubicka <jh@suse.cz>.
5295
5296 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5297
5298         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
5299         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
5300         uintmax_t using <limits.h> to emulate the compiler's internal
5301         logic.  No longer XFAIL %j tests.
5302
5303 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5304
5305         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
5306         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
5307         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
5308         regexps and details of expected handling of some bad formats.
5309         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
5310         suppression.
5311
5312 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5313
5314         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
5315         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
5316         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
5317         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
5318         in list archives.
5319
5320 2000-10-06  Richard Henderson  <rth@cygnus.com>
5321
5322         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
5323         * g++.old-deja/g++.brendan/crash52.C: Likewise.
5324         * g++.old-deja/g++.jason/report.C: Likewise.
5325         * g++.old-deja/g++.law/friend5.C: Likewise.
5326         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
5327         of the expected warnings.
5328
5329 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
5330
5331         * g++.old-deja/g++.pt/enum14.C: New test.
5332
5333 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
5334
5335         * g++.old-deja/g++.pt/crash59.C: New test.
5336
5337 2000-10-04  Will Cohen  <wcohen@redhat.com>
5338
5339         * gcc.dg/20000926-1.c: New test.
5340
5341 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
5342
5343         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
5344         function name for current C++ compiler.
5345         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
5346
5347 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
5348
5349         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
5350         __PRETTY_FUNCTION__.
5351         * g++.old-deja/g++.ext/pretty2.C: Likewise.
5352
5353 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5354
5355         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
5356
5357 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
5358
5359         * gcc.c-torture/compile/20000923-1.c: New test.
5360
5361 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5362
5363         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
5364         * g++.old-deja/g++.pt/ttp62.C: Same.
5365         * g++.old-deja/g++.other/inline14.C: Same.
5366
5367 2000-09-24  Richard Henderson  <rth@cygnus.com>
5368
5369         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
5370
5371 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5372
5373         * gcc.dg/c90-printf-1.c: Add test for wide string format.
5374
5375 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
5376
5377         * gcc.c-torture/compile/20000922-1.c: New file.
5378
5379 2000-09-21  Nick Clifton  <nickc@redhat.com>
5380
5381         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
5382         a signed long modulo operation.
5383         (mod6): New funciton - perform an unsigned long modulo operation.
5384         (main): Add tests for modulos of very large numbers by very small
5385         dividends.
5386
5387 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5388
5389         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
5390
5391 2000-09-19  Richard Henderson  <rth@cygnus.com>
5392
5393         * gcc.dg/compare2.c (case 10): XFAIL.
5394
5395 2000-09-18  Richard Henderson  <rth@cygnus.com>
5396
5397         * gcc.c-torture/execute/20000906-1.c: Move ...
5398         * gcc.dg/20000906-1.c: ... here.  Only run on targets
5399         that support __builtin_trap.
5400
5401 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
5402
5403         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
5404
5405 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5406
5407         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
5408         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
5409         more $ format tests.
5410
5411 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5412
5413         * gcc.dg/format-errmk-1.c: New test.
5414
5415 2000-09-17  Greg McGary  <greg@mcgary.org>
5416
5417         * gcc.c-torture/execute/20000917-1.x: Remove.
5418
5419 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5420
5421         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
5422
5423 2000-09-17  Greg McGary  <greg@mcgary.org>
5424
5425         * gcc.c-torture/execute/20000917-1.c: New test.
5426         * gcc.c-torture/execute/20000917-1.x: XFAIL.
5427
5428 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
5429
5430         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
5431         in nested macro bug.
5432
5433 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
5434
5435         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
5436
5437 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
5438
5439         * gcc.c-torture/execute/20000914-1.c: New test.
5440
5441 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
5442
5443         * g++.other/inline13.C: New test.
5444
5445 2000-09-12  Andreas Jaeger  <aj@suse.de>
5446
5447         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
5448         constant by Ulrich Drepper <drepper@redhat.com>.
5449
5450 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
5451
5452         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
5453
5454 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5455
5456         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
5457
5458 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
5459
5460         * gcc.dg/cpp/backslash.c: New test.
5461
5462 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
5463
5464         * gcc.c-torture/execute/20000910-1.c: New test.
5465         * gcc.c-torture/execute/20000910-2.c: Likewise.
5466
5467 2000-09-11  Robert Lipe  <robertl@sco.com>
5468
5469         * gcc.dg/pragma-align.c: New test.
5470
5471 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
5472
5473         * g++.old-deja/g++.pt/explicit82.C: New test.
5474         * g++.old-deja/g++.pt/explicit83.C: New test.
5475
5476 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
5477
5478         * gcc.dg/asm-names.c: New test.
5479
5480 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5481
5482         * gcc.dg/cpp/tr-warn6.c: New test
5483
5484 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5485
5486         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
5487         be accepted.
5488
5489 2000-09-07  Catherine Moore  <clm@redhat.com>
5490
5491         * gcc.c-torture/execute/unroll-1.c: New test.
5492
5493 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
5494
5495         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
5496         ERROR markers.
5497         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
5498         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
5499         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
5500         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
5501         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
5502         Preprocess only.
5503         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
5504         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
5505
5506 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5507
5508         * g++.old-deja/g++.pt/deduct2.C: New test.
5509
5510 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5511
5512         * g++.old-deja/g++.pt/parms2.C: New test.
5513
5514 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5515
5516         * g++.old-deja/g++.pt/crash58.C: New test.
5517
5518 2000-09-06  Greg McGary  <greg@mcgary.org>
5519
5520         * gcc.c-torture/execute/20000906-1.c: New test.
5521         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
5522
5523 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5524
5525         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
5526
5527 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5528
5529         * g++.old-deja/g++.pt/crash57.C: New test.
5530
5531 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5532
5533         * g++.old-deja/g++.pt/crash56.C: New test.
5534
5535 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5536
5537         * g++.old-deja/g++.pt/koenig1.C: New test.
5538
5539 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
5540
5541         * gcc.dg/20000904-1.c: New test.
5542
5543 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
5544
5545         * gcc.dg/cpp/paste8.c: New test.
5546
5547 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
5548
5549         * gcc.c-torture/compile/20000827-1.c: New test.
5550
5551 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5552
5553         * gcc.dg/format-diag-1.c: New test.
5554
5555 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
5556
5557         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
5558         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
5559         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
5560         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
5561         gcc.dg/formatz-1.c: Adjust warning regular expressions.
5562
5563 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
5564
5565         * g++.old-deja/g++.other/nested4.C: New test.
5566
5567 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
5568
5569         * g++.old-deja/g++.ns/scoped1.C: New test.
5570
5571 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
5572
5573         * lib/g++.exp: Support testing already-installed GCC.
5574
5575 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5576
5577         * wtr-label-1.c, wtr-suffix-1.c: New tests.
5578
5579 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5580
5581         * gcc.dg/return-type-2.c: New test.
5582
5583 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
5584
5585         * gcc.c-torture/compile/20000825-1.c: New test.
5586
5587 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
5588
5589         * gcc.dg/dwarf2-2.c: New test.
5590
5591 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
5592
5593         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
5594         dg-warning regexps.
5595
5596 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5597
5598         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
5599         gcc.dg/format-ext-5.c: New tests.
5600
5601 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
5602
5603         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
5604
5605 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
5606
5607         * gcc.dg/noncompile/930622-2.c: Adjust error message.
5608
5609 2000-08-24  Richard Henderson  <rth@cygnus.com>
5610
5611         * gcc.dg/ia64-sync-1.c: New test.
5612         * gcc.dg/ia64-sync-2.c: New test.
5613         * gcc.dg/ia64-asm-1.c: New test.
5614
5615 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
5616
5617         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
5618         * gcc.dg/format-ext-2.c: New test.
5619
5620 2000-08-23  Jason Merrill  <jason@redhat.com>
5621
5622         * lib/old-dejagnu.exp: Also ignore "In member function" and
5623         "At global scope".
5624
5625 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5626
5627         * gcc.dg/noncompile/label-lineno-1.c: New test.
5628
5629 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5630
5631         * gcc.dg/c99-array-nonobj-1.c: New test.
5632
5633 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5634
5635         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
5636         tests.
5637         * gcc.dg/format-ext-1.c: New test.
5638
5639 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5640
5641         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
5642         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
5643         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
5644         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
5645         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
5646
5647 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
5648
5649         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
5650         gcc.dg/c99-strftime-2.c: New tests.
5651
5652 2000-08-22  Richard Henderson  <rth@cygnus.com>
5653
5654         * gcc.c-torture/execute/20000822-1.c: New test.
5655
5656 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
5657
5658         * gcc.c-torture/execute/20000819-1.x: Remove.
5659
5660 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5661
5662         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
5663         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
5664         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
5665         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
5666         gcc.dg/format-xopen-1.c: New tests.
5667
5668 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5669
5670         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
5671
5672 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
5673
5674         * g++.old-deja/g++.other/loop2.C: New test.
5675
5676         * gcc.c-torture/compile/20000606-1.c: New test.
5677         * gcc.c-torture/compile/20000728-1.c: New test.
5678         * gcc.c-torture/execute/20000801-1.c: New test.
5679         * gcc.c-torture/execute/20000801-2.c: New test.
5680         * gcc.c-torture/execute/20000819-1.c: New test.
5681         * gcc.c-torture/execute/20000819-1.x: XFAIL.
5682         * gcc.dg/20000629-1.c: New test.
5683         * gcc.dg/20000724-1.c: New test.
5684         * gcc.dg/20000807-1.c: New test.
5685
5686 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
5687
5688         * gcc.dg/cpp/pragma-1.c: New test.
5689         * gcc.dg/cpp/pragma-2.c: New test.
5690
5691 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
5692
5693         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
5694         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
5695
5696 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5697
5698         * gcc.c-torture/compile/20000818-1.c: New test.
5699
5700 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
5701
5702         * gcc.c-torture/execute/20000818-1.c: New test.
5703
5704 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5705
5706         * gcc.dg/format-va-1.c: New test.
5707
5708 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5709
5710         * g++.old-deja/g++.other/typedef8.C: New test.
5711
5712 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5713
5714         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
5715         * g++.old-deja/g++.mike/net36.C: Mark candidate.
5716         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
5717         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
5718         * g++.old-deja/g++.other/ptrmem7.C: New test.
5719         * g++.old-deja/g++.pt/ptrmem10.C: New test.
5720
5721 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
5722
5723         * g++.old-deja/g++.pt/typename27.C: New test.
5724
5725 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
5726
5727         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
5728         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
5729         * g++.old-deja/g++.pt/friend45.C: New test.
5730         * g++.old-deja/g++.other/friend8.C: New test.
5731
5732 2000-08-15  Richard Henderson  <rth@cygnus.com>
5733
5734         * gcc.c-torture/execute/20000815-1.c: New test.
5735
5736 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
5737
5738         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
5739         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
5740         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
5741
5742 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
5743
5744         * g++.old-deja/g++.other/refinit2.C: New test.
5745
5746 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
5747
5748         * lib/c-torture.exp (c-torture): Make
5749         compiler_conditional_xfail_data global.
5750         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
5751         compiler_conditional_xfail_data machinery.
5752         (f-torture-execute): Likewise.
5753         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
5754         and only when unrolling loops.
5755
5756         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
5757
5758 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
5759
5760         * g++.old-deja/g++.pt/explicit81.C: New test.
5761
5762 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
5763
5764         * g++.old-deja/g++.pt/typename26.C: New test.
5765
5766 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
5767
5768         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
5769         warning.
5770
5771 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
5772
5773         * g++.old-deja/g++.other/array3.C: New test.
5774
5775 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5776
5777         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
5778         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
5779         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
5780         New tests.
5781
5782 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
5783
5784         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
5785         * g++.old-deja/g++.abi/vmihint.C: Likewise.
5786
5787 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
5788
5789         * gcc.c-torture/execute/20000808-1.c: New test.
5790
5791 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5792
5793         * gcc.dg/c90-const-expr-1.c: New test.
5794
5795 2000-08-08  Richard Henderson  <rth@cygnus.com>
5796
5797         * gcc.dg/noncompile/920923-1.c: Declare calloc.
5798
5799 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5800
5801         * gcc.dg/noncompile/const-ll-1.c: New test.
5802
5803 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
5804
5805         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
5806
5807 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
5808
5809         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
5810         that running programs linked against the shared version of libobjc
5811         run correctly.
5812
5813 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5814
5815         * gcc.dg/c99-printf-1.c: New test.
5816
5817 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
5818
5819         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
5820
5821 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
5822
5823         * gcc.c-torture/execute/20000731-1.x: Delete.
5824
5825 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
5826
5827         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
5828         and torture_without_loops as is done by c-torture.exp.
5829         (search_for): Copy from c-torture.exp.
5830         (gcc-dg-runtest): New function, drives a directory of tests
5831         iterating over the TORTURE_OPTIONS.
5832         (scan-assembler, scan-assembler-not): Move here from
5833         individual directory drivers.
5834
5835         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
5836         defined by lib/gcc-dg.exp.
5837         * gcc.dg/cpp/cpp.exp: Likewise.
5838         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
5839         gcc-dg-runtest, so we cycle over optimization options.
5840
5841         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
5842         * gcc.dg/compare2.c: No longer expected to fail.
5843
5844 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
5845
5846         * gcc.c-torture/execute/20000804-1.c: New test.
5847
5848 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5849
5850         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
5851
5852 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
5853
5854         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
5855
5856 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
5857
5858         * gcc.c-torture/compile/20000803-1.c: New test.
5859
5860 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5861
5862         * gcc.c-torture/execute/20000801-3.c,
5863         gcc.c-torture/execute/20000801-4.c: New tests.
5864         * gcc.c-torture/execute/20000801-3.x,
5865         gcc.c-torture/execute/20000801-4.x: Xfail.
5866
5867 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
5868
5869         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
5870         libobjc/.libs to allow for libtool.
5871
5872 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
5873
5874         * gcc.c-torture/compile/20000802-1.c: New test.
5875
5876 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
5877
5878         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
5879
5880 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
5881
5882         * gcc-c-torture/execute/20000731-2.c: New test.
5883
5884         * gcc.c-torture/execute/20000731-1.c: New test.
5885         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
5886
5887 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
5888
5889         * testsuite/gcc.dg/cpp/paste7.c: New test.
5890         * gcc.dg/cpp/20000725-1.c: New test.
5891
5892 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
5893
5894         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
5895         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
5896         declaration warning for __builtin_dwarf_reg_size.
5897
5898         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
5899
5900 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
5901
5902         * gcc.dg/noncompile/voidparam-1.c: New test.
5903
5904 2000-07-30  Richard Henderson  <rth@cygnus.com>
5905
5906         * gcc.dg/c90-digraph-1.c: Don't xfail.
5907         * gcc.dg/compare2.c (case 10): Xfail.
5908         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
5909
5910 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
5911
5912         * gcc.dg/c99-main-1.c: New test.
5913
5914 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
5915
5916         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
5917
5918 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
5919
5920         * gcc.c-tortuer/execute/20000726-1.c: New test.
5921
5922 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
5923
5924         * gcc.c-torture/execute/enum-2.c: New test.
5925
5926 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5927
5928         * gcc.dg/cpp/tr-warn3.c: New test.
5929
5930 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5931
5932         * g++.old-deja/g++.ext/implicit1.C: Remove.
5933         * g++.old-deja/g++.jason/c2.C: Remove
5934         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
5935         * g++.old-deja/g++.pt/crash16.C: Likewise.
5936         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
5937
5938 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5939
5940         * g++.old-deja/g++.other/for2.C: New test.
5941
5942 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
5943
5944         * gcc.dg/20000720-1.c: New test.
5945
5946 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
5947
5948         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
5949
5950 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
5951
5952         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
5953         * gcc.c-torture/execute/20000722-1.c: New.
5954         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
5955
5956 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
5957
5958         * gcc.dg/cpp/20000720-1.S: New test.
5959
5960 2000-07-21  Michael Meissner  <meissner@redhat.com>
5961
5962         * gcc.c-torture/execute/ieee/hugeval.c: New test.
5963
5964 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5965
5966         * g++.old-deja/g++.brendan/crash16.C,
5967         g++.old-deja/g++.brendan/parse3.C,
5968         g++.old-deja/g++.brendan/redecl1.C,
5969         g++.old-deja/g++.ns/template13.C,
5970         g++.old-deja/g++.other/decl4.C,
5971         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
5972
5973 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
5974
5975         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
5976         and "Internal error".
5977
5978         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
5979         regexps.
5980         * gcc.dg/cpp/paste6.c: New test.
5981
5982 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
5983
5984         * gcc.dg/cpp/tr-direct.c: New test.
5985
5986         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
5987         gcc.dg/cpp/undef1.c: Tweak error regexps.
5988
5989 2000-07-18  Eric Christopher <echristo@redhat.com>
5990
5991         * gcc.c-torture/compile/20000718-1.c: New test.
5992
5993 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
5994
5995         * cpplex.c (_cpp_push_token): If the token being pushed back
5996         is the previous token in this context, just subtract one from
5997         context->posn.
5998         * cppmacro.c (save_expansion): Clear aux field when storing a
5999         placemarker.
6000
6001 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
6002
6003         * gcc.dg/noncompile/redecl-1.c: New test.
6004
6005 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
6006
6007         * gcc.c-torture/execute/20000717-5.c: New test.
6008         * gcc.c-torture/execute/20000717-1.x: Removed.
6009
6010 2000-07-17  Richard Henderson  <rth@cygnus.com>
6011
6012         * gcc.c-torture/execute/20000717-4.c: New test.
6013
6014 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
6015
6016         * gcc.dg/cpp/syshdr.c: New test.
6017         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
6018
6019 2000-07-17  Neil Booth  <neilb@earthling.net>
6020
6021         * gcc.dg/cpp/cmdlne-dM.c: New test.
6022         * gcc.dg/cpp/cmdlne-dD.c: New test.
6023
6024 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
6025
6026         * gcc.c-torture/execute/20000717-3.c: New test.
6027
6028         * gcc.c-torture/compile/20000717-1.c: New test.
6029
6030 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
6031
6032         * gcc.c-torture/execute/20000717-2.c: New test.
6033
6034 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6035
6036         * gcc.dg/formatz-1.c: New test.
6037
6038         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
6039         * gcc.dg/c99-digraph-1.c: New tests.
6040
6041         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
6042         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
6043
6044         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
6045         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
6046         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
6047         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
6048         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
6049         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
6050         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
6051
6052 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
6053
6054         * gcc.c-torture/execute/20000717-1.c: New test.
6055         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
6056
6057 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
6058
6059         * gcc.c-torture/execute/20000715-2.c: New test.
6060         * gcc.dg/20000715-1.c: New test.
6061
6062 2000-07-15  Michael Meissner  <meissner@redhat.com>
6063
6064         * gcc.c-torture/execute/20000715-1.c: New test.
6065
6066 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
6067
6068         * gcc.c-torture/execute/20000707-1.c: New test.
6069
6070 2000-07-13  Neil Booth  <NeilB@earthling.net>
6071
6072         * testsuite/gcc.dg/cpp/digraph1.c,
6073         testsuite/gcc.dg/cpp/digraph2.c,
6074         testsuite/gcc.dg/cpp/digraphs.c: New tests.
6075
6076 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
6077
6078         * g77.f-torture/compile/20000630-2.f:  New test.
6079         * g77.f-torture/compile/20000630-2.x
6080
6081 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
6082
6083         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
6084
6085 2000-07-11  Neil Booth  <NeilB@earthling.net>
6086
6087         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
6088
6089 2000-07-11  Neil Booth  <NeilB@earthling.net>
6090
6091         * gcc.dg/cpp/cmdlne-C.c: New.
6092
6093 2000-07-09  Neil Booth  <NeilB@earthling.net>
6094
6095         * gcc.dg/cpp/directiv.c: New tests.
6096         * gcc.dg/cpp/undef1.c: Update.
6097
6098 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
6099
6100         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
6101
6102 2000-07-09  Neil Booth  <NeilB@earthling.net>
6103
6104         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
6105
6106 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
6107
6108         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
6109         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
6110
6111 2000-07-08  Neil Booth  <NeilB@earthling.net>
6112
6113         * gcc.dg/cpp/macsyntx.c: New tests.
6114
6115 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
6116
6117         * gcc.dg/20000707-1.c: New test.
6118
6119 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
6120
6121         * gcc.c-torture/execute/20000706-1.c: New test.
6122         * gcc.c-torture/execute/20000706-2.c: New test.
6123         * gcc.c-torture/execute/20000706-3.c: New test.
6124         * gcc.c-torture/execute/20000706-4.c: New test.
6125         * gcc.c-torture/execute/20000706-5.c: New test.
6126
6127 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
6128
6129         * g++.old-deja/g++.pt/instantiate7.C: New test.
6130
6131 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
6132
6133         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
6134         * g++.old-deja/g++.mike/thunk3.C: Likewise.
6135         * g++.old-deja/g++.other/rtti3.C: Likewise.
6136         * g++.old-deja/g++.other/rttid3.C: Likewise.
6137
6138 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
6139
6140         *  g77.f-torture/compile/20000630-1.x: Fix typo
6141
6142 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
6143
6144         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
6145         assembly output.
6146
6147 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
6148
6149         * gcc.dg/cpp/ident.c: New test.
6150
6151 2000-07-05  Neil Booth  <NeilB@earthling.net>
6152
6153         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
6154           gcc.dg/cpp/lexstrng.c: New tests.
6155
6156 2000-07-04  Neil Booth  <NeilB@earthling.net>
6157
6158         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
6159         * gcc.dg/cpp/strify2.c: Same.
6160
6161 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
6162
6163         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
6164         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
6165         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
6166         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
6167
6168         * testsuite/gcc.dg/cpp/macro1.c,
6169         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
6170         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
6171         testsuite/gcc.dg/cpp/strify1.c,
6172         testsuite/gcc.dg/cpp/strify2.c: New tests.
6173
6174 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
6175
6176         * gcc.c-torture/execute/20000703-1.c: New test.
6177
6178 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
6179
6180         * g++.old-deja/g++.pt (lookup10.C): New test.
6181
6182 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
6183
6184         * g++.old-deja/g++.pt (typename25.C): New test.
6185
6186 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
6187
6188         * gcc.c-torture/compile/20000701-1.c: New test.
6189
6190 2000-06-30  Nick Clifton  <nickc@cygnus.com>
6191
6192         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
6193         to test case.
6194
6195 2000-06-30  Catherine Moore  <clm@cygnus.com>
6196
6197         * gcc.c-torture/execute/align-1.c: New test.
6198
6199 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
6200
6201         * g++.old-deja/g++.pt/expr8.C: New test.
6202         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
6203
6204 2000-06-29  Nick Clifton  <nickc@cygnus.com>
6205
6206         * gcc.c-torture/compile/20000629-1.c: New test.
6207
6208 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
6209
6210
6211         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
6212         gcc.dg/noncompile directory, depending on whether they're
6213         preprocessor tests or not.  Annotate all the tests for the dg
6214         framework.
6215
6216         * gcc.c-torture/noncompile/noncompile.exp: Delete.
6217         * gcc.dg/noncompile/noncompile.exp: New.
6218
6219         * Moved files:
6220         Old name                                New name
6221         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
6222         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
6223         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
6224         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
6225         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
6226         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
6227         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
6228         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
6229         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
6230         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
6231         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
6232         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
6233         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
6234         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
6235         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
6236         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
6237         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
6238         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
6239         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
6240         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
6241         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
6242         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
6243         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
6244         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
6245
6246         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
6247         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
6248         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
6249         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
6250         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
6251         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
6252
6253 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
6254
6255         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
6256         declare one variable.  On the fourth, error.
6257         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
6258         declared by 20000628-1a.h.
6259
6260 2000-06-29  Richard Henderson  <rth@redhat.com>
6261
6262         * gcc.c-torture/execute/930529-1.x: New file.
6263         * gcc.dg/920413-1.c: Adjust expected warning text.
6264         * gcc.dg/980217-1.c: Declare abort.
6265         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
6266
6267 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
6268
6269         * g77.f-torture/compile/20000629-1.f: New test.
6270         * g77.f-torture/compile/20000629-1.x: Expected to fail.
6271
6272 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
6273
6274         Rearrange lots of files, removing entirely the
6275         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
6276         directories.
6277
6278         * Deleted files:
6279         gcc.c-torture/code_quality/code_quality.exp
6280         gcc.c-torture/special/special.exp
6281         gcc.failure/failure.exp
6282         gcc.failure/940409-1.x
6283         gcc.c-torture/compile/961203-1.x
6284
6285         * New files:
6286         gcc.misc-tests/linkage.exp
6287         gcc.c-torture/execute/920730-1t.c
6288         gcc.c-torture/execute/920730-1t.x
6289         gcc.c-torture/compile/920520-1.x
6290         gcc.c-torture/compile/920521-1.x
6291         gcc.c-torture/compile/981006-1.x
6292         gcc.c-torture/execute/eeprof-1.x
6293
6294         * Moved files (possibly with modifications to fit a new harness):
6295         Old name                                New name
6296         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
6297         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
6298         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
6299         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
6300         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
6301         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
6302         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
6303         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
6304         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
6305         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
6306         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
6307         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
6308         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
6309         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
6310
6311 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
6312
6313         * c-torture/compile/961203-1.x: Delete.
6314
6315         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
6316         not exit. Include stdio.h.
6317         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
6318         * gcc.misc-tests/dg-12.c: Likewise.
6319         * gcc.misc-tests/dg-5.c: Likewise.
6320         * gcc.misc-tests/dg-6.c: Likewise.
6321         * gcc.misc-tests/dg-7.c: Prototype abort.
6322         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
6323         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
6324         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
6325         not exit.
6326         * gcc.misc-tests/sieve.c: Use return from main, not exit.
6327         * gcc.misc-tests/sort2.c: Use return from main, not exit.
6328
6329 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
6330
6331         * gcc.dg/cpp/20000628-1.c: New test.
6332         * gcc.dg/cpp/20000628-1.h: New header for above test.
6333         * gcc.dg/cpp/20000628-1a.h: Likewise.
6334
6335 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
6336
6337         * gcc.dg/cpp: New directory.
6338         * gcc.dg/cpp/cpp.exp: New driver.
6339         * gcc.dg/cpp/20000627-1.c: New test.
6340         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
6341         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
6342         and rewrite as a compilation test.
6343
6344         * gcc.dg: Move many files into the cpp subdirectory, possibly
6345         renaming or editing them as well.
6346         Old name                New name
6347         990119-1.c              cpp/19990119-1.c
6348         990228-1.c              cpp/19990228-1.c
6349         990407-1.c              cpp/19990407-1.c
6350         990409-1.c              cpp/19990409-1.c
6351         990413-1.c              cpp/19990413-1.c
6352         990703-1.c              cpp/19990703-1.c
6353         20000127-1.c            cpp/20000127-1.c
6354         20000129-1.c            cpp/20000129-1.c
6355         20000207-1.c            cpp/20000207-1.c
6356         20000207-2.c            cpp/20000207-2.c
6357         20000209-1.c            cpp/20000209-1.c
6358         20000209-2.c            cpp/20000209-2.c
6359         20000301-1.c            cpp/20000301-1.c
6360         20000419-1.c            cpp/20000419-1.c
6361         20000510-1.S            cpp/20000510-1.S
6362         20000519-1.c            cpp/20000519-1.c
6363         20000529-1.c            cpp/20000529-1.c
6364         20000625-1.c            cpp/20000625-1.c
6365         20000625-2.c            cpp/20000625-2.c
6366         cpp-as1.c               cpp/assert1.c
6367         cpp-as2.c               cpp/assert2.c
6368         cxx-comments-1.c        cpp/cxxcom1.c
6369         cxx-comments-2.c        cpp/cxxcom2.c
6370         endif-label.c           cpp/endif.c
6371         cpp-hash1.c             cpp/hash1.c
6372         cpp-hash2.c             cpp/hash2.c
6373         cpp-if1.c               cpp/if-1.c
6374         cpp-if2.c               cpp/if-2.c
6375         cpp-if3.c               cpp/if-3.c
6376         cpp-if4.c               cpp/if-4.c
6377         cpp-if5.c               cpp/if-5.c
6378         cpp-cond.c              cpp/if-cexp.c
6379         cpp-missingop.c         cpp/if-mop.c
6380         cpp-missingparen.c      cpp/if-mpar.c
6381         cpp-opprec.c            cpp/if-oppr.c
6382         cpp-ifparen.c           cpp/if-paren.c
6383         cpp-shortcircuit.c      cpp/if-sc.c
6384         cpp-shift.c             cpp/if-shift.c
6385         cpp-unary.c             cpp/if-unary.c
6386         cpp-li1.c               cpp/line1.c
6387         cpp-li2.c               cpp/line2.c
6388         lineno.c                cpp/line3.c
6389         lineno-2.c              cpp/line4.c
6390         cpp-mi.c                cpp/mi1.c
6391         cpp-mic.h               cpp/mi1c.h
6392         cpp-micc.h              cpp/mi1cc.h
6393         cpp-mind.h              cpp/mi1nd.h
6394         cpp-mindp.h             cpp/mi1ndp.h
6395         cpp-mix.h               cpp/mi1x.h
6396         cpp-mi2.c               cpp/mi2.c
6397         cpp-mi2a.h              cpp/mi2a.h
6398         cpp-mi2b.h              cpp/mi2b.h
6399         cpp-mi2c.h              cpp/mi2c.h
6400         cpp-mi3.c               cpp/mi3.c
6401         cpp-mi3.def             cpp/mi3.def
6402         poison-1.c              cpp/poison.c
6403         pr-impl.c               cpp/prag-imp.c
6404         cpp-redef-2.c           cpp/redef1.c
6405         cpp-redef.c             cpp/redef2.c
6406         strpaste.c              cpp/strp1.c
6407         strpaste-2.c            cpp/strp2.c
6408         cpp-tradpaste.c         cpp/tr-paste.c
6409         cpp-tradstringify.c     cpp/tr-str.c
6410         cpp-tradwarn1.c         cpp/tr-warn1.c
6411         cpp-tradwarn2.c         cpp/tr-warn2.c
6412         trigraphs.c             cpp/trigraphs.c
6413         cpp-unc1.c              cpp/unc1.c
6414         cpp-unc2.c              cpp/unc2.c
6415         cpp-unc3.c              cpp/unc3.c
6416         cpp-unc.c               cpp/unc4.c
6417         undef.c                 cpp/undef1.c
6418         undef-2.c               cpp/undef2.c
6419         cpp-wi1.c               cpp/widestr1.c
6420
6421 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
6422
6423         * lib/g++.exp (g++_include_flags): Tweak.
6424
6425 2000-06-27  H.J. Lu  <hjl@gnu.org>
6426             Loren J. Rittle  <ljrittle@acm.org>
6427
6428         * lib/g++.exp (g++_include_flags): Override libgloss.exp
6429         version with one that knows about the new gcc tree structure.
6430         (g++_link_flags): Same.
6431
6432 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
6433
6434         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
6435         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
6436         case we are cross-compiling.
6437
6438         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
6439         g++.old-deja/g++.niklas/Makefile.in,
6440         g++.old-deja/g++.niklas/configure.in,
6441         g++.old-deja/g++.other/Makefile.in,
6442         g++.old-deja/g++.other/configure.in,
6443         gcc.c-torture/code_quality/Makefile.in,
6444         gcc.c-torture/code_quality/configure.in,
6445         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
6446         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
6447         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
6448         gcc.c-torture/execute/ieee/Makefile.in,
6449         gcc.c-torture/execute/ieee/configure.in,
6450         gcc.c-torture/noncompile/Makefile.in,
6451         gcc.c-torture/noncompile/configure.in,
6452         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
6453         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
6454         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
6455
6456 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
6457
6458         * g++.old-deja/g++.other/ambig3.C: New test.
6459
6460 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
6461
6462         * g++.old-deja/g++.pt/syntax1.C: New test.
6463         * g++.old-deja/g++.pt/syntax2.C: New test.
6464         * g++.old-deja/g++.other/syntax3.C: New test.
6465         * g++.old-deja/g++.other/syntax4.C: New test.
6466
6467 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
6468
6469         * gcc.dg/20000623-1.c: Prototype exit and abort.
6470
6471 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
6472
6473         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
6474         New tests.
6475         * gcc.dg/cpp-mi3.def: New file.
6476
6477         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
6478         inside assertions.
6479         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
6480         lexer's error messages.
6481         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
6482         divine anything from the linemarkers.
6483         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
6484         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
6485
6486 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
6487
6488         * gcc.dg/20000623-1.c: New test.
6489
6490 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
6491
6492         * gcc.c-torture/execute/20000622-1.c: New test.
6493
6494 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
6495
6496         * g++.old-deja/g++.other/init15.C: New test.
6497
6498 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
6499
6500         * g++.old-deja/g++.pt/vaarg2.C: New test.
6501         * g++.old-deja/g++.pt/vaarg3.C: New test.
6502
6503 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
6504
6505         * g++.old-deja/g++.other/dyncast6.C: New test.
6506
6507 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
6508
6509         * gcc.c-torture/execute/loop-6.c: New test.
6510
6511 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
6512
6513         * gcc.dg/20000614-1.c: New test.
6514         * gcc.dg/20000614-2.c: New test.
6515
6516 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
6517
6518         * g++.old-deja/g++.other/inline12.C: New test.
6519
6520 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
6521
6522         * g++.old-deja/g++.other/eh1.C: New test.
6523
6524 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
6525
6526         * g++.old-deja/g++.other/type.C: New test.
6527
6528 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
6529
6530         * g++.old-deja/g++.other/initstring.C: New test.
6531
6532 2000-06-12  Jason Merrill  <jason@redhat.com>
6533
6534         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
6535
6536 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
6537
6538         * gcc.c-torture/compile/20000609-1.c: New test.
6539
6540 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
6541
6542         * gcc.dg/20000609-1.c: New test.
6543
6544 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
6545
6546         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
6547         * gcc.c-torture/noncompile/poison-1.c: Move...
6548         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
6549         * gcc.dg/cpp-li1.c: Add a token after the #line.
6550
6551 2000-06-05  Richard Henderson  <rth@cygnus.com>
6552
6553         * gcc.c-torture/execute/20000605-2.c: New test.
6554         * gcc.c-torture/execute/20000605-3.c: New test.
6555
6556 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
6557
6558         * g77.f-torture/execute/20000503-1.x: New file.
6559
6560 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
6561
6562         * g++.old-deja/g++.eh/badalloc1.C: New test.
6563
6564 2000-06-05  Richard Henderson  <rth@cygnus.com>
6565
6566         * gcc.c-torture/execute/20000605-1.c: New test.
6567
6568 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
6569             Nathan Sidwell <nathan@codesourcery.com>
6570
6571         * gcc.c-torture/compile/20000605-1.c: New test.
6572
6573 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
6574
6575         * g77.f-torture/compile/20000601-1.f:  New test.
6576
6577 2000-06-03  Richard Henderson  <rth@cygnus.com>
6578
6579         * gcc.c-torture/execute/20000603-1.c: New.
6580
6581 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
6582
6583         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
6584         * gcc.dg/noreturn-2.c (noreturn): Likewise.
6585
6586 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
6587
6588         * gcc.dg/compare2.c (case 12): XFAIL.
6589         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
6590         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
6591
6592         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
6593
6594 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
6595
6596         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
6597         guard macro is already defined when the header is first
6598         included.
6599         * gcc.dg/cpp-mix.h: New file.
6600         * gcc.dg/endif-label.c: Update patterns to match compiler.
6601
6602         * g++.brendan/complex1.C: Declare abort.
6603         * g++.law/refs4.C: Remove XFAIL.
6604         * g++.oliva/expr2.C: Declare abort and exit.
6605
6606 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
6607
6608         * gcc.c-torture/execute/20000528-1.c: New test.
6609
6610         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
6611         * g++.old-deja/g++.law/temps4.C: Likewise.
6612
6613         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
6614         stdlib.h.  Call abort() on failure.
6615         * g++.old-deja/g++.law/refs4.C: Likewise.
6616         * g++.old-deja/g++.law/temps4.C: Likewise.
6617         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
6618         * gcc.c-torture/execute/20000112-1.c: Include string.h.
6619
6620 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
6621
6622         Relative to g++.dg/special:
6623         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
6624
6625         Relative to g++.old-deja:
6626         * g++.brendan/complex1.C, g++.jason/optimize2.C,
6627         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
6628         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
6629         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
6630         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
6631         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
6632         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
6633
6634         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
6635         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
6636         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
6637         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
6638         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
6639         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
6640         and/or string.h.
6641
6642         * g++.other/goto1.C: Update expectations for error messages.
6643
6644 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
6645
6646         * gcc.c-torture/compile/20000523-1.c: New test.
6647
6648 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6649
6650         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
6651
6652 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6653
6654         * g++.old-deja/g++.eh/catch11.C: New test.
6655         * g++.old-deja/g++.eh/catch12.C: New test.
6656
6657 2000-05-24  Nick Clifton  <nickc@cygnus.com>
6658
6659         * gcc.c-torture/execute/20000523-1.c: New test.
6660
6661 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
6662
6663         * c-torture/execute/bcp-1.c: Replace abort in arg of
6664         __builtin_constant_p with a generic external function.
6665
6666         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
6667         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
6668         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
6669         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
6670         Prototype abort and/or exit.
6671
6672         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
6673         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
6674         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
6675         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
6676
6677 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
6678
6679         * gcc.dg/dwarf2-1.c: New test.
6680
6681 2000-05-20  Richard Henderson  <rth@cygnus.com>
6682
6683         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
6684
6685 2000-05-20  Andreas Jaeger  <aj@suse.de>
6686
6687         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
6688         testcase.
6689
6690 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
6691
6692         * gcc.c-torture/execute/20000519-2.c: New test.
6693
6694 2000-05-19  Andreas Jaeger  <aj@suse.de>
6695
6696         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
6697         which fails with SSA.
6698
6699         * lib/c-torture.exp: Also test with -O3 -fssa.
6700
6701 2000-05-18  Michael Meissner  <meissner@redhat.com>
6702
6703         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
6704         * gcc.c-torture/execute/920415-1.c: Ditto.
6705         * gcc.c-torture/execute/920501-1.c: Ditto.
6706         * gcc.c-torture/execute/conversion.c: Ditto.
6707         * gcc.c-torture/execute/cvt-1.c: Ditto.
6708
6709 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
6710
6711         * gcc.c-torture/compile/20000518-1.c: New test.
6712
6713 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
6714
6715         * g77.f-torture/compile/200005018.f:  New test.
6716
6717 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
6718
6719         * gcc.c-torture/compile/20000517-1.c: New test.
6720
6721 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6722
6723         * gcc.c-torture/execute/20000516-1.c: New test.
6724
6725 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
6726
6727         * g++.old-deja/g++.other/eh.C: New test.
6728
6729 2000-05-12  Richard Henderson  <rth@cygnus.com>
6730
6731         * gcc.c-torture/execute/990208-1.c (main): Don't pass
6732         constants through to doit's conditional.
6733
6734 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
6735
6736         * gcc.c-torture/compile/20000511-1.c: New test.
6737         * g77.f-torture/compile/20000511-1.f: New test.
6738         * g77.f-torture/compile/20000511-2.f: New test.
6739
6740 2000-05-11  Michael Meissner  <meissner@redhat.com>
6741
6742         * gcc.c-torture/execute/20000511-1.c: New test.
6743
6744 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
6745
6746         * gcc.dg/dg.exp: Scan .S files as well as .c files.
6747         * gcc.dg/20000510-1.S: New.
6748
6749 2000-05-08  Catherine Moore  <clm@cygnus.com>
6750
6751         * gcc.dg/unused-3.c: New.
6752
6753 2000-05-06  Richard Henderson  <rth@cygnus.com>
6754
6755           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
6756           * g++.old-deja/g++.mike/warn1.C: Likewise.
6757           * g++.old-deja/g++.pt/local1.C: Likewise.
6758           * g++.old-deja/g++.pt/local7.C: Likewise.
6759           * g++.old-deja/g++.pt/spec16.C: Likewise.
6760
6761 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
6762
6763         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
6764
6765 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
6766
6767           * g77.f-torture/execute/20000503-1.f:  New test.
6768
6769 2000-05-04  Andreas Jaeger  <aj@suse.de>
6770
6771         * gcc.dg/noreturn-2.c: New test.
6772
6773 2000-05-04  Neil Booth  <NeilB@earthling.net>
6774
6775         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
6776         preprocessor.
6777
6778 2000-05-04  Richard Henderson  <rth@cygnus.com>
6779
6780         * gcc.c-torture/execute/20000503-1.c: Fix typo.
6781
6782 2000-05-04  Richard Henderson  <rth@cygnus.com>
6783
6784         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
6785         OpenSSL by Jason R Thorpe.
6786
6787 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
6788
6789         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
6790
6791 2000-05-03  Robert Lipe <robertlipe@usa.net>
6792
6793         * gcc.dg/20000503-1.c: New test.
6794
6795 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
6796
6797         * gcc.c-torture/compile/20000502-1.c: New test.
6798         * g++.old-deja/g++.other/align.C: New test.
6799         * gcc.dg/cpp-tradstringify.c: New test.
6800
6801 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6802
6803         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
6804         and hard registers.
6805
6806 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
6807
6808         * gcc.c-torture/execute/loop-5.c: New test.
6809
6810 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
6811
6812         * gcc.c-torture/execute/va-arg-20.c: New test.
6813
6814 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
6815
6816         * gcc.c-torture/execute/20000422-1.c: New test.
6817
6818 2000-04-20  Greg McGary  <gkm@gnu.org>
6819
6820         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
6821         when optimizing, but without sibling-call optimizations (-O1).
6822
6823 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
6824
6825           * gcc.c-torture/compile/20000420-1.c: New test.
6826
6827 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6828
6829         * g++.abi/ptrflags.C: New test.
6830         * g++.eh/catchptr1.C: Test incomplete pointer chains.
6831
6832 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
6833
6834         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
6835
6836 2000-04-19  Greg McGary  <gkm@gnu.org>
6837
6838         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
6839         sibling-call optimizations.
6840
6841 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
6842
6843         * gcc.dg/20000419-1.c: New test.
6844
6845 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
6846
6847         * gcc.c-torture/execute/20000412-6.c: New test.
6848
6849 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
6850
6851         * gcc.c-torture/execute/20000412-5.c: New test.
6852         * g77.f-torture/compile/20000412-1.f: New test.
6853         * gcc.c-torture/execute/20000412-4.c: New test.
6854         * gcc.c-torture/compile/20000412-2.c: New test.
6855         * gcc.c-torture/execute/20000412-3.c: New test.
6856         * gcc.c-torture/compile/20000412-1.c: New test.
6857         * gcc.c-torture/execute/20000412-2.c: New test.
6858
6859 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
6860
6861         * objc/execute/bf-20.m: New test.
6862
6863 2000-04-10  Richard Henderson  <rth@cygnus.com>
6864
6865         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
6866
6867         * gcc.c-torture/execute/20000412-1.c: New test.
6868
6869 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
6870
6871         * g++.old-deja/g++.eh/catchptr1.C: New test.
6872
6873 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
6874
6875         * g++.old-deja/g++.abi/cxa_vec.C: New test.
6876
6877 2000-04-08  Neil Booth  <NeilB@earthling.net>
6878
6879         * gcc.dg/cpp-nullchar.c: Remove test as
6880         embedded nulls cause problems.
6881
6882 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6883
6884         * gcc.dg/compare2.c: New test.
6885
6886 2000-04-08  Neil Booth  <NeilB@earthling.net>
6887
6888         * gcc.dg/cpp-nullchar.c: New test.
6889
6890 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
6891
6892         * gcc.dg/cpp-mi2.c: New test.
6893         * gcc.dg/cpp-mi2[abc].h: New files.
6894
6895 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
6896
6897         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
6898         member name.
6899
6900 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
6901
6902         * g++.old-deja/g++.abi/vmihint.C: New test.
6903
6904 2000-04-06  Neil Booth  <NeilB@earthling.net>
6905
6906         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
6907         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
6908         copyright.
6909
6910 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
6911
6912         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
6913         avoid stack-frame overwrite.
6914
6915 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
6916
6917         * gcc.c-torture/compile/20000405-2.c: New test.
6918         * gcc.c-torture/compile/20000405-3.c: New test.
6919
6920 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6921
6922         * gcc.c-torture/compile/20000405-1.c: New test.
6923
6924 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
6925
6926         * gcc.dg/cast-qual-1.c: Revert last change.
6927
6928 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6929
6930         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
6931
6932 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
6933
6934         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
6935         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
6936
6937 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
6938
6939         * gcc.c-torture/compile/20000403-2.c: New test.
6940         * gcc.c-torture/compile/20000403-1.c: New test.
6941
6942 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
6943
6944         * gcc.c-torture/execute/20000403-1.c: New test.
6945
6946 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
6947
6948         * gcc.c-torture/execute/20000402-1.c: New test.
6949
6950 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
6951
6952         * gcc.c-torture/execute/va-arg-15.c: New test.
6953         * gcc.c-torture/execute/va-arg-16.c: New test.
6954         * gcc.c-torture/execute/va-arg-17.c: New test.
6955         * gcc.c-torture/execute/va-arg-18.c: New test.
6956         * gcc.c-torture/execute/va-arg-19.c: New test.
6957
6958 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
6959
6960         * gcc.c-torture/compile/981211-1.c: Move to...
6961         * gcc.dg/cpp-as1.c: ...here.
6962         * gcc.dg/cpp-as2.c: New file.
6963
6964         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
6965         compiler.
6966
6967 2000-04-02  Neil Booth  <NeilB@earthling.net>
6968
6969         * gcc.dg/cpp-cond.c  New tests.
6970         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
6971         accidental success less likely.
6972         * gcc.dg/cpp-missingop.c  New tests.
6973         * gcc.dg/cpp-missingparen.c  New tests.
6974         * gcc.dg/cpp-shift.c  New tests.
6975         * gcc.dg/cpp-shortcircuit.c  New tests.
6976         * gcc.dg/cpp-unary.c  New tests.
6977
6978 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
6979
6980         * gcc.c-torture/compile/20000329-1.c: New test.
6981
6982 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
6983
6984         * gcc.c-torture/compile/20000326-1.c: New test.
6985         * gcc.c-torture/compile/20000326-2.c: New test.
6986
6987 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
6988
6989         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
6990         the first parameter is a function argument.
6991
6992 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
6993
6994         * g++.old-deja/g++.ext/array4.C: New test.
6995
6996 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
6997
6998         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
6999
7000 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7001
7002         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
7003
7004 2000-03-19  Richard Henderson  <rth@cygnus.com>
7005
7006         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
7007
7008 2000-03-19  Richard Henderson  <rth@cygnus.com>
7009
7010         * gcc.c-torture/compile/20000319-1.c: New test.
7011
7012 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
7013
7014         * gcc.c-torture/execute/20000314-3.c: New test.
7015         * gcc.c-torture/execute/20000314-2.c: New test.
7016         * gcc.c-torture/execute/20000314-1.c: New test.
7017         * gcc.c-torture/compile/20000314-2.c: New test.
7018         * gcc.c-torture/compile/20000314-1.c: New test.
7019
7020 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
7021
7022         * g++.old-deja/g++.warn/inline.C: New test.
7023
7024 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7025
7026         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
7027         standards-compliant result rather than specific constants.
7028         Put test-values in array.
7029
7030 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
7031
7032         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
7033         (g++_target_compile): Put test-specific options last.
7034
7035 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7036
7037         * g++.old-deja/g++.eh/vbase4.C: New test.
7038
7039 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7040
7041         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
7042
7043 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7044
7045         * g++.old-deja/g++.brendan/misc12.C: Removed.
7046         * g++.old-deja/g++.pt/memtemp77.C: Constify.
7047         * g++.old-deja/g++.ext/pretty4.C: New test.
7048
7049 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
7050
7051         * g++.old-deja/g++.other/string2.C: New test.
7052
7053 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
7054
7055         * g++.old-deja/g++.warn/impint2.C: New test.
7056
7057 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7058
7059         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
7060         is 1, not zero.
7061
7062 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
7063
7064         * g++.old-deja/g++.warn/impint.C: New test.
7065         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
7066         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
7067         * g++.old-deja/g++.pt/explicit12.C: Likewise.
7068         * g++.old-deja/g++.pt/explicit13.C: Likewise.
7069         * g++.old-deja/g++.pt/explicit17.C: Likewise.
7070         * g++.old-deja/g++.pt/explicit18.C: Likewise.
7071         * g++.old-deja/g++.pt/explicit19.C: Likewise.
7072         * g++.old-deja/g++.pt/explicit23.C: Likewise.
7073         * g++.old-deja/g++.pt/explicit31.C: Likewise.
7074         * g++.old-deja/g++.pt/explicit35.C: Likewise.
7075         * g++.old-deja/g++.pt/explicit6.C: Likewise.
7076         * g++.old-deja/g++.pt/memclass7.C: Likewise.
7077
7078 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
7079
7080         * gcc.dg/cpp-redef.c: New test.
7081
7082 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
7083
7084         * g++.old-deja/g++.pt/unify7.C: New test.
7085
7086 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7087
7088         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
7089         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
7090
7091 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
7092
7093         * gcc.c-torture/compile/20000224-1.c: New test.
7094
7095 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7096
7097         * gcc.c-torture/compile/cpp-2.c: New test.
7098         * gcc.c-torture/compile/cpp-1.c: New test.
7099
7100 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
7101
7102         * gcc.c-torture/execute/20000225-1.c: New test.
7103
7104 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7105
7106         * gcc.dg/cpp-li2.c: New test.
7107
7108         * gcc.dg/cpp-wi1.c: New test.
7109
7110         * gcc.dg/cpp-li1.c: New test.
7111
7112 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
7113
7114         * g++.old-deja/g++.other/sizeof5.C: New test.
7115
7116 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7117
7118         * gcc.c-torture/execute/va-arg-13.c: New test.
7119
7120 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
7121
7122         * gcc.c-torture/execute/va-arg-12.c: New test.
7123
7124 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
7125
7126         * gcc.c-torture/execute/20000223-1.c: New test.
7127
7128 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
7129
7130         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
7131
7132 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
7133
7134         * g++.old-deja/g++.abi/ptrmem.C: New test.
7135
7136 2000-02-19  Richard Henderson  <rth@cygnus.com>
7137
7138         * gcc.c-torture/compile/init-3.c: New.
7139
7140 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
7141
7142         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
7143         ALWAYS_CXXFLAGS.
7144
7145 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
7146
7147         * gcc.c-torture/compile/20000211-3.c: New test.
7148
7149 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
7150
7151         * gcc.c-torture/compile/20000211-2.c: New test.
7152
7153 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
7154
7155         * gcc.c-torture/compile/20000211-1.c: New test.
7156
7157 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
7158
7159         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
7160           on native targets
7161
7162 2000-02-08  Nathan Sidwell  <nathan@acm.org>
7163
7164         * g++.old-deja/g++.other/cast5.C: New test.
7165
7166 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
7167
7168         * gcc.c-torture/execute/20000205-1.c: New.
7169
7170 2000-02-03  Nathan Sidwell  <nathan@acm.org>
7171
7172         * g++.old-deja/g++.jason/cast3.C: Return void.
7173         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
7174
7175 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7176
7177         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
7178
7179         * gcc.dg/loop-1.c: New test.
7180
7181 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
7182
7183         * gcc.c-torture/compile/20000127-1.c: New test.
7184         * gcc.c-torture/execute/991228-1.c: New test.
7185
7186 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7187
7188         * gcc.dg/unused-2.c: New test.
7189
7190         * gcc.dg/conv-1.c: New test.
7191
7192 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7193
7194         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
7195         compiler.
7196         (tool_option_proc): Fix typo.
7197
7198 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
7199
7200         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
7201         of the ld on the host, not on the build machine.
7202         Also, don't crash if '--help' is not a supported option.
7203
7204 2000-01-24  Richard Henderson  <rth@cygnus.com>
7205
7206         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
7207
7208 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
7209
7210         * gcc.c-torture/execute/20000120-2.c: New test.
7211         * gcc.c-torture/execute/20000120-1.c: New test.
7212
7213 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
7214
7215         * gcc.c-torture/execute/20000113-1.c: New test.
7216
7217 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
7218
7219         * gcc.c-torture/execute/20000112-1.c: New test.
7220
7221 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7222
7223         * gcc.dg/20000111-1.c: New test.
7224
7225 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
7226
7227         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
7228         with 16 bit integers.
7229
7230 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7231
7232         * gcc.dg/20000108-1.c: New test.
7233
7234 2000-01-05  Nathan Sidwell  <nathan@acm.org>
7235
7236         * g++.old-deja/g++.ns/koenig8.C: New test.
7237
7238 2000-01-05  Nathan Sidwell  <nathan@acm.org>
7239
7240         * g++.old-deja/g++.other/cast4.C: New test.
7241
7242 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
7243
7244         * gcc.c-torture/compile/20000105-2.c: New test.
7245         * gcc.c-torture/compile/20000105-1.c: New test.
7246
7247 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7248
7249         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
7250         references to printf & atoi to conform to ANSI standard.
7251         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
7252         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
7253         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
7254         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
7255         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
7256         * g++.old-deja/g++.brendan/complex1.C: Likewise.
7257         * g++.old-deja/g++.brendan/copy1.C: Likewise.
7258         * g++.old-deja/g++.brendan/copy2.C: Likewise.
7259         * g++.old-deja/g++.brendan/copy3.C: Likewise.
7260         * g++.old-deja/g++.brendan/copy4.C: Likewise.
7261         * g++.old-deja/g++.brendan/copy5.C: Likewise.
7262         * g++.old-deja/g++.brendan/copy6.C: Likewise.
7263         * g++.old-deja/g++.brendan/copy7.C: Likewise.
7264         * g++.old-deja/g++.brendan/copy8.C: Likewise.
7265         * g++.old-deja/g++.brendan/crash11.C: Likewise.
7266         * g++.old-deja/g++.brendan/crash14.C: Likewise.
7267         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
7268         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
7269         * g++.old-deja/g++.brendan/delete2.C: Likewise.
7270         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
7271         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
7272         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
7273         * g++.old-deja/g++.brendan/eh1.C: Likewise.
7274         * g++.old-deja/g++.brendan/groff1.C: Likewise.
7275         * g++.old-deja/g++.brendan/init3.C: Likewise.
7276         * g++.old-deja/g++.brendan/misc12.C: Likewise.
7277         * g++.old-deja/g++.brendan/misc7.C: Likewise.
7278         * g++.old-deja/g++.brendan/new2.C: Likewise.
7279         * g++.old-deja/g++.brendan/operators4.C: Likewise.
7280         * g++.old-deja/g++.brendan/operators5.C: Likewise.
7281         * g++.old-deja/g++.brendan/overload2.C: Likewise.
7282         * g++.old-deja/g++.brendan/overload7.C: Likewise.
7283         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
7284         * g++.old-deja/g++.brendan/reference1.C: Likewise.
7285         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
7286         * g++.old-deja/g++.brendan/template24.C: Likewise.
7287         * g++.old-deja/g++.brendan/template3.C: Likewise.
7288         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
7289         * g++.old-deja/g++.jason/inline3.C: Likewise.
7290         * g++.old-deja/g++.jason/opeq.C: Likewise.
7291         * g++.old-deja/g++.law/arg5.C: Likewise.
7292         * g++.old-deja/g++.law/arm7.C: Likewise.
7293         * g++.old-deja/g++.law/ctors11.C: Likewise.
7294         * g++.old-deja/g++.law/cvt8.C: Likewise.
7295         * g++.old-deja/g++.law/init9.C: Likewise.
7296         * g++.old-deja/g++.law/refs4.C: Likewise.
7297         * g++.old-deja/g++.law/template2.C: Likewise.
7298         * g++.old-deja/g++.law/visibility24.C: Likewise.
7299         * g++.old-deja/g++.law/vtable3.C: Likewise.
7300         * g++.old-deja/g++.mike/asm2.C: Likewise.
7301         * g++.old-deja/g++.mike/eh1.C: Likewise.
7302         * g++.old-deja/g++.mike/misc1.C: Likewise.
7303         * g++.old-deja/g++.mike/misc13.C: Likewise.
7304         * g++.old-deja/g++.mike/misc14.C: Likewise.
7305         * g++.old-deja/g++.mike/ns12.C: Likewise.
7306         * g++.old-deja/g++.mike/p1248.C: Likewise.
7307         * g++.old-deja/g++.mike/p3708.C: Likewise.
7308         * g++.old-deja/g++.mike/p3708a.C: Likewise.
7309         * g++.old-deja/g++.mike/p3708b.C: Likewise.
7310         * g++.old-deja/g++.mike/p646.C: Likewise.
7311         * g++.old-deja/g++.mike/p700.C: Likewise.
7312         * g++.old-deja/g++.mike/p783.C: Likewise.
7313         * g++.old-deja/g++.mike/p783a.C: Likewise.
7314         * g++.old-deja/g++.mike/p783b.C: Likewise.
7315         * g++.old-deja/g++.mike/p786.C: Likewise.
7316         * g++.old-deja/g++.mike/p789.C: Likewise.
7317         * g++.old-deja/g++.mike/p789a.C: Likewise.
7318         * g++.old-deja/g++.mike/p807a.C: Likewise.
7319         * g++.old-deja/g++.other/delete3.C: Likewise.
7320         * g++.old-deja/g++.other/dyncast1.C: Likewise.
7321         * g++.old-deja/g++.other/dyncast2.C: Likewise.
7322         * g++.old-deja/g++.other/dyncast3.C: Likewise.
7323         * g++.old-deja/g++.other/empty1.C: Likewise.
7324         * g++.old-deja/g++.other/temporary1.C: Likewise.
7325         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
7326         * g++.old-deja/g++.pt/t16.C: Likewise.
7327         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
7328
7329 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
7330
7331         * gcc.dg/991230-1.c: New test.
7332
7333 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
7334
7335         * gcc.c-torture/compile/991229-3.c: New test.
7336         * gcc.c-torture/compile/991229-2.c: New test.
7337         * gcc.c-torture/compile/991229-1.c: New test.
7338
7339 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
7340
7341         * gcc.c-torture/compile/labels-2.c: New test.
7342
7343 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
7344
7345         * gcc.c-torture/execute/991227-1.c: New test.
7346
7347 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7348
7349         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
7350
7351 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
7352
7353         * gcc.c-torture/execute/991221-1.c: New test.
7354
7355 1999-12-20  Nathan Sidwell  <nathan@acm.org>
7356
7357         * g++.old-deja/g++.other/cast3.C: New test.
7358
7359 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
7360
7361         * gcc.c-torture/execute/991216-4.c: New test.
7362
7363 1999-12-16  Michael Meissner  <meissner@cygnus.com>
7364
7365         * gcc.c-torture/execute/991216-1.c: New test.
7366         * gcc.c-torture/execute/991216-2.c: New test.
7367         * gcc.c-torture/execute/991216-3.c: New test.
7368
7369 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7370
7371         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
7372         Actually make the test fail by using "-O2" for compilation.
7373
7374 1999-12-15  Nathan Sidwell  <nathan@acm.org>
7375
7376         * g++.old-deja/g++.warn/cast-align1.C: New test.
7377
7378 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7379
7380         * gcc.c-torture/compile/991214-1.c: New test.
7381         * gcc.c-torture/compile/991214-2.c: New test.
7382
7383 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
7384
7385         * gcc.dg/991214-1.c: New test.
7386
7387 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
7388
7389         * gcc.c-torture/compile/991213-3.c: New test.
7390         * gcc.c-torture/compile/991213-2.c: New test.
7391         * gcc.c-torture/compile/991213-1.c: New test.
7392
7393 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
7394
7395         * gcc.dg/991209-1.c: New test.
7396
7397 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
7398
7399         * gcc.c-torture/compile/991208-1.c: New test.
7400
7401 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7402
7403         * gcc.dg/ultrasp2.c: New test.
7404
7405 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
7406
7407         * g++.old-deja/g++.abi/align.C (main): Fix typo.
7408
7409 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
7410
7411         * gcc.c-torture/compile/991202-1.c: New test.
7412         * gcc.c-torture/execute/991202-1.c: New test.
7413         * gcc.c-torture/execute/991202-2.c: New test.
7414         * gcc.c-torture/execute/991202-3.c: New test.
7415
7416 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
7417
7418         * g++.old-deja/g++.abi/align.C: New test.
7419         * g++.old-deja/g++.abi/aggregates.C: Likewise.
7420         * g++.old-deja/g++.abi/bitfields.C: Likewise.
7421
7422 1999-12-01  Richard Henderson  <rth@cygnus.com>
7423
7424         * gcc.c-torture/execute/991201-1.c: New.
7425
7426 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
7427
7428         * gcc.dg/991129-1.c: New test.
7429
7430 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
7431
7432         * gcc.c-torture/compile/991127-1.c: New test.
7433
7434 1999-11-22  Nathan Sidwell  <nathan@acm.org>
7435
7436         * g++.old-deja/g++.other/warn4.C: New test.
7437
7438 1999-11-22  Nathan Sidwell  <nathan@acm.org>
7439
7440         * g++.old-deja/g++.eh/cleanup2.C: New test.
7441         * g++.old-deja/g++.ext/pretty2.C: New test.
7442         * g++.old-deja/g++.ext/pretty3.C: New test.
7443         * g++.old-deja/g++.other/debug6.C: New test.
7444
7445 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
7446
7447         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
7448         compiler_output to look for one error message instead of two.
7449
7450 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
7451
7452         * gcc.c-torture/execute/991118-1.c: Also test case
7453         where the word boundary does not split a byte evenly.
7454
7455 1999-11-19  Nathan Sidwell  <nathan@acm.org>
7456
7457         * g++.old-deja/g++.ext/restrict1.C: New test.
7458
7459 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
7460
7461         * gcc.c-torture/execute/991118-1.c: New test.
7462
7463 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
7464
7465         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
7466         working directory pathnames.
7467
7468 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
7469
7470         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
7471         host is equipped with driver.h and driver.o so it can actually
7472         compile and run the tests.
7473
7474 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
7475
7476         * gcc.c-torture/compile/991008-1.c: New test.
7477
7478 1999-11-08  Nick Clifton  <nickc@cygnus.com>
7479
7480         * lib/gcc-dg.exp: Include target-supports.exp
7481
7482 1999-11-05  Nick Clifton  <nickc@cygnus.com>
7483
7484         * lib/target-supports.exp: New file: Provide procs to test for
7485         features supported by the target.
7486         (check_weak_available): Moved here from ecos.exp.
7487         (check_alias_available): New proc: Determine of the target
7488         toolchain supports the alias attribute.
7489
7490         * gcc.dg/special/ecos.exp: Move check_weak_available to
7491         target-supports.exp.
7492         (alias-1.c): Only perform the test if the target supports
7493         aliases.
7494         (wkali-1.c): Only perform the test if the target supports
7495         aliases.
7496
7497         * gcc.dg/990506-0.c: Expect error messages from cross
7498         targets as well as native targets.
7499
7500 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7501
7502         * gcc.dg/ultrasp1.c: Removed xfail.
7503         * gcc.dg/struct-ret-2.c: Likewise.
7504         * gcc.dg/array-1.c: Likewise.
7505
7506 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7507
7508         * gcc.dg/struct-ret-2.c: New test.
7509
7510         * gcc.dg/array-1.c: New test.
7511
7512 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
7513
7514         * gcc.c-torture/execute/991030-1.c: New test.
7515
7516 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
7517
7518         * gcc.c-torture/compile/991026-2.c: New test.
7519
7520 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
7521
7522         * gcc.c-torture/compile/991026-1.c: New test.
7523
7524 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
7525
7526         * gcc.c-torture/execute/991023-1.c: New test.
7527
7528 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
7529
7530         * gcc.c-torture/execute/991019-1.c: New test.
7531
7532 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
7533
7534         * gcc.c-torture/execute/991016-1.c: New test.
7535
7536 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
7537
7538         * gcc.c-torture/execute/991014-1.c: New test.
7539
7540 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
7541
7542         * g++.old-deja/g++.other/union2.C: New test.
7543
7544 1999-10-13  Nathan Sidwell  <nathan@acm.org>
7545
7546         * g++.old-deja/g++.other/vaarg2.C: New test.
7547         * g++.old-deja/g++.other/vaarg3.C: New test.
7548
7549 1999-10-12  Craig Burley  <craig@jcb-sc.com>
7550
7551         * g77.f-torture/noncompile/19990905-1.f: Moved from being
7552         in compile/.
7553
7554 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
7555
7556         * gcc.c-torture/execute/va-arg-11.c: New test.
7557
7558 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
7559
7560         * lib/file-format.exp (gcc_target_object_format): Don't
7561         crash if objdump is unavailable.
7562
7563 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
7564
7565         * gcc.misc-tests/mg.exp: delete extraneous redirection.
7566
7567 1999-09-28  Nick Clifton  <nickc@cygnus.com>
7568
7569         * gcc.c-torture/compile/990928-1.c: New test.
7570
7571 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
7572
7573         * g++.old-deja/g++.other/decl6.C: New test.
7574
7575 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7576
7577         * gcc.c-torture/execute/va-arg-10.c: New test.
7578
7579 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
7580
7581         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
7582         __PRETTY_FUNCTION__.
7583
7584 1999-09-23  Nick Clifton  <nickc@cygnus.com>
7585
7586         * gcc.c-torture/execute/990923-1.c: New test.
7587
7588 1999-09-21  Nick Clifton  <nickc@cygnus.com>
7589
7590         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
7591         for which -fpic is inappropriate.
7592
7593 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
7594
7595         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
7596
7597 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
7598
7599         * g++.old-deja/g++.other/dyncast1.C: New test.
7600         * g++.old-deja/g++.other/dyncast2.C: New test.
7601         * g++.old-deja/g++.other/dyncast3.C: New test.
7602         * g++.old-deja/g++.other/dyncast4.C: New test.
7603         * g++.old-deja/g++.other/dyncast5.C: New test.
7604         * g++.old-deja/g++.eh/catch3.C: New test.
7605         * g++.old-deja/g++.eh/catch3p.C: New test.
7606         * g++.old-deja/g++.eh/catch4.C: New test.
7607         * g++.old-deja/g++.eh/catch4p.C: New test.
7608         * g++.old-deja/g++.eh/catch5.C: New test.
7609         * g++.old-deja/g++.eh/catch5p.C: New test.
7610         * g++.old-deja/g++.eh/catch6.C: New test.
7611         * g++.old-deja/g++.eh/catch6p.C: New test.
7612         * g++.old-deja/g++.eh/catch7.C: New test.
7613         * g++.old-deja/g++.eh/catch7p.C: New test.
7614         * g++.old-deja/g++.eh/catch8.C: New test.
7615         * g++.old-deja/g++.eh/catch8p.C: New test.
7616         * g++.old-deja/g++.eh/catch9.C: New test.
7617         * g++.old-deja/g++.eh/catch9p.C: New test.
7618
7619 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
7620
7621         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
7622         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
7623
7624 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
7625
7626         * gcc.c-torture/compile/990913-1.c: New test.
7627
7628 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
7629
7630         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
7631         * g++.old-deja/g++.jason/rfg5.C: Likewise.
7632
7633 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
7634
7635         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
7636
7637 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
7638
7639         * g++.old-deja/g++.other/lookup11.C: New test.
7640         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
7641         what is permitted and what we want.
7642         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
7643         overload use.
7644         * g++.old-deja/g++.jason/rfg5.C: Likewise
7645
7646 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
7647
7648         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
7649         * gcc.c-torture/noncompile/poison-1.c: New file.
7650
7651 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
7652
7653         * g++.old-deja/g++.other/sizeof3.C: New test.
7654         * g++.old-deja/g++.other/sizeof4.C: New test.
7655         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
7656         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
7657
7658 1999-09-07  Richard Henderson  <rth@cygnus.com>
7659
7660         * gcc.dg/va-arg-1.c: New.
7661
7662 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7663
7664         * gcc.c-torture/execute/va-arg-9.c: New test.
7665
7666 1999-09-05  Craig Burley  <craig@jcb-sc.com>
7667
7668         * g77.f-torture/compile/980519-2.f: New test.
7669         * g77.f-torture/compile/19990905-0.f: New test.
7670         * g77.f-torture/compile/19990905-1.f: New test.
7671         * g77.f-torture/compile/19990905-2.f: New test.
7672
7673         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
7674
7675 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
7676
7677         * gcc.c-torture/execute/990827-1.c: Fix typo.
7678
7679 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
7680
7681         * g++.old-deja/g++.other/deref1.C: New test.
7682
7683 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
7684
7685         * g++.old-deja/g++.other/ambig2.C: New test.
7686         * g++.old-deja/g++.other/cond5.C: New test.
7687         * g++.old-deja/g++.other/lookup16.C: New test.
7688
7689 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
7690
7691         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
7692         assemblers too.
7693
7694 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
7695
7696         * lib/c-torture.exp: Avoid the "compare executables" optimization
7697         when testing native.
7698
7699 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
7700
7701         * gcc.c-torture/execute/990829-1.c: New test.
7702         * gcc.c-torture/compile/990829-1.c: New test.
7703
7704 1999-08-27  Paul Burchard  <burchard@pobox.com>
7705
7706         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
7707         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
7708         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
7709         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
7710         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
7711         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
7712         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
7713         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
7714         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
7715         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
7716         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
7717
7718 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
7719
7720         * gcc.c-torture/execute/990827-1.c: New test.
7721
7722 1999-08-26  Craig Burley  <craig@jcb-sc.com>
7723
7724         * g77.f-torture/noncompile/19990826-4.f: New test.
7725
7726         * g77.f-torture/compile/19990826-3.f: New test.
7727
7728         * g77.f-torture/execute/19990826-2.f: New test.
7729
7730         * g77.f-torture/compile/19990826-1.f: New test.
7731
7732         * gcc.c-torture/execute/990826-0.c: New test.
7733         * g77.c-torture/execute/19990826-0.f: New test.
7734
7735         * g77.f-torture/noncompile/970626-2.f: New test.
7736
7737 1999-08-25  Paul Burchard  <burchard@pobox.com>
7738
7739         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
7740         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
7741         lss-011.C: New tests.
7742
7743 1999-08-25  Nathan Sidwell  <nathan@acm.org>
7744
7745         * g++.old-deja/g++.other/decl5.C: New test.
7746
7747 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7748
7749         * noncompile/noncompile.exp: Load_lib c-torture.exp.
7750         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
7751         call `postbase' for each one.  All callers of `postbase' changed
7752         to call this instead.
7753
7754 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
7755
7756         * gcc.c-torture/execute/990811-1.c: New test.
7757
7758 1999-08-09  Nick Clifton  <nickc@cygnus.com>
7759
7760         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
7761         just native ones.
7762
7763         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
7764         just native ones.
7765
7766 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
7767
7768         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
7769
7770 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
7771
7772         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
7773
7774 1999-08-04  Nathan Sidwell  <nathan@acm.org>
7775
7776         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
7777
7778 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
7779
7780         * gcc.c-torture/execute/990804-1.c: New test.
7781
7782 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7783
7784         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
7785         * g++.old-deja/g++.brendan/crash64.C: Likewise
7786         * g++.old-deja/g++.brendan/overload8.C: Likewise
7787
7788 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7789
7790         * g++.old-deja/g++.other/struct1.C: New test.
7791
7792 1999-08-03  Nathan Sidwell  <nathan@acm.org>
7793
7794         * g++.old-deja/g++.other/enum2.C: New test.
7795
7796 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
7797
7798         Adapted from tests from Franz Sirl:
7799         * gcc.c-torture/execute/va-arg-7.c: New test.
7800         * gcc.c-torture/execute/va-arg-8.c: New test.
7801
7802 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
7803
7804         * gcc.c-torture/compile/990801-2.c: New test.
7805
7806         * gcc.c-torture/compile/990801-1.c: New test.
7807
7808 1999-07-27  Michael Meissner  <meissner@cygnus.com>
7809
7810         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
7811         fp-cmp-1.c, converting double to float.
7812
7813         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
7814         fp-cmp-1.c, converting double to long double.
7815
7816         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
7817         from fr1 to unknown_register, since fr1 is a legitimate register
7818         on some machines.
7819
7820 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
7821
7822         * README: More listname related changes.
7823
7824 1999-07-08  Catherine Moore  <clm@cygnus.com>
7825
7826         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
7827
7828 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
7829
7830         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
7831
7832 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
7833
7834         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
7835
7836 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
7837
7838         * gcc.dg/990703-1.c: New test.
7839
7840 1999-06-29  Nick Clifton  <nickc@cygnus.com>
7841
7842         * lib/file-format.exp: New file: Move definition of proc
7843         gcc_target_object_format to here from
7844         gcc.dg/special/ecos.exp.
7845
7846         * lib/c-torture.exp: Include lib file-format.exp.
7847         * lib/gcc-dg.exp: Include lib file-format.exp.
7848
7849         * gcc.dg/special/ecos.exp: Remove definition of proc
7850         gcc_target_object_format.
7851
7852 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
7853
7854         * gcc.c-torture/execute/990628-1.c: New test.
7855
7856 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
7857
7858         * gcc.c-torture/compile/990625-2.c: New test.
7859
7860         * gcc.c-torture/compile/990625-1.c: New test.
7861
7862 1999-06-23  Nick Clifton  <nickc@cygnus.com>
7863
7864         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
7865         attributes compile.
7866         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
7867         ports that use the COFF/PE file format.
7868
7869 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
7870
7871         * gcc.c-torture/compile/990617-1.c: New test.
7872
7873 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
7874
7875         * g++.old-deja/g++.other/decl4.C: New test.
7876
7877 1999-06-14  Nathan Sidwell  <nathan@acm.org>
7878
7879         * g++.old-deja/g++.other/bitfld3.C: New test.
7880
7881 1999-06-08  Nathan Sidwell  <nathan@acm.org>
7882
7883         * g++.old-deja/g++.eh/catch1.C: New test.
7884
7885 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
7886
7887         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
7888
7889         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
7890         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
7891
7892 1999-06-05  Craig Burley  <craig@jcb-sc.com>
7893
7894         * g77.f-torture/compile/19990502-0.f: Replace with new,
7895         shorter, test that still fails after recent changes.
7896
7897 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7898
7899         * gcc.c-torture/execute/990604-1.c: New test.
7900
7901 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
7902
7903         * gcc.c-torture/execute/990531-1.c: New test.
7904
7905 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7906
7907         * gcc.c-torture/compile/990527-1.c: New test.
7908
7909 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
7910
7911         * gcc.c-torture/execute/990527-1.c: New test.
7912
7913 1999-05-25  Nick Clifton  <nickc@cygnus.com>
7914
7915         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
7916         bitfields as signed.
7917
7918 1999-05-25  Craig Burley  <craig@jcb-sc.com>
7919
7920         * g77.f-torture/compile/19990525-0.f: New test.
7921
7922 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
7923
7924         * gcc.c-torture/execute/990525-2.c: New test.
7925
7926         * gcc.c-torture/execute/990525-1.c: New test.
7927
7928 1999-05-24  Nathan Sidwell  <nathan@acm.org>
7929
7930         * g++.old-deja/g++.other/anon3.C: New test.
7931         * g++.old-deja/g++.other/anon4.C: New test.
7932         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
7933         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
7934         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
7935         Merrill).
7936
7937 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
7938
7939         * gcc.c-torture/execute/990524-1.c: New test.
7940
7941         * gcc.dg/990524-1.c: New test.
7942
7943 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7944
7945         * gcc.c-torture/compile/990523-1.c: New test.
7946
7947 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
7948
7949         * gcc.c-torture/compile/990519-1.c: New test.
7950
7951 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7952
7953         * gcc.c-torture/compile/990517-1.c: New test.
7954
7955         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
7956         (e4, f4): New tests.
7957         (main): Call them.
7958
7959 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7960
7961         * gcc.dg/noreturn-1.c: New test.
7962
7963 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
7964
7965         * gcc.c-torture/execute/990513-1.c: New test.
7966
7967 1999-05-10  Richard Henderson  <rth@cygnus.com>
7968
7969         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
7970
7971 1999-05-10  Craig Burley  <craig@jcb-sc.com>
7972
7973         * g77.f-torture/execute/erfc.f: Use small single-precision
7974         values, to avoid problems on Alphas when not -mieee.
7975
7976 1999-05-08  Craig Burley  <craig@jcb-sc.com>
7977
7978         * gcc.dg/990506-0.c: New test.
7979
7980 1999-05-08  Richard Henderson  <rth@cygnus.com>
7981
7982         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
7983         the constant to test.  Don't XFAIL 64-bit targets.
7984
7985         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
7986         * g++.old-deja/g++.law/profile1.C: Likewise.
7987
7988         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
7989         operator new instances.
7990         * g++.old-deja/g++.other/delete5.C: Likewise.
7991
7992 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7993
7994         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
7995         intrinsic.
7996
7997 1999-05-03  Craig Burley  <craig@jcb-sc.com>
7998
7999         * g77.f-torture/execute/u77-test.f: Reverse order of two
8000         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
8001
8002 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8003
8004         * gcc.dg/compare1.c: New test.
8005
8006 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
8007
8008         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
8009         New tests.
8010
8011 1999-05-02  Craig Burley  <craig@jcb-sc.com>
8012
8013         * g77.f-torture/compile/19990502-1.f: New test.
8014
8015 1999-05-02  Craig Burley  <craig@jcb-sc.com>
8016
8017         * g77.f-torture/compile/19990502-0.f: New test.
8018
8019 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
8020
8021         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
8022         intrinsic.
8023
8024 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
8025
8026         * g77.f-torture/execute/u77-test.f (main): List libU77
8027         intrinsics not currently tested.
8028         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
8029         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
8030         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
8031         Trim blanks off the ends of some printed strings.
8032
8033 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
8034
8035         * g77.f-torture/execute/u77-test.f (main): Just warn about
8036         FSTAT gid disagreement, as it's expected on some systems.
8037
8038 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
8039
8040         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
8041         use a new function, which allows for some slop.
8042         Clean up some commentary.
8043         (issum): The new function.
8044         (sgladd): Deleted subroutine.
8045
8046 1999-05-01  Craig Burley  <craig@jcb-sc.com>
8047
8048         * g77.f-torture/execute/u77-test.f: Modify to be more like
8049         libf2c/libU77 version, bringing patches to that version here.
8050         Add suitable commentary.
8051
8052 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
8053
8054         * gcc.dg/990424-1.c: New test.
8055
8056 1999-04-24  Craig Burley  <craig@jcb-sc.com>
8057
8058         * g77.f-torture/execute/u77-test.f (main): Bug involving
8059         LSTAT has been fixed, so turn back on full checking.
8060
8061 1999-04-20  Craig Burley  <craig@jcb-sc.com>
8062
8063         * g77.f-torture/compile/19990419-0.f: New test.
8064         * g77.f-torture/execute/19990419-1.f: New test.
8065
8066 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
8067
8068         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
8069         to avoid the need for a prototype to supress a warning.
8070
8071 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
8072
8073         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
8074
8075 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
8076
8077         * gcc.c-torture/execute/990404-1.c: New test.
8078
8079 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
8080
8081         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
8082         * gcc.dg/cpp-if3.c: Don't use -pedantic.
8083         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
8084         missing initializer warnings.
8085
8086 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
8087
8088         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
8089         matching strings.
8090
8091 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
8092
8093         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
8094
8095 1999-03-26  Craig Burley  <craig@jcb-sc.com>
8096
8097         * g77.f-torture/execute/19990325-0.f: New test.
8098         * g77.f-torture/execute/19990325-1.f: New test.
8099
8100 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
8101
8102         * gcc.c-torture/execute/990324-1.c: New test.
8103
8104 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
8105
8106         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
8107         test with 4.
8108
8109 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
8110
8111         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
8112
8113 1999-03-13  Craig Burley  <craig@jcb-sc.com>
8114
8115         * g77.f-torture/execute/19990313-2.f: New test.
8116         * g77.f-torture/execute/19990313-3.f: New test.
8117
8118 1999-03-13  Craig Burley  <craig@jcb-sc.com>
8119
8120         * g77.f-torture/execute/19990313-0.f: New test.
8121         * g77.f-torture/execute/19990313-1.f: New test.
8122
8123 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
8124
8125         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
8126         printf to sprintf.
8127         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
8128         (main): Add check for u15.  Conditionalize u31 check depending on
8129         whether ints are <32 bits or >=32 bits.
8130
8131 1999-03-08  Craig Burley  <craig@jcb-sc.com>
8132
8133         * g77.f-torture/execute/19981119-0.f: Improve testiness.
8134
8135 1999-03-08  Craig Burley  <craig@jcb-sc.com>
8136
8137         * g77.f-torture/compile/19990305-0.f: New test.
8138         * g77.f-torture/execute/19981119-0.f: New test.
8139
8140 1999-03-08  Craig Burley  <craig@jcb-sc.com>
8141
8142         * g77.f-torture/execute/970625-2.f: call ABORT if final
8143         result is not correct, instead of just printing it.
8144         Add this checking via newly introduced obfuscation, to
8145         trip up buggy front ends.
8146
8147 1999-03-07  Craig Burley  <craig@jcb-sc.com>
8148
8149         * g77.f-torture/compile/960317-1.f: Moved from being
8150         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
8151
8152 1999-03-06  Craig Burley  <craig@jcb-sc.com>
8153
8154         * g77.f-torture/execute/960317-1.f: New (old) test.
8155         * g77.f-torture/execute/970625-2.f: Ditto.
8156
8157 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
8158
8159         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
8160         message on line 1 or line 2; cccp and cpplib do this differently.
8161
8162 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
8163
8164         * g++.old-deja/g++.law/weak1.C: New test.
8165
8166 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
8167
8168         * gcc.c-torture/execute/990119-1.c: Renamed to...
8169         * gcc.dg/990119-1.c: this, so it will only be tested once
8170         (it's a preprocessor test, it doesn't need to be run at
8171         multiple optimization levels).
8172
8173 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
8174
8175         * lib/g++.exp: Don't add incdir=$base_dir/../include to
8176           ALWAYS_CXXFLAGS.
8177
8178 1999-02-24  Craig Burley  <craig@jcb-sc.com>
8179
8180         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
8181         * g77.f-torture/compile/19981216-0.f: ...as it is expected
8182         to not be compilable by current g77.
8183
8184 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8185
8186         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
8187
8188 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
8189
8190         * gcc.c-torture/execute/990222-1.c: New test.
8191
8192 1999-02-19  Craig Burley  <craig@jcb-sc.com>
8193
8194         * g77.f-torture/compile/19990218-0.f: New test.
8195         * g77.f-torture/noncompile/19990218-1.f: New test.
8196
8197 1999-02-18  Craig Burley  <craig@jcb-sc.com>
8198
8199         * g77.f-torture/compile/19981216-0.f: New test.
8200
8201 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
8202
8203         * gcc.dg/990214-1.c: New test.
8204
8205 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
8206
8207         * gcc.dg/990213-2.c: New test.
8208
8209         * gcc.dg/990213-1.c: New test.
8210
8211 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
8212
8213         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
8214         ints.
8215
8216 1999-02-11  Nick Clifton  <nickc@cygnus.com>
8217
8218         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
8219         specified by target.
8220
8221         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
8222
8223 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
8224
8225         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
8226
8227 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
8228
8229         * gcc.dg/special/ecos.exp: New test driver for new tests with
8230         special requirements.
8231
8232         * gcc.dg/special/alias-1.c: New test.
8233         * gcc.dg/special/gcsec-1.c: New test.
8234         * gcc.dg/special/weak-1.c: New test.
8235         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
8236         * gcc.dg/special/weak-2.c: New test.
8237         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
8238         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
8239         * gcc.dg/special/wkali-1.c: New test.
8240         * gcc.dg/special/wkali-2.c: New test.
8241         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
8242         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
8243
8244 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
8245
8246           * lib/c-torture.exp (c-torture-compile): Pull out code for
8247           analyzing gcc error messages.
8248           (c-torture-execute): Likewise.  Fix some (harmless) false
8249           positives.
8250           * lib/gcc.exp (gcc_check_compile): New function.
8251
8252 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
8253
8254         * gcc.c-torture/execute/990208-1.c: New test.
8255
8256 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
8257
8258         * g++.dg/special/ecos.exp: New driver for new tests with special
8259         requirements
8260
8261         * g++.dg/special/conpr-1.C: New test
8262         * g++.dg/special/conpr-2.C: New test
8263         * g++.dg/special/conpr-2a.C: New test
8264         * g++.dg/special/conpr-3.C: New test
8265         * g++.dg/special/conpr-3a.C: New test
8266         * g++.dg/special/conpr-3b.C: New test
8267
8268         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
8269         allow g++ to use the dg driver
8270
8271         * README: Add comment about g++.dg directory
8272
8273 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
8274
8275         * README: Update email addresses.
8276
8277 1999-02-03  Nick Clifton  <nickc@cygnus.com>
8278
8279         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
8280         arguments in order to force structure S onto the stack even on
8281         the alpha.
8282         (test): Pass 10 leading arguments to function foo as well as the
8283         structure S.
8284
8285         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
8286         failure for all targets.
8287
8288         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
8289         abort to terminate program execution.
8290
8291 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
8292
8293         * gcc.c-torture/execute/990130-1.c: New test.
8294
8295 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
8296
8297         * gcc.dg/990130-1.c: New test.
8298
8299 1999-01-28  Michael Meissner  <meissner@cygnus.com>
8300
8301         * gcc.c-torture/execute/990128-1.c: New test.
8302
8303 1999-01-27  Michael Meissner  <meissner@cygnus.com>
8304
8305         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
8306
8307 1999-01-27  Felix Lee  <flee@cygnus.com>
8308
8309         * lib/c-torture.exp (c-torture-compile): pull out code for
8310         analyzing gcc error messages.
8311         (c-torture-execute): ditto, and fix some (harmless) false
8312         positives.
8313         * lib/gcc.exp (gcc_check_compile): new function.
8314
8315 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
8316
8317         * gcc.dg/990117-1.c: New test.
8318
8319         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
8320
8321         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
8322
8323 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
8324
8325         * g77.f-torture/compile/990115-1.f: New test.
8326
8327 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
8328
8329         * gcc.c-torture/compile/990107-1.c: New test
8330
8331 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
8332
8333         * gcc.c-torture/execute/990106-2.c: New test.
8334
8335         * gcc.c-torture/execute/990106-1.c: New test.
8336
8337 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
8338
8339         * gcc.c-torture/compile/981223-1.c: New test.
8340
8341 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
8342
8343         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
8344         (opt3): Rename from opt4 and disable.
8345
8346 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
8347
8348         * g++.old-deja/g++.pt/ptrmem5.C: New test.
8349
8350 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
8351
8352         * g++.old-deja/g++.other/conv5.C: New test.
8353
8354 1998-12-14  Nick Clifton  <nickc@cygnus.com>
8355
8356         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
8357
8358 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
8359
8360         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
8361
8362 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
8363
8364         * gcc.c-torture/compile/981211-1.c: New test.
8365
8366 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
8367
8368         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
8369
8370         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
8371
8372 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8373
8374         * gcc.special/930510-1.c: Make C9X safe.
8375         * gcc.misc-tests/gcov-1.c Similarly.
8376         * gcc.misc-tests/gcov-2.c Similarly.
8377
8378 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8379
8380         * gcc.dg/ultrasp1.c: New test.
8381
8382 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
8383
8384         * gcc.c-torture/execute/981206.c: New test.
8385
8386 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8387
8388         * g++.old-deja/g++.ns/template7.C: New test.
8389
8390         * g++.old-deja/g++.other/expr1.C: New test.
8391
8392         * g++.old-deja/g++.eh/tmpl3.C: New test.
8393
8394         * g++.old-deja/g++.eh/tmpl2.C: New test.
8395
8396 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
8397
8398         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
8399         * g++.old-deja/g++.other/using6.C: Removed.
8400         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
8401
8402         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
8403
8404 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
8405
8406         * g++.old-deja/g++.pt/overload8.C: New test.
8407
8408         * g++.old-deja/g++.pt/overload7.C: New test.
8409
8410         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
8411
8412         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
8413         and relinking messages.
8414         * lib/g++.exp (g++_target_compile): Remove .rpo file when
8415         compiling with -frepo.
8416
8417 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
8418
8419         * g++.old-deja/g++.pt/lookup6.C: New test.
8420
8421 1998-11-30  Nick Clifton  <nickc@cygnus.com>
8422
8423         * gcc.c-torture/execute/981130-1.c: New test.
8424         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
8425
8426 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
8427
8428         * g++.old-deja/g++.pt/explicit76.C: New test.
8429
8430         * g++.old-deja/g++.pt/friend38.C: New test.
8431
8432         * g++.old-deja/g++.ns/crash2.C: New test.
8433
8434         * g++.old-deja/g++.pt/defarg8.C: New test.
8435
8436         * g++.old-deja/g++.pt/instantiate6.C: New test.
8437
8438         * g++.old-deja/g++.pt/static6.C: New test.
8439
8440         * g++.old-deja/g++.pt/decl2.C: New test.
8441
8442 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
8443
8444         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
8445         problem is actually related with name lookup, but so what? :-)
8446
8447         * g++.old-deja/g++.pt/friend37.C: New test.
8448
8449 1998-11-25  Dave Love  <d.love@dl.ac.uk>
8450
8451         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
8452         element, which fails on some systems.
8453
8454         * g77.f-torture/execute/labug1.f: New test.
8455
8456 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
8457
8458         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
8459         is defined.
8460
8461 1998-11-18  Dave Love  <d.love@dl.ac.uk>
8462
8463         * g77.f-torture/compile/981117-1.f: New test.
8464
8465 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
8466
8467         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
8468         properly discarded.
8469
8470 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
8471
8472         * gcc.c-torture/execute/memcheck: New directory of tests for
8473         -fcheck-memory-usage.
8474
8475 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8476
8477         * README: New file, general information about the testsuite and
8478         new description of the various C++ test subdirectories.
8479         * README.g++: Eliminate obsolete information, update and move most
8480         relevant stuff to README.
8481
8482 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
8483
8484         * gcc.c-torture/compile/981107-1.c: New test.
8485
8486 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
8487
8488         * execute/memcpy-bi.c: New testcase.
8489
8490 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
8491
8492         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
8493         base classes.
8494
8495         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
8496         template is selected.
8497
8498         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
8499         classes, it should be accepted for all types.
8500
8501         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
8502
8503         * g++.old-deja/g++.pt/spec24.C: Ensure that template
8504         specializations start with template headers.
8505
8506 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
8507
8508         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
8509
8510         * g++.old-deja/g++.other/init9.C: Test cross initialization of
8511         non-POD types.
8512
8513 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
8514
8515         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
8516
8517 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8518
8519         * compile/981022-1.c, compile/981022-1.x: New test and driver.
8520
8521 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
8522
8523         * 981019-1.c: New test.
8524
8525 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
8526
8527         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
8528         find objc headers.
8529
8530 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
8531
8532         * compile/981001-4.c: Remove use of GCC extension that triggers a
8533         compiler bug.
8534
8535 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
8536
8537         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
8538
8539 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
8540
8541         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
8542         instantiation of template produces incorrect code for delete
8543         expression.
8544
8545         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
8546         constructors' name is not unique.
8547         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
8548         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
8549
8550         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
8551         automatic array of const is ill-formed.
8552
8553         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
8554         of template parameter?
8555
8556         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
8557         const.
8558
8559         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
8560         pointer-to-member expression.
8561
8562         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
8563         declaration causes ICE.
8564
8565 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
8566
8567         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
8568         reserved in the global namespace.
8569
8570         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
8571         generate needed virtual table.
8572
8573         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
8574
8575 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
8576
8577         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
8578         template-dependent type
8579
8580 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
8581
8582         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
8583         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
8584         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
8585
8586         * g++.old-deja/g++.other/using5.C: New test; using decl from base
8587         class should be usable as argument of member function.
8588         * g++.old-deja/g++.other/using6.C: New test; using decl from base
8589         class should be usable as return type of member function.
8590         * g++.old-deja/g++.other/using7.C: New test; using decl from base
8591         class should be usable as type of data member.
8592
8593         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
8594
8595 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
8596
8597         * gcc.c-torture/special/920521-1.c: Fix bogus test.
8598
8599 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
8600
8601         * gcc.dg/dll-?.c Add thumb to target list.
8602         Fix assembler scan patterns to match current assembler output.
8603
8604 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
8605
8606         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
8607         matching of template brackets.
8608
8609         * g++.old-deja/g++.other/using4.C: New test.  Test using
8610         declarations of methods from base classes.
8611
8612         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
8613         within functions should introduce names into the innermost
8614         enclosing namespace.
8615
8616         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
8617         of static locals if first initialization throws.
8618
8619 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
8620
8621         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
8622
8623 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
8624
8625         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
8626         lose track of the possible targets of tablejump insns.
8627         * special/special.exp: Run it.
8628
8629 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
8630
8631         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
8632         must be declared before its specializations can be named in friend
8633         declarations.
8634
8635 1998-10-05  Dave Love  <d.love@dl.ac.uk>
8636
8637         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
8638
8639         * g77.f-torture/execute/io1.f: New test.
8640
8641 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
8642
8643         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
8644         with pointer to template function, for which no argument deduction
8645         is possible.
8646
8647         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
8648         specialization of template function as argument to template
8649         function.
8650
8651         * g++.old-deja/g++.other/access2.C: New test; Inner class
8652         shouldn't have privileged access to Outer's names.
8653
8654 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
8655
8656         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
8657         friend template declared within template class conflicts with
8658         nested class of the same name.
8659
8660         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
8661         is ignored.
8662
8663         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
8664         object with direct initializer as function declaration.
8665
8666         * g++.old-deja/g++.other/decl2.C: New test; duplicate
8667         initializers.
8668
8669         * g++.old-deja/g++.other/null2.C: New test; conditional operator
8670         involving const pointer and NULL produces incorrect result.
8671
8672         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
8673         type name without `typename' should be rejected with -pedantic.
8674
8675 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
8676
8677         * g++.old-deja/g++.other/addrof1.C: New test.
8678
8679 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
8680
8681         * gcc.c-torture/compile/981001-1.c: New test.
8682         * gcc.c-torture/execute/981001-1.c: New test.
8683
8684 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
8685
8686         * gcc.c-torture/compile/981001-2.c: New test.
8687         * gcc.c-torture/compile/981001-3.c: New test.
8688         * gcc.c-torture/compile/981001-4.c: New test.
8689
8690 1998-10-01  Robert Lipe  <robertl@dgii.com>
8691
8692         * lib/objc.exp (objc_target_compile): Add -L during compiles for
8693         multilibbed hosts.   Idea grafted from g77.exp.
8694
8695 1998-09-30  Dave Love  <d.love@dl.ac.uk>
8696
8697         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
8698         avoid losing on systems which need -lsocket.
8699
8700 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
8701
8702         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
8703         * g++.old-deja/g++.other/nested2.C: Ditto.
8704         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
8705         failure.
8706
8707 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
8708
8709         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
8710         preferred over template operator!= for enum bitfields.
8711
8712 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
8713
8714         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
8715         that happen to have the same base name, but in different scopes,
8716         are incorrectly rejected.
8717
8718 1998-09-16  Richard Henderson  <rth@cygnus.com>
8719
8720         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
8721         on the native word size instead of an integer literal.
8722
8723 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
8724
8725         * g++.old-deja/g++.other/static2.C: Invocation of static data
8726         member of type pointer-to-function denoted as non-static member.
8727
8728         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
8729         checks involving function types and aliases.
8730
8731 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
8732
8733         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
8734         redefined to the same non-trivial type.
8735
8736         * g++.old-deja/g++.pt/explicit73.C: Test for proper
8737         namespace-qualification of template specializations declared in
8738         other namespaces.
8739
8740         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
8741         to declare a subset of the specializations of a template function
8742         as friends of specializations of a template class.
8743
8744         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
8745         member templates that do not fully specialize the enclosing
8746         template class are rejected.
8747
8748 1998-09-11  Dave Love  <d.love@dl.ac.uk>
8749
8750         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
8751
8752 1998-09-08  Dave Love  <d.love@dl.ac.uk>
8753
8754         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
8755         altered from libf2c/libU77 version.
8756
8757 1998-09-06  Dave Love  <d.love@dl.ac.uk>
8758
8759         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
8760
8761 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
8762
8763         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
8764         (un)signed char are different types for template specialization
8765         purposes.
8766
8767 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
8768
8769         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
8770         * objc: ObjC testsuite.
8771
8772 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
8773
8774         * gcc.c-torture/execute/941014-1.x:  New file.
8775
8776 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8777
8778         * lib/c-torture.exp: Add support for
8779         torture_eval_before_compile and torture_eval_before_execute
8780         variables.
8781
8782 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
8783
8784         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
8785         this test triggers valid.
8786
8787 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8788
8789         * gcc.dg/980827-1.c: New test.
8790
8791 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8792
8793         * gcc.c-torture/execute/loop-4b.c: New test.
8794
8795 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
8796
8797         * lib/c-torture.exp: Add support for
8798         torture_eval_before_compile and torture_eval_before_execute
8799         variables.
8800
8801 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
8802
8803         * gcc.c-torture/compile/980825-1.c: New test.
8804
8805 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
8806
8807         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
8808         count number tests in opt_t0 not good_t0.
8809
8810 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
8811
8812         * gcc.c-torture/compile/930326-1.x: Fix typo.
8813
8814 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
8815
8816         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
8817         causes an ICE.
8818
8819 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
8820
8821         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
8822         STACK_SIZE is defined.
8823         * gcc.c-torture/unsorted/stuct.c: Similarly.
8824
8825         * gcc.c-torture/compile/980821-1.c: New test.
8826
8827 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
8828
8829         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
8830
8831 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
8832
8833         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
8834         code.
8835
8836 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
8837
8838         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
8839         error'.
8840
8841 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
8842
8843         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
8844
8845 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
8846
8847         * gcc.c-torture/compile/980816-1.c: New test.
8848
8849         * gcc.dg/980816-1.c: New test.
8850
8851 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
8852
8853         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
8854         compiler for ieee tests.
8855
8856 1998-08-01  Dave Love  <d.love@dl.ac.uk>
8857
8858         * g77.f-torture/compile/980729-0.f: New test.
8859
8860 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
8861
8862         * gcc.c-torture/special/eeprof-1.c: New test, for
8863         -finstrument-functions.
8864         * gcc.c-torture/special/special.exp: Run it.
8865
8866 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
8867
8868         * gcc.c-torture/compile/980729-1.c: New test.
8869
8870 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
8871
8872         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
8873         __thumb__ is defined, and test for ARM style doubles if so.
8874
8875 1998-07-26  Dave Love  <d.love@dl.ac.uk>
8876
8877         * g77.f-torture/noncompile/980615-0.f: New test.
8878
8879 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
8880
8881         * gcc.dg/980312-1.c: Do link instead of compile.
8882         * gcc.dg/980313-1.c: Likewise.
8883
8884 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
8885
8886         * gcc.c-torture/compile/980726-1.c: New test.
8887
8888 1998-07-25  Dave Love  <d.love@dl.ac.uk>
8889
8890         * g77.f-torture/execute/io0.f: New test.
8891
8892 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
8893
8894         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
8895         an int.
8896
8897 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
8898
8899         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
8900         m32r bugs.
8901
8902 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
8903
8904         * gcc.dg/980626-1.c: Expect failures for all toolchains until
8905         c-decl.c:grokdeclarator can handle mode attributes.
8906
8907 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
8908
8909         * gcc.c-torture/execute/980716-1.c: New test.
8910
8911 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
8912
8913         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
8914         the mn10200.
8915         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
8916         the mn10200.
8917         * gcc.c-torture/execute/va-arg-3.x: Similarly.
8918         * gcc.c-torture/compile/930326-1.x: Similarly.
8919
8920 1998-07-13  Dave Love  <d.love@dl.ac.uk>
8921
8922         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
8923         New test from Craig.
8924
8925 1998-07-12  Dave Love  <d.love@dl.ac.uk>
8926
8927         * g77.f-torture/noncompile/980616-0.f: New test.
8928
8929         * g77.f-torture/execute/970816-3.f:  New test from Craig.
8930
8931 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8932
8933         *  g++.other/singleton.C: Return error value instead of taking
8934         SIGSEGV.
8935
8936 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
8937
8938         *  g++.other/singleton.C: New test.   Warning is under dispute.
8939         Runtime crash is not.
8940
8941 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
8942
8943         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
8944         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
8945         using6.C, using7.C}:  New namespace tests.
8946
8947 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
8948
8949         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
8950         specialization with typedef'ed names used as array indexes.
8951
8952 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
8953
8954         * gcc.c-torture/execute/980709-1.c: New test.
8955
8956         * gcc.dg/980709-1.c: New test.
8957
8958 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
8959
8960         * gcc.c-torture/execute/bcp-1.c: New test.
8961
8962 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
8963
8964         * gcc.c-torture/execute/980707-1.c: New test.
8965
8966 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
8967
8968         * gcc.c-torture/compile/980706-1.c: New test.
8969
8970 1998-07-01  Dave Love  <d.love@dl.ac.uk>
8971
8972         * g77.f-torture/execute/980701-0.f,
8973         g77.f-torture/execute/980701-1.f: New test from Craig.
8974
8975 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
8976
8977         * gcc.c-torture/compile/980701-1.c: New test.
8978
8979         * gcc.c-torture/execute/980701-1.c: New test.
8980
8981 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
8982 rlsruhe.de>
8983
8984         * g++.old-deja/g++.robertl/eb132.C: New test.
8985         * g++.old-deja/g++.robertl/eb133.C: Likewise.
8986
8987 1998-06-29  Dave Love  <d.love@dl.ac.uk>
8988
8989         * g77.f-torture/execute/980628-7.f,
8990         g77.f-torture/execute/980628-8.f,
8991         g77.f-torture/execute/980628-9.f,
8992         g77.f-torture/execute/980628-10.f: New tests from Craig.
8993
8994         * g77.f-torture/execute/980628-3.f: Remove mail headers.
8995
8996 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
8997
8998         * g77.f-torture/execute/980628-4.f: New test from Craig.
8999         * g77.f-torture/execute/980628-5.f: Likewise.
9000         * g77.f-torture/execute/980628-2.f: Likewise.
9001         * g77.f-torture/execute/980628-0.f: Likewise.
9002         * g77.f-torture/execute/980628-1.f: Likewise.
9003         * g77.f-torture/execute/980628-3.f: Likewise.
9004         * g77.f-torture/execute/980628-6.f: Likewise.
9005
9006 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
9007
9008         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
9009         directory when nothing has been installed yet.
9010
9011 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
9012
9013         * gcc.c-torture/special/special.exp: Handle newer versions of
9014         dejagnu.
9015
9016 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
9017
9018         * gcc.dg/980626-1.c: New test.
9019
9020 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
9021
9022         * gcc.misc-tests/m-un-2.c: New test.
9023         * g++.old-deja/g++.other/warn01.c: Likewise.
9024
9025 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
9026
9027         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
9028         compatibility with assmblers with a different comment character.
9029         Eliminate use of GAS-specific extensions.
9030
9031 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
9032
9033         * gcc.c-torture/execute/ieee/980619-1.c: New test.
9034
9035 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
9036
9037         *lib/g77.exp: Replace search for libf2c.a with search for newly
9038         renamed libg2c.a
9039
9040 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
9041
9042         * gcc.c-torture/execute/980617-1.c: New test.
9043
9044 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
9045
9046         * gcc.c-torture/execute/980612-1.c: New test.
9047
9048 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
9049
9050         * gcc.dg/980523-1.c: Only test on ppc-linux.
9051         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
9052
9053         * gcc.c-torture/execute/980608-1.c: New test.
9054
9055 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9056
9057         * gcc.c-torture/execute/980605-1.c: New test.
9058
9059 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
9060
9061         * gcc.c-torture/execute/980604-1.c: New test.
9062
9063 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
9064
9065         * gcc.c-torture/execute/980602-1.c: New test.
9066         * gcc.c-torture/execute/980602-2.c: Likewise.
9067
9068 1998-06-02  Dave Love  <d.love@dl.ac.uk>
9069
9070         * 970125-0.f: Fix per JCB.  Add commentary.
9071
9072 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
9073
9074         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
9075         IEEE -0 support.
9076
9077 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
9078
9079         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
9080         earlier.
9081
9082 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
9083
9084         * gcc.c-torture/execute/980526-3.c: New test.
9085
9086 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
9087
9088         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
9089         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
9090         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
9091         m88k-motorola-sysv3 to XFAIL.
9092
9093 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9094
9095         * gcc.dg/980526-1.c: New test.
9096         * gcc.c-torture/execute/980526-2.c: New test.
9097
9098 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
9099
9100         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
9101
9102         * gcc.c-torture/execute/980526-1.c: New test.
9103
9104 1998-05-26  Dave Love  <d.love@dl.ac.uk>
9105
9106         * g77.f-torture/execute/alpha2.f: Add runtime test.
9107
9108 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
9109
9110         * g++.old-deja/old-deja.exp: Strip leading directories.
9111
9112         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
9113         error for the line.  Don't run multiple tests for the same line.
9114
9115 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
9116
9117         * gcc.dg/980523-1.c: New test.
9118
9119 1998-05-23  Dave Love  <d.love@dl.ac.uk>
9120
9121         * g77.f-torture/compile/970915-0.f: New test.
9122
9123 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
9124
9125         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
9126
9127 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
9128
9129         * gcc.dg/980520-1.c: New test.
9130
9131 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9132
9133         * gcc.dg/980502-1.c: Fix return type.
9134
9135 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
9136
9137         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
9138         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
9139         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
9140         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
9141         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
9142
9143 1998-05-20  Dave Love  <d.love@dl.ac.uk>
9144
9145         * g77.f-torture/execute/980520-1.f: New test.
9146
9147 1998-05-15  Dave Love  <d.love@dl.ac.uk>
9148
9149         * lib/mike-g77.exp: New file.
9150
9151         * g77.f-torture/noncompile/noncompile.exp,
9152         g77.f-torture/noncompile/check0.f: New files.
9153
9154 1998-05-14  Dave Love  <d.love@dl.ac.uk>
9155
9156         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
9157         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
9158         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
9159         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
9160         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
9161         abort where appropriate.
9162
9163 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
9164
9165         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
9166         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
9167
9168 1998-04-29  Dave Love  <d.love@dl.ac.uk>
9169
9170         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
9171
9172 1998-04-27  Dave Love  <d.love@dl.ac.uk>
9173
9174         * g77.f-torture/compile/980427-0.f: New test.
9175
9176 1998-04-24  Dave Love  <d.love@dl.ac.uk>
9177
9178         * g77.f-torture/compile/980424-0.f: New test.
9179
9180 1998-04-19  Dave Love  <d.love@dl.ac.uk>
9181
9182         * g77.f-torture/compile/980419-2.f (main): New test.
9183         * g77.f-torture/compile/970125-0.f: New test.
9184         * g77.f-torture/compile/980419-1.f: New test.
9185
9186 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
9187
9188         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
9189         of loop-4.c.
9190
9191 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
9192
9193         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
9194
9195 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
9196
9197         * gcc.c-torture/compile/980329-1.c: New test.
9198
9199 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
9200
9201         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
9202         * gcc.dg/980312-1.c: Fix typo in -march command.
9203
9204 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
9205
9206         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
9207
9208 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
9209
9210         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
9211         Dave Love agree the Fortran source is bogus.
9212
9213 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
9214
9215         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
9216         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
9217         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
9218         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
9219         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
9220
9221 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
9222
9223         * g++.old-deja/g++.other/friend1.C: New test.
9224
9225 1998-02-18  Dave Love  <d.love@dl.ac.uk>
9226
9227         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
9228         possibly uninitialized) variables and declare dnrm2.
9229
9230 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
9231
9232         From Bruno Haible <haible@ilog.fr>:
9233         * gcc.c-torture/execute/980223.c: New test.
9234
9235 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
9236
9237         * gcc.dg/ifelse-1.c: New test.
9238
9239 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
9240
9241         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
9242
9243           * lib/old-dejagnu.exp (old-dejagnu): Added the
9244           "execution test - XFAIL *-*-*" handling in the spirit of
9245           "excess errors test -". Changed the "execution test fails"
9246           handling to be like "excess errors test fails".
9247           * Update various tests accordingly.
9248
9249 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
9250
9251         * gcc.c-torture/execute/980205.c: New test.
9252
9253 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
9254
9255         * lib/c-torture.exp: Look for .x files instead of .cexp files.
9256         * lib/f-torture.exp: Similarly.
9257         * gcc.c-torture: Rename all .cexp files to .x files.
9258
9259 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9260
9261         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
9262         (940510-1.c): Removed duplicate.
9263         (971104-1.c): New test.
9264
9265 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
9266
9267           * lib/f-torture.exp: Improve error and loop detection.
9268
9269 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
9270
9271         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
9272         use that to size the filler array.
9273
9274 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
9275
9276         * lib/c-torture.exp(c-torture-execute): Fix typo.
9277
9278         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
9279         testcase as the executable name. Keep the executable around if
9280         the test fails.
9281
9282 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
9283
9284         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
9285         changes.  Only test one -g option, and move it to the end of the
9286         list of options to test.
9287
9288 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
9289
9290         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
9291         variable GCC_TORTURE_OPTIONS to supply default switches separated
9292         by colons.  If no environment variable, run tests with -O0 -g, -O1
9293         -g, and -O2 -g as well.
9294
9295 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
9296
9297         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
9298         explanatory comments. Fix indentation.
9299
9300 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
9301
9302         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
9303
9304 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
9305
9306         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
9307         * g++.old-deja/g++.mike/p7325.C: Likewise.
9308         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
9309
9310 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
9311
9312         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
9313         * g++.old-deja/g++.brendan/crash30.C: Likewise.
9314         * g++.old-deja/g++.brendan/crash39.C: Likewise.
9315         * g++.old-deja/g++.law/operators4.C: Likewise.
9316
9317 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
9318
9319         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
9320         * g++.old-deja/g++.mike/p784.C: Ditto.
9321         * g++.old-deja/g++.mike/p785.C: Ditto.
9322
9323 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
9324
9325           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
9326
9327 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
9328
9329         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
9330         target feature; pass this to c-torture-execute as needed.
9331
9332 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
9333
9334         * lib/c-torture.exp(c-torture-execute): If the previous and the
9335         current executables being tested are identical, we don't need to
9336         run the executable again. Try to make the executable names
9337         unique. Add an optional argument for passing additional compiler
9338         flags.
9339
9340 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
9341
9342         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
9343
9344 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
9345
9346         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
9347
9348 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
9349
9350         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
9351         32bit or larger longs.
9352
9353         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
9354         have either a 32bit long or 32bit int.
9355
9356 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9357
9358         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
9359         Make double precision tests dependent on sizeof (double).
9360
9361 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
9362
9363         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
9364         too.
9365
9366 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9367
9368         * gcc.c-torture/compile/961203-1.cexp: New script.
9369
9370 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
9371
9372         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
9373         up the includes ourselves.
9374
9375 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
9376
9377         * lib/plumhall.exp: Remove random include, and add a few
9378         verbose messages for debugging.
9379
9380 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
9381
9382         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
9383         of trying to do it ourselves.
9384
9385 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
9386
9387         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
9388
9389 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
9390
9391         * gcc.prms/5403.c: Made regexp a bit less strict.
9392
9393 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
9394
9395         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
9396         is returned from remote_load instead.
9397         * lib/plumhall.exp: Ditto.
9398         * lib/mike-g++.exp: Ditto.
9399         * lib/old-dejagnu.exp: Ditto.
9400         * lib/c-torture.exp: Ditto.
9401
9402 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
9403
9404         * lib/g++.exp: Use build_wrapper procedure.
9405         * lib/gcc.exp: Ditto.
9406
9407 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
9408
9409         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
9410         an old-style decl for malloc.  Fixes tests to work when
9411         sizeof (int) != sizeof (size_t).
9412
9413 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
9414
9415         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
9416
9417         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
9418         use stdargs.h interface.
9419
9420 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
9421
9422         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
9423         NO_VARARGS when compiling.
9424
9425 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
9426
9427         * lib/plumhall.exp(ph_includes): New procedure.
9428         (ph_make): Use it.
9429         (ph_compiler): Ditto.
9430
9431         * lib/g++.exp: Rename test-glue.c to testglue.c.
9432         * lib/gcc.exp: Ditto.
9433
9434 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
9435
9436         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
9437         to completion when it's called.
9438
9439 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
9440
9441         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
9442         is defined, don't do test.
9443
9444 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
9445
9446         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
9447         for object files.
9448         (ph_summary): Mark skipped testcases as untested, not unresolved.
9449
9450         * lib/plumhall.exp (ph_make): If unresolved because of bad
9451         errorCode, record errorCode in log file.
9452         (*): Replace send_log/verbose with verbose -log.
9453
9454 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
9455
9456         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
9457         double conversion if double isn't at least 8 bytes.
9458
9459         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
9460         int to work with targets where int is 16 bits.
9461
9462         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
9463         8 bytes, just exit, since 4 byte doubles don't have enough bits of
9464         precision for the test to complete.
9465
9466 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
9467
9468         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
9469         if d10v is not compiled with the -mdouble64 flag.
9470         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
9471
9472         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
9473         d10v is not compiled with the -mint32 flag.
9474
9475 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9476
9477         * lib/plumhall.exp: Use incr_count.
9478
9479 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
9480
9481         * gcc.c-torture: Update to c-torture-1.45.
9482
9483 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
9484
9485         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
9486         the name of the expect testcase file).
9487
9488         * lib/g++.exp(g++_init): Ditto.
9489
9490 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
9491
9492         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
9493         the host.
9494
9495         * lib/gcc.exp(gcc_exit): New procedure.
9496
9497 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
9498
9499         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
9500         specs where appropriate.
9501
9502         * g++.old-deja/g++.arm/*: Added additional ERROR checks
9503         because of new "candidates are" messages, and removed a few
9504
9505         * Converted all non-old-style g++ testcases to old-style, and
9506         moved into g++.old-deja.
9507
9508 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
9509
9510         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
9511         options.
9512
9513         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
9514         succeeded.
9515
9516         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
9517
9518 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
9519
9520         * lib/gcc.exp (gcc_target_compile): Add support for defining
9521         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
9522         the machine doesn't have those features.
9523
9524 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
9525
9526         * g++.law/operators4.exp: Don't use LIBS.
9527
9528 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
9529
9530         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
9531
9532         * lib/mike-g++.exp: Don't set the compiler to be tested here.
9533         * lib/g++.exp: Set it here instead. Also, allow use of the
9534         --tool_exec and --tool_opt options. Change CXX to
9535         GXX_UNDER_TEST.
9536
9537         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
9538
9539         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
9540
9541 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
9542
9543         * lib/old-dejagnu.exp: Use prune_warnings instead of
9544         prune_system_crud.
9545         * lib/mike-g++.exp: Ditto.
9546         * lib/gcc.exp: Ditto.
9547         * lib/g++.exp: Ditto.
9548
9549         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
9550
9551 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
9552
9553           * 941014-2.c: Include stdlib.h
9554           * 960327-1.c: Include stdio.h
9555           * dbra.c, index-1.c: Don't assume ints are 32bits.
9556
9557 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
9558
9559         * lib/gcc.exp: Add gcc,stack_size target feature.
9560
9561         * lib/g++.exp(g++_target_compile): Add the include and link
9562         paths here, not in two other places. And, it's $options, not
9563         options.
9564
9565         * lib/mike-g++.exp(postbase): Remove the code that determines
9566         the correct include and link paths.
9567         * g++.old-deja/old-deja.exp: Ditto.
9568
9569 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
9570
9571         * lib/g++.exp(g++_init): target_compile no longer returns the
9572         filename of the result.
9573
9574 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
9575
9576         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
9577         call to glob.
9578
9579         * gcc.c-torture/special/special.exp: Change call to
9580         gcc_target_compile to include the object file.
9581
9582 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9583
9584         * gcc.c-torture/special/special.exp: Correct misspelling in last
9585         change.
9586
9587 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
9588
9589         * lib/plumhall.exp(ph_summary): Log the entire output of the
9590         executable. Return -1 if there were any failures, 0 otherwise.
9591         (ph_execute): Return -1 if there were any failures, 0 otherwise.
9592         (ph_make): Clean up objects and executables that were built
9593         if the tests succeeded.
9594
9595 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9596
9597         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
9598         libraries and includes in the build tree as appropriate.
9599
9600 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
9601
9602         * lib/c-torture.exp: Instead of looking for the global variable
9603         NO_LONG_LONG, check to see if that's a feature of the target.
9604
9605 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
9606
9607         * config/default.exp: Minimize. Delete the remainer of the files in
9608         config; this functionality is now in devo/dejagnu/config.
9609
9610         g++.*/*: Pass any additional flags used to compile to postbase;
9611         delete CXXFLAGS.
9612
9613         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
9614         is now done by runtest.exp. Use gcc_target_compile instead of
9615         compile.
9616
9617         lib/c-torture.exp: Use gcc_target_compile instead of compile.
9618         Remove references to CFLAGS. Use remote_file instead of
9619         calling rm -f.
9620         (c-torture): Take a list of arguments to use to compile this
9621         testcase.
9622
9623         lib/g++.exp: Simplify. Use target_compile instead of compile.
9624         lib/gcc-dg.exp: Ditto.
9625         lib/gcc.exp: Ditto.
9626         lib/mike-{gcc,g++}.exp: Ditto.
9627         lib/old-dejagnu.exp: Ditto.
9628         lib/plumhall.exp: Ditto.
9629
9630 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
9631
9632         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
9633         (ph_linker): Likewise.
9634
9635 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
9636
9637           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
9638         MAP_ANON / MAP_ANONYMOUS if defined;
9639         else try to map from /dev/zero .
9640
9641 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
9642
9643         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
9644         isn't defined, then define it to MAP_ANONYMOUS.
9645
9646 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
9647
9648         * gcc.c-torture: Update to c-torture-1.42 release.
9649
9650 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
9651
9652         * gcc.c-torture: Update to c-torture-1.41 release.
9653
9654 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
9655
9656         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
9657         c-torture release.
9658
9659 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9660
9661         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
9662         and LDFLAGS.  Fix second case to append the target_info ldflags
9663         onto LDFLAGS, not CFLAGS.
9664         * lib/g++.exp (g++_init): Add target_info stuff.
9665         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
9666         of libgloss and newlib flags for !native.
9667
9668         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
9669         (GDB): Fix relative path to go up another dir for finding gdb.
9670
9671 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
9672
9673         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
9674         versions in the target_info array, if they don't exist.
9675
9676 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9677
9678         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
9679
9680 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
9681
9682         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
9683         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
9684
9685 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
9686
9687         * lib/old-dejagnu.exp: Don't remove the output file before we've
9688         actually tested it. Don't append pwd to the path of the executable
9689         we're testing.
9690
9691 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
9692
9693         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
9694
9695 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
9696
9697         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
9698         temporary directory for compiler files, and set it to a default
9699         value of /tmp. Set $output as the name of the output file from
9700         compiling the testcase. Add a -o option to $cflags_var so the
9701         compiler writes the final output file as $output. Set $executable
9702         to $output.
9703
9704         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
9705         directory for compiler files, and set it to /tmp if it doesn't
9706         already have a value. Set $output_file to the name of the output
9707         file from compiling the testcase. Add a -o option to CXXFLAGS so
9708         the compiler writes the final output file as $output. Use $output
9709         as the executable to be tested.
9710
9711 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9712
9713         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
9714
9715 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
9716
9717         * gcc.c-torture/execute/pending-1.c: New test.  Still
9718         pending in Tege's queue.
9719
9720 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
9721
9722         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
9723         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
9724         if there were failures.  Call unresolved if there were unresolved
9725         testcases.  Call gcc_fail if program did not run to completion.
9726         (ph_make): Pass additional argument name to ph_execute.
9727         (ph_execute): Add new argument.  Pass additional arguments to
9728         ph_summary.  Call gcc_fail is there is no execution output.
9729
9730 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
9731
9732         * lib/plumhall.exp (proc_summary): Output relavent summary
9733         lines into the log so specific failures in plumhall can be
9734         investigated.
9735
9736 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
9737
9738         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
9739         (c-torture-execute): Don't try to execute tests which use
9740         "long long" types if $NO_LONG_LONG is nonzero.
9741
9742 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
9743
9744         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
9745         not c-torture.
9746
9747         * gcc.ieee: Move from here.
9748         * gcc.c-torture/execute/ieee: To here.
9749
9750 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
9751
9752         * gcc.c-torture: Update to c-torture-1.41 release.
9753
9754 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
9755
9756         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
9757         not "$output".
9758
9759 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
9760
9761         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
9762         -c present.
9763
9764 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
9765
9766         * config/proelf.exp: Handle connecting to a simulator.
9767
9768 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
9769
9770         * config/proelf.exp: New file.  Enough framework that we can
9771         run c-torture tests on the proelf targets (or any other target
9772         that gdb can connect to for that matter).
9773
9774 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
9775
9776         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
9777         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
9778
9779         * lib/plumhall.exp (ph_execute): Always call ph_summary if
9780         exec_output exists.
9781
9782 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
9783
9784         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
9785         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
9786
9787         * config/*.exp: Update FSF address.  Change result of ${tool}_load
9788         to pass/fail/unresolved/unsupported/untested.  Caller must now
9789         call unresolved/unsupported/untested.
9790         * lib/*.exp: Update FSF address.  Update to handle new results of
9791         ${tool}_load.
9792         * lib/chill.exp (verbose): Delete.
9793
9794 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
9795
9796         * lib/gcc.exp (default_gcc_start): Change order of args to
9797         $LDFLAGS $CFLAGS $LIBS.
9798         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
9799         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
9800         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
9801         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
9802         * gcc.misc-tests/dg-test.exp: Likewise.
9803         * gcc.misc-tests/msgs.exp: Likewise.
9804         * gcc.prms/prms.exp: Likewise.
9805         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
9806         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
9807
9808         * lib/dg.exp: Deleted, moved to dejagnu/lib.
9809
9810 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
9811
9812         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
9813
9814         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
9815         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
9816
9817         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
9818         necessary.
9819
9820 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
9821
9822         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
9823         global for loop; add use of $mathlib.
9824         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
9825         settings here; set mathlib for anything but VxWorks.
9826
9827 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
9828
9829         * gcc.c-torture: Update to c-torture-1.40 release.
9830
9831 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
9832
9833         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
9834         dg.exp.
9835
9836 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
9837
9838         * lib/c-torture.exp (c-torture-execute): Declare "output" as
9839         global.
9840
9841 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
9842
9843         * lib/g++.exp (LIBS): Define if not already.
9844         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
9845         (gcc-dg-prune): Call prune_gcc_output.
9846         * lib/gcc.exp (prune_gcc_output): New proc.
9847         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
9848         prune_gcc_output.
9849
9850 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
9851
9852         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
9853         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
9854
9855 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
9856
9857         * gcc.c-torture: Update to c-torture-1.39 release.
9858
9859 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
9860
9861         * lib/c-torture.exp (c-torture-execute): Don't return if one option
9862         fails, try others as well.
9863
9864 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
9865
9866         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
9867         If compilation fails, mark execute tests as `untested'.
9868         If test is marked as unsupported, don't mark compilation and
9869         execute tests as failed.
9870
9871 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9872
9873         * lib/g++.exp (g++_init): Don't link in libg++, and look to
9874         libstdc++ for whether or not we want to be doing shared
9875         libraries.  Delete link_curses since we don't need it anymore.
9876         * lib/mike-g++.exp (postbase): Don't link in libg++.
9877         * g++.old-deja/old-deja.exp: Likewise.
9878
9879 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9880
9881         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
9882
9883 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9884
9885         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
9886         For that, add `-Wl,-a,shared_archive'.
9887         * g++.old-deja/old-deja.exp: Likewise.
9888
9889 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
9890
9891         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
9892
9893 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
9894
9895         * lib/mike-g++.exp (postbase): Pay attention to the status of
9896         g++_load.
9897
9898 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9899
9900           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
9901
9902 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
9903
9904         * lib/gcc.exp (default_gcc_start): No longer need to log program
9905         being executed or its output, execute_anywhere does that now.
9906         * lib/g++.exp (default_g++_version): Call execute_anywhere.
9907         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
9908
9909 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9910
9911         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
9912         the same as those in lib/g++.exp.
9913
9914 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
9915
9916         * gcc.c-torture: Update to c-torture-1.38 release.
9917         * gcc.ieee: Related changes.
9918
9919 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
9920
9921         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
9922         "exec". Minor reformatting changes.
9923
9924         * config/rom68k.exp (${tool}_load): Make it work in a canadian
9925         cross. This means all "exec" calls now work on a remote host as
9926         well.
9927         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
9928         cross. Filter out the extra "\r\n" stuff that expect puts in.
9929         (c-torture-execute): Filter out the bogus warnings like
9930         c-torture-compile does. Add support for canadian cross.
9931         * lib/gcc.exp (default_gcc_version, default_gcc_start)
9932         Use execute_anywhere rather than calling exec directly. Now it
9933         works for canadian cross testing.
9934
9935 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
9936
9937         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
9938         results into a variable, and check that rather than using file exists.
9939
9940 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9941
9942         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
9943         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
9944
9945 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9946
9947         * g++.old-deja/old-deja.exp: Create and pass runshlib and
9948         lib_curses if there's a shared libg++ in the build tree.
9949
9950 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
9951
9952         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
9953         if not supported target.
9954
9955 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9956
9957         * lib/g++.exp (g++_init): Move empty setting of runshlib and
9958         link_curses up to always happen, not just for native builds.
9959
9960 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
9961
9962         * gcc.c-torture: Update to c-torture-1.36 release.
9963         * gcc.failure: Related changes.
9964
9965 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
9966
9967         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
9968
9969 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9970
9971         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
9972         * lib/mike-g++.exp (postbase): Not in here.  Still reference
9973         runshlib, link_curses, and mathlib for link and run.
9974
9975         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
9976         pass the runtime shared library options for Solaris, OSF/1, and
9977         Irix5, and link with -lcurses to avoid unresolved references.
9978
9979 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9980
9981         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
9982         only run once.
9983
9984 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
9985
9986         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
9987
9988 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
9989
9990         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
9991         do not have a framework for the "compat" tests yet.
9992
9993 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
9994
9995         * lib/mike-g++.exp (postbase): New local variable `mathlib',
9996         set to null if we're testing vxworks5.1.  Use that instead of
9997         `-lm' in the setting of LIBS for link and run.
9998
9999 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10000
10001         * config/rom68k.exp (${tool}_load): Major changes to make it
10002         work.  Verified that it does in fact return the stuff in
10003         exec_output properly.  Catch any Emul or any TRAP other than 0.
10004
10005 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10006
10007         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
10008         LDFLAGS properly for targets that need stuff from libgloss.
10009         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
10010         only run once.
10011         (gpp_initialized): New variable.
10012
10013 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
10014
10015         * config/rom68k.exp: Load libgloss.exp.
10016         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
10017         so we can produce a fully linked binary.
10018         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
10019         so we can produce a fully linked binary.
10020
10021 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
10022
10023         * lib/plumhall.exp (ph_section): Watch for expected failures.
10024         Add missing `else'.
10025
10026         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
10027         run the testcase.
10028         (c-torture): Likewise.
10029
10030 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
10031
10032         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
10033
10034         * lib/mike-g++.exp (mike_cleanup): New proc.
10035         (prebase): New globals compiler_result, not_compiler_result,
10036         target_regexp.
10037         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
10038         allow leading "-" in pattern.  Watch for unsupported tests.
10039         If $compiler_result is set, pattern match assembler code,
10040         and ditto for $not_compiler_result.
10041         * lib/mike-gcc.exp: Likewise.
10042
10043         * lib/plumhall.exp (ph_execute): Only call ph_summary if
10044         execution "succeeded".
10045
10046 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
10047
10048         * config/win32.exp: New file.
10049         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
10050
10051 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
10052
10053         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
10054         unsupported.
10055         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
10056         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
10057         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
10058
10059         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
10060         "... without exceptions was ...".  That is now handled by
10061         prune_system_crud.
10062         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
10063
10064 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
10065
10066         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
10067         sieve.c,sort2.c}: New files.
10068         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
10069         sieve.exp,sort2.exp}: Drivers for them.
10070
10071         * lib/mike-gcc.exp (program_output): New user settable variable.
10072         (postbase): Call prune_system_crud.  Also prune extraneous compiler
10073         messages.
10074         * lib/mike-g++.exp (program_output): New user settable variable.
10075
10076         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
10077
10078         * config/sh.exp: Deleted (use sim.exp instead).
10079
10080 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10081
10082         * config/vx.exp: Declare CHECKTASK as global.
10083         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
10084         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
10085         * lib/old-dejagnu.exp: Load [pwd]/$executable.
10086
10087 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10088
10089         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
10090         target. Like vx.exp, only includes `vx29k.exp' instead of
10091         `vxworks.exp'.
10092
10093 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
10094
10095         * config/sim.exp: Increase time limit from 120 seconds to 240.
10096
10097 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10098
10099         * gcc.c-torture/execute/950628-1.c: New test.
10100
10101 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
10102
10103         * gcc.c-torture: Update with changes/additions from
10104         c-torture-1.34.
10105
10106 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
10107
10108         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
10109
10110 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
10111
10112         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
10113
10114 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
10115
10116         * gcc.c-torture/compile/950512-1.c: New test.
10117         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
10118         * gcc.dg/struct-ret-1.c: Likewise.
10119
10120 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
10121
10122         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
10123           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
10124
10125 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
10126
10127         * gcc.c-torture/special/920411-1.c: Deleted.
10128         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
10129
10130 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
10131
10132         * config/sim.exp (${tool}_load): Hack in call to bash to get a
10133         cpu limit.
10134
10135 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
10136
10137         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
10138
10139 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
10140
10141         From kenner;
10142         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
10143         is the proper length.
10144         * va-arg-3.c: Likewise.
10145
10146 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
10147
10148         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
10149         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
10150
10151         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
10152         * lib/g++.exp (default_g++_start): Delete old cruft.
10153
10154 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
10155
10156         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
10157         (2 * (1 << 18)) to (2 * (1 << 17)).
10158
10159         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
10160
10161 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10162
10163         * config/rom68k.exp: Renamed from config/idp.exp
10164
10165 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
10166
10167         * c-torture/compile/921109-2.c
10168
10169 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
10170
10171         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
10172         excess errors.
10173
10174 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
10175
10176         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
10177         output.
10178         * lib/g++.exp (default_g++_start): Likewise.
10179
10180 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
10181
10182         * gcc.c-torture/compile/950329-1.c: New test.
10183
10184 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10185
10186           * config/bug.exp (${tool}_load): Updated to use new remote_open
10187           and remote_close procs.
10188         * config/idp.exp: New file.
10189
10190 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
10191
10192         * gcc.c-torture/execute/950322-1.c: New test.
10193
10194 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
10195
10196         * config/vx.exp (${tool}_load): Clean up testing of return code from
10197         vxworks_ld and vxworks_spawn.
10198
10199 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
10200
10201         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
10202
10203 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
10204
10205         * lib/old-deja.exp: Add `excess errors test - ' error, now one
10206         can mark excess errors on a machine by machine basis.  Note, the
10207         default is to not expect any excess errors, even when excess
10208         errors test - is given, so you will want to put an XFAIL ... on
10209         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
10210         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
10211         those 4 machines, but no others.
10212
10213 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10214
10215         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
10216         * lib/c-torture.exp: to here.
10217
10218 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
10219
10220         * gcc.c-torture/execute/950221-1.c: New test.
10221         * gcc.c-torture/execute/struct-ret-1.c: New test.
10222         * gcc.c-torture/compile/950221-1.c: New test.
10223
10224         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
10225
10226 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
10227
10228         * gcc.c-torture/execute/arith-1.c (main): Return 0.
10229         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
10230
10231 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
10232
10233         * g++.gb: New directory of tests, derived from my signature and
10234         class scoping tests.
10235
10236         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
10237         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
10238         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
10239         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
10240         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
10241         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
10242         * g++.gb/sig25.C: Likewise.
10243
10244         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
10245         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
10246         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
10247         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
10248         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
10249         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
10250         * g++.gb/sig25.exp: Likewise.
10251
10252         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
10253         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
10254         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
10255         * g++.gb/scope13.C: Likewise, this test still fails.
10256
10257         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
10258         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
10259         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
10260         * g++.gb/scope13.exp: Ditto.
10261
10262         * g++.gb/README: New file, explains what these tests are about.
10263
10264 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
10265
10266         * lib/dg.exp (dg-do): Support `preprocess'.
10267         (dg-test): Likewise.
10268
10269 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10270
10271         * config/udi.exp: change "continue -expect" to "exp_continue".
10272
10273 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
10274
10275         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
10276         Delete redundant tests.
10277
10278         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
10279         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
10280         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
10281         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
10282         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
10283         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
10284         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
10285         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
10286
10287         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
10288         storing label pointers.
10289         * gcc.c-torture/execute/921019-1.c: Likewise.
10290         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
10291         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
10292         parameter fp.
10293         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
10294         constants.
10295
10296         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
10297         Delete obsolete tests.
10298
10299         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
10300         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
10301         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
10302         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
10303         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
10304         * gcc.c-torture/compile/950124-1.c: New test.
10305
10306         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
10307
10308 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10309
10310         * lib/mike-g++.exp: Add -lm to LIBS.
10311
10312 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
10313
10314         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
10315
10316 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
10317
10318         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
10319
10320 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
10321
10322         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
10323
10324 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
10325
10326         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
10327         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
10328         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
10329         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
10330         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
10331         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
10332         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
10333         * g++.law/{operators31.C, operators32.C,
10334         * g++.law/{operators33.C, operators34.C}: Likewise.
10335         * g++.law/{pic1.C, refs2.C}: Likewise.
10336         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
10337         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
10338         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
10339         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
10340
10341         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
10342         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
10343         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
10344         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
10345         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
10346         * g++.law/{enum9.exp, friend5.exp}: Likewise.
10347         * g++.law/{nest3.exp, nest4.exp}: Likewise.
10348         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
10349         * g++.law/{operators30.exp, operators31.exp}: Likewise.
10350         * g++.law/{operators32.exp, operators33.exp}: Likewise.
10351         * g++.law/{operators34.exp}: Likewise.
10352         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
10353         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
10354         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
10355         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
10356         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
10357
10358         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
10359         No longer expected to fail.
10360         * g++.law/missed-error3.C: Tweak for recent bool changes.
10361
10362 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
10363
10364         * config/emb-unix: Deleted.
10365         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
10366         remote execution.  Do final link on remote host if REMOTE_LINK is set.
10367
10368 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
10369
10370         * lib/dg.exp (dg-test): Fix typo in last patch.
10371
10372 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
10373
10374         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
10375         (handles multiple occurrences).
10376
10377 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
10378
10379         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
10380         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
10381         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
10382         printed).
10383         * lib/c-torture.exp (c-torture-compile): Likewise.
10384         (c-torture): Prepend full path if missing.
10385         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
10386         (gcc_fail): Likewise.
10387         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
10388
10389 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
10390
10391         * lib/netware.exp: Only attach to NetWare i386 systems.
10392
10393 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
10394
10395         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
10396         messages.  Add test name to "output pattern match" pass/fail message.
10397
10398 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
10399
10400         * gcc.dg: New testsuite.
10401         * gcc.dg/dg.exp: New file.
10402
10403         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
10404         test-switch.c}: Deleted.
10405
10406         * gcc.misc-tests/msgs.exp: New testcase driver.
10407
10408 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
10409
10410         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
10411         Watch for illegal return values from ${tool}_load.
10412         * config/unix.exp (${tool}_load): Fix pass/fail detection for
10413         cross targets.  Coerce return value >0 to 1.
10414
10415 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
10416
10417         * config/unix.exp (${tool}_load): Call program rsh, not proc.
10418
10419         * config/emb-unix.exp: New file.
10420
10421         * config/sim.exp: Error if variable $SIM not defined.
10422         (${tool}_load): Mark test as "untested" if simulator missing.
10423
10424         * config/unix.exp: Load remote.exp to get rcp_download.
10425         * lib/c-torture.exp: Use different option lists for testcases with
10426         and without loops.
10427         * gcc.c-torture/execute/execute.exp: Likewise.
10428
10429 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
10430
10431         * config/*.exp: Clarify return code from ${tool}_load.
10432         Call `unresolved' or `untested' instead of `warning' or `perror'
10433         (sometimes you still want to call both though).
10434         Add comment that `shell_id' is local to each file.
10435         * config/udi.exp (timeout): Set to 30.
10436         Don't print warning if connection fails, $connectmode has already
10437         printed an error.
10438         (${tool}_load): Move verbose messages to level 2.
10439         Rework pattern for "Process started" message.
10440         Pass `shell_id' to ${connectmode}_download.
10441         Retry twice upon timeout.  Make resetting of target more robust.
10442         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
10443         Pass `shell_id' to exit_$connectmode.
10444         Only call exit_$connectmode if connected.
10445         * config/unix.exp (${tool}_load): Check return codes better.
10446         * config/vrtx.exp (${tool}_load): Likewise.
10447         * config/vx.exp (${tool}_load): Likewise.
10448         Delete unneeded global's.
10449         * lib/dg.exp (dg-test): Update to reflect clarified return codes
10450         from ${tool}_load.
10451         (dg-stat): Delete.
10452         (dg-init): Delete recording of pass/fail counts.
10453         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
10454         (old-dejagnu-init): Likewise.
10455         (old-dejagnu-stat): Delete contents, empty proc now.
10456         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
10457         (c-torture): Delete references to lcnt, lpass, lfail.
10458         Get option list from TORTURE_OPTIONS.
10459         Delete -funroll[-all]-loops if no loops.
10460         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
10461         (g++_stat): Delete contents (empty proc now).
10462         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
10463         (gcc_finish): Likewise.
10464         (gcc_stat): Deleted.
10465         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
10466         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
10467         * gcc.c-torture/execute/execute.exp: Likewise.
10468         Split tests into two parts: compile, execute.
10469         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
10470         no loops.  Update to reflect clarified return codes from ${tool}_load.
10471
10472 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
10473
10474         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
10475         to grep for.
10476         (old-dejagnu): Likewise (where necessary).
10477
10478 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
10479
10480         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
10481
10482         * lib/dg.exp (dg-process-target): Fix processing of selector.
10483         Add comment regarding use of `error'.
10484
10485         * lib/gcc.exp (prune_system_crud): Define if missing.
10486         * lib/g++.exp (prune_system_crud): Likewise.
10487
10488         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
10489         Call prune_system_crud.
10490         * lib/dg.exp (dg-runtest): New proc.
10491         Use perror instead of send_user for tcl errors in testcase.
10492         Don't return any value, it's never used.
10493         Don't clobber previous definition of `unknown'.
10494         Print tcl errors in `dg-final'.
10495
10496 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
10497
10498         * lib/dg.exp (dg-process-target): Improve syntax error messages.
10499         (dg-test): Don't print errorInfo, it contains stack backtrace.
10500
10501 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
10502
10503         * lib/g++.exp (runtest_file_p): Define if missing.
10504
10505 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
10506
10507         * lib/mike-g++.exp: Comment out loading of g++.exp.
10508         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
10509         (default_g++_version): Always print something.
10510         (default_g++_start): Comment out call to `which'.
10511         (g++_start, g++_load): Deleted (must be defined in config file).
10512         * lib/gcc.exp: Test for existence of $CC at start.
10513         Delete check for tmpdir (done in gcc_init).
10514         (default_gcc_version): Always print something.
10515         (default_gcc_start): Comment out call to `which'.
10516         * config/*.exp: Major cleanup - make cross targets work at least a
10517         little better for g++ (by not being "--tool gcc" specific).
10518         Rename gcc_xxx to ${tool}_xxx.
10519         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
10520         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
10521
10522 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
10523
10524         * lib/c-torture.exp (c-torture-compile): Rework compiler
10525         message processing.
10526
10527         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
10528         c-torture.
10529
10530 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10531
10532         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
10533
10534         * lib/dg.exp (dg-process-target): Support { target native }.
10535
10536 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
10537
10538         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
10539         looked for "... program xxx got fatal signal".
10540         Correct regsub munging of `comp_output'.
10541         Ignore compiler messages "path prefix not used" and "linker input
10542         file unused".
10543
10544 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
10545
10546         * lib/gcc.exp (runtest_file_p): Define if missing.
10547         * gcc.prms/template.c: Example to work from.
10548
10549 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
10550
10551         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
10552         * lib/dg.exp (dg-test): Call unsupported testcases as such.
10553
10554         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
10555         * gcc.prms/1883.c: Moved from compile/940714-1.c.
10556         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
10557         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
10558
10559         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
10560         (dg-process-target): No longer a varargs proc.
10561         Return S/N for target, P/F for xfail.  All callers changed.
10562         (user option procs): More argument checking.
10563         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
10564         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
10565         (dg-test): Skip test if not running on selected target in `dg-do'.
10566         Update handling of `dg-do-what', `dg-output-text'.
10567         Separate execution pass/fail from output pattern match pass/fail.
10568         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
10569
10570 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10571
10572         * gcc.c-torture/special/special.exp: Don't expect failure for mips
10573         target for 920510-1.c.
10574
10575 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
10576
10577         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
10578         Clean up comment regarding use of passcnt, etc.
10579         (gcc_stat): Don't update `testcnt' here.
10580         (gcc_finish): Do it here.
10581         Might as well reset `but_id' here too.
10582         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
10583         to determine if the file should be tested.
10584         * gcc.c-torture/compile/compile.exp: Likewise.
10585         * gcc.c-torture/execute/execute.exp: Likewise.
10586         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
10587         * gcc.misc-tests/dg-test.exp: Likewise.
10588         * gcc.prms/prms.exp: Likewise.
10589         * gcc.wendy/wendy.exp: Likewise.
10590         * g++.old-deja.exp: Likewise.
10591         Move "Testing file" message to verbose level 1.
10592
10593 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
10594
10595         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
10596
10597 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
10598
10599         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
10600         (default_gcc_start): Accept optional second list element
10601         of compiler flags.  Print compiler output at verbosity level 2.
10602         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
10603         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
10604         Save current values of framework globals passcnt, failcnt, xpasscnt,
10605         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
10606         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
10607         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
10608         xfailcnt to compute stats.  Update framework global `testcnt' from
10609         pass/fail counts.
10610         (gcc_finish): New proc.  Clean up test environment.
10611         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
10612         (gcc_epass, gcc_efail): Delete.
10613         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
10614         argument of line number.
10615         (dg-init): If the tool has an init routine, call it.
10616         (dg-test): Remove args `cflags_var' and `libs_var'.
10617         Pass all compiler options to ${tool}_start.
10618         Handle missing line number.
10619         (dg-finish): New function.
10620         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
10621         particular files.  Call gcc_finish at end.  Move "skipping test"
10622         message to verbosity level 3.
10623         * gcc.c-torture/compile/compile.exp: Likewise.
10624         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
10625         * gcc.c-torture/execute/execute.exp: Likewise.
10626         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10627         Print testcase being tried at verbosity level 1.
10628         * gcc.c-torture/special/special.exp: Unset xfail.
10629         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10630         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
10631         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
10632         * gcc.failure/failure.exp: Likewise.
10633         * gcc.ieee/ieee.exp: Likewise.
10634         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
10635         Update call to dg-test.  Call dg-finish at end.
10636         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
10637         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
10638         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
10639         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
10640         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
10641         * gcc.wendy/wendy.exp: Add copyright.
10642         Delete setting of tmpdir (done by gcc_init).
10643         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
10644         Pass compiler flags to gcc_start.  Call gcc_finish at end.
10645         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
10646         gcc_[ce]pass/fail.
10647
10648 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
10649
10650         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
10651         confusion.
10652         (g++_load): Likewise.
10653
10654         * config/*.exp (gcc_load): Some were varargs fns and some were not.
10655         Rename argument to `prog' to remove the confusion.
10656         Varargs fns behave differently too!
10657         (g++_load): Likewise.
10658
10659         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
10660
10661         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
10662         what it is.  Delete (always) printing of status value for !native.
10663         Simplify verbose code, and include status and exec_output.
10664         (g++_load): Use gcc_load.
10665
10666 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10667
10668         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
10669         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
10670         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
10671         940714-3.c as these testcases don't exist anymore.  Make
10672         va-arg-1.c expected to pass.
10673
10674 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
10675
10676         * gcc.misc-tests/misc.exp: Only run specific testcases.
10677         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
10678         * gcc.misc-tests/dg-[1-9].c: New files.
10679
10680         * lib/dg.exp: New testsuite driver.
10681         * gcc.prms/prms.exp: Use it.
10682
10683         * README.gcc: New file.
10684
10685         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
10686         Document and reset `lxpass' and `lxfail'.
10687         Simplify "initialized" message.
10688         (gcc_stat): Clean up comments a little.
10689
10690 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
10691
10692         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
10693
10694 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
10695
10696         * lib/old-dejagnu.exp (process-option): New proc.
10697         (old-dejagnu-init, old-dejagnu-stat): Likewise.
10698         (old-dejagnu): Simplify.
10699         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
10700
10701 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
10702
10703         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
10704         exists and is not an empty string.
10705
10706         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
10707         $xfail rather than calling setup_xfail.  Clear $xfail when test is
10708         finished.
10709         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
10710         automatically.
10711
10712         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
10713         longer expected to fail.
10714
10715         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
10716         "f" function call.
10717
10718         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
10719
10720         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
10721         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
10722         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
10723         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
10724         c-torture-1.29.
10725
10726         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
10727         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
10728
10729         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
10730
10731         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
10732         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
10733
10734         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
10735         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
10736         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
10737
10738 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
10739
10740         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
10741         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
10742         940714-1.c, 940714-2.c, 940714-3.c},
10743         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
10744         gcc.misc-tests/{mg.c,mg.exp}:
10745         New tests.
10746         * gcc.noncompile/noncompile.exp: Change accordingly.
10747
10748 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
10749
10750         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
10751         Undo previous clobberage.
10752
10753 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
10754
10755         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
10756         * gcc.special/{930510-1.c, special.exp}:
10757         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
10758         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
10759         struct-varargs-1.c}: New tests from c-torture-1.26.
10760
10761 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
10762
10763         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
10764           argument to switch.
10765
10766 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
10767
10768         * Revert the previous changes.  Please see Rob's directory
10769           (/lisa/test/rob/progressive/gcc/testsuite) for testing
10770           fixes.
10771
10772 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
10773
10774         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
10775             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
10776             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
10777             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
10778             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
10779             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
10780             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
10781             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
10782             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
10783             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
10784             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
10785             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
10786             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
10787             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
10788             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
10789             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
10790             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
10791             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
10792             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
10793             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
10794             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
10795             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
10796             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
10797             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
10798             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
10799             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
10800             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
10801
10802 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
10803
10804         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
10805             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
10806           with perror calls.
10807
10808 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
10809
10810         * config/unix.exp (g++_load): Fix syntax.
10811
10812 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10813
10814         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
10815         * gcc.noncompile/921017-1.c: Deleted obsolete test.
10816         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
10817         Don't expect va-arg-1.c to fail.  Correct expected output for
10818         920928-1.c.
10819         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
10820         * gcc.wendy/hbm4.c: Correct typo.
10821         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
10822
10823 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
10824
10825         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
10826         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
10827         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
10828         * lib/c-torture.exp (c-torture-compile): Ditto.
10829
10830         Reduce volume of output (remove all the -I's and such).
10831         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
10832         Call gcc_cpass, gcc_cfail.
10833         (c-torture): Pass testing option to c-torture-compile.
10834
10835 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
10836
10837         Bring patches over from progressive.
10838         * config/default.exp: Exit remote shell cleanly.
10839         (g++_exit, g++_start): Add default versions.
10840         * config/sim.exp (gcc_load): Use perror, not error.
10841
10842 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
10843
10844         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
10845         set in site.exp.
10846
10847 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
10848
10849         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
10850         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
10851         (wendy_try): New proc to run testcase.
10852         (main loop): Call 'em.
10853         * gcc.wendy/*.c: Clean up pass to correct expected output.
10854
10855         * lib/gcc.exp: Minor cleanup work.
10856         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
10857
10858 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
10859
10860         * config/sim.exp (gcc_load): Document return codes better.
10861         Don't pass -v to simulator.
10862
10863 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10864
10865           * gcc.special/920717-x.c: Fix typo.
10866           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
10867           get at sources.
10868
10869         * lib/mike-gcc.exp: Fix typo.
10870
10871 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10872
10873         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
10874         binary to use, transform the name.
10875         * config/*.exp: rename everything. Nuke any g++ specific files,
10876         it's now a special case of gcc that requires no special support.
10877         Add a default.exp for unsupported targets.
10878
10879 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
10880
10881         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
10882         lib/old-dejagnu.exp: Fix a few patterns to work with the new
10883         version of Tcl.
10884
10885 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
10886
10887         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
10888         than a warning.
10889
10890 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
10891
10892         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
10893
10894 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
10895
10896         * gcc.execute/execute.exp: Combine opt_list and foption_list into
10897         option_list.  Compile every file with only 4/6 option choices
10898         (same as C torture) instead of with 12/18 different option
10899         choices.
10900         * lib/c-torture.exp: Likewise.
10901
10902         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
10903         not already set.
10904
10905 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
10906
10907         * lib/old-deja.exp: Add `excess errors test fails' error, now one
10908         can put an XFAIL *-*-* on excess errors.
10909
10910 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
10911
10912         * g++.law: Add more tests derived from g++-bugs snapshots.
10913
10914         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
10915         equivalent to g++.law/init9.
10916
10917         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
10918         compiled it, and the a.out file after we've run it.
10919
10920 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
10921
10922         * lib/mike-g++.exp (postbase): Delete the .o file after we've
10923         compiled it, and the a.out file after we've run it.
10924
10925 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10926
10927         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
10928
10929 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10930
10931         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
10932         version number.
10933
10934 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
10935
10936         * g++.law: New directory of g++ tests derived from the g++-bugs
10937         snapshots.
10938
10939 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10940
10941         * gcc.compile: initbug1.c initbug1.exp testcase added
10942
10943 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10944
10945         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
10946         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
10947           fixes submitted by Jeff Law (law@cs.utah.edu)
10948         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
10949           Jeff Law (law@cs.utah.edu)
10950
10951
10952 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
10953
10954         * config/unix-g++.exp: Follow the gcc way of doing things.
10955         * g++.old-deja/old-deja.exp: Minor updates.
10956         * lib/g++.exp: New file, follow the gcc way of doing things.
10957         * lib/old-dejagnu.exp: Minor updates.
10958         * lib/mike-g++.exp: Always unset errorInfo.
10959
10960 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
10961
10962         * lib/gcc.exp: Fix some errors with the below change, CC and
10963         CFLAGS should be global when setting, not local.
10964
10965 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
10966
10967         * lib/gcc.exp: Transform tool name.
10968
10969 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10970
10971         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
10972
10973 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10974
10975         * lib/gcc.exp: change gcc_done to gcc_stat
10976
10977 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10978
10979         * Upgraded gcc testsuite to c-torture version 1.25
10980
10981 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10982
10983         * lib/gcc.exp: added reporting code. Changed verbose compile message.
10984         * lib/c-torture: added hooks for new reporting code.
10985
10986 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10987
10988         * config/sh-gcc.exp: check if sh-sim exists in the path
10989
10990 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
10991
10992         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
10993         * gcc.compile/compile.exp: Initial changes for new logic.
10994         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
10995         * gcc.failure/failure.exp: Initial changes for new logic.
10996         * gcc.ieee/ieee.exp: Initial changes for new logic.
10997         * gcc.misc-tests/misc.exp: Initial changes for new logic.
10998         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
10999         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
11000         * lib/c-torture.exp: Initial changes for new logic.
11001         * lib/gcc.exp: Initial changes for new logic.
11002
11003 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
11004
11005         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
11006         depend upon failure or success.  Fully qualify names in failure
11007         and success messages.  Always remove a.out before starting
11008         compile, just in case.  Pay more attention to error text output by
11009         the compiler.  Handle testcases with no known past errors just
11010         like all others, so that things are uniform.  Other miscellaneous
11011         improvements.
11012
11013 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11014
11015         * gcc.cpp: new directory for cpp tests
11016
11017 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11018
11019         * lib/chill.exp: Code reformatted, removed unused code.
11020         * config/unix-chill.exp: Code reformatted, removed unused code.
11021         * chill.execute/execute.exp: Code reformatted, removed unused code.
11022         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
11023
11024 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
11025
11026         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
11027         routines not written.
11028
11029 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11030
11031         * config/bug-gcc.exp: Use new procs from bug.exp.
11032
11033 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11034
11035         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
11036         via ftp, rather than depending on NFS.
11037         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
11038         case.
11039
11040 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
11041
11042         * config/bug-gcc.exp: Use new download proc.
11043
11044 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
11045
11046         * chill.execute/execute.exp: cleanups, handles errors better
11047         * chill.compile/compile.exp: rewrite, based on execute.exp
11048         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
11049         * lib/chill.exp: major changes to diff proc and compile and link
11050           procs. added chill_fail and chill_pass wrappers to pass and
11051           fail. added more comments, and handle error codes better.
11052           Added a hack to capture stderr from exec, so noncompile tests
11053           can work.
11054
11055 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11056
11057         * chill.execute/execute.exp: rewrite of testsuite driver
11058         * lib/chill.exp: rewrite of testsuite driver
11059         * config/unix-chill.exp: rewrite of testsuite driver
11060
11061 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
11062
11063     In chill.execute:
11064         * iexpr.ch: Standardize uppercase.
11065         * tuples.dat: Standardize uppercase.
11066         * vary.ch: standardize.  Correct varying string assignments.
11067         * vary.dat: Add new output lines.
11068
11069 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
11070
11071     In chill.execute:
11072         * chprintf.ch: Standardize use of uppercase.
11073         * tuples.ch: Standardize and turn arr2 into a DCL,
11074           rather than a SYN.
11075         * pinits.ch: Standardize.
11076
11077 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
11078
11079         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
11080         * Makefil: Renamed to Makefile.in.
11081         * configure.in: New.
11082
11083 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
11084
11085     In chill.execute:
11086         * .cvsignore: Add result/output files.
11087         * Makefile: Fix up variables at start.  Use MFLAGS
11088           everywhere.  Correct bool_loc, built_ins entries.
11089           Add entry for vary1.ch.
11090         * bitarray.ch: Standardize upper-case usage.
11091         * bitexpr.ch: Standardize, add output of b1.
11092         * params.ch: Use arrayt in along PROC parameters, to
11093           avoid novelty problems.
11094         * sets.ch: Tiny cleanup.
11095         * vary1.ch: Re-indent.
11096
11097 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
11098
11099           * Add PR-related files to Makefiles, .cvsignore files, etc.
11100
11101 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11102
11103         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
11104           with compiler objects. New names are test-flow.c and test-loop.c
11105
11106 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11107
11108         * Upgraded c-torture tests from 1.19 to 1.20
11109
11110         * new files:
11111         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
11112         * gcc.compile: 930623-1.c 930623-2.c
11113         * gcc.noncompile: 930622-1.c 930622-2.c
11114         * gcc.failure: 920411-1.c 920627-2.c
11115         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
11116
11117 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11118
11119         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
11120           More changes to get testsuite working properly. Needs more work.
11121           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
11122
11123 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
11124
11125         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
11126           More changes to get testsuite working properly. Needs more work.
11127
11128 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
11129
11130         * chill.compile/compile.exp: Added for Dejagnu support
11131         * chill.execute/execute.exp: Added for Dejagnu support
11132         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
11133
11134 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
11135
11136     This should complete moving the CHILL test files.
11137         * chill.noncompile(.cvsignore printf.grt
11138             in-printf.grt chprintf.grt chprintf.ch):
11139             Added test-support files.
11140           (Makefile): Modified further.
11141         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
11142             signal.ch): Added test files.
11143           * chill.execute (.cvsignore printf.grt printr.c
11144             in-printf.grt rts.c chprintf.grt rts.h): Added
11145           test-support files.
11146             (Makefile): More corrections.
11147
11148 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
11149
11150         * chill.compile, chill.execute, chill.nocompile: Add CHILL
11151           test cases, ready for DejaGnu.
11152
11153 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11154
11155         * Upgraded c-torture tests from 1.18 to 1.19
11156
11157         * gcc.compile: added test(s):
11158           930607-1.c
11159         * gcc.execute: added test(s):
11160           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
11161
11162         * added new subdirectory for misc tests: gcc.misc-tests
11163         * gcc.misc-test(s): added tests:
11164           inst-check.c test-consts.c test-ior.c test-switch.c
11165
11166 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
11167
11168         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
11169
11170 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
11171
11172         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
11173
11174 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11175
11176         * Upgraded c-torture tests from 1.17 to 1.18
11177
11178 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
11179
11180         * Upgraded c-torture tests from 1.12 to 1.17
11181
11182 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
11183
11184         * lib/old-dejagnu.exp:
11185           Fixed handling of XFAIL target triplets to correctly
11186           recognize wildcard characters.  Removed code that
11187           appended a unique id tag to the end of the file name
11188           printed out by the result of the testcases within a
11189           given test file.
11190
11191 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
11192
11193         * lib/old-dejagnu.exp:
11194           Reworked expected failure handling to trigger off of XFAIL
11195           keyword in keyphrase embeded in testcase source code. The
11196           XFAIL keyword must be at the end of the keyphrase line. It
11197           may optionally be followed by one or more target triplets.
11198           It has just occured that the handling of wildcards in the
11199           target triplet may not be correct.
11200
11201 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
11202
11203         * g++.old-deja/tests:
11204           Moved all subdirectories up one level into g++.old-deja .
11205
11206         * lib/old-dejagnu.exp:
11207           Fixed problem with CXXFLAGS not being properly reset, and being
11208           corrupted with extraneous "-c" compiler option.  This was
11209           causing binaries to not be generated for test that needed them.
11210           Modified strings passed to "pass" and "fail" so that individual
11211           tests from the same test file would be distinguished by an
11212           identifier appended to the test file name in the summary logs;
11213           this corrected a problem with erroneous diff logs.  Added code
11214           to search testcases for expected fail and unexpected pass keywords.
11215
11216 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11217
11218         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
11219
11220 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
11221
11222         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
11223           Removed extraneous text from end of "Special g++ Options"
11224           keyphrase.
11225
11226         * lib/old-dejagnu.exp: Added pattern matching to look for new
11227           keywords, embedded in testcases comments, which will trigger
11228           calls to xpass and xfail.
11229
11230 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
11231
11232         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
11233           comments embedded in the testcases, especially the one looking for
11234           special compiler options, as well as the pattern matching for the
11235           compiler output again.
11236
11237 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
11238
11239         * lib/old-dejagnu.exp: Do a proper check of the return value for
11240           execute tests. Fixed several problems with the pattern matching
11241           of the compiler output which gave erroneous test results.
11242           Changed several of the test result messages to be more descriptive.
11243         * config/unix-g++.exp: Proc g++_load now actually works and
11244           executes the tests passed to it and returns a usable return
11245           value.
11246
11247 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11248
11249           * lib/gcc.exp: Exits gracefully if $CC is bogus.
11250
11251 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
11252
11253         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
11254           Modified both files to properly execute the old style
11255           dejagnu tests. The previous versions of these files were
11256           experimental and did not function anything near correctly.
11257
11258 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
11259
11260         * Removed all Makefile.in and configure.in files. No configuration
11261         needed now.
11262
11263 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
11264
11265         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
11266
11267 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11268
11269         * gcc.compile/configure.in, gcc.unsorted/configure.in,
11270         gcc.special/configure.in, gcc.noncompile/configure.in,
11271         gcc.execute/configure.in, gcc.code_quality/configure.in,
11272         g++.other/configure.in, g++.old-deja/configure.in,
11273         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
11274         in srcname setting.
11275
11276 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
11277
11278         * lib/udi.exp:  Fixed mondfe and mondfe_download.
11279         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
11280         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
11281
11282 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
11283
11284         * config/udi-gdb.exp: Check $shell_id after connecting to target.
11285         (gdb_exit): Don't remove *_soc files.
11286
11287 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11288
11289         * lib/c-torture.exp: Don't look for main; instead always use -w
11290         -c.  This is how the c-torture tests work.  Remove the object
11291         file if the compilation succeeds.
11292         * gcc.execute/execute.exp: Remove executable if test passes.
11293         * gcc.noncompile/noncompile.exp: Every test is an expected
11294         failure.
11295         * gcc.special/special.exp: Added tests from c-torture 1.11,
11296         corrected use of existing test.
11297         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
11298         gcc.execute/920625-1.c: Updated to c-torture 1.11.
11299         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
11300         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
11301         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
11302         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
11303         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
11304         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
11305         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
11306         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
11307         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
11308         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
11309         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
11310         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
11311         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
11312         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
11313         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
11314         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
11315         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
11316         c-torture 1.11.
11317         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
11318         correspond to c-torture 1.11.
11319
11320         * New file.