OSDN Git Service

* gcc.dg/mmix-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
2
3         * gcc.dg/mmix-1.c: New test.
4
5 2001-12-31  Richard Henderson  <rth@redhat.com>
6
7         * gcc.dg/asm-5.c: New.
8
9 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
10
11         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
12         in namespace __gnu_cxx
13
14 2001-12-30  Richard Henderson  <rth@redhat.com>
15
16         * gcc.dg/debug-6.c: New.
17
18 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
19
20         * gcc.c-torture/compile/20011229-2.c: New test.
21
22 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
23
24         * gcc.dg/debug-3.c: New test.
25         * gcc.dg/debug-4.c: New test.
26         * gcc.dg/debug-5.c: New test.
27
28 2001-12-29  Richard Henderson  <rth@redhat.com>
29
30         * g++.dg/eh/loop1.C: New.
31
32 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
33
34         * g++.dg/template/crash1.C: New test.
35
36 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
37
38         * g++.dg/other/const1.C: New test.
39
40 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
41
42         * gcc.c-torture/compile/20011229-1.c: New test.
43
44 2001-12-28  Stan Shebs  <shebs@apple.com>
45
46         * lib/objc-torture.exp: Resync with c-torture.exp.
47         * lib/objc.exp: Load standard libraries.
48
49 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
50
51         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
52         additional tests.
53
54 2001-12-27  Roger Sayle <roger@eyesopen.com>
55
56         * gcc.c-torture/execute/string-opt-16.c: New testcase.
57
58 2001-12-27  Richard Henderson  <rth@redhat.com>
59
60         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
61
62 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
63
64         * g++.dg/eh/ctor1.C: New test.
65         * g++.dg/other/error2.C: New test.
66
67 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
68
69         * g++.dg/other/init2.C: New test.
70
71 2001-12-24  Richard Henderson  <rth@redhat.com>
72
73         * gcc.dg/20011223-1.c: New.
74         * gcc.dg/inline-1.c: New.
75
76 2001-12-23  Richard Henderson  <rth@redhat.com>
77
78         * gcc.dg/asm-4.c: Test operand modifiers.
79
80 2001-12-23  Richard Henderson  <rth@redhat.com>
81
82         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
83
84 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
85
86         * gcc.c-torture/execute/20011223-1.c: New test.
87
88 2001-12-21  Richard Henderson  <rth@redhat.com>
89
90         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
91         re-enables the warning.
92
93 2001-12-21  Richard Henderson  <rth@redhat.com>
94
95         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
96
97 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
98
99         * gcc.c-torture/compile/20011218-1.c: New test.
100
101 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
102
103         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
104         arm-isr.c test.
105         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
106         epilogue generation for ARM ISR routines.
107
108 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
109
110         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
111         * gcc.dg/format/c90-printf-3.c: Likewise.
112         * gcc.dg/format/c99-printf-3.c: Likewise.
113         * gcc.dg/format/ext-1.c: Likewise.
114         * gcc.dg/format/ext-6.c: Likewise.
115         * gcc.dg/format/format.h: Prototype unlocked stdio.
116
117 2001-12-20  Richard Henderson  <rth@redhat.com>
118
119         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
120         (arena): Use it.
121         (malloc): Correct allocation logic.  Abort if we fill up the
122         arena before initialization complete.
123         (realloc): Correct allocation logic.
124
125 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
126
127         * gcc.c-torture/compile/20011219-2.c: New test.
128
129         * gcc.c-torture/execute/20011219-1.c: New test.
130
131 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
132
133         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
134         target does not support weak symbols.
135
136 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
137
138         * gcc.c-torture/compile/20011219-1.c: New test.
139
140 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
141
142         * g++.dg/other/error1.C: New test.
143
144 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
145
146         * gcc.c-torture/execute/20011217-1.c: New test.
147
148 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
149
150         * objc.dg/special/: New directory.
151         * objc.dg/special/special.exp: New file.
152         * objc.dg/special/unclaimed-category-1.h: New file.
153         * objc.dg/special/unclaimed-category-1a.m: New file.
154         * objc.dg/special/unclaimed-category-1.m: New file.
155
156 2001-12-17  Andreas Jaeger  <aj@suse.de>
157
158         * gcc.c-torture/compile/20011217-2.c: New test.
159
160 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
161
162         * gcc.c-torture/compile/20011217-1.c: New test.
163
164 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
165
166         * testsuite/gcc.dg/20011214-1.c: New.
167
168 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
169
170         * gcc.dg/altivec-4.c: New.
171
172 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
173
174         * gcc.dg/20011113-1.c: New test.
175
176 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
177
178         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
179         std::__malloc_alloc_template<0> and
180         std::__default_alloc_template<false, 0>.
181
182 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
183
184         * objc/execute/bf-21.m: New test.
185         * objc/execute/enumeration-1.m: New test.
186         * objc/execute/enumeration-2.m: New test.
187
188 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
189
190         * gcc.dg/gnu89-init-1.c: New test.
191
192 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
193
194         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
195         * g++.old-deja/g++.jason/2371.C: Likewise.
196         * g++.old-deja/g++.jason/template33.C: Likewise.
197         * g++.old-deja/g++.jason/template34.C: Likewise.
198         * g++.old-deja/g++.jason/template36.C: Likewise.
199         * g++.old-deja/g++.oliva/typename1.C: Likewise.
200         * g++.old-deja/g++.oliva/typename2.C: Likewise.
201         * g++.old-deja/g++.other/typename1.C: Likewise.
202         * g++.old-deja/g++.pt/inherit2.C: Likewise.
203         * g++.old-deja/g++.pt/nontype5.C: Likewise.
204         * g++.old-deja/g++.pt/typename11.C: Likewise.
205         * g++.old-deja/g++.pt/typename14.C: Likewise.
206         * g++.old-deja/g++.pt/typename16.C: Likewise.
207         * g++.old-deja/g++.pt/typename3.C: Likewise.
208         * g++.old-deja/g++.pt/typename4.C: Likewise.
209         * g++.old-deja/g++.pt/typename5.C: Likewise.
210         * g++.old-deja/g++.pt/typename7.C: Likewise.
211         * g++.old-deja/g++.robertl/eb9.C: Likewise.
212
213 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
214
215         * g++.dg/other/linkage1.C: New test.
216         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
217         specifiers.
218
219 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
220
221         * gcc.dg/concat.c: New test.
222
223 2001-12-11  Stan Shebs  <shebs@apple.com>
224
225         * objc/compile: New test directory.
226         * objc/compile/compile.exp: New expect script.
227         * objc/compile/20011211-1.m: New compile test.
228
229 2001-12-11  Jason Merrill  <jason@redhat.com>
230
231         * lib/prune.exp (prune_gcc_output): Also handle "In member
232         function".  So many permutations...
233
234 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
235
236         * g++.dg/template/typedef1.C: New test.
237
238 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
239
240         * g++.dg/other/copy1.C: New test.
241
242 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
243
244         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
245
246         * gcc.dg/builtin-choose-expr.c: New.
247
248 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
249
250         * gcc.dg/altivec-2.c: New.
251
252 2001-12-07  Richard Henderson  <rth@redhat.com>
253
254         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
255
256 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
257
258         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
259         ultrasparc.
260
261 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
262
263         * g++-old.deja/g++.robertl/eb101.C: Deleted.
264
265 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
266
267         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
268         variable argument list.
269
270 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
271
272         * gcc.c-torture/execute/memcheck: Delete entire directory.
273         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
274         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
275
276 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
277
278         * gcc.dg/Wshadow-1.c: New test.
279
280 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
281
282         * gcc.c-torture/compile/20011130-1.c: New test.
283
284         * gcc.dg/noncompile/20011025-1.c: New test.
285
286         * g++.dg/other/anon-union.C: New test.
287
288         * gcc.c-torture/execute/20011024-1.c: New test.
289
290 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
291
292         * gcc.c-torture/execute/20000722-1.x,
293         gcc.c-torture/execute/20010123-1.x: Remove.
294         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
295         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
296         gcc.dg/c99-complit-2.c: New tests.
297
298 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
299
300         * g++.dg/inherit/base1.C: New test.
301
302 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
303
304         * g++.dg/other/stdarg1.C: New test.
305
306         * gcc.c-torture/compile/20011130-2.c: New test.
307
308 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
309
310         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
311         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
312         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
313         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
314         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
315         * gcc.dg/builtin-prefetch-1.c: New test.
316
317 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
318
319         * gcc.dg/20011130-1.c: New test.
320
321 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
322
323         * g++.dg/other/scope1.C: New test.
324         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
325
326 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
327
328         * gcc.dg/vla-init-1.c: New test.
329
330 2001-12-01  Geoff Keating  <geoffk@redhat.com>
331
332         * gcc.c-torture/compile/structs.c: New testcase from GDB.
333
334 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
335
336         * objc.dg/alias.m: Update.
337         * objc.dg/class-1.m: Update.
338         * objc.dg/const-str-1.m: Update.
339         * objc.dg/fwd-proto-1.m: Update.
340         * objc.dg/id-1.m: Update.
341         * objc.dg/super-class-1.m: Update.
342
343 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
344
345         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
346         constructs.
347
348 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
349
350         * gcc.c-torture/execute/20011128-1.c: New test.
351
352 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
353
354         * gcc.dg/20011127-1.c: New test.
355
356 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
357
358         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
359         from Austin Group draft 7.
360         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
361         scanf format arguments.
362         * gcc.dg/format/no-exargs-2.c: New test.
363
364 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
365
366         * g++.dg/abi/vbase8-4.C: New test.
367
368 2001-11-24  Ian Lance Taylor  <ian@airs.com>
369
370         * gcc.c-torture/execute/20011121-1.c: New test.
371
372 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
373
374         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
375
376 2001-11-23  Andreas Jaeger  <aj@suse.de>
377
378         * gcc.dg/cpp/charconst-2.c: New test.
379
380 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
381
382         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
383         to the host if it is remote.  Let tests specify extra headers
384         they use.
385         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
386         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
387         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
388         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
389         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
390         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
391         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
392         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
393         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
394         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
395
396 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
397
398         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
399         for little endian ARMs.
400
401 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
402
403         * gcc.c-torture/compile/20011119-1.c: New test.
404         * gcc.c-torture/compile/20011119-2.c: New test.
405
406 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
407
408         * gcc.dg/altivec-1.c: Fix typo.
409
410 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
411
412         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
413
414 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
415
416         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
417
418 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
419
420         * lib/g77.exp: Don't specify --rpath-link.
421
422         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
423         across all the headers.
424         * gcc.dg/format/format.exp: For testing on a remote host,
425         copy format.h.
426
427         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
428         * gcc.c-torture/execute/930406-1.c: Likewise.
429         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
430
431 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
432
433         * gcc.dg/altivec-1.c: New.
434
435 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
436
437         * gcc.dg/cpp/fpreprocessed.c: New test case.
438
439 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
440
441         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
442         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
443         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
444
445 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
446
447         * gcc.dg/no-builtin-1.c: New test.
448
449 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
450
451         * gcc.c-torture/execute/20011115-1.c: New test.
452
453 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
454
455         * gcc.c-torture/compile/20011114-2.c: New test.
456         * gcc.c-torture/compile/20011114-3.c: New test.
457         * gcc.c-torture/compile/20011114-4.c: New test.
458
459 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
460
461         * g++.dg/other/init1.C: New test.
462
463 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
464
465         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
466         message.
467
468         * gcc.c-torture/execute/20011114-1.c: New testcase.
469
470         * gcc.c-torture/compile/20010327-1.c: Revert last change.
471         * gcc.c-torture/compile/20011114-1.c: New test, exactly
472         like the (before this change) version of 20010327-1.c.
473
474 2001-11-14  Roger Sayle <roger@eyesopen.com>
475
476         * gcc.c-torture/execute/string-opt-13.c: New testcase.
477
478 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
479
480         * g++.dg/init/array2.C: New test.
481
482 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
483
484         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
485
486 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
487
488         * g++.dg/other/forscope1.C: New test.
489         * g++.dg/ext/forscope1.C: New test.
490         * g++.dg/ext/forscope2.C: New test.
491
492 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
493
494         * gcc.c-torture/execute/20011113-1.c: New test.
495
496 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
497
498         * gcc.c-torture/execute/20011109-2.c: New test.
499
500         * gcc.c-torture/execute/20011109-1.c: New test.
501
502 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
503
504         * gcc.c-torture/compile/20011109-1.c: New test.
505
506 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
507
508         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
509         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
510         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
511         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
512         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
513         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
514         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
515
516 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
517
518         * g++.dg/warn/Wshadow-1.C: New tests.
519         * g++.old-deja/g++.mike/for3.C: Update.
520
521 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
522
523         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
524         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
525         XFAILs.  Adjust expected error texts.
526         * gcc.c-torture/compile/20011106-1.c,
527         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
528         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
529         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
530         gcc.dg/c99-array-lval-5.c: New tests.
531
532 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
533
534         * gcc.dg/cpp/defined.c: Update.
535
536 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
537
538         * gcc.c-torture/execute/anon-1.c: New test.
539
540 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
541
542         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
543         same size, so no warning should be produced on stormy16.
544
545         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
546         due to oversized array.
547         * g++.old-deja/g++.mike/ns15.C: Likewise.
548         * g++.old-deja/g++.pt/crash16.C: Likewise.
549
550 2001-11-02  Graham Stott  <grahams@redhat.com>
551
552         * g++.dgother/debug1.C: Fix typos.
553
554 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
555
556         * g++.dg/other/debug1.C: New test.
557
558 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
559
560         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
561         of unsigned long.
562
563 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
564
565         * gcc.dg/20011029-2.c: New test.
566
567         * gcc.c-torture/compile/20011029-1.c: New test.
568
569 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
570
571         * objc/execute/class_self-1.m: New test.
572         * objc/execute/class_self-2.m: New test.
573
574 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
575
576         * gcc.misc-tests/msgs.exp: Delete.
577         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
578         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
579         error set to match recent changes.
580
581 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
582
583         * gcc.dg/20011021-1.c: New test.
584
585 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
586
587         * gcc.c-torture/compile/20011023-1.c: New test.
588
589 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
590
591         * lib/g77.exp: Rewrite based on lib/g++.exp.
592
593 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
594
595         * gcc.c-torture/execute/20011019-1.c: New test.
596
597         * gcc.dg/20011018-1.c: New test.
598
599 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
600
601         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
602
603 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
604
605         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
606         * gcc.dg/attr-invalid.c: Likewise.
607
608 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
609
610         * testsuite/gcc.dg/20011015-1.c: New test.
611
612 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
613
614         * g++.dg/template/unify2.C: New test.
615
616 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
617
618         * g++.dg/other/exception-specification.C: New test
619
620 2001-10-13  Tom Rix  <trix@redhat.com>
621
622         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
623         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
624
625 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
626
627         * testsuite/gcc.dg/20011009-1.c: New test.
628
629 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
630
631         PR g++/4476
632         * g++.dg/other/friend1.C: New test.
633
634 2001-10-11  Richard Henderson  <rth@redhat.com>
635
636         * g++.old-deja/g++.other/crash18.C: Add -S to options.
637
638 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
639
640         * gcc.c-torture/compile/20011010-1.c: New.
641
642 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
643
644         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
645         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
646         g77.f-torture/execute/execute.exp,
647         g77.f-torture/noncompile/noncompile.exp,
648         gcc.c-torture/compile/compile.exp,
649         gcc.c-torture/execute/execute.exp,
650         gcc.c-torture/execute/ieee/ieee.exp,
651         gcc.c-torture/execute/memcheck/memcheck.exp,
652         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
653         objc/execute/execute.exp: Update FSF address.
654
655 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
656
657         * gcc.dg/cpp/cmdlne-C.c: Update.
658         * gcc.dg/cpp/cmdlne-C2.c: New.
659
660 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
661
662         * gcc.c-torture/execute/20011008-3.c: New.
663
664 2001-10-08  DJ Delorie  <dj@redhat.com>
665
666         * gcc.dg/20011008-1.c: New.
667         * gcc.dg/20011008-2.c: New.
668
669 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
670
671         * gcc.dg/cpp/spacing1.c: Update test.
672
673 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
674
675         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
676         spelling errors of "separate" as "seperate".
677
678 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
679
680         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
681         enough to avoid inlining.
682
683 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
684
685         * lib/g77.exp: set libg2c_dir correctly.
686
687 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
688
689         * gcc.dg/cpp/macro11.c: New test.
690
691 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
692
693         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
694         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
695         gcc.dg/format/multattr-3.c: New tests.
696         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
697         tests for format attributes on function pointers being rejected.
698
699 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
700
701         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
702
703 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
704
705         * g++.dg/warn/format1.C: New test.
706
707 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
708
709         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
710
711 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
712
713         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
714
715 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
716
717         * gcc.dg/cpp/redef2.c: Add test.
718
719 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
720
721         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
722         long-standing bug on i686, apparently.
723         * gcc.c-torture/execute/loop-2c.x: New file.
724         * gcc.c-torture/execute/loop-2d.x: New file.
725         * gcc.c-torture/execute/loop-3c.x: New file.
726
727 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
728
729         * gcc.dg/cpp/20000625-2.c: Correct line number.
730
731 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
732
733         * gcc.dg/cpp/macro10.c: New test.
734         * gcc.dg/cpp/strify3.c: New test.
735         * gcc.dg/cpp/spacing1.c: Add tests.
736         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
737         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
738
739 2001-09-24  DJ Delorie  <dj@redhat.com>
740
741         * gcc.c-torture/execute/20010924-1.c: New test.
742
743 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
744
745         * testsuite/objc/execute/paste.m: Remove.
746
747 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
748
749         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
750
751 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
752
753         * g77.dg/strlen0.f: New test.
754
755 2001-09-21  Richard Henderson  <rth@redhat.com>
756
757         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
758         * g++.old-deja/g++.abi/vtable2.C: Likewise.
759
760 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
761
762         Table-driven attributes.
763         * g++.dg/ext/attrib1.C: New test.
764
765 2001-09-20  DJ Delorie  <dj@redhat.com>
766
767         * gcc.dg/20000926-1.c: Update expected warning messages.
768         * gcc.dg/array-2.c: Likewise, and test for warnings too.
769         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
770         array.
771
772 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
773
774         * g++.dg/eh/registers1.C: New test case.
775
776 2001-09-17  Richard Henderson  <rth@redhat.com>
777
778         * gcc.dg/array-5.c: Fix VLA decomposition test.
779
780 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
781
782         * gcc.dg/cpp/line5.c: New testcase.
783
784 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
785
786         * gcc.dg/cpp/macro9.c: New test.
787
788 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
789
790         * gcc.c-torture/execute/980223.c: Change type of addr from long
791         to char *.
792
793 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
794
795         * gcc.c-torture/execute/20010915-1.c: New test.
796
797 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
798
799         * g77.dg/bprob: New directory.
800         * g77.dg/bprob/bprob.exp: New file.
801         * g77.dg/bprob/bprob-1.f: New test.
802         * g77.dg/gcov: New directory.
803         * g77.dg/gcov/gcov.exp: New file.
804         * g77.dg/gcov/gcov-1.f: New test.
805         * g77.dg/gcov/gcov-1.x: New file.
806
807 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
808
809         * gcc.dg/cpp/directiv.c: Update.
810         * gcc.dg/cpp/undef1.c: Update.
811
812 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
813
814         * gcc.dg/20010912-1.c: New test.
815
816 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
817
818         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
819         language-independent file in lib.
820         * lib/gcov.exp: New file.
821
822 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
823
824         * gcc.c-torture/compile/20010911-1.c: New test.
825
826 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
827
828         * lib/profopt.exp: New, to support profile-directed optimizations.
829         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
830         * gcc.misc-tests/bprob-1.c: New test.
831         * gcc.misc-tests/bprob-2.c: New test.
832
833 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
834
835         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
836         XFAIL and which kinds of gcov output to verify.
837         * gcc.misc-tests/gcov-4b.x: New file.
838         * gcc.misc-tests/gcov-5b.x: New file.
839         * gcc.misc-tests/gcov-6.x: New file.
840         * gcc.misc-tests/gcov-7.c: New test.
841         * gcc.misc-tests/gcov-7.x: New file.
842
843 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
844
845         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
846         * gcc.misc-tests/gcov-6.c: New test.
847
848 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
849
850         PR c++/3986
851         * g++.dg/abi/vbase1.C: New test.
852
853 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
854
855         * objc.dg/method-2.m: New.
856
857 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
858
859         PR c++/4203
860         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
861         * g++.dg/init/empty1.C: New test.
862
863 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
864
865         * gcc.c-torture/compile/20010903-1.c: New test.
866
867 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
868
869         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
870         for m68k.
871
872 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
873
874         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
875
876         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
877
878         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
879
880 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
881
882         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
883         for 16-bit 'unsigned int'.
884
885 2001-08-29  Kazu Hirata  <kazu@hxi.com>
886
887         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
888
889 2001-08-27  Richard Henderson  <rth@redhat.com>
890
891         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
892         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
893
894 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
895
896         * gcc.dg/asm-names.c (ymain): New.
897
898 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
899
900         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
901         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
902         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
903
904 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
905
906         * gcc.dg/compare5.c: New testcase.
907
908 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
909
910         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
911         and "In instantiation".
912
913 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
914
915         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
916
917 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
918
919         * gcc.misc-tests/gcov.exp: Add support for branch information.
920         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
921         * gcc.misc-tests/gcov-4.c: New test.
922         * gcc.misc-tests/gcov-4b.c: New test.
923         * gcc.misc-tests/gcov-5b.c: New test.
924
925 2001-08-20  Zack Weinberg  <zackw@panix.com>
926
927         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
928         expected to fail.
929
930 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
931
932         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
933
934 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
935
936         * g++.dg/eh/template1.C: New test.
937
938 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
939
940         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
941         Fix thinko.
942         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
943         for xfail.
944
945 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
946
947         * lib/g77-dg.exp:  Use prune.exp for common procedures
948         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
949         * lib/g77.exp: (g77-dg-prune) Remove
950
951 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
952
953         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
954
955 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
956
957         * g++.dg/template/unify1.C: New test.
958
959 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
960
961         * g++.dg/abi/empty4.C: New test.
962
963 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
964
965         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
966         solaris2.*
967         * g77.f-torture/compile/pr3743.x: Likewise
968
969 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
970
971         * g++.dg/other/using-declaration.C: New test.
972
973 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
974
975         * gcc.dg/cpp/tr-sign.c: New testcase.
976
977 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
978
979         * gcc.dg/cpp/19951025-1.c: Revert.
980         * gcc.dg/cpp/directiv.c: We no longer process directives that
981         interrupt macro arguments.
982
983 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
984
985         * gcc.dg/bconstp-1.c: New test.
986
987 2001-08-03  Richard Henderson  <rth@redhat.com>
988
989         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
990
991 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
992
993         * gcc.dg/cpp/19951025-1.c: Update.
994
995 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
996
997         * g77.dg/ff90-1.f (s): Fix reference of variable z,
998         should be x.
999
1000 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
1001
1002         Kill -fhonor-std.
1003         * g++.old-deja/g++.ns/ns14.C: Remove special options.
1004         * g++.old-deja/g++.other/std1.C: Likewise.
1005         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
1006
1007 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
1008
1009         * lib/g77.exp:  Load gcc-defs.exp for common procedures
1010         (g77_pass, g77_fail, g77_finish, g77_exit,
1011         ${tool}_check_unsupported_p} Now redundant.  Deleted.
1012
1013 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
1014
1015         * g77.dg/fbackslash.f
1016         * g77.dg/fcase-preserve.f
1017         * g77.dg/ff90-1.f
1018         * g77.dg/ffixed-line-length-0.f
1019         * g77.dg/ffixed-line-length-132.f
1020         * g77.dg/ffixed-line-length-7.f
1021         * g77.dg/ffixed-line-length-72.f
1022         * g77.dg/ffixed-line-length-none.f
1023         * g77.dg/ffree-form-1.f
1024         * g77.dg/fno-backslash.f
1025         * g77.dg/fno-f90-1.f
1026         * g77.dg/fno-fixed-form-1.f
1027         * g77.dg/fno-onetrip.f
1028         * g77.dg/fno-typeless-boz.f
1029         * g77.dg/fno-underscoring.f
1030         * g77.dg/fno-vxt-1.f
1031         * g77.dg/fonetrip.f
1032         * g77.dg/ftypeless-boz.f
1033         * g77.dg/fugly-assumed.f
1034         * g77.dg/funderscoring.f
1035         * g77.dg/fvxt-1.f
1036
1037 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
1038
1039         * objc.dg/fwd-proto-1.m: New.
1040         * objc.dg/local-decl-1.m: New.
1041         * objc.dg/naming-1.m: New.
1042         * objc.dg/naming-2.m: New.
1043         * objc.dg/proto-hier-1.m: New.
1044
1045 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
1046
1047         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
1048         largest-type elements to a struct makes its size grow.
1049
1050 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1051
1052         * g++.dg/abi/vthunk1.C: New test.
1053
1054 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1055
1056         * g++.dg/abi/vbase8-22.C: New test.
1057
1058 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1059
1060         * gcc.dg/cpp/macro8.c: New test.
1061
1062 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1063
1064         * g++.dg/abi/vbase8-21.C: New test.
1065
1066 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1067
1068         * g++.dg/abi/vbase8-10.C: New test.
1069
1070 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1071
1072         * lib/g++.exp (g++_set_ld_library_path): Renamed to
1073         ${tool}_set_ld_library_path.
1074         Changed caller.
1075         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
1076         g++.exp.
1077
1078 2001-07-26  Stan Cox <scox@redhat.com>
1079
1080         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
1081         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
1082         gcc_exit, gcc_check_unsupported_p):
1083         Moved to gcc-deps.exp
1084         * gcc-deps.exp: New file.
1085
1086 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1087
1088         * g++.old-deja/g++.pt/defarg14.C: New test.
1089
1090 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1091
1092         * g++.old-deja/g++.other/lineno5.C: New test.
1093
1094 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1095
1096         * g++.old-deja/g++.pt/crash68.C: New test.
1097
1098 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1099
1100         * g++.old-deja/g++.other/crash42.C: New test.
1101
1102 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1103
1104         * gcc.dg/cpp/extratokens.c: Fix.
1105         * gcc.dg/cpp/skipping2.c: New tests.
1106
1107 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1108
1109         * gcc.c-torture/execute/20010724-1.c: New file.
1110         * gcc.c-torture/execute/20010724-1.x: New file.
1111
1112 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1113
1114         * g++.old-deja/g++.other/cond7.C: New test.
1115
1116 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1117
1118         * g++.old-deja/g++.other/optimize4.C: New test.
1119
1120 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1121
1122         * g++.old-deja/g++.abi/vbase8-5.C: New test.
1123
1124 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
1125
1126         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
1127         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
1128         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
1129         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
1130
1131         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
1132         bug report" message.
1133
1134         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
1135         * g++.dg/ext/instantiate1.C: Move from old-deja.
1136
1137 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
1138
1139         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
1140         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
1141         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
1142         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
1143
1144 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
1145
1146         * gcc.c-torture/execute/20010723-1.c: New test.
1147
1148 2001-07-23  Ben Elliston  <bje@redhat.com>
1149
1150         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
1151
1152 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1153
1154         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
1155         i[34567]86-*-*.
1156         Delete handling of ieee_multilib_flags.
1157         Pass -mieee for alpha*-*-* and sh-*-*.
1158         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
1159
1160 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
1161
1162         Remove old-abi tests.
1163         * g++.old-deja/g++.mike/p11116.C: Remove.
1164         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
1165
1166 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
1167
1168         * g77.f-torture/compile/pr3743.f:  New test
1169
1170 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
1171
1172         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
1173
1174 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1175
1176         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
1177         g++.old-deja/g++.pt/static6.C: Likewise.
1178         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
1179         supports weak symbols.
1180
1181 2001-07-18  Andreas Jaeger  <aj@suse.de>
1182
1183         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
1184         supported again.
1185
1186 2001-07-18  Andreas Jaeger  <aj@suse.de>
1187
1188         * gcc.dg/iftrap-1.c: Fix target line.
1189
1190 2001-07-17  Richard Henderson  <rth@redhat.com>
1191
1192         * gcc.c-torture/execute/20010717-1.c: New.
1193
1194 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1195
1196         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
1197         tests.
1198
1199 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1200
1201         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
1202
1203 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1204
1205         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
1206         UAC_SIGBUS, UAC_NOPRINT definitions.
1207
1208 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1209
1210         * objc/execute/object_is_class.m: New test.
1211         * objc/execute/object_is_meta_class.m: New test.
1212
1213 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1214
1215         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
1216         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
1217
1218 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
1219
1220         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
1221         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
1222
1223 2001-07-14  Richard Henderson  <rth@redhat.com>
1224
1225         * gcc.dg/iftrap-1.c: New.
1226
1227 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
1228
1229         * g77.f-torture/execute/intrinsic77.f: New test.
1230
1231 2001-07-11  Janis Johnson <janis@us.ibm.com>
1232
1233         * gcc.misc-tests/gcov-3.c: New test.
1234
1235 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1236
1237         * gcc.c-torture/compile/20010711-1.c,
1238         * gcc.c-torture/compile/20010711-2.c: New tests.
1239
1240 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1241
1242         * gcc.c-torture/execute/20010711-1.c: New test.
1243
1244 2001-07-11  Ben Elliston  <bje@redhat.com>
1245
1246         * g++.old-deja/g++.other/enum5.C: New test.
1247
1248 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
1249
1250         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
1251         (g++-dg-prune): Call prune_gcc_output.
1252         * prune.exp: New file for prune_gcc_output.
1253         * lib/g++.exp, lib/gcc.exp: Load it.
1254
1255 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1256
1257         * gcc.c-torture/compile/20010701-1.c,
1258         g++.old-deja/g++.ext/attrib6.C: New tests.
1259
1260 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
1261
1262         * gcc.c-torture/compile/20010706-1.c: New test.
1263
1264 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
1265
1266         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
1267
1268 2001-06-28  Stan Shebs  <shebs@apple.com>
1269
1270         * gcc.dg/pragma-darwin.c: New test.
1271
1272 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1273
1274         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
1275         Solaris 2.[678] system.
1276
1277 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1278
1279         * gcc.dg/20010622-1.c: New test.
1280
1281 2001-06-18  Stan Shebs  <shebs@apple.com>
1282
1283         * objc.dg: New directory.
1284         * objc.dg/dg.exp: New file.
1285         * objc.dg/alias.m: New.
1286         * objc.dg/class-1.m: New.
1287         * objc.dg/class-2.m: New.
1288         * objc.dg/const-str-1.m: New.
1289         * objc.dg/const-str-2.m: New.
1290         * objc.dg/id-1.m: New.
1291         * objc.dg/method-1.m: New.
1292         * objc.dg/super-class-1.m: New.
1293         * lib/objc-dg.exp: New file.
1294
1295 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1296
1297         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
1298         of label name.
1299
1300 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
1301
1302         * g++.old-deja/g++.abi/vbase8-9.C: New test.
1303
1304 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1305
1306         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
1307         variable.
1308
1309 2001-06-12  Richard Henderson  <rth@redhat.com>
1310
1311         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
1312
1313 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1314
1315         * g++.old-deja/g++.abi/vbase5.C: New test.
1316         * g++.old-deja/g++.abi/vbase6.C: New test.
1317         * g++.old-deja/g++.abi/vbase7.C: New test.
1318
1319 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1320
1321         * gcc.c-torture/compile/20010610-1.c: New test.
1322
1323 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1324
1325         * g++.old-deja/g++.abi/vbase4.C: New test.
1326
1327 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1328
1329         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
1330         support %f for HC11/HC12 targets.
1331         * gcc.c-torture/execute/930513-1.x: New file, likewise.
1332         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
1333         on HC11/HC12 targets.
1334         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
1335
1336 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1337
1338         * gcc.dg/wchar_t-1.c: New file.
1339         * gcc.dg/wint_t-1.c: Likewise.
1340
1341 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
1342
1343         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
1344
1345 2001-06-11  Richard Henderson  <rth@redhat.com>
1346
1347         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
1348
1349 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1350
1351         * gcc.c-torture/compile/20010611-1.c: New test.
1352
1353 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1354
1355         * gcc.dg/c99-tag-1.c: Add more tests.
1356
1357 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
1358
1359         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
1360         representation on MN10300 and ARM/Thumb.
1361
1362 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1363
1364         * g77.f-torture/execute/20010610.f: New.
1365
1366 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
1367
1368         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
1369         names.
1370
1371 2001-06-09  Richard Henderson  <rth@redhat.com>
1372
1373         * gcc.c-torture/execute/ashrdi-1.c: New.
1374         * gcc.c-torture/execute/ashldi-1.c: New.
1375         * gcc.c-torture/execute/lshrdi-1.c: New.
1376
1377 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
1378
1379         * objc/execute/load-3.m: Added. Check sending +load to categories,
1380         in addition to classes.
1381
1382 2001-06-08  Stan Shebs  <shebs@apple.com>
1383
1384         * objc/execute/load-2.m: New test.  From Nicola Pero
1385         <n.pero@mi.flashnet.it>.
1386
1387 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
1388
1389         * gcc.c-torture/execute/20010605-2.c: New test.
1390
1391 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1392
1393         * g++.old-deja/g++.abi/vbase2.C: New test.
1394         * g++.old-deja/g++.abi/vbase3.C: New test.
1395
1396 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1397
1398         * g++.old-deja/g++.pt/friend49.C: New test.
1399
1400 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
1401
1402         * g++.old-deja/g++.ext/anon3.C: New test.
1403
1404 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
1405
1406         * g++.old-deja/g++.other/conv7.C: New test.
1407
1408 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1409
1410         * gcc.c-torture/compile/20010605-2.c: New test.
1411
1412 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1413
1414         * gcc.c-torture/execute/20010604-1.c: New test.
1415
1416 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
1417
1418         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
1419
1420 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
1421
1422         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
1423         (g++_link_flags): Likewise.
1424         (g++_init): Pass gccpath's value to two previous functions.
1425
1426 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1427
1428         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
1429         Ensure logfile entry matches exec command line.
1430
1431 2001-05-31  Richard Henderson  <rth@redhat.com>
1432
1433         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
1434         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
1435
1436 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
1437
1438         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
1439         compiler for irix6.2
1440
1441 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
1442
1443         * g++.old-deja/g++.other/optimize3.C: New file.
1444
1445 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
1446
1447         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
1448         assemble.
1449
1450 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
1451
1452         * g++.old-deja/g++.other/optimize2.C: New file.
1453
1454 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
1455
1456         * gcc.c-torture/compile/20010518-2.c: New file.
1457         * gcc.c-torture/execute/20010518-1.c: New file.
1458         * gcc.c-torture/execute/20010518-2.c: New file.
1459
1460 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1461
1462         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
1463
1464 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
1465
1466         G++ no longer defines builtins that do not begin with __builtin.
1467         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
1468         * g++.old-deja/g++.brendand/misc13.C: Likewise.
1469         * g++.old-deja/g++.law/builtin1.C: Likewise.
1470         * g++.old-deja/g++.law/cvt2.C: Likewise.
1471         * g++.old-deja/g++.mike/net5.C: Likewise.
1472         * g++.old-deja/g++.other/builtins1.C: Likewise.
1473         * g++.old-deja/g++.other/builtins2.C: Likewise.
1474         * g++.old-deja/g++.other/builtins3.C: Likewise.
1475         * g++.old-deja/g++.other/builtins4.C: Likewise.
1476         * g++.old-deja/g++.other/inline8.C: Likewise.
1477         * g++.old-deja/g++.robertl/eb39.C: Likewise.
1478
1479 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
1480
1481         * g++.old-deja/g++.pt/using1.C: Adjust.
1482         * g++.old-deja/g++.pt/using2.C: New test.
1483
1484 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1485
1486         * gcc.dg/cpp/charconst.c: New tests.
1487         * gcc.dg/cpp/escape.c: New tests.
1488         * gcc.dg/cpp/escape-1.c: New tests.
1489         * gcc.dg/cpp/escape-2.c: New tests.
1490         * gcc.dg/cpp/ucs.c: New tests.
1491
1492 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
1493
1494         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
1495         native compiler for irix6.5.
1496
1497 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
1498
1499         * lib/g++.exp (g++_include_flags): Use args to compute
1500         get_multilibs.
1501         (g++_link_flags): Likewise.
1502         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
1503
1504 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1505
1506         * gcc.dg/c90-hexfloat-1.c: Add more tests.
1507
1508 2001-05-21  Geoff Keating  <geoffk@redhat.com>
1509
1510         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
1511         this file.
1512
1513 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1514
1515         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
1516         STACK_SIZE;
1517         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
1518         to STACK_SIZE; Use it to define size of add_histo array.
1519         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
1520         to STACK_SIZE.
1521         (f): Use GITT_SIZE to define size of gitt local table.
1522         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
1523         to STACK_SIZE; Use it to define size of bytemem array.
1524
1525 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1526
1527         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
1528         on 68HC11/HC12 due to the asm instruction.
1529         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
1530         * gcc.c-torture/compile/920520-1.x: Likewise.
1531         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
1532         on 68HC11/HC12 because the function is larger than 64K.
1533         * gcc.c-torture/compile/961203-1.x: New file, this test fails
1534         on 68HC11/HC12 because the structure is too large.
1535
1536 2001-05-20  Richard Henderson  <rth@redhat.com>
1537
1538         * gcc.c-torture/execute/20010520-1.c: New.
1539
1540 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1541
1542         * g++.old-deja/g++.warn/compare1.C: New test.
1543         * gcc.dg/compare4.c: New test.
1544
1545 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
1546
1547         * g++.old-deja/g++.other/optimize1.C: New test.
1548
1549 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1550
1551         * g++.old-deja/g++.pt/spec41.C: New test.
1552
1553 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1554
1555         * gcc.c-torture/compile/20010114-1.x: Remove.
1556
1557 2001-05-18  Stan Shebs  <shebs@apple.com>
1558
1559         * gcc.c-torture/compile/20010518-1.c: New test.
1560
1561 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
1562
1563         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
1564         * g++.old-deja/g++.pt/crash67.C: New test.
1565
1566 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
1567
1568         * g++.old-deja/g++.other/debug9.C: New test.
1569
1570 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
1571
1572         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
1573
1574 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
1575
1576         * gcc.c-torture/compile/20010516-1.c: New test.
1577
1578 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1579
1580         * g++.old-deja/g++.other/crash41.C: New test.
1581
1582 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1583
1584         * g++.old-deja/g++.pt/crash66.C: New test.
1585
1586 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
1587
1588         * g++.old-deja/g++.robertl/eb27.C: Convert.
1589
1590 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
1591
1592         * g++.dg/friend-warn.C: New test.  Do not warn about friend
1593         declaration being redundant.
1594
1595 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
1596
1597         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
1598
1599 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
1600
1601         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
1602
1603 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
1604
1605         * lib/g++.exp: Use testsuite_flags.
1606
1607 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
1608
1609         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
1610
1611 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1612
1613         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
1614
1615 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
1616
1617         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
1618
1619 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1620
1621         * gcc.c-torture/compile/20010313-1.c: New test.
1622
1623 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
1624
1625         * gcc.dg/cpp/direct2.c: New test.
1626         * gccq.dg/cpp/direct2s.c: New test.
1627
1628         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
1629
1630 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
1631
1632         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
1633         * g++.old-deja/g++.other/op3.C: Likewise.
1634
1635 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1636
1637         * gcc.dg/cpp/syshdr.h: New file.
1638         * gcc.dg/cpp/sysmac1.c: Update.
1639         * gcc.dg/cpp/sysmac2.c: Update.
1640
1641 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1642
1643         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
1644
1645 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
1646
1647         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
1648         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
1649
1650 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1651
1652         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
1653
1654 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
1655
1656         * lib/g++.exp (g++_include_flags): Don't use any special flags
1657         if TESTING_IN_BUILD_TREE is not defined.
1658         (g++_init): Use a plain 'c++' as the compiler if
1659         TESTING_IN_BUILD_TREEE is not defined.
1660
1661 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1662
1663         * g++.old-deja/g++.eh/catch13.C: New test.
1664         * g++.old-deja/g++.eh/catch14.C: New test.
1665
1666 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1667
1668         * gcc.dg/cpp/tr-define.c: New test.
1669
1670 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
1671
1672         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
1673         <stdlib.h>, not <malloc.h>.
1674
1675 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1676
1677         * g++.old-deja/g++.ns/template17.C: New test.
1678
1679 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1680
1681         * g++.old-deja/g++.pt/ref4.C: New test.
1682
1683 2001-04-30  Richard Henderson  <rth@redhat.com>
1684
1685         * gcc.dg/20000724-1.c: Revert last change.
1686
1687 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
1688
1689         * g77.f-torture/execute/20010430.f: New test.
1690
1691 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
1692
1693         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
1694
1695 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1696
1697         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
1698
1699 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1700
1701         * g++.old-deja/g++.eh/crash6.C: New test.
1702
1703 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1704
1705         * g++.old-deja/g++.other/warn7.C: New test.
1706
1707 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1708
1709         * g++.old-deja/g++.other/defarg9.C: New test.
1710
1711 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1712
1713         * g77.f-torture/compile/20010426.f: New test.
1714         * g77.f-torture/execute/20010426.f: New test.
1715
1716 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1717
1718         * g77.f-torture/compile/20000629-1.x: Remove - error
1719         has been fixed.
1720
1721 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
1722
1723         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
1724         Tweak slightly to work with g++.dg framework.
1725         * g++.dg/special/ecos.exp: Run initp1.C test.
1726         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
1727
1728         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
1729         its linker doesn't give line numbers either.
1730         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
1731
1732 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1733
1734         * g++.old-deja/g++.other/lex1.C: New test.
1735
1736 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
1737
1738         * gcc.dg/noncompile/20010425-1.c: New test.
1739
1740 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1741
1742         * g++.old-deja/g++.pt/mangle2.C: New test.
1743
1744 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1745
1746         * gcc.dg/format/plus-1.c: New test.
1747
1748 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1749
1750         * gcc.dg/20010423-1.c: New test.
1751
1752 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1753
1754         * gcc.c-torture/execute/20010422-1.c: New test.
1755
1756 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
1757
1758         * g++.old-deja/g++.ns/type2.C: New test.
1759
1760 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
1761
1762         * g++.old-deja/g++.other/perf1.C: New test.
1763
1764 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
1765
1766         * gcc.dg/c99-func-2.c: Remove xfail.
1767         * gcc.dg/c99-func-3.c: Remove xfail.
1768         * gcc.dg/c99-func-4.c: Remove xfail.
1769
1770 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
1771
1772         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
1773
1774 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1775
1776         * gcc.c-torture/compile/20010423-1.c: New test.
1777
1778 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1779
1780         * g++.old-deja/g++.pt/typename28.C: New test.
1781
1782 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1783
1784         * g++.old-deja/g++.abi/empty2.C: New test.
1785         * g++.old-deja/g++.abi/empty3.C: New test.
1786
1787 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1788
1789         * g++.old-deja/g++.other/comdat2.C: New test.
1790         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
1791
1792 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1793
1794         * g++.old-deja/g++.other/overload14.C: New test.
1795
1796 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1797
1798         * g++.old-deja/g++.other/lookup23.C: New test.
1799
1800 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1801
1802         * gcc.c-torture/execute/20010403-1.c: New test.
1803
1804 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
1805             Mark Mitchell  <mark@codesourcery.com>
1806
1807         * lib/old-dejagnu.exp: Don't delete output of executable.
1808         Add .exe suffix to executables.
1809
1810 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
1811
1812         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
1813
1814 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1815
1816         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
1817
1818 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1819
1820         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
1821         * g++.old-deja/g++.abi/crash1.C: New test.
1822
1823 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1824
1825         * g++.old-deja/g++.other/crash40.C: New test.
1826
1827 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1828
1829         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
1830
1831 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
1832
1833         * g++.old-deja/g++.other/warn6.C: New test.
1834
1835 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1836
1837         * g++.old-deja/g++.robertl/eb42.C: Same.
1838
1839 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1840
1841         * gcc.dg/wtr-conversion-1.c: New testcase.
1842
1843 2001-04-10  Richard Henderson  <rth@redhat.com>
1844
1845         * g++.old-deja/g++.other/array5.C: New.
1846
1847 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1848
1849         * gcc.c-torture/execute/20010408-1.c: New test.
1850
1851 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
1852
1853         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
1854         headers and constructs.
1855         * g++.old-deja/g++.robertl/eb79.C: Same.
1856         * g++.old-deja/g++.robertl/eb77.C (main): Same.
1857         * g++.old-deja/g++.robertl/eb73.C: Same.
1858         * g++.old-deja/g++.robertl/eb66.C (main): Same.
1859         * g++.old-deja/g++.robertl/eb55.C (t): Same.
1860         * g++.old-deja/g++.robertl/eb54.C (main): Same.
1861         * g++.old-deja/g++.robertl/eb46.C (main): Same.
1862         * g++.old-deja/g++.robertl/eb44.C: Same.
1863         * g++.old-deja/g++.robertl/eb41.C (main): Same.
1864         * g++.old-deja/g++.robertl/eb4.C (main): Same.
1865         * g++.old-deja/g++.robertl/eb39.C: Same.
1866         * g++.old-deja/g++.robertl/eb33.C (main): Same.
1867         * g++.old-deja/g++.robertl/eb31.C (main): Same.
1868         * g++.old-deja/g++.robertl/eb30.C: Same.
1869         * g++.old-deja/g++.robertl/eb3.C: Same.
1870         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
1871         * g++.old-deja/g++.robertl/eb21.C: Same.
1872         * g++.old-deja/g++.robertl/eb15.C: Same.
1873         * g++.old-deja/g++.robertl/eb118.C: Same.
1874         * g++.old-deja/g++.robertl/eb115.C (main): Same.
1875         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
1876         * g++.old-deja/g++.robertl/eb109.C: Same.
1877         * g++.old-deja/g++.other/sibcall1.C (main): Same.
1878         * g++.old-deja/g++.mike/rtti1.C: Same.
1879         * g++.old-deja/g++.mike/p658.C: Same.
1880         * g++.old-deja/g++.mike/net46.C: Same.
1881         * g++.old-deja/g++.mike/net34.C: Same.
1882         * g++.old-deja/g++.mike/memoize1.C: Same.
1883         * g++.old-deja/g++.mike/eh2.C: Same.
1884         * g++.old-deja/g++.law/weak.C: Same.
1885         * g++.old-deja/g++.law/visibility7.C: Same.
1886         * g++.old-deja/g++.law/visibility25.C: Same.
1887         * g++.old-deja/g++.law/visibility22.C: Same.
1888         * g++.old-deja/g++.law/visibility2.C: Same.
1889         * g++.old-deja/g++.law/visibility17.C: Same.
1890         * g++.old-deja/g++.law/visibility13.C: Same.
1891         * g++.old-deja/g++.law/visibility10.C: Same.
1892         * g++.old-deja/g++.law/visibility1.C: Same.
1893         * g++.old-deja/g++.law/virtual3.C (eval): Same.
1894         * g++.old-deja/g++.law/vbase1.C: Same.
1895         * g++.old-deja/g++.law/operators32.C: Same.
1896         * g++.old-deja/g++.law/nest3.C: Same.
1897         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
1898         * g++.old-deja/g++.law/except5.C (main): Same.
1899         * g++.old-deja/g++.law/cvt7.C (run): Same.
1900         * g++.old-deja/g++.law/cvt2.C: Same.
1901         * g++.old-deja/g++.law/cvt16.C: Same.
1902         * g++.old-deja/g++.law/ctors6.C (bar): Same.
1903         * g++.old-deja/g++.law/ctors17.C (main): Same.
1904         * g++.old-deja/g++.law/ctors13.C: Same.
1905         * g++.old-deja/g++.law/ctors12.C (main): Same.
1906         * g++.old-deja/g++.law/ctors10.C: Same.
1907         * g++.old-deja/g++.law/code-gen5.C: Same.
1908         * g++.old-deja/g++.law/bad-error7.C: Same.
1909         * g++.old-deja/g++.law/arm9.C: Same.
1910         * g++.old-deja/g++.law/arm12.C: Same.
1911         * g++.old-deja/g++.law/arg8.C: Same.
1912         * g++.old-deja/g++.law/arg1.C: Same.
1913         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
1914         * g++.old-deja/g++.jason/template31.C: Same.
1915         * g++.old-deja/g++.jason/template24.C (main): Same.
1916         * g++.old-deja/g++.jason/2371.C: Same.
1917         * g++.old-deja/g++.eh/new2.C: Same.
1918         * g++.old-deja/g++.eh/new1.C: Same.
1919         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
1920         * g++.old-deja/g++.brendan/nest21.C (main): Same.
1921         * g++.old-deja/g++.brendan/err-msg3.C: Same.
1922         * g++.old-deja/g++.brendan/crash62.C: Same.
1923         * g++.old-deja/g++.brendan/crash52.C: Same.
1924         * g++.old-deja/g++.brendan/crash49.C (main): Same.
1925         * g++.old-deja/g++.brendan/crash38.C: Same.
1926         * g++.old-deja/g++.brendan/crash15.C (main): Same.
1927         * g++.old-deja/g++.brendan/copy9.C: Same.
1928
1929 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
1930
1931         * gcc.c-torture/execute/20001203-2.c (memset):
1932         Count argument is of type __SIZE_TYPE__.
1933
1934 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
1935
1936         * gcc.c-torture/compile/20010404-1.c: New test.
1937
1938 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
1939
1940         * gcc.c-torture/compile/20010326-1.c: New test.
1941
1942 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
1943
1944         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
1945         peculiarities of the SH.
1946         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
1947
1948 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1949
1950         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
1951         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
1952         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
1953
1954 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1955
1956         * g77.f-torture/compile/20010321-1.f: New test.
1957
1958 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1959
1960         * gcc.c-torture/compile/20010329-1.c: New test.
1961
1962 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1963
1964         * gcc.c-torture/execute/20010329-1.c: New test.
1965
1966 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1967
1968         * g++.old-deja/g++.other/eh4.C: Fix typo.
1969
1970 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1971
1972         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
1973
1974 2001-03-28  Philip Blundell  <philb@gnu.org>
1975
1976         * gcc.c-torture/compile/20010328-1.c: New test.
1977
1978 2001-03-27  Richard Henderson  <rth@redhat.com>
1979
1980         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
1981         * g++.old-deja/g++.eh/vbase3.C: Likewise.
1982
1983 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
1984
1985         * gcc.c-torture/compile/20010327-1.c: New test.
1986
1987 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1988
1989         * g++.old-deja/g++.other/friend12.C: New test.
1990         * g++.old-deja/g++.other/friend9.C: Expect no errors.
1991         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
1992
1993 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1994
1995         * gcc.c-torture/execute/20010325-1.c: New test.
1996
1997 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1998
1999         * g++.old-deja/g++.other/mangle3.C: New test.
2000
2001 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
2002
2003         * g++.old-deja/g++.other/anon8.C: New test.
2004
2005 2001-03-20  Philip Blundell  <philb@gnu.org>
2006
2007         * gcc.c-torture/compile/20010320-1.c: New test.
2008
2009 2001-03-17  Richard Henderson  <rth@redhat.com>
2010
2011         * g++.old-deja/g++.other/eh4.C: Add expected error text.
2012
2013 2001-03-15  Geoff Keating  <geoff@redhat.com>
2014
2015         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
2016         tests on AIX.
2017
2018 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2019
2020         * g++.old-deja/g++.other/eh4.C: New test.
2021
2022 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2023
2024         * gcc.dg/cpp/mi1.c: Update.
2025
2026 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
2027
2028         * g++.old-deja/g++.other/regstack.C: New test.
2029
2030 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
2031
2032         * g++.old-deja/g++.other/ref4.C: New test.
2033
2034 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
2035
2036         * objc/execute/va_method.m: Added.
2037         * objc/execute/IMP.m: Added.
2038         * objc/execute/_cmd.m: Added.
2039         * objc/execute/accessing_ivars.m: Added.
2040         * objc/execute/class-1.m: Added.
2041         * objc/execute/class-10.m: Added.
2042         * objc/execute/class-11.m: Added.
2043         * objc/execute/class-12.m: Added.
2044         * objc/execute/class-13.m: Added.
2045         * objc/execute/class-14.m: Added.
2046         * objc/execute/class-2.m: Added.
2047         * objc/execute/class-3.m: Added.
2048         * objc/execute/class-4.m: Added.
2049         * objc/execute/class-5.m: Added.
2050         * objc/execute/class-6.m: Added.
2051         * objc/execute/class-7.m: Added.
2052         * objc/execute/class-8.m: Added.
2053         * objc/execute/class-9.m: Added.
2054         * objc/execute/class-tests-1.h
2055         * objc/execute/class-tests-2.h
2056         * objc/execute/compatibility_alias.m: Added.
2057         * objc/execute/encode-1.m: Added.
2058         * objc/execute/formal_protocol-1.m: Added.
2059         * objc/execute/formal_protocol-2.m: Added.
2060         * objc/execute/formal_protocol-3.m: Added.
2061         * objc/execute/formal_protocol-4.m: Added.
2062         * objc/execute/formal_protocol-5.m: Added.
2063         * objc/execute/formal_protocol-6.m: Added.
2064         * objc/execute/formal_protocol-7.m: Added.
2065         * objc/execute/informal_protocol.m: Added.
2066         * objc/execute/initialize.m: Added.
2067         * objc/execute/load.m: Added.
2068         * objc/execute/many_args_method.m: Added.
2069         * objc/execute/nested-3.m: Added.
2070         * objc/execute/no_clash.m: Added.
2071         * objc/execute/private.m: Added.
2072         * objc/execute/redefining_self.m: Added.
2073         * objc/execute/root_methods.m: Added.
2074         * objc/execute/selector-1.m: Added.
2075         * objc/execute/static-1.m: Added.
2076         * objc/execute/static-2.m: Added.
2077         * objc/execute/va_method.m: Added.
2078
2079 2001-03-10  Richard Henderson  <rth@redhat.com>
2080
2081         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
2082
2083 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2084
2085         * g++.old-deja/g++.other/crash31.C: XFAIL.
2086         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
2087         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
2088         * gcc.c-torture/execute/20010123-1.x: XFAIL.
2089         * gcc.c-torture/execute/20010124-1.x: XFAIL.
2090         * gcc.dg/sequence-pt-1.c: XFAIL one test.
2091
2092 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
2093
2094         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
2095
2096 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2097
2098         * gcc.dg/20000724-1.c: Don't use multiline strings.
2099
2100 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2101
2102         * objc/execute/string1.m, objc/execute/string2.m: Compare the
2103         result of -cString against what we expect it to be; don't just
2104         print it out for no one to read.
2105
2106         * objc/execute/string3.m, objc/execute/string4.m: New tests.
2107         Based on testcases provided by Nicola Pero.
2108
2109 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2110
2111         * gcc.dg/cpp/macro7.c: New test.
2112
2113 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2114
2115         * gcc.dg/cpp/multiline.c: Update.
2116
2117 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2118
2119         * g++.old-deja/g++.other/enum3.C: New test.
2120
2121 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2122
2123         * g++.old-deja/g++.other/pod1.C: New test.
2124
2125 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2126
2127         * g++.old-deja/g++.ext/overload1.C: New test.
2128
2129 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2130
2131         * g++.old-deja/g++.pt/using1.C: New test.
2132
2133 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2134
2135         * g++.old-deja/g++.other/using9.C: New test.
2136
2137 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
2138
2139         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
2140
2141         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
2142
2143 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
2144
2145         * g++.old-deja/g++.ext/realpt1.C: Remove.
2146
2147 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
2148
2149         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
2150
2151 2001-02-26  Will Cohen  <wcohen@redhat.com>
2152
2153         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
2154
2155 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
2156
2157         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
2158         templatized constructors.
2159
2160 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2161
2162         * gcc.c-torture/execute/20010224-1.c: New test.
2163
2164 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
2165
2166         * gcc.c-torture/execute/20010222-1.c: New test.
2167
2168 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
2169
2170         * g++.old-deja/g++.other/inline20.C: New test.
2171
2172 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2173
2174         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
2175
2176 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2177
2178         * g++.old-deja/g++.other/lookup22.C: New test.
2179
2180 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
2181
2182         * g77.dg: New directory.
2183         * g77.dg/20010216-1.f: New test case.
2184         * g77.dg/dg.exp: New driver.
2185         * lib/g77-dg.exp: New driver library.
2186
2187 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2188
2189         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
2190
2191 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
2192
2193         * g++.old-deja/g++.other/decl9.C: New test.
2194
2195 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
2196
2197         * g++.old-deja/g++.other/init16.C: Update the test so that it does
2198         not need <string> and also tests the initialization at runtime.
2199
2200 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2201
2202         * gcc.c-torture/execute/longlong.c: New test.
2203
2204 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
2205
2206         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2207
2208 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
2209
2210         * gcc.c-torture/execute/920302-1.c (execute):
2211         Change argument type to short.
2212
2213 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2214
2215         * g++.old-deja/g++.pt/deduct6.C: New test.
2216
2217 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2218
2219         * g++.old-deja/g++.pt/deduct5.C: New test.
2220
2221 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
2222
2223         * gcc.c-torture/execute/20010209-1.c: New test.
2224
2225 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2226
2227         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
2228
2229 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
2230
2231         * g++.dg/vtgc1.C: Update for new ABI.
2232
2233         * consistency.vlad: New directory, 1665 files.
2234
2235 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2236
2237         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
2238         return type.
2239         * gcc.dg/cpp/digraphs.c: Declare puts.
2240
2241 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2242
2243         * g++.old-deja/g++.other/warn5.C: New test.
2244
2245 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2246
2247         * g++.old-deja/g++.pt/spec40.C: New test.
2248
2249 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2250
2251         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
2252         case.
2253         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
2254
2255 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
2256
2257         * gcc.c-torture/compile/20010209-1.c: New test.
2258
2259 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
2260
2261         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
2262         excess errors message but not if it crashes.
2263         * g++.old-deja/g++.other/crash27.C: Likewise.
2264         * g++.old-deja/g++.other/crash28.C: Likewise.
2265         * g++.old-deja/g++.other/crash30.C: Likewise.
2266         * g++.old-deja/g++.other/crash32.C: Likewise.
2267         * g++.old-deja/g++.other/crash35.C: Likewise.
2268         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2269
2270 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2271
2272         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
2273         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
2274         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
2275         g77.f-torture/execute/execute.exp,
2276         g77.f-torture/noncompile/noncompile.exp,
2277         gcc.c-torture/execute/execute.exp,
2278         gcc.c-torture/execute/memcheck/memcheck.exp,
2279         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
2280         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
2281         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
2282         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
2283         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
2284         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
2285         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
2286         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
2287         Remove bug reporting instructions with ancient email addresses.
2288
2289 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2290
2291         * gcc.dg/20010202-1.c: New test.
2292         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
2293
2294 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
2295
2296         * g++.dg/stdbool-if.C: New test.
2297
2298 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2299
2300         * objc/execute/fdecl.m: Added main().
2301
2302 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2303
2304         * gcc.c-torture/execute/20010206-1.c: New test.
2305
2306 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2307
2308         * gcc.dg/cpp/avoidpaste1.c: Update.
2309
2310 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2311
2312         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
2313         Pero <nicola@brainstorm.co.uk>.
2314         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
2315
2316 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
2317
2318         * g++.old-deja/g++.pt/spec39.C: New test.
2319
2320 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
2321
2322         * gcc.c-torture/compile/20010202-1.c: New test.
2323
2324 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
2325
2326         * g++.old-deja/g++.abi/primary2.C: New test.
2327         * g++.old-deja/g++.abi/primary3.C: New test.
2328         * g++.old-deja/g++.abi/primary4.C: New test.
2329         * g++.old-deja/g++.abi/primary5.C: New test.
2330         * g++.old-deja/g++.abi/vtable3.h: New test.
2331         * g++.old-deja/g++.abi/vtable3a.C: New test.
2332         * g++.old-deja/g++.abi/vtable3b.C: New test.
2333         * g++.old-deja/g++.abi/vtable3c.C: New test.
2334         * g++.old-deja/g++.abi/vtable3d.C: New test.
2335         * g++.old-deja/g++.abi/vtable3e.C: New test.
2336         * g++.old-deja/g++.abi/vtable3f.C: New test.
2337         * g++.old-deja/g++.abi/vtable3g.C: New test.
2338         * g++.old-deja/g++.abi/vtable3h.C: New test.
2339         * g++.old-deja/g++.abi/vtable3i.C: New test.
2340         * g++.old-deja/g++.abi/vtable3j.C: New test.
2341         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
2342
2343 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
2344
2345         * g++.old-deja/g++.other/anon6.C: New test.
2346         * g++.old-deja/g++.other/anon7.C: New test.
2347
2348 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2349
2350         * gcc.dg/cpp/avoidpaste2.c: New tests.
2351
2352 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
2353
2354         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
2355
2356 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
2357
2358         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
2359         DECIMAL_DIG cases for Irix."
2360
2361 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
2362
2363         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2364
2365 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2366
2367         * gcc.dg/c99-tag-1.c: New test.
2368
2369 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2370
2371         * gcc.dg/cpp/tr-warn1.c: Add tests.
2372
2373 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2374
2375         * gcc.dg/cpp/avoidpaste1.c: Update.
2376         * gcc.dg/cpp/paste4.c: Update.
2377
2378 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
2379
2380         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
2381         cases for Irix.
2382
2383 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2384
2385         * g++.old-deja/g++.other/inline19.C: New test.
2386
2387 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2388
2389         * gcc.dg/Wlarger-than.c: New test.
2390
2391 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2392
2393         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
2394
2395 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
2396
2397         * gcc.c-torture/execute/20010129-1.c: New test.
2398         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
2399
2400 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2401
2402         * gcc.dg/cpp/avoidpaste1.c: Test case.
2403
2404 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
2405
2406         * g++.old-deja/g++.other/inline18.C: New test.
2407
2408 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2409
2410         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
2411         and __builtin_putchar.
2412
2413 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
2414
2415         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
2416         tests.
2417
2418 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
2419
2420         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
2421         floating point number rounding mode to round to the nearest
2422         representable mode.
2423
2424 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
2425
2426         * g++.old-deja/g++.other/mangle2.C: New test.
2427
2428 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2429
2430         * gcc.c-torture/compile/20010124-1.c: New test.
2431
2432 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2433
2434         * g++.old-deja/g++.pt/spec38.C: New test.
2435
2436 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2437
2438         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
2439         "Build don't run".
2440
2441 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2442
2443         * gcc.c-torture/execute/20010123-1.c: New test.
2444
2445 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2446
2447         * g++.old-deja/g++.pt/spec37.C: New test.
2448
2449 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2450
2451         * g++.old-deja/g++.pt/overload14.C: New test.
2452
2453 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2454
2455         * gcc.c-torture/execute/20010122-1.c: New test, exercise
2456         __builtin_return_address.
2457
2458 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
2459
2460         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
2461         * g++.old-deja/g++.pt/spec35.C: New test.
2462         * g++.old-deja/g++.pt/spec36.C: New test.
2463
2464 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
2465
2466         * gcc.c-torture/compile/20010118-1.c: New test.
2467
2468 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
2469
2470         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
2471
2472 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2473
2474         * gcc.c-torture/execute/20010119-1.c: New test.
2475
2476 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2477
2478         * g++.old-deja/g++.other/vbase5.C: New test.
2479
2480 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2481
2482         * gcc.c-torture/execute/20010118-1.c: New test.
2483
2484 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2485
2486         * g++.old-deja/g++.pt/deduct3.C: New test.
2487
2488 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2489
2490         * g++.old-deja/g++.pt/spec34.C: New test.
2491
2492 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
2493
2494         * g77.f-torture/compile/20000601-2.f: New test.
2495
2496 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2497
2498         * g++.old-deja/g++.other/init17.C: New test.
2499
2500 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
2501
2502         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
2503
2504 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2505
2506         * g++.old-deja/g++.pt/unify8.C: New test.
2507
2508 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2509
2510         * g++.old-deja/g++.abi/vbase1.C: New test.
2511
2512 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2513
2514         * g++.old-deja/g++.pt/crash65.C: New test.
2515
2516 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2517
2518         * gcc.dg/cpp/assembl2.S: New test case.
2519
2520 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
2521
2522         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
2523         are supported.
2524
2525 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2526
2527         * g++.old-deja/g++.other/builtins1.C: New test.
2528         * g++.old-deja/g++.other/builtins2.C: Likewise.
2529         * g++.old-deja/g++.other/builtins3.C: Likewise.
2530         * g++.old-deja/g++.other/builtins4.C: Likewise.
2531
2532 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
2533
2534         * gcc.c-torture/compile/20010117-1.c: New test.
2535         * gcc.c-torture/compile/20010117-2.c: New test.
2536
2537 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2538
2539         * g77.f-torture/execute/20010116.[fx]: New test,
2540         XFAIL on i?86-*-*.
2541         * g77.f-torture/compile/20010115.f: Indicate it's
2542         a test for PR fortran/1636.
2543
2544 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2545
2546         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
2547
2548 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2549
2550         * g77.f-torture/compile/20010115.f: New test.
2551
2552 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
2553
2554         * g++.old-deja/g++.pt/nontype5.C: New test.
2555
2556 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2557
2558         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
2559         have an equivalent working one below it.
2560
2561 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2562
2563         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
2564         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2565
2566 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2567
2568         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
2569         message containing "init_priority".
2570         (conpr-2.C): Likewise.
2571         (conpr-3.C): Likewise.
2572         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
2573
2574 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2575
2576         * gcc.c-torture/execute/20010114-2.c: New test.
2577
2578 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2579
2580         * gcc.c-torture/compile/20010114-1.c: New test.
2581         * gcc.c-torture/compile/20010114-1.x: Xfail.
2582         * gcc.c-torture/compile/20010114-2.c: New test.
2583         * gcc.c-torture/execute/20010114-1.c: New test.
2584         * gcc.dg/trunc-1.c: New test.
2585         * gcc.dg/uninit-B.c: New test.
2586
2587 2001-01-13  Nick Clifton  <nickc@redhat.com>
2588
2589         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
2590         target.
2591
2592 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2593
2594         * gcc.c-torture/compile/20010113-1.c: New test.
2595
2596 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
2597
2598         * gcc.c-torture/compile/20001212-1.c: New test.
2599
2600 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2601
2602         * gcc.dg/cpp/widestr1.c: Update.
2603         * gcc.dg/cpp/prag-imp.c: Remove.
2604
2605 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
2606
2607         * gcc.c-torture/execute/20000801-3.x: Remove.
2608         * gcc.dg/c90-init-1.c: New test.
2609         * gcc.dg/c99-init-1.c: New test.
2610         * gcc.dg/c99-init-2.c: New test.
2611         * gcc.dg/gnu99-init-1.c: New test.
2612
2613 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
2614
2615         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
2616         testing that no relevant ones were found.
2617
2618 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2619
2620         * g++.old-deja/g++.pt/cast2.C: New test.
2621
2622 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2623
2624         * g++.old-deja/g++.pt/friend47.C: New test.
2625
2626 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2627
2628         * g++.old-deja/g++.pt/instantiate13.C: New test.
2629
2630 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2631
2632         * g++.old-deja/g++.other/defarg7.C: New test.
2633         * g++.old-deja/g++.other/defarg8.C: New test.
2634
2635 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2636
2637         * g++.old-deja/g++.pt/crash64.C: New test.
2638
2639 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2640
2641         * g++.old-deja/g++.pt/crash63.C: New test.
2642
2643 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2644
2645         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
2646
2647 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
2648
2649         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
2650
2651 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2652
2653         * g++.old-deja/g++.pt/error3.C: New test.
2654
2655 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2656
2657         * g++.old-deja/g++.other/crash39.C: New test.
2658
2659 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2660
2661         * g++.old-deja/g++.other/vbase4.C: New test.
2662
2663 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
2664
2665         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
2666         * gcc.dg/special/20000419-2.c: New file. Identical to above.
2667         * gcc.dg/special/special.exp: New test driver which will check
2668         for alias support for the above test.
2669
2670 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
2671
2672         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
2673         problems on small machines.
2674         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
2675         parameterize.
2676
2677 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
2678
2679         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
2680         mips.
2681         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2682
2683 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
2684
2685         * g++.old_deja/g++.pt/using8.C: New test.
2686
2687 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2688
2689         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
2690
2691 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
2692
2693         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
2694         where a failure is expected.
2695         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
2696
2697 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2698
2699         * g++.old_deja/g++.pt/instantiate12.C: New test.
2700
2701 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2702
2703         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
2704         start of structs.
2705         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
2706         * g++.old-deja/g++.brendan/crash17.C: Likewise.
2707         * g++.old-deja/g++.brendan/crash29.C: Likewise.
2708         * g++.old-deja/g++.brendan/crash48.C: Likewise.
2709         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2710         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
2711         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
2712         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
2713         * g++.old-deja/g++.eh/spec6.C: Likewise.
2714         * g++.old-deja/g++.jason/crash3.C: Likewise.
2715         * g++.old-deja/g++.law/ctors11.C: Likewise.
2716         * g++.old-deja/g++.law/ctors17.C: Likewise.
2717         * g++.old-deja/g++.law/ctors5.C: Likewise.
2718         * g++.old-deja/g++.law/ctors9.C: Likewise.
2719         * g++.old-deja/g++.mike/ambig1.C: Likewise.
2720         * g++.old-deja/g++.mike/net22.C: Likewise.
2721         * g++.old-deja/g++.mike/p3538a.C: Likewise.
2722         * g++.old-deja/g++.mike/p3538b.C: Likewise.
2723         * g++.old-deja/g++.mike/virt3.C: Likewise.
2724         * g++.old-deja/g++.niklas/t128.C: Likewise.
2725         * g++.old-deja/g++.other/anon4.C: Likewise.
2726         * g++.old-deja/g++.other/using1.C: Likewise.
2727         * g++.old-deja/g++.other/warn3.C: Likewise.
2728         * g++.old-deja/g++.pt/t37.C: Likewise.
2729         * g++.old-deja/g++.robertl/eb69.C: Likewise.
2730         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2731
2732 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2733
2734         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
2735
2736 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2737
2738         * gcc.c-torture/execute/stdio-opt-3.c: New test.
2739
2740 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
2741
2742         * gcc.c-torture/compile/20010107-1.c: New test.
2743
2744 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2745
2746         * gcc.c-torture/execute/builtin-noret-1.c: New test.
2747
2748 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2749
2750         * gcc.dg/format/format.h: New file.
2751         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
2752         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
2753         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
2754         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
2755         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
2756         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2757         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
2758         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
2759         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
2760         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
2761         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
2762         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
2763         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
2764         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
2765         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
2766         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
2767         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
2768         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
2769         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
2770         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
2771         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
2772         instead of declaring standard types, macros and functions in each
2773         test.
2774
2775 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
2776
2777         * gcc.c-torture/execute/20010106-1.c: New test.
2778
2779 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2780
2781         * gcc.dg/format/format.exp: New file.
2782         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
2783         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
2784         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
2785         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
2786         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
2787         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
2788         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
2789         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
2790         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
2791         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
2792         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
2793         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
2794         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
2795         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
2796         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
2797         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
2798         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
2799         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
2800         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
2801         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
2802         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
2803         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
2804         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
2805         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
2806         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
2807         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
2808         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
2809         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
2810         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
2811         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
2812         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
2813         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
2814         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
2815         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
2816         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
2817         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
2818         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
2819         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
2820         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
2821         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
2822         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
2823         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
2824
2825 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
2826
2827         * gcc.c-torture/execute/991228-1.c: Take word endianness into
2828         account.
2829
2830 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2831
2832         * gcc.c-torture/execute/builtin-complex-1.c: New test.
2833
2834 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2835
2836         * g++.old-deja/g++.pt/crash62.C: New test.
2837
2838 2001-01-04  Richard Henderson  <rth@redhat.com>
2839
2840         * gcc.dg/20000926-1.c: Update expected warnings.
2841         * gcc.dg/array-2.c: Likewise.
2842         * gcc.dg/array-4.c: Also validate flexible array members.
2843         * gcc.dg/c99-flex-array-1.c: New.
2844
2845 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2846
2847         * gcc.c-torture/compile/20001222-1.x: Remove.
2848
2849 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2850
2851         * gcc.c-torture/execute/built-in-setjmp.c: New.
2852
2853 2001-01-03  Richard Henderson  <rth@redhat.com>
2854
2855         * gcc.dg/940510-1.c: Update expected error wording.
2856         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
2857
2858 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
2859
2860         * lib/target-supports.exp (check_alias_available): Modified to
2861         indicate aliases not supported if only weak aliases are supported.
2862
2863 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2864
2865         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
2866         Turn on cmpstrsi checks for __pj__ and __i370__.
2867
2868 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2869
2870         * g++.old-deja/g++.other/virtual11.C: New test.
2871
2872 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2873
2874         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
2875
2876 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2877
2878         * gcc.c-torture/compile/20010102-1.c: New test.
2879
2880 2001-01-02  Andreas Jaeger  <aj@suse.de>
2881
2882         * gcc.dg/noreturn-3.c: New test.
2883
2884         * gcc.dg/noreturn-4.c: New test.
2885
2886 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2887
2888         * gcc.c-torture/execute/stdio-opt-1.c: Also test
2889         __builtin_fputc and __builtin_fwrite.
2890
2891 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2892
2893         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
2894         signed char, not default char.
2895
2896 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2897
2898         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
2899
2900 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
2901
2902         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
2903
2904 2000-12-29  Richard Henderson  <rth@redhat.com>
2905
2906         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
2907         (__cyg_profile_func_exit): Define.
2908
2909 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2910
2911         * g++.dg/vtgc1.C: New test.
2912
2913 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
2914
2915         * gcc.dg/noncompile/20001228-1.c: New test.
2916
2917         * gcc.dg/20001228-1.c: New test.
2918
2919         * gcc.c-torture/execute/20001228-1.c: New test.
2920
2921 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2922
2923         * gcc.dg/format-strfmon-1.c: New test.
2924
2925 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2926
2927         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
2928         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
2929         * gcc.c-torture/execute/string-opt-1.c: Likewise.
2930         * gcc.c-torture/execute/string-opt-2.c: Likewise.
2931         * gcc.c-torture/execute/string-opt-3.c: Likewise.
2932         * gcc.c-torture/execute/string-opt-4.c: Likewise.
2933         * gcc.c-torture/execute/string-opt-6.c: Likewise.
2934         * gcc.c-torture/execute/string-opt-7.c: Likewise.
2935         * gcc.c-torture/execute/string-opt-8.c: Likewise.
2936         * gcc.c-torture/execute/string-opt-9.c: Likewise.
2937         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2938         * gcc.c-torture/execute/string-opt-11.c: Likewise.
2939         * gcc.c-torture/execute/string-opt-12.c: Likewise.
2940
2941         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
2942         * gcc.c-torture/execute/string-opt-4.c: Test index.
2943
2944 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
2945
2946         * gcc.c-torture/compile/20001226-1.c: New test.
2947
2948 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2949
2950         * gcc.c-torture/compile/20001222-1.c: New test.
2951         * gcc.c-torture/compile/20001222-1.x: Xfail.
2952
2953 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
2954
2955         * gcc.c-torture/execute/comp-goto-2.c: New test.
2956
2957 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
2958
2959         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
2960         Use long types if __INT_MAX__ is 32767.
2961         (main): Use cast to (sint32 *) when poking 88 into a_page.
2962
2963         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
2964
2965 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
2966
2967         * gcc.c-torture/compile/20001221-1.c: New test.
2968         * gcc.c-torture/execute/20001221-1.c: New test.
2969
2970 2000-12-20  Richard Henderson  <rth@redhat.com>
2971
2972         * g++.old-deja/g++.pt/crash36.C: Update error lines.
2973         * g++.old-deja/g++.robertl/eb109.C: Likewise.
2974
2975 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2976
2977         * gcc.dg/compare3.c: New test.
2978
2979 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2980
2981         * gcc.dg/format-warnll-1.c: New test.
2982
2983 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2984
2985         * gcc.dg/cpp/cmdlne-P.c: New test.
2986
2987 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2988
2989         * gcc.c-torture/execute/builtin-abs-1.c,
2990         gcc.c-torture/execute/builtin-abs-2.c: New tests.
2991
2992 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2993
2994         * gcc.dg/cpp/multiline.c: New test.
2995
2996 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
2997
2998         * g++.old-deja/g++.other/syshdr1.C: Update.
2999         * gcc.dg/cpp/lineflags.c: Remove temporarily.
3000
3001 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3002
3003         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
3004
3005 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3006
3007         * g++.old-deja/g++.pt/ttp65.C: New test.
3008
3009 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3010
3011         * g++.old-deja/g++.pt/ttp64.C: New test.
3012
3013 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3014
3015         * g++.old-deja/g++.pt/spec33.C: New test.
3016
3017 2000-12-14  Catherine Moore  <clm@redhat.com>
3018
3019         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
3020         * gcc.c-torture/execute/920612-2.c: Likewise.
3021         * gcc.c-torture/execute/920428-2.c: Likewise.
3022         * gcc-c-torture/execute/va-arg-11.c: Call exit.
3023         * gcc.c-torture/execute/va-arg-21.c: Likewise.
3024
3025 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3026
3027         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
3028         * gcc.dg/pack-test-2.c: Likewise.
3029
3030 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3031
3032         Tests by Zack Weinberg <zackw@stanford.edu>.
3033
3034         * gcc.dg/cpp/defined.c: Update.
3035         * gcc.dg/cpp/defined_trad.c: New tests.
3036
3037 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3038
3039         * gcc.dg/cpp/trad-direct.c: Update.
3040
3041 2000-12-11  Neil Booth  <neilb@earthling.net>
3042
3043         * gcc.dg/cpp/defined_trad.c
3044
3045 2000-12-11  Neil Booth  <neilb@earthling.net>
3046
3047         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
3048
3049 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3050
3051         * gcc.dg/format-miss-2.c: New test.
3052
3053 2000-12-09  Neil Booth  <neilb@earthling.net>
3054
3055         * gcc.dg/cpp/lineflags.c: New tests.
3056         * gcc.dg/cpp/poison.c: Update.
3057         * gcc.dg/cpp/redef2.c: Update.
3058         * gcc.dg/cpp/skipping.c: New test.
3059
3060 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
3061
3062         * g++.old-deja/g++.other/eh3.C: New testcase.
3063
3064 2000-12-07  Neil Booth  <neilb@earthling.net>
3065
3066         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
3067         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
3068         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
3069         wtr-union-init-2.c, wtr-union-init-3.c: Update.
3070         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
3071         Update.
3072
3073 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3074
3075         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
3076         __SIZE_TYPE__ instead of int for type of integers cast to
3077         pointers.
3078
3079 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
3080
3081         * g++.old-deja/g++.other/cleanup4.C: New test.
3082
3083 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3084
3085         * format-sec-1.c: New test.
3086
3087 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3088
3089         * gcc.dg/format-nonlit-3.c: New test.
3090
3091 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3092
3093         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
3094         through a null pointer.
3095
3096 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3097
3098         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
3099         * g++.old-deja/g++.pt/partial4.C: New test.
3100
3101 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3102
3103         * gcc.c-torture/execute/ieee/hugeval.x: New.
3104
3105 2000-12-06  Neil Booth  <neilb@earthling.net>
3106
3107         * gcc.dg/cpp/backslash2.c: New tests.
3108
3109 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3110
3111         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
3112         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
3113
3114 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
3115
3116         * gcc.c-torture/execute/20001203-2.c: New testcase.
3117
3118 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3119
3120         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
3121         * g++.old-deja/g++.other/virtual10.C: New test.
3122
3123 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3124
3125         * g++.old-deja/g++.mike/pmf5.C: Remove test.
3126
3127 2000-12-05  Richard Henderson  <rth@redhat.com>
3128
3129         * gcc.c-torture/compile/20001205-1.c: New.
3130
3131 2000-12-04  Neil Booth  <neilb@earthling.net>
3132
3133         * g++.old-deja/g++.other/virtual9.C: New test.
3134         * g++.old-deja/g++.pt/crash61.C: New test.
3135         * gcc.c-torture/execute/loop-9.c: New test.
3136
3137 2000-12-04  Neil Booth  <neilb@earthling.net>
3138
3139         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
3140         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
3141         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
3142         * gcc.dg/cpp/extratokens.c: ...here.
3143
3144 2000-12-04  Neil Booth  <neilb@earthling.net>
3145
3146         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
3147         New tests.
3148
3149 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3150
3151         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
3152         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
3153
3154 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3155
3156         * gcc.c-torture/execute/20001203-1.c: New test.
3157
3158 2000-12-03  Neil Booth  <neilb@earthling.net>
3159
3160         * gcc.dg/cpp/macro6.c: New test cases.
3161
3162 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3163
3164         * gcc.c-torture/execute/string-opt-9.c: New test.
3165         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3166         * gcc.c-torture/execute/string-opt-11.c: Likewise.
3167         * gcc.c-torture/execute/string-opt-12.c: Likewise.
3168
3169         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
3170         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
3171
3172 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
3173
3174         * gcc.dg/cpp/if-6.c: New testcase.
3175
3176         * gcc.dg/20001201-1.c: New testcase.
3177
3178 2000-12-02  Neil Booth  <neilb@earthling.net>
3179
3180         * g++.old-deja/g++.other/externC4.C,
3181         g++.old-deja/g++.other/friend10.C: New tests.
3182
3183 2000-12-02  Neil Booth  <neilb@earthling.net>
3184
3185         * g++.old-deja/g++.other/instan2.C
3186         * g++.old-deja/g++.other/instan3.C: New test.
3187
3188 2000-12-02  Neil Booth  <neilb@earthling.net>
3189
3190         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
3191         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
3192         gnuc99.c,gnuc99-pedantic.c: New tests.
3193
3194 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3195
3196         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
3197         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
3198
3199 2000-12-01  Neil Booth  <neilb@earthling.net>
3200
3201         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
3202         * gcc.dg/cpp/poison.c: Update.
3203         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
3204
3205 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
3206
3207         * g77.f-torture/execute/20001201.f: New test.
3208
3209 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3210
3211         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
3212
3213 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
3214
3215         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
3216
3217 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
3218
3219         * g++.old-deja/g++.other/cast6.C: New test.
3220
3221 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
3222
3223         * gcc.c-torture/execute/20001130-2.c: New testcase.
3224
3225 2000-11-30  Richard Henderson  <rth@redhat.com>
3226
3227         * gcc.c-torture/execute/20001130-1.c: New test.
3228
3229 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3230
3231         * g++.old-deja/g++.other/op3.C: New test.
3232
3233 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3234
3235         * g++.old-deja/g++.other/op2.C: New test.
3236
3237 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3238
3239         * g++.old-deja/g++.other/crash38.C: New test.
3240
3241 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
3242
3243         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
3244
3245 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
3246
3247         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
3248         tests.
3249         * gcc.c-torture/execute/string-opt-6.c: New test.
3250
3251         * gcc.dg/20001117-1.c: Add main.
3252
3253 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
3254
3255         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
3256         Move from here ...
3257         * gcc.dg/940510-1.c: ... to here.
3258
3259         * gcc.dg/20000926-1.c: GNU C now allows initializations of
3260         zero-size arrays in toplevel structures.
3261
3262 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3263
3264         * gcc.c-torture/execute/loop-8.c: New test.
3265
3266 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3267
3268         * g++.old-deja/g++.other/base1.C: New test.
3269
3270 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3271
3272         * g++.old-deja/g++.other/parse2.C: New test.
3273
3274 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3275
3276         * g++.old-deja/g++.pt/incomplete1.C: New test.
3277
3278 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3279
3280         * g++.old-deja/g++.other/friend9.C: New test.
3281
3282 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * gcc.dg/20001127-1.c: New test.
3285
3286 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3287
3288         * g++.old-deja/g++.pt/friend46.C: New test.
3289
3290 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3291
3292         * g++.old-deja/g++.other/ptrmem8.C: New test.
3293
3294 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3295
3296         * gcc.c-torture/execute/string-opt-7.c: New test.
3297         * gcc.c-torture/execute/string-opt-8.c: Likewise.
3298
3299 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3300
3301         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
3302         instead of 'mkcheck 2'.
3303
3304 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3305
3306         * gcc.c-torture/execute/memcheck/driver.c,
3307         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
3308         C9X references to refer to C99.
3309
3310 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3311
3312         * gcc.dg/ultrasp3.c: New test.
3313
3314 2000-11-25  Neil Booth  <neilb@earthling.net>
3315
3316         * gcc.dg/cpp/include2.c: Update test to be locale independent.
3317
3318 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3319
3320         * gcc.c-torture/compile/20001123-2.c: New.
3321
3322 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3323
3324         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
3325
3326 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3327
3328         * gcc.dg/sequence-point-1.c: Add some new tests.
3329         * gcc.c-torture/execute/20001124-1.c: New test.
3330
3331 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3332
3333         * g++.old-deja/g++.other/vaarg4.C: New test.
3334         * gcc.c-torture/compile/20001123-1.c: New test.
3335
3336 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3337
3338         * g++.other/crash24.C: Adjust and remove XFAIL.
3339         * g++.other/crash37.C: New test.
3340
3341 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
3342
3343         * g++.old-deja/g++.pt/instantiate9.C: New test.
3344
3345 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
3346
3347         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
3348         new ABI, too.
3349
3350         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
3351         * g++.old-deja/g++.robertl/eb55.C: Likewise.
3352
3353 2000-11-22  Neil Booth  <neilb@earthling.net>
3354
3355         * gcc.dg/cpp/Wtrigraphs.c: New test.
3356
3357 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3358
3359         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
3360
3361 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
3362
3363         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
3364
3365 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
3366
3367         * lib/gcc-dg.exp: load_lib scanasm.exp.
3368         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
3369         * lib/g++-dg.exp: load_lib scanasm.exp.
3370         * lib/scanasm.exp: New.
3371         (scan-assembler, scan-assembler-not): Add optional arguments to
3372         test name, or if not present, the pattern name.
3373         (scan-assembler-dem, scan-assembler-dem-not): New.
3374
3375         * g++.dg/dg.exp: New.
3376
3377 2000-11-21  Neil Booth  <neilb@earthling.net>
3378
3379         * gcc.dg/cpp/integrated1.c: Remove.
3380
3381 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3382
3383         * gcc.c-torture/execute/20001121-1.c: New test.
3384
3385 2000-11-21  Richard Henderson  <rth@redhat.com>
3386
3387         * gcc.c-torture/compile/20001121-1.c: New test.
3388
3389 2000-11-20  Neil Booth  <neilb@earthling.net>
3390
3391         * gcc.dg/cpp/integrated1.c: New test.
3392
3393 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3394
3395         * g++.old-deja/g++.other/inline17.C: New test.
3396
3397 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
3398
3399         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
3400         local variable to be zero: I made the variable global. Now
3401         uses abort() and exit() instead of relying on main's return value.
3402
3403 2000-11-20  Neil Booth  <neilb@earthling.net>
3404
3405         * gcc.dg/cpp/paste2.c: Update test.
3406         * objc/execute/paste.m: New test.
3407
3408 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3409
3410         * gcc.dg/c99-condexpr-1.c: New test.
3411
3412 2000-11-20  Neil Booth  <neilb@earthling.net>
3413
3414         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
3415
3416 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
3417
3418         * g++.old-deja/g++.pt/export1.C: New test.
3419
3420 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
3421
3422         * gcc.dg/20001117-1.c: New test.
3423
3424 2000-11-18  Richard Henderson  <rth@redhat.com>
3425
3426         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
3427
3428 2000-11-18  Richard Henderson  <rth@redhat.com>
3429
3430         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
3431         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
3432         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
3433
3434 2000-11-18  Richard Henderson  <rth@redhat.com>
3435
3436         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
3437         (main): New.  Exit cleanly.
3438
3439 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3440
3441         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
3442         gcc.dg/c99-fordecl-2.c: New tests.
3443
3444 2000-11-18  Richard Henderson  <rth@redhat.com>
3445
3446         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
3447         * gcc.c-torture/execute/zerolen-2.c: New.
3448
3449 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3450
3451         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
3452         memory.
3453
3454 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3455
3456         * g++.old-deja/g++.pt/instantiate8.C: New test.
3457
3458 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3459
3460         * g++.old-deja/g++.other/incomplete.C: Add more tests.
3461         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
3462
3463 2000-11-16  Nick Clifton  <nickc@redhat.com>
3464
3465         * gcc.c-torture/execute/nestfunc-2.c: New test.
3466         * gcc.c-torture/execute/nestfunc-3.c: New test.
3467
3468 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3469
3470         * gcc.c-torture/compile/20001116-1.c: New test.
3471
3472 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3473
3474         * gcc.c-torture/execute/20001115-1.c: New test.
3475
3476 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3477
3478         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
3479         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
3480         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
3481         * g++.old-deja/g++.abi/vmihint.C: Likewise.
3482
3483 2000-11-15  Neil Booth  <neilb@earthling.net>
3484
3485         gcc.dg/cpp/_Pragma1.c: Update.
3486         gcc.dg/cpp/_Pragma2.c: New test.
3487
3488 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
3489
3490         * g++.old-deja/g++.other/anon5.C: New test.
3491
3492 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3493
3494         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
3495         tests.
3496
3497 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3498
3499         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
3500         output.
3501
3502 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3503
3504         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
3505         labels at end of compound statements.
3506
3507 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
3508
3509         * gcc.c-torture/execute/loop-7.c: New test.
3510
3511 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3512
3513         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
3514
3515 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3516
3517         * gcc.dg/c99-bool-1.c: New test.
3518
3519 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3520
3521         * gcc.dg/c99-scope-1.c: Remove xfail.
3522         * gcc.dg/c99-scope-2.c: New test.
3523
3524 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3525
3526         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
3527         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
3528
3529 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
3530
3531         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
3532         error messages.
3533
3534         * g++.mike/p700.C: Don't typedef wchar_t.
3535         * g++.mike/p784.C: Likewise.
3536         * g++.mike/eb101.C: Don't use __wchar_t.
3537
3538 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
3539
3540         * g77.f-torture/execute/20001111.[fx]: Test premature exit
3541         from DO loop.
3542
3543 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3544
3545         * gcc.c-torture/execute/20001111-1.c: New test.
3546
3547 2000-11-10  Nick Clifton  <nickc@redhat.com>
3548
3549         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
3550         long multuiple and accumulate.
3551
3552 2000-11-09  Richard Henderson  <rth@redhat.com>
3553
3554         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
3555         via size_t instead of int.
3556
3557         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
3558         * gcc.c-torture/execute/string-opt-2.c: Likewise.
3559         * gcc.c-torture/execute/string-opt-3.c: Likewise.
3560         * gcc.c-torture/execute/string-opt-4.c: Likewise.
3561
3562 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
3563
3564         * gcc.c-torture/compile/20001109-1.c: New test.
3565         * gcc.c-torture/compile/20001109-2.c: New test.
3566
3567 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3568
3569         * g++.old-deja/g++.pt/operator1.C: New test.
3570         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
3571
3572 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3573
3574         * gcc.dg/20001108-1.c: New test.
3575
3576 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3577
3578         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
3579         with both arguments constant strings.
3580         * gcc.c-torture/execute/string-opt-3.c: New test.
3581         * gcc.c-torture/execute/string-opt-4.c: New test.
3582         * gcc.c-torture/execute/string-opt-5.c: New test.
3583
3584 2000-11-08  Nick Clifton  <nickc@redhat.com>
3585
3586         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
3587         mulsidi3adddi patterns.
3588
3589 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
3590
3591         * g++.old-deja/g++.other/crash36.C: New test.
3592
3593 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3594
3595         * g++.old-deja/g++.other/init16.C: New test.
3596
3597 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
3598
3599         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
3600
3601 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3602
3603         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
3604         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3605         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3606
3607 2000-11-07  DJ Delorie  <dj@redhat.com>
3608
3609         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
3610
3611 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3612
3613         * gcc.c-torture/execute/string-opt-1.c: New test.
3614
3615 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3616
3617         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
3618         mips-sgi-irix6.* because the MIPS ABI passes floating-point
3619         parameters in registers, and there is no way for a varargs
3620         function to know in which order the integer and floating-point
3621         parameters should be interleaved when they are placed on the
3622         stack.
3623         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3624         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3625
3626 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3627
3628         * gcc.c-torture/execute/string-opt-2.c: New test.
3629
3630 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
3631
3632         * g++.old-deja/g++.pt/crash60.C: New test.
3633
3634 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3635
3636         * g++.old-deja/g++.other/crash24.C: New test.
3637         * g++.old-deja/g++.other/crash25.C: New test.
3638         * g++.old-deja/g++.other/crash26.C: New test.
3639         * g++.old-deja/g++.other/crash27.C: New test.
3640         * g++.old-deja/g++.other/crash28.C: New test.
3641         * g++.old-deja/g++.other/crash29.C: New test.
3642         * g++.old-deja/g++.other/crash30.C: New test.
3643         * g++.old-deja/g++.other/crash31.C: New test.
3644         * g++.old-deja/g++.other/crash32.C: New test.
3645         * g++.old-deja/g++.other/crash33.C: New test.
3646         * g++.old-deja/g++.other/crash34.C: New test.
3647         * g++.old-deja/g++.other/crash35.C: New test.
3648
3649 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3650
3651         * gcc.c-torture/execute/20001031-1.c: New test.
3652
3653 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
3654
3655         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
3656         namespace.
3657
3658         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
3659         standards-conformant.
3660
3661         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
3662
3663         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
3664         * g++.old-deja/g++.mike/p755a.C: Likewise.
3665         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
3666         library makes no calls to `operator new' during initialization.
3667
3668 2000-11-04  Neil Booth  <neilb@earthling.net>
3669
3670         * gcc.dg/cpp/include2.c: New tests.
3671
3672 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
3673
3674         * lib/g++.exp (g++_set_ld_library_path): New function.
3675         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
3676
3677 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
3678
3679         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
3680         warnings.
3681
3682 2000-11-01  Richard Henderson  <rth@redhat.com>
3683
3684         * g++.old-deja/g++.ext/namedret1.C: New.
3685         * g++.old-deja/g++.ext/namedret2.C: New.
3686         * g++.old-deja/g++.ext/namedret3.C: New.
3687
3688 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
3689
3690         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
3691         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
3692
3693 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3694
3695         * gcc.c-torture/execute/va-arg-21.c: New test.
3696
3697 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3698
3699         * gcc.dg/c99-complex-2.c: New test.
3700
3701 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3702
3703         * gcc.c-torture/execute/stdio-opt-1.c: New test.
3704
3705 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
3706
3707         * g++.old-deja/g++.other/inline16.C: New test.
3708
3709 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
3710
3711         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
3712         __PRETTY_FUNCTION__
3713
3714 2000-10-29  Neil Booth  <neilb@earthling.net>
3715
3716         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
3717         New tests.
3718         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
3719         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
3720         optimisation.
3721
3722 2000-10-29  Neil Booth  <neilb@earthling.net>
3723
3724         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
3725         * mi1.c, mi1c.h: Add null directives to multiple-include test.
3726         * mi5.c: Test multiple includes work with -C.
3727         * trigraphs.c: Test ^= version.
3728
3729 2000-10-28  Neil Booth  <neilb@earthling.net>
3730
3731         New tests and test updates for new macro expander.
3732
3733         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
3734         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
3735         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
3736         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
3737         new diagnostic messages.
3738
3739         * gcc.dg/cpp/macro3.c: New tests.
3740
3741 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
3742
3743         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
3744         on the same line.
3745
3746 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
3747
3748         * g++.old-deja/g++.other/eh2.C: New test.
3749
3750 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
3751
3752         * gcc.c-torture/execute/20001027-1.c: New test.
3753
3754 2000-10-26  Richard Henderson  <rth@redhat.com>
3755
3756         * gcc.c-torture/execute/20001026-1.c: New.
3757
3758 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
3759
3760         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
3761         * g++.old-deja/g++.law/builtin1.C: Likewise.
3762         * g++.old-deja/g++.law/ctors10.C: Likewise.
3763         * g++.old-deja/g++.law/virtual3.C: Likewise.
3764         * g++.old-deja/g++.mike/p658.C: Likewise.
3765         * g++.old-deja/g++.other/sibcall1.C: Likewise.
3766         * g++.old-deja/g++.other/vaarg2.C: Likewise.
3767         * g++.old-deja/g++.robertl/eb124.C: Likewise.
3768         * g++.old-deja/g++.robertl/eb44.C: Likewise.
3769         * g++.old-deja/g++.robertl/eb77.C: Likewise.
3770
3771 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
3772
3773         * gcc.c-torture/compile/20001024-1.c: New test.
3774
3775 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
3776
3777         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
3778         to tell us whether or not we are using V3.
3779
3780 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3781
3782         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
3783         operands.
3784
3785 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3786
3787         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
3788
3789 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
3790
3791         * gcc.c-torture/execute/20001024-1.c: New test.
3792
3793 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
3794
3795         * g++.old-deja/g++.other/sibcall1.C: New test.
3796
3797 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3798
3799         * gcc.dg/noncompile/init-3.c: New test.
3800
3801 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3802
3803         * gcc.dg/format-array-1.c: New test.
3804
3805 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3806
3807         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
3808         writing through null pointers; remove comment about testing
3809         unterminated strings.
3810
3811 2000-10-17  Matthew Hiller  <hiller@redhat.com>
3812
3813         * gcc.c-torture/execute/20001017-2.c: New test.
3814
3815 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3816
3817         * gcc.c-torture/compile/20001018-1.c: New test.
3818         * gcc.c-torture/compile/20001018-1.x: Xfail.
3819
3820 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3821
3822         * gcc.c-torture/execute/20001017-1.c: New test.
3823
3824 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3825
3826         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
3827         for multiple use of arguments with scanf formats; add tests for
3828         multiple use of arguments.
3829
3830 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
3831
3832         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
3833
3834 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3835
3836         * gcc.dg/format-miss-1.c: New test.
3837
3838 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3839
3840         * gcc.c-torture/execute/20001013-1.c: New test.
3841
3842 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3843
3844         * gcc.dg/format-branch-1.c: New test.
3845
3846 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3847
3848         * README, lib/file-format.exp: Remove EGCS references.
3849
3850 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3851
3852         * gcc.dg/20001013-1.c: New test.
3853
3854 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3855
3856         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
3857         for intmax_t in the compiler using __typeof__ and the type rules
3858         for conditional expressions.
3859
3860 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
3861
3862         * gcc.dg/20001012-1.c: New test.
3863         * gcc.dg/20001012-2.c: New test.
3864
3865 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3866
3867         * gcc.dg/format-attr-1.c: New test.
3868
3869 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3870
3871         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
3872         __LONG_LONG_MAX__ instead of LLONG_MAX.
3873
3874 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3875
3876         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
3877         scanf flags.
3878         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
3879         flags.
3880
3881 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3882
3883         * gcc.dg/sequence-pt-1.c: New test.
3884
3885 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
3886
3887         * gcc.c-torture/execute/20001011-1.c: New testcase.
3888         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
3889
3890 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3891
3892         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
3893         does not error on it.
3894
3895 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3896
3897         * gcc.dg/20001009-1.c: New test.
3898
3899 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3900
3901         * gcc.c-torture/compile/20001009-1.c: Move from here ....
3902         * gcc.c-torture/execute/20001009-2.c: ... to here.
3903
3904 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
3905
3906         * gcc.c-torture/compile/20001009-1.c: New testcase.
3907         * gcc.c-torture/execute/20001009-1.c: New testcase.
3908         Testcases provided by Jan Hubicka <jh@suse.cz>.
3909
3910 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3911
3912         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3913         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
3914         uintmax_t using <limits.h> to emulate the compiler's internal
3915         logic.  No longer XFAIL %j tests.
3916
3917 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3918
3919         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
3920         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3921         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
3922         regexps and details of expected handling of some bad formats.
3923         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
3924         suppression.
3925
3926 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3927
3928         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
3929         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
3930         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
3931         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
3932         in list archives.
3933
3934 2000-10-06  Richard Henderson  <rth@cygnus.com>
3935
3936         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
3937         * g++.old-deja/g++.brendan/crash52.C: Likewise.
3938         * g++.old-deja/g++.jason/report.C: Likewise.
3939         * g++.old-deja/g++.law/friend5.C: Likewise.
3940         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
3941         of the expected warnings.
3942
3943 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
3944
3945         * g++.old-deja/g++.pt/enum14.C: New test.
3946
3947 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3948
3949         * g++.old-deja/g++.pt/crash59.C: New test.
3950
3951 2000-10-04  Will Cohen  <wcohen@redhat.com>
3952
3953         * gcc.dg/20000926-1.c: New test.
3954
3955 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
3956
3957         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
3958         function name for current C++ compiler.
3959         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
3960
3961 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
3962
3963         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
3964         __PRETTY_FUNCTION__.
3965         * g++.old-deja/g++.ext/pretty2.C: Likewise.
3966
3967 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3968
3969         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
3970
3971 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
3972
3973         * gcc.c-torture/compile/20000923-1.c: New test.
3974
3975 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3976
3977         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
3978         * g++.old-deja/g++.pt/ttp62.C: Same.
3979         * g++.old-deja/g++.other/inline14.C: Same.
3980
3981 2000-09-24  Richard Henderson  <rth@cygnus.com>
3982
3983         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
3984
3985 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
3986
3987         * gcc.dg/c90-printf-1.c: Add test for wide string format.
3988
3989 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
3990
3991         * gcc.c-torture/compile/20000922-1.c: New file.
3992
3993 2000-09-21  Nick Clifton  <nickc@redhat.com>
3994
3995         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
3996         a signed long modulo operation.
3997         (mod6): New funciton - perform an unsigned long modulo operation.
3998         (main): Add tests for modulos of very large numbers by very small
3999         dividends.
4000
4001 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4002
4003         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
4004
4005 2000-09-19  Richard Henderson  <rth@cygnus.com>
4006
4007         * gcc.dg/compare2.c (case 10): XFAIL.
4008
4009 2000-09-18  Richard Henderson  <rth@cygnus.com>
4010
4011         * gcc.c-torture/execute/20000906-1.c: Move ...
4012         * gcc.dg/20000906-1.c: ... here.  Only run on targets
4013         that support __builtin_trap.
4014
4015 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
4016
4017         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
4018
4019 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4020
4021         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
4022         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
4023         more $ format tests.
4024
4025 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4026
4027         * gcc.dg/format-errmk-1.c: New test.
4028
4029 2000-09-17  Greg McGary  <greg@mcgary.org>
4030
4031         * gcc.c-torture/execute/20000917-1.x: Remove.
4032
4033 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4034
4035         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
4036
4037 2000-09-17  Greg McGary  <greg@mcgary.org>
4038
4039         * gcc.c-torture/execute/20000917-1.c: New test.
4040         * gcc.c-torture/execute/20000917-1.x: XFAIL.
4041
4042 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
4043
4044         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
4045         in nested macro bug.
4046
4047 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
4048
4049         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
4050
4051 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
4052
4053         * gcc.c-torture/execute/20000914-1.c: New test.
4054
4055 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
4056
4057         * g++.other/inline13.C: New test.
4058
4059 2000-09-12  Andreas Jaeger  <aj@suse.de>
4060
4061         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
4062         constant by Ulrich Drepper <drepper@redhat.com>.
4063
4064 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4065
4066         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
4067
4068 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4069
4070         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
4071
4072 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4073
4074         * gcc.dg/cpp/backslash.c: New test.
4075
4076 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4077
4078         * gcc.c-torture/execute/20000910-1.c: New test.
4079         * gcc.c-torture/execute/20000910-2.c: Likewise.
4080
4081 2000-09-11  Robert Lipe  <robertl@sco.com>
4082
4083         * gcc.dg/pragma-align.c: New test.
4084
4085 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4086
4087         * g++.old-deja/g++.pt/explicit82.C: New test.
4088         * g++.old-deja/g++.pt/explicit83.C: New test.
4089
4090 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4091
4092         * gcc.dg/asm-names.c: New test.
4093
4094 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4095
4096         * gcc.dg/cpp/tr-warn6.c: New test
4097
4098 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4099
4100         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
4101         be accepted.
4102
4103 2000-09-07  Catherine Moore  <clm@redhat.com>
4104
4105         * gcc.c-torture/execute/unroll-1.c: New test.
4106
4107 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4108
4109         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
4110         ERROR markers.
4111         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
4112         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
4113         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
4114         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
4115         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
4116         Preprocess only.
4117         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
4118         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
4119
4120 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4121
4122         * g++.old-deja/g++.pt/deduct2.C: New test.
4123
4124 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4125
4126         * g++.old-deja/g++.pt/parms2.C: New test.
4127
4128 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4129
4130         * g++.old-deja/g++.pt/crash58.C: New test.
4131
4132 2000-09-06  Greg McGary  <greg@mcgary.org>
4133
4134         * gcc.c-torture/execute/20000906-1.c: New test.
4135         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
4136
4137 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4138
4139         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
4140
4141 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4142
4143         * g++.old-deja/g++.pt/crash57.C: New test.
4144
4145 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4146
4147         * g++.old-deja/g++.pt/crash56.C: New test.
4148
4149 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4150
4151         * g++.old-deja/g++.pt/koenig1.C: New test.
4152
4153 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4154
4155         * gcc.dg/20000904-1.c: New test.
4156
4157 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4158
4159         * gcc.dg/cpp/paste8.c: New test.
4160
4161 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
4162
4163         * gcc.c-torture/compile/20000827-1.c: New test.
4164
4165 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4166
4167         * gcc.dg/format-diag-1.c: New test.
4168
4169 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4170
4171         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
4172         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
4173         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
4174         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
4175         gcc.dg/formatz-1.c: Adjust warning regular expressions.
4176
4177 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4178
4179         * g++.old-deja/g++.other/nested4.C: New test.
4180
4181 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4182
4183         * g++.old-deja/g++.ns/scoped1.C: New test.
4184
4185 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
4186
4187         * lib/g++.exp: Support testing already-installed GCC.
4188
4189 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4190
4191         * wtr-label-1.c, wtr-suffix-1.c: New tests.
4192
4193 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4194
4195         * gcc.dg/return-type-2.c: New test.
4196
4197 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
4198
4199         * gcc.c-torture/compile/20000825-1.c: New test.
4200
4201 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
4202
4203         * gcc.dg/dwarf2-2.c: New test.
4204
4205 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
4206
4207         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
4208         dg-warning regexps.
4209
4210 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4211
4212         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
4213         gcc.dg/format-ext-5.c: New tests.
4214
4215 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
4216
4217         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
4218
4219 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
4220
4221         * gcc.dg/noncompile/930622-2.c: Adjust error message.
4222
4223 2000-08-24  Richard Henderson  <rth@cygnus.com>
4224
4225         * gcc.dg/ia64-sync-1.c: New test.
4226         * gcc.dg/ia64-sync-2.c: New test.
4227         * gcc.dg/ia64-asm-1.c: New test.
4228
4229 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4230
4231         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
4232         * gcc.dg/format-ext-2.c: New test.
4233
4234 2000-08-23  Jason Merrill  <jason@redhat.com>
4235
4236         * lib/old-dejagnu.exp: Also ignore "In member function" and
4237         "At global scope".
4238
4239 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4240
4241         * gcc.dg/noncompile/label-lineno-1.c: New test.
4242
4243 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4244
4245         * gcc.dg/c99-array-nonobj-1.c: New test.
4246
4247 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4248
4249         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
4250         tests.
4251         * gcc.dg/format-ext-1.c: New test.
4252
4253 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4254
4255         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
4256         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
4257         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
4258         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
4259         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
4260
4261 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4262
4263         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
4264         gcc.dg/c99-strftime-2.c: New tests.
4265
4266 2000-08-22  Richard Henderson  <rth@cygnus.com>
4267
4268         * gcc.c-torture/execute/20000822-1.c: New test.
4269
4270 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4271
4272         * gcc.c-torture/execute/20000819-1.x: Remove.
4273
4274 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4275
4276         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
4277         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
4278         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
4279         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
4280         gcc.dg/format-xopen-1.c: New tests.
4281
4282 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4283
4284         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
4285
4286 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4287
4288         * g++.old-deja/g++.other/loop2.C: New test.
4289
4290         * gcc.c-torture/compile/20000606-1.c: New test.
4291         * gcc.c-torture/compile/20000728-1.c: New test.
4292         * gcc.c-torture/execute/20000801-1.c: New test.
4293         * gcc.c-torture/execute/20000801-2.c: New test.
4294         * gcc.c-torture/execute/20000819-1.c: New test.
4295         * gcc.c-torture/execute/20000819-1.x: XFAIL.
4296         * gcc.dg/20000629-1.c: New test.
4297         * gcc.dg/20000724-1.c: New test.
4298         * gcc.dg/20000807-1.c: New test.
4299
4300 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4301
4302         * gcc.dg/cpp/pragma-1.c: New test.
4303         * gcc.dg/cpp/pragma-2.c: New test.
4304
4305 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
4306
4307         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
4308         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
4309
4310 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4311
4312         * gcc.c-torture/compile/20000818-1.c: New test.
4313
4314 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
4315
4316         * gcc.c-torture/execute/20000818-1.c: New test.
4317
4318 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4319
4320         * gcc.dg/format-va-1.c: New test.
4321
4322 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4323
4324         * g++.old-deja/g++.other/typedef8.C: New test.
4325
4326 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4327
4328         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
4329         * g++.old-deja/g++.mike/net36.C: Mark candidate.
4330         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
4331         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
4332         * g++.old-deja/g++.other/ptrmem7.C: New test.
4333         * g++.old-deja/g++.pt/ptrmem10.C: New test.
4334
4335 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4336
4337         * g++.old-deja/g++.pt/typename27.C: New test.
4338
4339 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4340
4341         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
4342         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
4343         * g++.old-deja/g++.pt/friend45.C: New test.
4344         * g++.old-deja/g++.other/friend8.C: New test.
4345
4346 2000-08-15  Richard Henderson  <rth@cygnus.com>
4347
4348         * gcc.c-torture/execute/20000815-1.c: New test.
4349
4350 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4351
4352         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
4353         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
4354         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
4355
4356 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
4357
4358         * g++.old-deja/g++.other/refinit2.C: New test.
4359
4360 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
4361
4362         * lib/c-torture.exp (c-torture): Make
4363         compiler_conditional_xfail_data global.
4364         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
4365         compiler_conditional_xfail_data machinery.
4366         (f-torture-execute): Likewise.
4367         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
4368         and only when unrolling loops.
4369
4370         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
4371
4372 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4373
4374         * g++.old-deja/g++.pt/explicit81.C: New test.
4375
4376 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4377
4378         * g++.old-deja/g++.pt/typename26.C: New test.
4379
4380 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4381
4382         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
4383         warning.
4384
4385 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
4386
4387         * g++.old-deja/g++.other/array3.C: New test.
4388
4389 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4390
4391         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
4392         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
4393         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
4394         New tests.
4395
4396 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
4397
4398         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
4399         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4400
4401 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4402
4403         * gcc.c-torture/execute/20000808-1.c: New test.
4404
4405 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4406
4407         * gcc.dg/c90-const-expr-1.c: New test.
4408
4409 2000-08-08  Richard Henderson  <rth@cygnus.com>
4410
4411         * gcc.dg/noncompile/920923-1.c: Declare calloc.
4412
4413 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4414
4415         * gcc.dg/noncompile/const-ll-1.c: New test.
4416
4417 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4418
4419         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
4420
4421 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4422
4423         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
4424         that running programs linked against the shared version of libobjc
4425         run correctly.
4426
4427 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4428
4429         * gcc.dg/c99-printf-1.c: New test.
4430
4431 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4432
4433         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
4434
4435 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
4436
4437         * gcc.c-torture/execute/20000731-1.x: Delete.
4438
4439 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4440
4441         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
4442         and torture_without_loops as is done by c-torture.exp.
4443         (search_for): Copy from c-torture.exp.
4444         (gcc-dg-runtest): New function, drives a directory of tests
4445         iterating over the TORTURE_OPTIONS.
4446         (scan-assembler, scan-assembler-not): Move here from
4447         individual directory drivers.
4448
4449         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
4450         defined by lib/gcc-dg.exp.
4451         * gcc.dg/cpp/cpp.exp: Likewise.
4452         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
4453         gcc-dg-runtest, so we cycle over optimization options.
4454
4455         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
4456         * gcc.dg/compare2.c: No longer expected to fail.
4457
4458 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4459
4460         * gcc.c-torture/execute/20000804-1.c: New test.
4461
4462 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4463
4464         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
4465
4466 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
4467
4468         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
4469
4470 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
4471
4472         * gcc.c-torture/compile/20000803-1.c: New test.
4473
4474 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4475
4476         * gcc.c-torture/execute/20000801-3.c,
4477         gcc.c-torture/execute/20000801-4.c: New tests.
4478         * gcc.c-torture/execute/20000801-3.x,
4479         gcc.c-torture/execute/20000801-4.x: Xfail.
4480
4481 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
4482
4483         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
4484         libobjc/.libs to allow for libtool.
4485
4486 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
4487
4488         * gcc.c-torture/compile/20000802-1.c: New test.
4489
4490 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4491
4492         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
4493
4494 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
4495
4496         * gcc-c-torture/execute/20000731-2.c: New test.
4497
4498         * gcc.c-torture/execute/20000731-1.c: New test.
4499         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
4500
4501 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
4502
4503         * testsuite/gcc.dg/cpp/paste7.c: New test.
4504         * gcc.dg/cpp/20000725-1.c: New test.
4505
4506 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
4507
4508         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
4509         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
4510         declaration warning for __builtin_dwarf_reg_size.
4511
4512         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
4513
4514 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4515
4516         * gcc.dg/noncompile/voidparam-1.c: New test.
4517
4518 2000-07-30  Richard Henderson  <rth@cygnus.com>
4519
4520         * gcc.dg/c90-digraph-1.c: Don't xfail.
4521         * gcc.dg/compare2.c (case 10): Xfail.
4522         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
4523
4524 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
4525
4526         * gcc.dg/c99-main-1.c: New test.
4527
4528 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4529
4530         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
4531
4532 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
4533
4534         * gcc.c-tortuer/execute/20000726-1.c: New test.
4535
4536 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
4537
4538         * gcc.c-torture/execute/enum-2.c: New test.
4539
4540 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4541
4542         * gcc.dg/cpp/tr-warn3.c: New test.
4543
4544 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4545
4546         * g++.old-deja/g++.ext/implicit1.C: Remove.
4547         * g++.old-deja/g++.jason/c2.C: Remove
4548         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
4549         * g++.old-deja/g++.pt/crash16.C: Likewise.
4550         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
4551
4552 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4553
4554         * g++.old-deja/g++.other/for2.C: New test.
4555
4556 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
4557
4558         * gcc.dg/20000720-1.c: New test.
4559
4560 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
4561
4562         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
4563
4564 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
4565
4566         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
4567         * gcc.c-torture/execute/20000722-1.c: New.
4568         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
4569
4570 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
4571
4572         * gcc.dg/cpp/20000720-1.S: New test.
4573
4574 2000-07-21  Michael Meissner  <meissner@redhat.com>
4575
4576         * gcc.c-torture/execute/ieee/hugeval.c: New test.
4577
4578 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4579
4580         * g++.old-deja/g++.brendan/crash16.C,
4581         g++.old-deja/g++.brendan/parse3.C,
4582         g++.old-deja/g++.brendan/redecl1.C,
4583         g++.old-deja/g++.ns/template13.C,
4584         g++.old-deja/g++.other/decl4.C,
4585         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
4586
4587 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4588
4589         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
4590         and "Internal error".
4591
4592         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
4593         regexps.
4594         * gcc.dg/cpp/paste6.c: New test.
4595
4596 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
4597
4598         * gcc.dg/cpp/tr-direct.c: New test.
4599
4600         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
4601         gcc.dg/cpp/undef1.c: Tweak error regexps.
4602
4603 2000-07-18  Eric Christopher <echristo@redhat.com>
4604
4605         * gcc.c-torture/compile/20000718-1.c: New test.
4606
4607 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
4608
4609         * cpplex.c (_cpp_push_token): If the token being pushed back
4610         is the previous token in this context, just subtract one from
4611         context->posn.
4612         * cppmacro.c (save_expansion): Clear aux field when storing a
4613         placemarker.
4614
4615 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
4616
4617         * gcc.dg/noncompile/redecl-1.c: New test.
4618
4619 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
4620
4621         * gcc.c-torture/execute/20000717-5.c: New test.
4622         * gcc.c-torture/execute/20000717-1.x: Removed.
4623
4624 2000-07-17  Richard Henderson  <rth@cygnus.com>
4625
4626         * gcc.c-torture/execute/20000717-4.c: New test.
4627
4628 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
4629
4630         * gcc.dg/cpp/syshdr.c: New test.
4631         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
4632
4633 2000-07-17  Neil Booth  <neilb@earthling.net>
4634
4635         * gcc.dg/cpp/cmdlne-dM.c: New test.
4636         * gcc.dg/cpp/cmdlne-dD.c: New test.
4637
4638 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
4639
4640         * gcc.c-torture/execute/20000717-3.c: New test.
4641
4642         * gcc.c-torture/compile/20000717-1.c: New test.
4643
4644 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
4645
4646         * gcc.c-torture/execute/20000717-2.c: New test.
4647
4648 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4649
4650         * gcc.dg/formatz-1.c: New test.
4651
4652         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
4653         * gcc.dg/c99-digraph-1.c: New tests.
4654
4655         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
4656         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
4657
4658         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
4659         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
4660         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
4661         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
4662         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
4663         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
4664         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
4665
4666 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
4667
4668         * gcc.c-torture/execute/20000717-1.c: New test.
4669         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
4670
4671 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
4672
4673         * gcc.c-torture/execute/20000715-2.c: New test.
4674         * gcc.dg/20000715-1.c: New test.
4675
4676 2000-07-15  Michael Meissner  <meissner@redhat.com>
4677
4678         * gcc.c-torture/execute/20000715-1.c: New test.
4679
4680 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
4681
4682         * gcc.c-torture/execute/20000707-1.c: New test.
4683
4684 2000-07-13  Neil Booth  <NeilB@earthling.net>
4685
4686         * testsuite/gcc.dg/cpp/digraph1.c,
4687         testsuite/gcc.dg/cpp/digraph2.c,
4688         testsuite/gcc.dg/cpp/digraphs.c: New tests.
4689
4690 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
4691
4692         * g77.f-torture/compile/20000630-2.f:  New test.
4693         * g77.f-torture/compile/20000630-2.x
4694
4695 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
4696
4697         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
4698
4699 2000-07-11  Neil Booth  <NeilB@earthling.net>
4700
4701         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
4702
4703 2000-07-11  Neil Booth  <NeilB@earthling.net>
4704
4705         * gcc.dg/cpp/cmdlne-C.c: New.
4706
4707 2000-07-09  Neil Booth  <NeilB@earthling.net>
4708
4709         * gcc.dg/cpp/directiv.c: New tests.
4710         * gcc.dg/cpp/undef1.c: Update.
4711
4712 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
4713
4714         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
4715
4716 2000-07-09  Neil Booth  <NeilB@earthling.net>
4717
4718         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
4719
4720 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
4721
4722         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
4723         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
4724
4725 2000-07-08  Neil Booth  <NeilB@earthling.net>
4726
4727         * gcc.dg/cpp/macsyntx.c: New tests.
4728
4729 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4730
4731         * gcc.dg/20000707-1.c: New test.
4732
4733 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4734
4735         * gcc.c-torture/execute/20000706-1.c: New test.
4736         * gcc.c-torture/execute/20000706-2.c: New test.
4737         * gcc.c-torture/execute/20000706-3.c: New test.
4738         * gcc.c-torture/execute/20000706-4.c: New test.
4739         * gcc.c-torture/execute/20000706-5.c: New test.
4740
4741 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4742
4743         * g++.old-deja/g++.pt/instantiate7.C: New test.
4744
4745 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4746
4747         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
4748         * g++.old-deja/g++.mike/thunk3.C: Likewise.
4749         * g++.old-deja/g++.other/rtti3.C: Likewise.
4750         * g++.old-deja/g++.other/rttid3.C: Likewise.
4751
4752 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
4753
4754         *  g77.f-torture/compile/20000630-1.x: Fix typo
4755
4756 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
4757
4758         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
4759         assembly output.
4760
4761 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
4762
4763         * gcc.dg/cpp/ident.c: New test.
4764
4765 2000-07-05  Neil Booth  <NeilB@earthling.net>
4766
4767         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
4768           gcc.dg/cpp/lexstrng.c: New tests.
4769
4770 2000-07-04  Neil Booth  <NeilB@earthling.net>
4771
4772         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
4773         * gcc.dg/cpp/strify2.c: Same.
4774
4775 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
4776
4777         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
4778         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
4779         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
4780         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
4781
4782         * testsuite/gcc.dg/cpp/macro1.c,
4783         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
4784         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
4785         testsuite/gcc.dg/cpp/strify1.c,
4786         testsuite/gcc.dg/cpp/strify2.c: New tests.
4787
4788 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
4789
4790         * gcc.c-torture/execute/20000703-1.c: New test.
4791
4792 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4793
4794         * g++.old-deja/g++.pt (lookup10.C): New test.
4795
4796 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4797
4798         * g++.old-deja/g++.pt (typename25.C): New test.
4799
4800 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
4801
4802         * gcc.c-torture/compile/20000701-1.c: New test.
4803
4804 2000-06-30  Nick Clifton  <nickc@cygnus.com>
4805
4806         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
4807         to test case.
4808
4809 2000-06-30  Catherine Moore  <clm@cygnus.com>
4810
4811         * gcc.c-torture/execute/align-1.c: New test.
4812
4813 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
4814
4815         * g++.old-deja/g++.pt/expr8.C: New test.
4816         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
4817
4818 2000-06-29  Nick Clifton  <nickc@cygnus.com>
4819
4820         * gcc.c-torture/compile/20000629-1.c: New test.
4821
4822 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4823
4824
4825         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
4826         gcc.dg/noncompile directory, depending on whether they're
4827         preprocessor tests or not.  Annotate all the tests for the dg
4828         framework.
4829
4830         * gcc.c-torture/noncompile/noncompile.exp: Delete.
4831         * gcc.dg/noncompile/noncompile.exp: New.
4832
4833         * Moved files:
4834         Old name                                New name
4835         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
4836         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
4837         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
4838         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
4839         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
4840         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
4841         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
4842         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
4843         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
4844         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
4845         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
4846         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
4847         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
4848         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
4849         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
4850         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
4851         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
4852         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
4853         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
4854         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
4855         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
4856         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
4857         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
4858         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
4859
4860         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
4861         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
4862         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
4863         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
4864         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
4865         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
4866
4867 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4868
4869         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
4870         declare one variable.  On the fourth, error.
4871         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
4872         declared by 20000628-1a.h.
4873
4874 2000-06-29  Richard Henderson  <rth@redhat.com>
4875
4876         * gcc.c-torture/execute/930529-1.x: New file.
4877         * gcc.dg/920413-1.c: Adjust expected warning text.
4878         * gcc.dg/980217-1.c: Declare abort.
4879         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
4880
4881 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
4882
4883         * g77.f-torture/compile/20000629-1.f: New test.
4884         * g77.f-torture/compile/20000629-1.x: Expected to fail.
4885
4886 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4887
4888         Rearrange lots of files, removing entirely the
4889         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
4890         directories.
4891
4892         * Deleted files:
4893         gcc.c-torture/code_quality/code_quality.exp
4894         gcc.c-torture/special/special.exp
4895         gcc.failure/failure.exp
4896         gcc.failure/940409-1.x
4897         gcc.c-torture/compile/961203-1.x
4898
4899         * New files:
4900         gcc.misc-tests/linkage.exp
4901         gcc.c-torture/execute/920730-1t.c
4902         gcc.c-torture/execute/920730-1t.x
4903         gcc.c-torture/compile/920520-1.x
4904         gcc.c-torture/compile/920521-1.x
4905         gcc.c-torture/compile/981006-1.x
4906         gcc.c-torture/execute/eeprof-1.x
4907
4908         * Moved files (possibly with modifications to fit a new harness):
4909         Old name                                New name
4910         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
4911         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
4912         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
4913         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
4914         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
4915         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
4916         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
4917         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
4918         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
4919         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
4920         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
4921         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
4922         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
4923         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
4924
4925 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4926
4927         * c-torture/compile/961203-1.x: Delete.
4928
4929         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
4930         not exit. Include stdio.h.
4931         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
4932         * gcc.misc-tests/dg-12.c: Likewise.
4933         * gcc.misc-tests/dg-5.c: Likewise.
4934         * gcc.misc-tests/dg-6.c: Likewise.
4935         * gcc.misc-tests/dg-7.c: Prototype abort.
4936         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
4937         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
4938         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
4939         not exit.
4940         * gcc.misc-tests/sieve.c: Use return from main, not exit.
4941         * gcc.misc-tests/sort2.c: Use return from main, not exit.
4942
4943 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
4944
4945         * gcc.dg/cpp/20000628-1.c: New test.
4946         * gcc.dg/cpp/20000628-1.h: New header for above test.
4947         * gcc.dg/cpp/20000628-1a.h: Likewise.
4948
4949 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
4950
4951         * gcc.dg/cpp: New directory.
4952         * gcc.dg/cpp/cpp.exp: New driver.
4953         * gcc.dg/cpp/20000627-1.c: New test.
4954         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
4955         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
4956         and rewrite as a compilation test.
4957
4958         * gcc.dg: Move many files into the cpp subdirectory, possibly
4959         renaming or editing them as well.
4960         Old name                New name
4961         990119-1.c              cpp/19990119-1.c
4962         990228-1.c              cpp/19990228-1.c
4963         990407-1.c              cpp/19990407-1.c
4964         990409-1.c              cpp/19990409-1.c
4965         990413-1.c              cpp/19990413-1.c
4966         990703-1.c              cpp/19990703-1.c
4967         20000127-1.c            cpp/20000127-1.c
4968         20000129-1.c            cpp/20000129-1.c
4969         20000207-1.c            cpp/20000207-1.c
4970         20000207-2.c            cpp/20000207-2.c
4971         20000209-1.c            cpp/20000209-1.c
4972         20000209-2.c            cpp/20000209-2.c
4973         20000301-1.c            cpp/20000301-1.c
4974         20000419-1.c            cpp/20000419-1.c
4975         20000510-1.S            cpp/20000510-1.S
4976         20000519-1.c            cpp/20000519-1.c
4977         20000529-1.c            cpp/20000529-1.c
4978         20000625-1.c            cpp/20000625-1.c
4979         20000625-2.c            cpp/20000625-2.c
4980         cpp-as1.c               cpp/assert1.c
4981         cpp-as2.c               cpp/assert2.c
4982         cxx-comments-1.c        cpp/cxxcom1.c
4983         cxx-comments-2.c        cpp/cxxcom2.c
4984         endif-label.c           cpp/endif.c
4985         cpp-hash1.c             cpp/hash1.c
4986         cpp-hash2.c             cpp/hash2.c
4987         cpp-if1.c               cpp/if-1.c
4988         cpp-if2.c               cpp/if-2.c
4989         cpp-if3.c               cpp/if-3.c
4990         cpp-if4.c               cpp/if-4.c
4991         cpp-if5.c               cpp/if-5.c
4992         cpp-cond.c              cpp/if-cexp.c
4993         cpp-missingop.c         cpp/if-mop.c
4994         cpp-missingparen.c      cpp/if-mpar.c
4995         cpp-opprec.c            cpp/if-oppr.c
4996         cpp-ifparen.c           cpp/if-paren.c
4997         cpp-shortcircuit.c      cpp/if-sc.c
4998         cpp-shift.c             cpp/if-shift.c
4999         cpp-unary.c             cpp/if-unary.c
5000         cpp-li1.c               cpp/line1.c
5001         cpp-li2.c               cpp/line2.c
5002         lineno.c                cpp/line3.c
5003         lineno-2.c              cpp/line4.c
5004         cpp-mi.c                cpp/mi1.c
5005         cpp-mic.h               cpp/mi1c.h
5006         cpp-micc.h              cpp/mi1cc.h
5007         cpp-mind.h              cpp/mi1nd.h
5008         cpp-mindp.h             cpp/mi1ndp.h
5009         cpp-mix.h               cpp/mi1x.h
5010         cpp-mi2.c               cpp/mi2.c
5011         cpp-mi2a.h              cpp/mi2a.h
5012         cpp-mi2b.h              cpp/mi2b.h
5013         cpp-mi2c.h              cpp/mi2c.h
5014         cpp-mi3.c               cpp/mi3.c
5015         cpp-mi3.def             cpp/mi3.def
5016         poison-1.c              cpp/poison.c
5017         pr-impl.c               cpp/prag-imp.c
5018         cpp-redef-2.c           cpp/redef1.c
5019         cpp-redef.c             cpp/redef2.c
5020         strpaste.c              cpp/strp1.c
5021         strpaste-2.c            cpp/strp2.c
5022         cpp-tradpaste.c         cpp/tr-paste.c
5023         cpp-tradstringify.c     cpp/tr-str.c
5024         cpp-tradwarn1.c         cpp/tr-warn1.c
5025         cpp-tradwarn2.c         cpp/tr-warn2.c
5026         trigraphs.c             cpp/trigraphs.c
5027         cpp-unc1.c              cpp/unc1.c
5028         cpp-unc2.c              cpp/unc2.c
5029         cpp-unc3.c              cpp/unc3.c
5030         cpp-unc.c               cpp/unc4.c
5031         undef.c                 cpp/undef1.c
5032         undef-2.c               cpp/undef2.c
5033         cpp-wi1.c               cpp/widestr1.c
5034
5035 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
5036
5037         * lib/g++.exp (g++_include_flags): Tweak.
5038
5039 2000-06-27  H.J. Lu  <hjl@gnu.org>
5040             Loren J. Rittle  <ljrittle@acm.org>
5041
5042         * lib/g++.exp (g++_include_flags): Override libgloss.exp
5043         version with one that knows about the new gcc tree structure.
5044         (g++_link_flags): Same.
5045
5046 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
5047
5048         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
5049         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
5050         case we are cross-compiling.
5051
5052         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
5053         g++.old-deja/g++.niklas/Makefile.in,
5054         g++.old-deja/g++.niklas/configure.in,
5055         g++.old-deja/g++.other/Makefile.in,
5056         g++.old-deja/g++.other/configure.in,
5057         gcc.c-torture/code_quality/Makefile.in,
5058         gcc.c-torture/code_quality/configure.in,
5059         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
5060         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
5061         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
5062         gcc.c-torture/execute/ieee/Makefile.in,
5063         gcc.c-torture/execute/ieee/configure.in,
5064         gcc.c-torture/noncompile/Makefile.in,
5065         gcc.c-torture/noncompile/configure.in,
5066         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
5067         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
5068         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
5069
5070 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5071
5072         * g++.old-deja/g++.other/ambig3.C: New test.
5073
5074 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5075
5076         * g++.old-deja/g++.pt/syntax1.C: New test.
5077         * g++.old-deja/g++.pt/syntax2.C: New test.
5078         * g++.old-deja/g++.other/syntax3.C: New test.
5079         * g++.old-deja/g++.other/syntax4.C: New test.
5080
5081 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5082
5083         * gcc.dg/20000623-1.c: Prototype exit and abort.
5084
5085 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5086
5087         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
5088         New tests.
5089         * gcc.dg/cpp-mi3.def: New file.
5090
5091         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
5092         inside assertions.
5093         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
5094         lexer's error messages.
5095         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
5096         divine anything from the linemarkers.
5097         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
5098         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
5099
5100 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
5101
5102         * gcc.dg/20000623-1.c: New test.
5103
5104 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
5105
5106         * gcc.c-torture/execute/20000622-1.c: New test.
5107
5108 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5109
5110         * g++.old-deja/g++.other/init15.C: New test.
5111
5112 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5113
5114         * g++.old-deja/g++.pt/vaarg2.C: New test.
5115         * g++.old-deja/g++.pt/vaarg3.C: New test.
5116
5117 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5118
5119         * g++.old-deja/g++.other/dyncast6.C: New test.
5120
5121 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
5122
5123         * gcc.c-torture/execute/loop-6.c: New test.
5124
5125 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
5126
5127         * gcc.dg/20000614-1.c: New test.
5128         * gcc.dg/20000614-2.c: New test.
5129
5130 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
5131
5132         * g++.old-deja/g++.other/inline12.C: New test.
5133
5134 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5135
5136         * g++.old-deja/g++.other/eh1.C: New test.
5137
5138 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
5139
5140         * g++.old-deja/g++.other/type.C: New test.
5141
5142 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5143
5144         * g++.old-deja/g++.other/initstring.C: New test.
5145
5146 2000-06-12  Jason Merrill  <jason@redhat.com>
5147
5148         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
5149
5150 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
5151
5152         * gcc.c-torture/compile/20000609-1.c: New test.
5153
5154 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
5155
5156         * gcc.dg/20000609-1.c: New test.
5157
5158 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
5159
5160         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
5161         * gcc.c-torture/noncompile/poison-1.c: Move...
5162         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
5163         * gcc.dg/cpp-li1.c: Add a token after the #line.
5164
5165 2000-06-05  Richard Henderson  <rth@cygnus.com>
5166
5167         * gcc.c-torture/execute/20000605-2.c: New test.
5168         * gcc.c-torture/execute/20000605-3.c: New test.
5169
5170 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
5171
5172         * g77.f-torture/execute/20000503-1.x: New file.
5173
5174 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
5175
5176         * g++.old-deja/g++.eh/badalloc1.C: New test.
5177
5178 2000-06-05  Richard Henderson  <rth@cygnus.com>
5179
5180         * gcc.c-torture/execute/20000605-1.c: New test.
5181
5182 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5183             Nathan Sidwell <nathan@codesourcery.com>
5184
5185         * gcc.c-torture/compile/20000605-1.c: New test.
5186
5187 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
5188
5189         * g77.f-torture/compile/20000601-1.f:  New test.
5190
5191 2000-06-03  Richard Henderson  <rth@cygnus.com>
5192
5193         * gcc.c-torture/execute/20000603-1.c: New.
5194
5195 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
5196
5197         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
5198         * gcc.dg/noreturn-2.c (noreturn): Likewise.
5199
5200 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
5201
5202         * gcc.dg/compare2.c (case 12): XFAIL.
5203         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
5204         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
5205
5206         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
5207
5208 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
5209
5210         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
5211         guard macro is already defined when the header is first
5212         included.
5213         * gcc.dg/cpp-mix.h: New file.
5214         * gcc.dg/endif-label.c: Update patterns to match compiler.
5215
5216         * g++.brendan/complex1.C: Declare abort.
5217         * g++.law/refs4.C: Remove XFAIL.
5218         * g++.oliva/expr2.C: Declare abort and exit.
5219
5220 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
5221
5222         * gcc.c-torture/execute/20000528-1.c: New test.
5223
5224         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
5225         * g++.old-deja/g++.law/temps4.C: Likewise.
5226
5227         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
5228         stdlib.h.  Call abort() on failure.
5229         * g++.old-deja/g++.law/refs4.C: Likewise.
5230         * g++.old-deja/g++.law/temps4.C: Likewise.
5231         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
5232         * gcc.c-torture/execute/20000112-1.c: Include string.h.
5233
5234 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
5235
5236         Relative to g++.dg/special:
5237         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
5238
5239         Relative to g++.old-deja:
5240         * g++.brendan/complex1.C, g++.jason/optimize2.C,
5241         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
5242         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
5243         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
5244         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
5245         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
5246         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
5247
5248         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
5249         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
5250         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
5251         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
5252         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
5253         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
5254         and/or string.h.
5255
5256         * g++.other/goto1.C: Update expectations for error messages.
5257
5258 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
5259
5260         * gcc.c-torture/compile/20000523-1.c: New test.
5261
5262 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5263
5264         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
5265
5266 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5267
5268         * g++.old-deja/g++.eh/catch11.C: New test.
5269         * g++.old-deja/g++.eh/catch12.C: New test.
5270
5271 2000-05-24  Nick Clifton  <nickc@cygnus.com>
5272
5273         * gcc.c-torture/execute/20000523-1.c: New test.
5274
5275 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
5276
5277         * c-torture/execute/bcp-1.c: Replace abort in arg of
5278         __builtin_constant_p with a generic external function.
5279
5280         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
5281         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
5282         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
5283         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
5284         Prototype abort and/or exit.
5285
5286         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
5287         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
5288         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
5289         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
5290
5291 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
5292
5293         * gcc.dg/dwarf2-1.c: New test.
5294
5295 2000-05-20  Richard Henderson  <rth@cygnus.com>
5296
5297         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
5298
5299 2000-05-20  Andreas Jaeger  <aj@suse.de>
5300
5301         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
5302         testcase.
5303
5304 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
5305
5306         * gcc.c-torture/execute/20000519-2.c: New test.
5307
5308 2000-05-19  Andreas Jaeger  <aj@suse.de>
5309
5310         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
5311         which fails with SSA.
5312
5313         * lib/c-torture.exp: Also test with -O3 -fssa.
5314
5315 2000-05-18  Michael Meissner  <meissner@redhat.com>
5316
5317         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
5318         * gcc.c-torture/execute/920415-1.c: Ditto.
5319         * gcc.c-torture/execute/920501-1.c: Ditto.
5320         * gcc.c-torture/execute/conversion.c: Ditto.
5321         * gcc.c-torture/execute/cvt-1.c: Ditto.
5322
5323 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
5324
5325         * gcc.c-torture/compile/20000518-1.c: New test.
5326
5327 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5328
5329         * g77.f-torture/compile/200005018.f:  New test.
5330
5331 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
5332
5333         * gcc.c-torture/compile/20000517-1.c: New test.
5334
5335 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5336
5337         * gcc.c-torture/execute/20000516-1.c: New test.
5338
5339 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5340
5341         * g++.old-deja/g++.other/eh.C: New test.
5342
5343 2000-05-12  Richard Henderson  <rth@cygnus.com>
5344
5345         * gcc.c-torture/execute/990208-1.c (main): Don't pass
5346         constants through to doit's conditional.
5347
5348 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
5349
5350         * gcc.c-torture/compile/20000511-1.c: New test.
5351         * g77.f-torture/compile/20000511-1.f: New test.
5352         * g77.f-torture/compile/20000511-2.f: New test.
5353
5354 2000-05-11  Michael Meissner  <meissner@redhat.com>
5355
5356         * gcc.c-torture/execute/20000511-1.c: New test.
5357
5358 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5359
5360         * gcc.dg/dg.exp: Scan .S files as well as .c files.
5361         * gcc.dg/20000510-1.S: New.
5362
5363 2000-05-08  Catherine Moore  <clm@cygnus.com>
5364
5365         * gcc.dg/unused-3.c: New.
5366
5367 2000-05-06  Richard Henderson  <rth@cygnus.com>
5368
5369           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
5370           * g++.old-deja/g++.mike/warn1.C: Likewise.
5371           * g++.old-deja/g++.pt/local1.C: Likewise.
5372           * g++.old-deja/g++.pt/local7.C: Likewise.
5373           * g++.old-deja/g++.pt/spec16.C: Likewise.
5374
5375 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5376
5377         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
5378
5379 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
5380
5381           * g77.f-torture/execute/20000503-1.f:  New test.
5382
5383 2000-05-04  Andreas Jaeger  <aj@suse.de>
5384
5385         * gcc.dg/noreturn-2.c: New test.
5386
5387 2000-05-04  Neil Booth  <NeilB@earthling.net>
5388
5389         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
5390         preprocessor.
5391
5392 2000-05-04  Richard Henderson  <rth@cygnus.com>
5393
5394         * gcc.c-torture/execute/20000503-1.c: Fix typo.
5395
5396 2000-05-04  Richard Henderson  <rth@cygnus.com>
5397
5398         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
5399         OpenSSL by Jason R Thorpe.
5400
5401 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
5402
5403         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
5404
5405 2000-05-03  Robert Lipe <robertlipe@usa.net>
5406
5407         * gcc.dg/20000503-1.c: New test.
5408
5409 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5410
5411         * gcc.c-torture/compile/20000502-1.c: New test.
5412         * g++.old-deja/g++.other/align.C: New test.
5413         * gcc.dg/cpp-tradstringify.c: New test.
5414
5415 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5416
5417         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
5418         and hard registers.
5419
5420 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
5421
5422         * gcc.c-torture/execute/loop-5.c: New test.
5423
5424 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
5425
5426         * gcc.c-torture/execute/va-arg-20.c: New test.
5427
5428 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
5429
5430         * gcc.c-torture/execute/20000422-1.c: New test.
5431
5432 2000-04-20  Greg McGary  <gkm@gnu.org>
5433
5434         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
5435         when optimizing, but without sibling-call optimizations (-O1).
5436
5437 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
5438
5439           * gcc.c-torture/compile/20000420-1.c: New test.
5440
5441 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5442
5443         * g++.abi/ptrflags.C: New test.
5444         * g++.eh/catchptr1.C: Test incomplete pointer chains.
5445
5446 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
5447
5448         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
5449
5450 2000-04-19  Greg McGary  <gkm@gnu.org>
5451
5452         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
5453         sibling-call optimizations.
5454
5455 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
5456
5457         * gcc.dg/20000419-1.c: New test.
5458
5459 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
5460
5461         * gcc.c-torture/execute/20000412-6.c: New test.
5462
5463 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
5464
5465         * gcc.c-torture/execute/20000412-5.c: New test.
5466         * g77.f-torture/compile/20000412-1.f: New test.
5467         * gcc.c-torture/execute/20000412-4.c: New test.
5468         * gcc.c-torture/compile/20000412-2.c: New test.
5469         * gcc.c-torture/execute/20000412-3.c: New test.
5470         * gcc.c-torture/compile/20000412-1.c: New test.
5471         * gcc.c-torture/execute/20000412-2.c: New test.
5472
5473 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5474
5475         * objc/execute/bf-20.m: New test.
5476
5477 2000-04-10  Richard Henderson  <rth@cygnus.com>
5478
5479         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
5480
5481         * gcc.c-torture/execute/20000412-1.c: New test.
5482
5483 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5484
5485         * g++.old-deja/g++.eh/catchptr1.C: New test.
5486
5487 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
5488
5489         * g++.old-deja/g++.abi/cxa_vec.C: New test.
5490
5491 2000-04-08  Neil Booth  <NeilB@earthling.net>
5492
5493         * gcc.dg/cpp-nullchar.c: Remove test as
5494         embedded nulls cause problems.
5495
5496 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5497
5498         * gcc.dg/compare2.c: New test.
5499
5500 2000-04-08  Neil Booth  <NeilB@earthling.net>
5501
5502         * gcc.dg/cpp-nullchar.c: New test.
5503
5504 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5505
5506         * gcc.dg/cpp-mi2.c: New test.
5507         * gcc.dg/cpp-mi2[abc].h: New files.
5508
5509 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
5510
5511         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
5512         member name.
5513
5514 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5515
5516         * g++.old-deja/g++.abi/vmihint.C: New test.
5517
5518 2000-04-06  Neil Booth  <NeilB@earthling.net>
5519
5520         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
5521         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
5522         copyright.
5523
5524 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
5525
5526         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
5527         avoid stack-frame overwrite.
5528
5529 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
5530
5531         * gcc.c-torture/compile/20000405-2.c: New test.
5532         * gcc.c-torture/compile/20000405-3.c: New test.
5533
5534 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5535
5536         * gcc.c-torture/compile/20000405-1.c: New test.
5537
5538 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
5539
5540         * gcc.dg/cast-qual-1.c: Revert last change.
5541
5542 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5543
5544         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
5545
5546 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
5547
5548         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
5549         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
5550
5551 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
5552
5553         * gcc.c-torture/compile/20000403-2.c: New test.
5554         * gcc.c-torture/compile/20000403-1.c: New test.
5555
5556 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
5557
5558         * gcc.c-torture/execute/20000403-1.c: New test.
5559
5560 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
5561
5562         * gcc.c-torture/execute/20000402-1.c: New test.
5563
5564 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
5565
5566         * gcc.c-torture/execute/va-arg-15.c: New test.
5567         * gcc.c-torture/execute/va-arg-16.c: New test.
5568         * gcc.c-torture/execute/va-arg-17.c: New test.
5569         * gcc.c-torture/execute/va-arg-18.c: New test.
5570         * gcc.c-torture/execute/va-arg-19.c: New test.
5571
5572 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
5573
5574         * gcc.c-torture/compile/981211-1.c: Move to...
5575         * gcc.dg/cpp-as1.c: ...here.
5576         * gcc.dg/cpp-as2.c: New file.
5577
5578         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
5579         compiler.
5580
5581 2000-04-02  Neil Booth  <NeilB@earthling.net>
5582
5583         * gcc.dg/cpp-cond.c  New tests.
5584         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
5585         accidental success less likely.
5586         * gcc.dg/cpp-missingop.c  New tests.
5587         * gcc.dg/cpp-missingparen.c  New tests.
5588         * gcc.dg/cpp-shift.c  New tests.
5589         * gcc.dg/cpp-shortcircuit.c  New tests.
5590         * gcc.dg/cpp-unary.c  New tests.
5591
5592 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
5593
5594         * gcc.c-torture/compile/20000329-1.c: New test.
5595
5596 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
5597
5598         * gcc.c-torture/compile/20000326-1.c: New test.
5599         * gcc.c-torture/compile/20000326-2.c: New test.
5600
5601 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
5602
5603         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
5604         the first parameter is a function argument.
5605
5606 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
5607
5608         * g++.old-deja/g++.ext/array4.C: New test.
5609
5610 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
5611
5612         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
5613
5614 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5615
5616         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
5617
5618 2000-03-19  Richard Henderson  <rth@cygnus.com>
5619
5620         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
5621
5622 2000-03-19  Richard Henderson  <rth@cygnus.com>
5623
5624         * gcc.c-torture/compile/20000319-1.c: New test.
5625
5626 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
5627
5628         * gcc.c-torture/execute/20000314-3.c: New test.
5629         * gcc.c-torture/execute/20000314-2.c: New test.
5630         * gcc.c-torture/execute/20000314-1.c: New test.
5631         * gcc.c-torture/compile/20000314-2.c: New test.
5632         * gcc.c-torture/compile/20000314-1.c: New test.
5633
5634 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
5635
5636         * g++.old-deja/g++.warn/inline.C: New test.
5637
5638 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5639
5640         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
5641         standards-compliant result rather than specific constants.
5642         Put test-values in array.
5643
5644 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5645
5646         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
5647         (g++_target_compile): Put test-specific options last.
5648
5649 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5650
5651         * g++.old-deja/g++.eh/vbase4.C: New test.
5652
5653 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5654
5655         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
5656
5657 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5658
5659         * g++.old-deja/g++.brendan/misc12.C: Removed.
5660         * g++.old-deja/g++.pt/memtemp77.C: Constify.
5661         * g++.old-deja/g++.ext/pretty4.C: New test.
5662
5663 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5664
5665         * g++.old-deja/g++.other/string2.C: New test.
5666
5667 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
5668
5669         * g++.old-deja/g++.warn/impint2.C: New test.
5670
5671 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5672
5673         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
5674         is 1, not zero.
5675
5676 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
5677
5678         * g++.old-deja/g++.warn/impint.C: New test.
5679         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
5680         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
5681         * g++.old-deja/g++.pt/explicit12.C: Likewise.
5682         * g++.old-deja/g++.pt/explicit13.C: Likewise.
5683         * g++.old-deja/g++.pt/explicit17.C: Likewise.
5684         * g++.old-deja/g++.pt/explicit18.C: Likewise.
5685         * g++.old-deja/g++.pt/explicit19.C: Likewise.
5686         * g++.old-deja/g++.pt/explicit23.C: Likewise.
5687         * g++.old-deja/g++.pt/explicit31.C: Likewise.
5688         * g++.old-deja/g++.pt/explicit35.C: Likewise.
5689         * g++.old-deja/g++.pt/explicit6.C: Likewise.
5690         * g++.old-deja/g++.pt/memclass7.C: Likewise.
5691
5692 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
5693
5694         * gcc.dg/cpp-redef.c: New test.
5695
5696 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
5697
5698         * g++.old-deja/g++.pt/unify7.C: New test.
5699
5700 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5701
5702         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
5703         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
5704
5705 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
5706
5707         * gcc.c-torture/compile/20000224-1.c: New test.
5708
5709 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5710
5711         * gcc.c-torture/compile/cpp-2.c: New test.
5712         * gcc.c-torture/compile/cpp-1.c: New test.
5713
5714 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
5715
5716         * gcc.c-torture/execute/20000225-1.c: New test.
5717
5718 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5719
5720         * gcc.dg/cpp-li2.c: New test.
5721
5722         * gcc.dg/cpp-wi1.c: New test.
5723
5724         * gcc.dg/cpp-li1.c: New test.
5725
5726 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
5727
5728         * g++.old-deja/g++.other/sizeof5.C: New test.
5729
5730 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5731
5732         * gcc.c-torture/execute/va-arg-13.c: New test.
5733
5734 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
5735
5736         * gcc.c-torture/execute/va-arg-12.c: New test.
5737
5738 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5739
5740         * gcc.c-torture/execute/20000223-1.c: New test.
5741
5742 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5743
5744         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
5745
5746 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
5747
5748         * g++.old-deja/g++.abi/ptrmem.C: New test.
5749
5750 2000-02-19  Richard Henderson  <rth@cygnus.com>
5751
5752         * gcc.c-torture/compile/init-3.c: New.
5753
5754 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
5755
5756         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
5757         ALWAYS_CXXFLAGS.
5758
5759 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
5760
5761         * gcc.c-torture/compile/20000211-3.c: New test.
5762
5763 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
5764
5765         * gcc.c-torture/compile/20000211-2.c: New test.
5766
5767 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
5768
5769         * gcc.c-torture/compile/20000211-1.c: New test.
5770
5771 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
5772
5773         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
5774           on native targets
5775
5776 2000-02-08  Nathan Sidwell  <nathan@acm.org>
5777
5778         * g++.old-deja/g++.other/cast5.C: New test.
5779
5780 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
5781
5782         * gcc.c-torture/execute/20000205-1.c: New.
5783
5784 2000-02-03  Nathan Sidwell  <nathan@acm.org>
5785
5786         * g++.old-deja/g++.jason/cast3.C: Return void.
5787         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
5788
5789 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5790
5791         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
5792
5793         * gcc.dg/loop-1.c: New test.
5794
5795 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
5796
5797         * gcc.c-torture/compile/20000127-1.c: New test.
5798         * gcc.c-torture/execute/991228-1.c: New test.
5799
5800 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5801
5802         * gcc.dg/unused-2.c: New test.
5803
5804         * gcc.dg/conv-1.c: New test.
5805
5806 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5807
5808         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
5809         compiler.
5810         (tool_option_proc): Fix typo.
5811
5812 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
5813
5814         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
5815         of the ld on the host, not on the build machine.
5816         Also, don't crash if '--help' is not a supported option.
5817
5818 2000-01-24  Richard Henderson  <rth@cygnus.com>
5819
5820         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
5821
5822 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
5823
5824         * gcc.c-torture/execute/20000120-2.c: New test.
5825         * gcc.c-torture/execute/20000120-1.c: New test.
5826
5827 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
5828
5829         * gcc.c-torture/execute/20000113-1.c: New test.
5830
5831 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
5832
5833         * gcc.c-torture/execute/20000112-1.c: New test.
5834
5835 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5836
5837         * gcc.dg/20000111-1.c: New test.
5838
5839 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
5840
5841         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
5842         with 16 bit integers.
5843
5844 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5845
5846         * gcc.dg/20000108-1.c: New test.
5847
5848 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5849
5850         * g++.old-deja/g++.ns/koenig8.C: New test.
5851
5852 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5853
5854         * g++.old-deja/g++.other/cast4.C: New test.
5855
5856 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
5857
5858         * gcc.c-torture/compile/20000105-2.c: New test.
5859         * gcc.c-torture/compile/20000105-1.c: New test.
5860
5861 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5862
5863         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
5864         references to printf & atoi to conform to ANSI standard.
5865         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
5866         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
5867         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
5868         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
5869         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
5870         * g++.old-deja/g++.brendan/complex1.C: Likewise.
5871         * g++.old-deja/g++.brendan/copy1.C: Likewise.
5872         * g++.old-deja/g++.brendan/copy2.C: Likewise.
5873         * g++.old-deja/g++.brendan/copy3.C: Likewise.
5874         * g++.old-deja/g++.brendan/copy4.C: Likewise.
5875         * g++.old-deja/g++.brendan/copy5.C: Likewise.
5876         * g++.old-deja/g++.brendan/copy6.C: Likewise.
5877         * g++.old-deja/g++.brendan/copy7.C: Likewise.
5878         * g++.old-deja/g++.brendan/copy8.C: Likewise.
5879         * g++.old-deja/g++.brendan/crash11.C: Likewise.
5880         * g++.old-deja/g++.brendan/crash14.C: Likewise.
5881         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
5882         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
5883         * g++.old-deja/g++.brendan/delete2.C: Likewise.
5884         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
5885         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
5886         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
5887         * g++.old-deja/g++.brendan/eh1.C: Likewise.
5888         * g++.old-deja/g++.brendan/groff1.C: Likewise.
5889         * g++.old-deja/g++.brendan/init3.C: Likewise.
5890         * g++.old-deja/g++.brendan/misc12.C: Likewise.
5891         * g++.old-deja/g++.brendan/misc7.C: Likewise.
5892         * g++.old-deja/g++.brendan/new2.C: Likewise.
5893         * g++.old-deja/g++.brendan/operators4.C: Likewise.
5894         * g++.old-deja/g++.brendan/operators5.C: Likewise.
5895         * g++.old-deja/g++.brendan/overload2.C: Likewise.
5896         * g++.old-deja/g++.brendan/overload7.C: Likewise.
5897         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
5898         * g++.old-deja/g++.brendan/reference1.C: Likewise.
5899         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
5900         * g++.old-deja/g++.brendan/template24.C: Likewise.
5901         * g++.old-deja/g++.brendan/template3.C: Likewise.
5902         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
5903         * g++.old-deja/g++.jason/inline3.C: Likewise.
5904         * g++.old-deja/g++.jason/opeq.C: Likewise.
5905         * g++.old-deja/g++.law/arg5.C: Likewise.
5906         * g++.old-deja/g++.law/arm7.C: Likewise.
5907         * g++.old-deja/g++.law/ctors11.C: Likewise.
5908         * g++.old-deja/g++.law/cvt8.C: Likewise.
5909         * g++.old-deja/g++.law/init9.C: Likewise.
5910         * g++.old-deja/g++.law/refs4.C: Likewise.
5911         * g++.old-deja/g++.law/template2.C: Likewise.
5912         * g++.old-deja/g++.law/visibility24.C: Likewise.
5913         * g++.old-deja/g++.law/vtable3.C: Likewise.
5914         * g++.old-deja/g++.mike/asm2.C: Likewise.
5915         * g++.old-deja/g++.mike/eh1.C: Likewise.
5916         * g++.old-deja/g++.mike/misc1.C: Likewise.
5917         * g++.old-deja/g++.mike/misc13.C: Likewise.
5918         * g++.old-deja/g++.mike/misc14.C: Likewise.
5919         * g++.old-deja/g++.mike/ns12.C: Likewise.
5920         * g++.old-deja/g++.mike/p1248.C: Likewise.
5921         * g++.old-deja/g++.mike/p3708.C: Likewise.
5922         * g++.old-deja/g++.mike/p3708a.C: Likewise.
5923         * g++.old-deja/g++.mike/p3708b.C: Likewise.
5924         * g++.old-deja/g++.mike/p646.C: Likewise.
5925         * g++.old-deja/g++.mike/p700.C: Likewise.
5926         * g++.old-deja/g++.mike/p783.C: Likewise.
5927         * g++.old-deja/g++.mike/p783a.C: Likewise.
5928         * g++.old-deja/g++.mike/p783b.C: Likewise.
5929         * g++.old-deja/g++.mike/p786.C: Likewise.
5930         * g++.old-deja/g++.mike/p789.C: Likewise.
5931         * g++.old-deja/g++.mike/p789a.C: Likewise.
5932         * g++.old-deja/g++.mike/p807a.C: Likewise.
5933         * g++.old-deja/g++.other/delete3.C: Likewise.
5934         * g++.old-deja/g++.other/dyncast1.C: Likewise.
5935         * g++.old-deja/g++.other/dyncast2.C: Likewise.
5936         * g++.old-deja/g++.other/dyncast3.C: Likewise.
5937         * g++.old-deja/g++.other/empty1.C: Likewise.
5938         * g++.old-deja/g++.other/temporary1.C: Likewise.
5939         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
5940         * g++.old-deja/g++.pt/t16.C: Likewise.
5941         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
5942
5943 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
5944
5945         * gcc.dg/991230-1.c: New test.
5946
5947 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
5948
5949         * gcc.c-torture/compile/991229-3.c: New test.
5950         * gcc.c-torture/compile/991229-2.c: New test.
5951         * gcc.c-torture/compile/991229-1.c: New test.
5952
5953 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
5954
5955         * gcc.c-torture/compile/labels-2.c: New test.
5956
5957 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5958
5959         * gcc.c-torture/execute/991227-1.c: New test.
5960
5961 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5962
5963         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
5964
5965 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5966
5967         * gcc.c-torture/execute/991221-1.c: New test.
5968
5969 1999-12-20  Nathan Sidwell  <nathan@acm.org>
5970
5971         * g++.old-deja/g++.other/cast3.C: New test.
5972
5973 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
5974
5975         * gcc.c-torture/execute/991216-4.c: New test.
5976
5977 1999-12-16  Michael Meissner  <meissner@cygnus.com>
5978
5979         * gcc.c-torture/execute/991216-1.c: New test.
5980         * gcc.c-torture/execute/991216-2.c: New test.
5981         * gcc.c-torture/execute/991216-3.c: New test.
5982
5983 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5984
5985         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
5986         Actually make the test fail by using "-O2" for compilation.
5987
5988 1999-12-15  Nathan Sidwell  <nathan@acm.org>
5989
5990         * g++.old-deja/g++.warn/cast-align1.C: New test.
5991
5992 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5993
5994         * gcc.c-torture/compile/991214-1.c: New test.
5995         * gcc.c-torture/compile/991214-2.c: New test.
5996
5997 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
5998
5999         * gcc.dg/991214-1.c: New test.
6000
6001 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
6002
6003         * gcc.c-torture/compile/991213-3.c: New test.
6004         * gcc.c-torture/compile/991213-2.c: New test.
6005         * gcc.c-torture/compile/991213-1.c: New test.
6006
6007 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6008
6009         * gcc.dg/991209-1.c: New test.
6010
6011 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
6012
6013         * gcc.c-torture/compile/991208-1.c: New test.
6014
6015 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6016
6017         * gcc.dg/ultrasp2.c: New test.
6018
6019 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
6020
6021         * g++.old-deja/g++.abi/align.C (main): Fix typo.
6022
6023 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
6024
6025         * gcc.c-torture/compile/991202-1.c: New test.
6026         * gcc.c-torture/execute/991202-1.c: New test.
6027         * gcc.c-torture/execute/991202-2.c: New test.
6028         * gcc.c-torture/execute/991202-3.c: New test.
6029
6030 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
6031
6032         * g++.old-deja/g++.abi/align.C: New test.
6033         * g++.old-deja/g++.abi/aggregates.C: Likewise.
6034         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6035
6036 1999-12-01  Richard Henderson  <rth@cygnus.com>
6037
6038         * gcc.c-torture/execute/991201-1.c: New.
6039
6040 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
6041
6042         * gcc.dg/991129-1.c: New test.
6043
6044 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6045
6046         * gcc.c-torture/compile/991127-1.c: New test.
6047
6048 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6049
6050         * g++.old-deja/g++.other/warn4.C: New test.
6051
6052 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6053
6054         * g++.old-deja/g++.eh/cleanup2.C: New test.
6055         * g++.old-deja/g++.ext/pretty2.C: New test.
6056         * g++.old-deja/g++.ext/pretty3.C: New test.
6057         * g++.old-deja/g++.other/debug6.C: New test.
6058
6059 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
6060
6061         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
6062         compiler_output to look for one error message instead of two.
6063
6064 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
6065
6066         * gcc.c-torture/execute/991118-1.c: Also test case
6067         where the word boundary does not split a byte evenly.
6068
6069 1999-11-19  Nathan Sidwell  <nathan@acm.org>
6070
6071         * g++.old-deja/g++.ext/restrict1.C: New test.
6072
6073 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6074
6075         * gcc.c-torture/execute/991118-1.c: New test.
6076
6077 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
6078
6079         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
6080         working directory pathnames.
6081
6082 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
6083
6084         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
6085         host is equipped with driver.h and driver.o so it can actually
6086         compile and run the tests.
6087
6088 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
6089
6090         * gcc.c-torture/compile/991008-1.c: New test.
6091
6092 1999-11-08  Nick Clifton  <nickc@cygnus.com>
6093
6094         * lib/gcc-dg.exp: Include target-supports.exp
6095
6096 1999-11-05  Nick Clifton  <nickc@cygnus.com>
6097
6098         * lib/target-supports.exp: New file: Provide procs to test for
6099         features supported by the target.
6100         (check_weak_available): Moved here from ecos.exp.
6101         (check_alias_available): New proc: Determine of the target
6102         toolchain supports the alias attribute.
6103
6104         * gcc.dg/special/ecos.exp: Move check_weak_available to
6105         target-supports.exp.
6106         (alias-1.c): Only perform the test if the target supports
6107         aliases.
6108         (wkali-1.c): Only perform the test if the target supports
6109         aliases.
6110
6111         * gcc.dg/990506-0.c: Expect error messages from cross
6112         targets as well as native targets.
6113
6114 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6115
6116         * gcc.dg/ultrasp1.c: Removed xfail.
6117         * gcc.dg/struct-ret-2.c: Likewise.
6118         * gcc.dg/array-1.c: Likewise.
6119
6120 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6121
6122         * gcc.dg/struct-ret-2.c: New test.
6123
6124         * gcc.dg/array-1.c: New test.
6125
6126 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
6127
6128         * gcc.c-torture/execute/991030-1.c: New test.
6129
6130 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
6131
6132         * gcc.c-torture/compile/991026-2.c: New test.
6133
6134 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
6135
6136         * gcc.c-torture/compile/991026-1.c: New test.
6137
6138 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
6139
6140         * gcc.c-torture/execute/991023-1.c: New test.
6141
6142 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
6143
6144         * gcc.c-torture/execute/991019-1.c: New test.
6145
6146 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
6147
6148         * gcc.c-torture/execute/991016-1.c: New test.
6149
6150 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
6151
6152         * gcc.c-torture/execute/991014-1.c: New test.
6153
6154 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6155
6156         * g++.old-deja/g++.other/union2.C: New test.
6157
6158 1999-10-13  Nathan Sidwell  <nathan@acm.org>
6159
6160         * g++.old-deja/g++.other/vaarg2.C: New test.
6161         * g++.old-deja/g++.other/vaarg3.C: New test.
6162
6163 1999-10-12  Craig Burley  <craig@jcb-sc.com>
6164
6165         * g77.f-torture/noncompile/19990905-1.f: Moved from being
6166         in compile/.
6167
6168 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
6169
6170         * gcc.c-torture/execute/va-arg-11.c: New test.
6171
6172 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
6173
6174         * lib/file-format.exp (gcc_target_object_format): Don't
6175         crash if objdump is unavailable.
6176
6177 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
6178
6179         * gcc.misc-tests/mg.exp: delete extraneous redirection.
6180
6181 1999-09-28  Nick Clifton  <nickc@cygnus.com>
6182
6183         * gcc.c-torture/compile/990928-1.c: New test.
6184
6185 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
6186
6187         * g++.old-deja/g++.other/decl6.C: New test.
6188
6189 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6190
6191         * gcc.c-torture/execute/va-arg-10.c: New test.
6192
6193 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
6194
6195         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
6196         __PRETTY_FUNCTION__.
6197
6198 1999-09-23  Nick Clifton  <nickc@cygnus.com>
6199
6200         * gcc.c-torture/execute/990923-1.c: New test.
6201
6202 1999-09-21  Nick Clifton  <nickc@cygnus.com>
6203
6204         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
6205         for which -fpic is inappropriate.
6206
6207 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
6208
6209         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
6210
6211 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6212
6213         * g++.old-deja/g++.other/dyncast1.C: New test.
6214         * g++.old-deja/g++.other/dyncast2.C: New test.
6215         * g++.old-deja/g++.other/dyncast3.C: New test.
6216         * g++.old-deja/g++.other/dyncast4.C: New test.
6217         * g++.old-deja/g++.other/dyncast5.C: New test.
6218         * g++.old-deja/g++.eh/catch3.C: New test.
6219         * g++.old-deja/g++.eh/catch3p.C: New test.
6220         * g++.old-deja/g++.eh/catch4.C: New test.
6221         * g++.old-deja/g++.eh/catch4p.C: New test.
6222         * g++.old-deja/g++.eh/catch5.C: New test.
6223         * g++.old-deja/g++.eh/catch5p.C: New test.
6224         * g++.old-deja/g++.eh/catch6.C: New test.
6225         * g++.old-deja/g++.eh/catch6p.C: New test.
6226         * g++.old-deja/g++.eh/catch7.C: New test.
6227         * g++.old-deja/g++.eh/catch7p.C: New test.
6228         * g++.old-deja/g++.eh/catch8.C: New test.
6229         * g++.old-deja/g++.eh/catch8p.C: New test.
6230         * g++.old-deja/g++.eh/catch9.C: New test.
6231         * g++.old-deja/g++.eh/catch9p.C: New test.
6232
6233 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
6234
6235         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
6236         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
6237
6238 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
6239
6240         * gcc.c-torture/compile/990913-1.c: New test.
6241
6242 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
6243
6244         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
6245         * g++.old-deja/g++.jason/rfg5.C: Likewise.
6246
6247 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
6248
6249         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
6250
6251 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
6252
6253         * g++.old-deja/g++.other/lookup11.C: New test.
6254         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
6255         what is permitted and what we want.
6256         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
6257         overload use.
6258         * g++.old-deja/g++.jason/rfg5.C: Likewise
6259
6260 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
6261
6262         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
6263         * gcc.c-torture/noncompile/poison-1.c: New file.
6264
6265 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
6266
6267         * g++.old-deja/g++.other/sizeof3.C: New test.
6268         * g++.old-deja/g++.other/sizeof4.C: New test.
6269         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
6270         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
6271
6272 1999-09-07  Richard Henderson  <rth@cygnus.com>
6273
6274         * gcc.dg/va-arg-1.c: New.
6275
6276 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6277
6278         * gcc.c-torture/execute/va-arg-9.c: New test.
6279
6280 1999-09-05  Craig Burley  <craig@jcb-sc.com>
6281
6282         * g77.f-torture/compile/980519-2.f: New test.
6283         * g77.f-torture/compile/19990905-0.f: New test.
6284         * g77.f-torture/compile/19990905-1.f: New test.
6285         * g77.f-torture/compile/19990905-2.f: New test.
6286
6287         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
6288
6289 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
6290
6291         * gcc.c-torture/execute/990827-1.c: Fix typo.
6292
6293 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6294
6295         * g++.old-deja/g++.other/deref1.C: New test.
6296
6297 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
6298
6299         * g++.old-deja/g++.other/ambig2.C: New test.
6300         * g++.old-deja/g++.other/cond5.C: New test.
6301         * g++.old-deja/g++.other/lookup16.C: New test.
6302
6303 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
6304
6305         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
6306         assemblers too.
6307
6308 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
6309
6310         * lib/c-torture.exp: Avoid the "compare executables" optimization
6311         when testing native.
6312
6313 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
6314
6315         * gcc.c-torture/execute/990829-1.c: New test.
6316         * gcc.c-torture/compile/990829-1.c: New test.
6317
6318 1999-08-27  Paul Burchard  <burchard@pobox.com>
6319
6320         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
6321         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
6322         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
6323         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
6324         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
6325         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
6326         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
6327         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
6328         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
6329         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
6330         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
6331
6332 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
6333
6334         * gcc.c-torture/execute/990827-1.c: New test.
6335
6336 1999-08-26  Craig Burley  <craig@jcb-sc.com>
6337
6338         * g77.f-torture/noncompile/19990826-4.f: New test.
6339
6340         * g77.f-torture/compile/19990826-3.f: New test.
6341
6342         * g77.f-torture/execute/19990826-2.f: New test.
6343
6344         * g77.f-torture/compile/19990826-1.f: New test.
6345
6346         * gcc.c-torture/execute/990826-0.c: New test.
6347         * g77.c-torture/execute/19990826-0.f: New test.
6348
6349         * g77.f-torture/noncompile/970626-2.f: New test.
6350
6351 1999-08-25  Paul Burchard  <burchard@pobox.com>
6352
6353         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
6354         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
6355         lss-011.C: New tests.
6356
6357 1999-08-25  Nathan Sidwell  <nathan@acm.org>
6358
6359         * g++.old-deja/g++.other/decl5.C: New test.
6360
6361 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6362
6363         * noncompile/noncompile.exp: Load_lib c-torture.exp.
6364         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
6365         call `postbase' for each one.  All callers of `postbase' changed
6366         to call this instead.
6367
6368 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
6369
6370         * gcc.c-torture/execute/990811-1.c: New test.
6371
6372 1999-08-09  Nick Clifton  <nickc@cygnus.com>
6373
6374         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
6375         just native ones.
6376
6377         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
6378         just native ones.
6379
6380 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6381
6382         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
6383
6384 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6385
6386         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
6387
6388 1999-08-04  Nathan Sidwell  <nathan@acm.org>
6389
6390         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
6391
6392 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6393
6394         * gcc.c-torture/execute/990804-1.c: New test.
6395
6396 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6397
6398         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
6399         * g++.old-deja/g++.brendan/crash64.C: Likewise
6400         * g++.old-deja/g++.brendan/overload8.C: Likewise
6401
6402 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6403
6404         * g++.old-deja/g++.other/struct1.C: New test.
6405
6406 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6407
6408         * g++.old-deja/g++.other/enum2.C: New test.
6409
6410 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
6411
6412         Adapted from tests from Franz Sirl:
6413         * gcc.c-torture/execute/va-arg-7.c: New test.
6414         * gcc.c-torture/execute/va-arg-8.c: New test.
6415
6416 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
6417
6418         * gcc.c-torture/compile/990801-2.c: New test.
6419
6420         * gcc.c-torture/compile/990801-1.c: New test.
6421
6422 1999-07-27  Michael Meissner  <meissner@cygnus.com>
6423
6424         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
6425         fp-cmp-1.c, converting double to float.
6426
6427         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
6428         fp-cmp-1.c, converting double to long double.
6429
6430         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
6431         from fr1 to unknown_register, since fr1 is a legitimate register
6432         on some machines.
6433
6434 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
6435
6436         * README: More listname related changes.
6437
6438 1999-07-08  Catherine Moore  <clm@cygnus.com>
6439
6440         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
6441
6442 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
6443
6444         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
6445
6446 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6447
6448         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
6449
6450 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
6451
6452         * gcc.dg/990703-1.c: New test.
6453
6454 1999-06-29  Nick Clifton  <nickc@cygnus.com>
6455
6456         * lib/file-format.exp: New file: Move definition of proc
6457         gcc_target_object_format to here from
6458         gcc.dg/special/ecos.exp.
6459
6460         * lib/c-torture.exp: Include lib file-format.exp.
6461         * lib/gcc-dg.exp: Include lib file-format.exp.
6462
6463         * gcc.dg/special/ecos.exp: Remove definition of proc
6464         gcc_target_object_format.
6465
6466 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
6467
6468         * gcc.c-torture/execute/990628-1.c: New test.
6469
6470 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
6471
6472         * gcc.c-torture/compile/990625-2.c: New test.
6473
6474         * gcc.c-torture/compile/990625-1.c: New test.
6475
6476 1999-06-23  Nick Clifton  <nickc@cygnus.com>
6477
6478         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
6479         attributes compile.
6480         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
6481         ports that use the COFF/PE file format.
6482
6483 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
6484
6485         * gcc.c-torture/compile/990617-1.c: New test.
6486
6487 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
6488
6489         * g++.old-deja/g++.other/decl4.C: New test.
6490
6491 1999-06-14  Nathan Sidwell  <nathan@acm.org>
6492
6493         * g++.old-deja/g++.other/bitfld3.C: New test.
6494
6495 1999-06-08  Nathan Sidwell  <nathan@acm.org>
6496
6497         * g++.old-deja/g++.eh/catch1.C: New test.
6498
6499 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
6500
6501         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
6502
6503         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
6504         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
6505
6506 1999-06-05  Craig Burley  <craig@jcb-sc.com>
6507
6508         * g77.f-torture/compile/19990502-0.f: Replace with new,
6509         shorter, test that still fails after recent changes.
6510
6511 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6512
6513         * gcc.c-torture/execute/990604-1.c: New test.
6514
6515 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
6516
6517         * gcc.c-torture/execute/990531-1.c: New test.
6518
6519 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6520
6521         * gcc.c-torture/compile/990527-1.c: New test.
6522
6523 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
6524
6525         * gcc.c-torture/execute/990527-1.c: New test.
6526
6527 1999-05-25  Nick Clifton  <nickc@cygnus.com>
6528
6529         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
6530         bitfields as signed.
6531
6532 1999-05-25  Craig Burley  <craig@jcb-sc.com>
6533
6534         * g77.f-torture/compile/19990525-0.f: New test.
6535
6536 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
6537
6538         * gcc.c-torture/execute/990525-2.c: New test.
6539
6540         * gcc.c-torture/execute/990525-1.c: New test.
6541
6542 1999-05-24  Nathan Sidwell  <nathan@acm.org>
6543
6544         * g++.old-deja/g++.other/anon3.C: New test.
6545         * g++.old-deja/g++.other/anon4.C: New test.
6546         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
6547         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
6548         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
6549         Merrill).
6550
6551 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
6552
6553         * gcc.c-torture/execute/990524-1.c: New test.
6554
6555         * gcc.dg/990524-1.c: New test.
6556
6557 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6558
6559         * gcc.c-torture/compile/990523-1.c: New test.
6560
6561 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
6562
6563         * gcc.c-torture/compile/990519-1.c: New test.
6564
6565 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6566
6567         * gcc.c-torture/compile/990517-1.c: New test.
6568
6569         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
6570         (e4, f4): New tests.
6571         (main): Call them.
6572
6573 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6574
6575         * gcc.dg/noreturn-1.c: New test.
6576
6577 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6578
6579         * gcc.c-torture/execute/990513-1.c: New test.
6580
6581 1999-05-10  Richard Henderson  <rth@cygnus.com>
6582
6583         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
6584
6585 1999-05-10  Craig Burley  <craig@jcb-sc.com>
6586
6587         * g77.f-torture/execute/erfc.f: Use small single-precision
6588         values, to avoid problems on Alphas when not -mieee.
6589
6590 1999-05-08  Craig Burley  <craig@jcb-sc.com>
6591
6592         * gcc.dg/990506-0.c: New test.
6593
6594 1999-05-08  Richard Henderson  <rth@cygnus.com>
6595
6596         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
6597         the constant to test.  Don't XFAIL 64-bit targets.
6598
6599         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
6600         * g++.old-deja/g++.law/profile1.C: Likewise.
6601
6602         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
6603         operator new instances.
6604         * g++.old-deja/g++.other/delete5.C: Likewise.
6605
6606 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6607
6608         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
6609         intrinsic.
6610
6611 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6612
6613         * g77.f-torture/execute/u77-test.f: Reverse order of two
6614         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
6615
6616 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6617
6618         * gcc.dg/compare1.c: New test.
6619
6620 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6621
6622         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
6623         New tests.
6624
6625 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6626
6627         * g77.f-torture/compile/19990502-1.f: New test.
6628
6629 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6630
6631         * g77.f-torture/compile/19990502-0.f: New test.
6632
6633 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
6634
6635         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
6636         intrinsic.
6637
6638 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
6639
6640         * g77.f-torture/execute/u77-test.f (main): List libU77
6641         intrinsics not currently tested.
6642         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
6643         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
6644         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
6645         Trim blanks off the ends of some printed strings.
6646
6647 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
6648
6649         * g77.f-torture/execute/u77-test.f (main): Just warn about
6650         FSTAT gid disagreement, as it's expected on some systems.
6651
6652 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
6653
6654         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
6655         use a new function, which allows for some slop.
6656         Clean up some commentary.
6657         (issum): The new function.
6658         (sgladd): Deleted subroutine.
6659
6660 1999-05-01  Craig Burley  <craig@jcb-sc.com>
6661
6662         * g77.f-torture/execute/u77-test.f: Modify to be more like
6663         libf2c/libU77 version, bringing patches to that version here.
6664         Add suitable commentary.
6665
6666 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
6667
6668         * gcc.dg/990424-1.c: New test.
6669
6670 1999-04-24  Craig Burley  <craig@jcb-sc.com>
6671
6672         * g77.f-torture/execute/u77-test.f (main): Bug involving
6673         LSTAT has been fixed, so turn back on full checking.
6674
6675 1999-04-20  Craig Burley  <craig@jcb-sc.com>
6676
6677         * g77.f-torture/compile/19990419-0.f: New test.
6678         * g77.f-torture/execute/19990419-1.f: New test.
6679
6680 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
6681
6682         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
6683         to avoid the need for a prototype to supress a warning.
6684
6685 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
6686
6687         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
6688
6689 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
6690
6691         * gcc.c-torture/execute/990404-1.c: New test.
6692
6693 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6694
6695         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
6696         * gcc.dg/cpp-if3.c: Don't use -pedantic.
6697         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
6698         missing initializer warnings.
6699
6700 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
6701
6702         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
6703         matching strings.
6704
6705 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
6706
6707         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
6708
6709 1999-03-26  Craig Burley  <craig@jcb-sc.com>
6710
6711         * g77.f-torture/execute/19990325-0.f: New test.
6712         * g77.f-torture/execute/19990325-1.f: New test.
6713
6714 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
6715
6716         * gcc.c-torture/execute/990324-1.c: New test.
6717
6718 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
6719
6720         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
6721         test with 4.
6722
6723 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
6724
6725         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
6726
6727 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6728
6729         * g77.f-torture/execute/19990313-2.f: New test.
6730         * g77.f-torture/execute/19990313-3.f: New test.
6731
6732 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6733
6734         * g77.f-torture/execute/19990313-0.f: New test.
6735         * g77.f-torture/execute/19990313-1.f: New test.
6736
6737 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
6738
6739         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
6740         printf to sprintf.
6741         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
6742         (main): Add check for u15.  Conditionalize u31 check depending on
6743         whether ints are <32 bits or >=32 bits.
6744
6745 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6746
6747         * g77.f-torture/execute/19981119-0.f: Improve testiness.
6748
6749 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6750
6751         * g77.f-torture/compile/19990305-0.f: New test.
6752         * g77.f-torture/execute/19981119-0.f: New test.
6753
6754 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6755
6756         * g77.f-torture/execute/970625-2.f: call ABORT if final
6757         result is not correct, instead of just printing it.
6758         Add this checking via newly introduced obfuscation, to
6759         trip up buggy front ends.
6760
6761 1999-03-07  Craig Burley  <craig@jcb-sc.com>
6762
6763         * g77.f-torture/compile/960317-1.f: Moved from being
6764         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
6765
6766 1999-03-06  Craig Burley  <craig@jcb-sc.com>
6767
6768         * g77.f-torture/execute/960317-1.f: New (old) test.
6769         * g77.f-torture/execute/970625-2.f: Ditto.
6770
6771 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
6772
6773         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
6774         message on line 1 or line 2; cccp and cpplib do this differently.
6775
6776 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
6777
6778         * g++.old-deja/g++.law/weak1.C: New test.
6779
6780 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6781
6782         * gcc.c-torture/execute/990119-1.c: Renamed to...
6783         * gcc.dg/990119-1.c: this, so it will only be tested once
6784         (it's a preprocessor test, it doesn't need to be run at
6785         multiple optimization levels).
6786
6787 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6788
6789         * lib/g++.exp: Don't add incdir=$base_dir/../include to
6790           ALWAYS_CXXFLAGS.
6791
6792 1999-02-24  Craig Burley  <craig@jcb-sc.com>
6793
6794         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
6795         * g77.f-torture/compile/19981216-0.f: ...as it is expected
6796         to not be compilable by current g77.
6797
6798 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6799
6800         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
6801
6802 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
6803
6804         * gcc.c-torture/execute/990222-1.c: New test.
6805
6806 1999-02-19  Craig Burley  <craig@jcb-sc.com>
6807
6808         * g77.f-torture/compile/19990218-0.f: New test.
6809         * g77.f-torture/noncompile/19990218-1.f: New test.
6810
6811 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6812
6813         * g77.f-torture/compile/19981216-0.f: New test.
6814
6815 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
6816
6817         * gcc.dg/990214-1.c: New test.
6818
6819 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
6820
6821         * gcc.dg/990213-2.c: New test.
6822
6823         * gcc.dg/990213-1.c: New test.
6824
6825 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
6826
6827         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
6828         ints.
6829
6830 1999-02-11  Nick Clifton  <nickc@cygnus.com>
6831
6832         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
6833         specified by target.
6834
6835         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
6836
6837 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
6838
6839         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
6840
6841 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6842
6843         * gcc.dg/special/ecos.exp: New test driver for new tests with
6844         special requirements.
6845
6846         * gcc.dg/special/alias-1.c: New test.
6847         * gcc.dg/special/gcsec-1.c: New test.
6848         * gcc.dg/special/weak-1.c: New test.
6849         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
6850         * gcc.dg/special/weak-2.c: New test.
6851         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
6852         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
6853         * gcc.dg/special/wkali-1.c: New test.
6854         * gcc.dg/special/wkali-2.c: New test.
6855         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
6856         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
6857
6858 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
6859
6860           * lib/c-torture.exp (c-torture-compile): Pull out code for
6861           analyzing gcc error messages.
6862           (c-torture-execute): Likewise.  Fix some (harmless) false
6863           positives.
6864           * lib/gcc.exp (gcc_check_compile): New function.
6865
6866 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
6867
6868         * gcc.c-torture/execute/990208-1.c: New test.
6869
6870 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6871
6872         * g++.dg/special/ecos.exp: New driver for new tests with special
6873         requirements
6874
6875         * g++.dg/special/conpr-1.C: New test
6876         * g++.dg/special/conpr-2.C: New test
6877         * g++.dg/special/conpr-2a.C: New test
6878         * g++.dg/special/conpr-3.C: New test
6879         * g++.dg/special/conpr-3a.C: New test
6880         * g++.dg/special/conpr-3b.C: New test
6881
6882         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
6883         allow g++ to use the dg driver
6884
6885         * README: Add comment about g++.dg directory
6886
6887 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
6888
6889         * README: Update email addresses.
6890
6891 1999-02-03  Nick Clifton  <nickc@cygnus.com>
6892
6893         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
6894         arguments in order to force structure S onto the stack even on
6895         the alpha.
6896         (test): Pass 10 leading arguments to function foo as well as the
6897         structure S.
6898
6899         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
6900         failure for all targets.
6901
6902         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
6903         abort to terminate program execution.
6904
6905 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
6906
6907         * gcc.c-torture/execute/990130-1.c: New test.
6908
6909 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
6910
6911         * gcc.dg/990130-1.c: New test.
6912
6913 1999-01-28  Michael Meissner  <meissner@cygnus.com>
6914
6915         * gcc.c-torture/execute/990128-1.c: New test.
6916
6917 1999-01-27  Michael Meissner  <meissner@cygnus.com>
6918
6919         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
6920
6921 1999-01-27  Felix Lee  <flee@cygnus.com>
6922
6923         * lib/c-torture.exp (c-torture-compile): pull out code for
6924         analyzing gcc error messages.
6925         (c-torture-execute): ditto, and fix some (harmless) false
6926         positives.
6927         * lib/gcc.exp (gcc_check_compile): new function.
6928
6929 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
6930
6931         * gcc.dg/990117-1.c: New test.
6932
6933         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
6934
6935         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
6936
6937 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
6938
6939         * g77.f-torture/compile/990115-1.f: New test.
6940
6941 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
6942
6943         * gcc.c-torture/compile/990107-1.c: New test
6944
6945 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
6946
6947         * gcc.c-torture/execute/990106-2.c: New test.
6948
6949         * gcc.c-torture/execute/990106-1.c: New test.
6950
6951 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
6952
6953         * gcc.c-torture/compile/981223-1.c: New test.
6954
6955 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
6956
6957         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
6958         (opt3): Rename from opt4 and disable.
6959
6960 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
6961
6962         * g++.old-deja/g++.pt/ptrmem5.C: New test.
6963
6964 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6965
6966         * g++.old-deja/g++.other/conv5.C: New test.
6967
6968 1998-12-14  Nick Clifton  <nickc@cygnus.com>
6969
6970         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
6971
6972 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
6973
6974         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
6975
6976 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
6977
6978         * gcc.c-torture/compile/981211-1.c: New test.
6979
6980 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
6981
6982         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
6983
6984         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
6985
6986 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6987
6988         * gcc.special/930510-1.c: Make C9X safe.
6989         * gcc.misc-tests/gcov-1.c Similarly.
6990         * gcc.misc-tests/gcov-2.c Similarly.
6991
6992 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
6993
6994         * gcc.dg/ultrasp1.c: New test.
6995
6996 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
6997
6998         * gcc.c-torture/execute/981206.c: New test.
6999
7000 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7001
7002         * g++.old-deja/g++.ns/template7.C: New test.
7003
7004         * g++.old-deja/g++.other/expr1.C: New test.
7005
7006         * g++.old-deja/g++.eh/tmpl3.C: New test.
7007
7008         * g++.old-deja/g++.eh/tmpl2.C: New test.
7009
7010 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7011
7012         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
7013         * g++.old-deja/g++.other/using6.C: Removed.
7014         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
7015
7016         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
7017
7018 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7019
7020         * g++.old-deja/g++.pt/overload8.C: New test.
7021
7022         * g++.old-deja/g++.pt/overload7.C: New test.
7023
7024         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
7025
7026         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
7027         and relinking messages.
7028         * lib/g++.exp (g++_target_compile): Remove .rpo file when
7029         compiling with -frepo.
7030
7031 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
7032
7033         * g++.old-deja/g++.pt/lookup6.C: New test.
7034
7035 1998-11-30  Nick Clifton  <nickc@cygnus.com>
7036
7037         * gcc.c-torture/execute/981130-1.c: New test.
7038         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
7039
7040 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7041
7042         * g++.old-deja/g++.pt/explicit76.C: New test.
7043
7044         * g++.old-deja/g++.pt/friend38.C: New test.
7045
7046         * g++.old-deja/g++.ns/crash2.C: New test.
7047
7048         * g++.old-deja/g++.pt/defarg8.C: New test.
7049
7050         * g++.old-deja/g++.pt/instantiate6.C: New test.
7051
7052         * g++.old-deja/g++.pt/static6.C: New test.
7053
7054         * g++.old-deja/g++.pt/decl2.C: New test.
7055
7056 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7057
7058         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
7059         problem is actually related with name lookup, but so what? :-)
7060
7061         * g++.old-deja/g++.pt/friend37.C: New test.
7062
7063 1998-11-25  Dave Love  <d.love@dl.ac.uk>
7064
7065         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
7066         element, which fails on some systems.
7067
7068         * g77.f-torture/execute/labug1.f: New test.
7069
7070 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
7071
7072         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
7073         is defined.
7074
7075 1998-11-18  Dave Love  <d.love@dl.ac.uk>
7076
7077         * g77.f-torture/compile/981117-1.f: New test.
7078
7079 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
7080
7081         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
7082         properly discarded.
7083
7084 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
7085
7086         * gcc.c-torture/execute/memcheck: New directory of tests for
7087         -fcheck-memory-usage.
7088
7089 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7090
7091         * README: New file, general information about the testsuite and
7092         new description of the various C++ test subdirectories.
7093         * README.g++: Eliminate obsolete information, update and move most
7094         relevant stuff to README.
7095
7096 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
7097
7098         * gcc.c-torture/compile/981107-1.c: New test.
7099
7100 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
7101
7102         * execute/memcpy-bi.c: New testcase.
7103
7104 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
7105
7106         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
7107         base classes.
7108
7109         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
7110         template is selected.
7111
7112         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
7113         classes, it should be accepted for all types.
7114
7115         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
7116
7117         * g++.old-deja/g++.pt/spec24.C: Ensure that template
7118         specializations start with template headers.
7119
7120 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
7121
7122         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
7123
7124         * g++.old-deja/g++.other/init9.C: Test cross initialization of
7125         non-POD types.
7126
7127 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7128
7129         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
7130
7131 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7132
7133         * compile/981022-1.c, compile/981022-1.x: New test and driver.
7134
7135 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
7136
7137         * 981019-1.c: New test.
7138
7139 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
7140
7141         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
7142         find objc headers.
7143
7144 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7145
7146         * compile/981001-4.c: Remove use of GCC extension that triggers a
7147         compiler bug.
7148
7149 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
7150
7151         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
7152
7153 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7154
7155         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
7156         instantiation of template produces incorrect code for delete
7157         expression.
7158
7159         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
7160         constructors' name is not unique.
7161         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
7162         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
7163
7164         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
7165         automatic array of const is ill-formed.
7166
7167         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
7168         of template parameter?
7169
7170         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
7171         const.
7172
7173         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
7174         pointer-to-member expression.
7175
7176         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
7177         declaration causes ICE.
7178
7179 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7180
7181         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
7182         reserved in the global namespace.
7183
7184         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
7185         generate needed virtual table.
7186
7187         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
7188
7189 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
7190
7191         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
7192         template-dependent type
7193
7194 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
7195
7196         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
7197         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
7198         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
7199
7200         * g++.old-deja/g++.other/using5.C: New test; using decl from base
7201         class should be usable as argument of member function.
7202         * g++.old-deja/g++.other/using6.C: New test; using decl from base
7203         class should be usable as return type of member function.
7204         * g++.old-deja/g++.other/using7.C: New test; using decl from base
7205         class should be usable as type of data member.
7206
7207         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
7208
7209 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
7210
7211         * gcc.c-torture/special/920521-1.c: Fix bogus test.
7212
7213 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
7214
7215         * gcc.dg/dll-?.c Add thumb to target list.
7216         Fix assembler scan patterns to match current assembler output.
7217
7218 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
7219
7220         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
7221         matching of template brackets.
7222
7223         * g++.old-deja/g++.other/using4.C: New test.  Test using
7224         declarations of methods from base classes.
7225
7226         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
7227         within functions should introduce names into the innermost
7228         enclosing namespace.
7229
7230         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
7231         of static locals if first initialization throws.
7232
7233 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
7234
7235         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
7236
7237 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
7238
7239         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
7240         lose track of the possible targets of tablejump insns.
7241         * special/special.exp: Run it.
7242
7243 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7244
7245         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
7246         must be declared before its specializations can be named in friend
7247         declarations.
7248
7249 1998-10-05  Dave Love  <d.love@dl.ac.uk>
7250
7251         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
7252
7253         * g77.f-torture/execute/io1.f: New test.
7254
7255 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7256
7257         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
7258         with pointer to template function, for which no argument deduction
7259         is possible.
7260
7261         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
7262         specialization of template function as argument to template
7263         function.
7264
7265         * g++.old-deja/g++.other/access2.C: New test; Inner class
7266         shouldn't have privileged access to Outer's names.
7267
7268 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7269
7270         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
7271         friend template declared within template class conflicts with
7272         nested class of the same name.
7273
7274         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
7275         is ignored.
7276
7277         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
7278         object with direct initializer as function declaration.
7279
7280         * g++.old-deja/g++.other/decl2.C: New test; duplicate
7281         initializers.
7282
7283         * g++.old-deja/g++.other/null2.C: New test; conditional operator
7284         involving const pointer and NULL produces incorrect result.
7285
7286         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
7287         type name without `typename' should be rejected with -pedantic.
7288
7289 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
7290
7291         * g++.old-deja/g++.other/addrof1.C: New test.
7292
7293 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
7294
7295         * gcc.c-torture/compile/981001-1.c: New test.
7296         * gcc.c-torture/execute/981001-1.c: New test.
7297
7298 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
7299
7300         * gcc.c-torture/compile/981001-2.c: New test.
7301         * gcc.c-torture/compile/981001-3.c: New test.
7302         * gcc.c-torture/compile/981001-4.c: New test.
7303
7304 1998-10-01  Robert Lipe  <robertl@dgii.com>
7305
7306         * lib/objc.exp (objc_target_compile): Add -L during compiles for
7307         multilibbed hosts.   Idea grafted from g77.exp.
7308
7309 1998-09-30  Dave Love  <d.love@dl.ac.uk>
7310
7311         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
7312         avoid losing on systems which need -lsocket.
7313
7314 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
7315
7316         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
7317         * g++.old-deja/g++.other/nested2.C: Ditto.
7318         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
7319         failure.
7320
7321 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7322
7323         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
7324         preferred over template operator!= for enum bitfields.
7325
7326 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
7327
7328         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
7329         that happen to have the same base name, but in different scopes,
7330         are incorrectly rejected.
7331
7332 1998-09-16  Richard Henderson  <rth@cygnus.com>
7333
7334         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
7335         on the native word size instead of an integer literal.
7336
7337 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
7338
7339         * g++.old-deja/g++.other/static2.C: Invocation of static data
7340         member of type pointer-to-function denoted as non-static member.
7341
7342         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
7343         checks involving function types and aliases.
7344
7345 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7346
7347         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
7348         redefined to the same non-trivial type.
7349
7350         * g++.old-deja/g++.pt/explicit73.C: Test for proper
7351         namespace-qualification of template specializations declared in
7352         other namespaces.
7353
7354         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
7355         to declare a subset of the specializations of a template function
7356         as friends of specializations of a template class.
7357
7358         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
7359         member templates that do not fully specialize the enclosing
7360         template class are rejected.
7361
7362 1998-09-11  Dave Love  <d.love@dl.ac.uk>
7363
7364         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
7365
7366 1998-09-08  Dave Love  <d.love@dl.ac.uk>
7367
7368         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
7369         altered from libf2c/libU77 version.
7370
7371 1998-09-06  Dave Love  <d.love@dl.ac.uk>
7372
7373         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
7374
7375 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
7376
7377         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
7378         (un)signed char are different types for template specialization
7379         purposes.
7380
7381 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
7382
7383         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
7384         * objc: ObjC testsuite.
7385
7386 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
7387
7388         * gcc.c-torture/execute/941014-1.x:  New file.
7389
7390 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7391
7392         * lib/c-torture.exp: Add support for
7393         torture_eval_before_compile and torture_eval_before_execute
7394         variables.
7395
7396 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
7397
7398         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
7399         this test triggers valid.
7400
7401 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7402
7403         * gcc.dg/980827-1.c: New test.
7404
7405 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7406
7407         * gcc.c-torture/execute/loop-4b.c: New test.
7408
7409 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
7410
7411         * lib/c-torture.exp: Add support for
7412         torture_eval_before_compile and torture_eval_before_execute
7413         variables.
7414
7415 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
7416
7417         * gcc.c-torture/compile/980825-1.c: New test.
7418
7419 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
7420
7421         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
7422         count number tests in opt_t0 not good_t0.
7423
7424 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
7425
7426         * gcc.c-torture/compile/930326-1.x: Fix typo.
7427
7428 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
7429
7430         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
7431         causes an ICE.
7432
7433 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7434
7435         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
7436         STACK_SIZE is defined.
7437         * gcc.c-torture/unsorted/stuct.c: Similarly.
7438
7439         * gcc.c-torture/compile/980821-1.c: New test.
7440
7441 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
7442
7443         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
7444
7445 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
7446
7447         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
7448         code.
7449
7450 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
7451
7452         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
7453         error'.
7454
7455 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
7456
7457         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
7458
7459 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
7460
7461         * gcc.c-torture/compile/980816-1.c: New test.
7462
7463         * gcc.dg/980816-1.c: New test.
7464
7465 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
7466
7467         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
7468         compiler for ieee tests.
7469
7470 1998-08-01  Dave Love  <d.love@dl.ac.uk>
7471
7472         * g77.f-torture/compile/980729-0.f: New test.
7473
7474 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
7475
7476         * gcc.c-torture/special/eeprof-1.c: New test, for
7477         -finstrument-functions.
7478         * gcc.c-torture/special/special.exp: Run it.
7479
7480 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
7481
7482         * gcc.c-torture/compile/980729-1.c: New test.
7483
7484 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
7485
7486         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
7487         __thumb__ is defined, and test for ARM style doubles if so.
7488
7489 1998-07-26  Dave Love  <d.love@dl.ac.uk>
7490
7491         * g77.f-torture/noncompile/980615-0.f: New test.
7492
7493 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
7494
7495         * gcc.dg/980312-1.c: Do link instead of compile.
7496         * gcc.dg/980313-1.c: Likewise.
7497
7498 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
7499
7500         * gcc.c-torture/compile/980726-1.c: New test.
7501
7502 1998-07-25  Dave Love  <d.love@dl.ac.uk>
7503
7504         * g77.f-torture/execute/io0.f: New test.
7505
7506 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
7507
7508         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
7509         an int.
7510
7511 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
7512
7513         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
7514         m32r bugs.
7515
7516 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7517
7518         * gcc.dg/980626-1.c: Expect failures for all toolchains until
7519         c-decl.c:grokdeclarator can handle mode attributes.
7520
7521 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
7522
7523         * gcc.c-torture/execute/980716-1.c: New test.
7524
7525 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
7526
7527         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
7528         the mn10200.
7529         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
7530         the mn10200.
7531         * gcc.c-torture/execute/va-arg-3.x: Similarly.
7532         * gcc.c-torture/compile/930326-1.x: Similarly.
7533
7534 1998-07-13  Dave Love  <d.love@dl.ac.uk>
7535
7536         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
7537         New test from Craig.
7538
7539 1998-07-12  Dave Love  <d.love@dl.ac.uk>
7540
7541         * g77.f-torture/noncompile/980616-0.f: New test.
7542
7543         * g77.f-torture/execute/970816-3.f:  New test from Craig.
7544
7545 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7546
7547         *  g++.other/singleton.C: Return error value instead of taking
7548         SIGSEGV.
7549
7550 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
7551
7552         *  g++.other/singleton.C: New test.   Warning is under dispute.
7553         Runtime crash is not.
7554
7555 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7556
7557         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
7558         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
7559         using6.C, using7.C}:  New namespace tests.
7560
7561 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7562
7563         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
7564         specialization with typedef'ed names used as array indexes.
7565
7566 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
7567
7568         * gcc.c-torture/execute/980709-1.c: New test.
7569
7570         * gcc.dg/980709-1.c: New test.
7571
7572 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
7573
7574         * gcc.c-torture/execute/bcp-1.c: New test.
7575
7576 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
7577
7578         * gcc.c-torture/execute/980707-1.c: New test.
7579
7580 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
7581
7582         * gcc.c-torture/compile/980706-1.c: New test.
7583
7584 1998-07-01  Dave Love  <d.love@dl.ac.uk>
7585
7586         * g77.f-torture/execute/980701-0.f,
7587         g77.f-torture/execute/980701-1.f: New test from Craig.
7588
7589 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
7590
7591         * gcc.c-torture/compile/980701-1.c: New test.
7592
7593         * gcc.c-torture/execute/980701-1.c: New test.
7594
7595 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
7596 rlsruhe.de>
7597
7598         * g++.old-deja/g++.robertl/eb132.C: New test.
7599         * g++.old-deja/g++.robertl/eb133.C: Likewise.
7600
7601 1998-06-29  Dave Love  <d.love@dl.ac.uk>
7602
7603         * g77.f-torture/execute/980628-7.f,
7604         g77.f-torture/execute/980628-8.f,
7605         g77.f-torture/execute/980628-9.f,
7606         g77.f-torture/execute/980628-10.f: New tests from Craig.
7607
7608         * g77.f-torture/execute/980628-3.f: Remove mail headers.
7609
7610 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
7611
7612         * g77.f-torture/execute/980628-4.f: New test from Craig.
7613         * g77.f-torture/execute/980628-5.f: Likewise.
7614         * g77.f-torture/execute/980628-2.f: Likewise.
7615         * g77.f-torture/execute/980628-0.f: Likewise.
7616         * g77.f-torture/execute/980628-1.f: Likewise.
7617         * g77.f-torture/execute/980628-3.f: Likewise.
7618         * g77.f-torture/execute/980628-6.f: Likewise.
7619
7620 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
7621
7622         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
7623         directory when nothing has been installed yet.
7624
7625 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
7626
7627         * gcc.c-torture/special/special.exp: Handle newer versions of
7628         dejagnu.
7629
7630 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
7631
7632         * gcc.dg/980626-1.c: New test.
7633
7634 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
7635
7636         * gcc.misc-tests/m-un-2.c: New test.
7637         * g++.old-deja/g++.other/warn01.c: Likewise.
7638
7639 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
7640
7641         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
7642         compatibility with assmblers with a different comment character.
7643         Eliminate use of GAS-specific extensions.
7644
7645 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
7646
7647         * gcc.c-torture/execute/ieee/980619-1.c: New test.
7648
7649 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
7650
7651         *lib/g77.exp: Replace search for libf2c.a with search for newly
7652         renamed libg2c.a
7653
7654 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
7655
7656         * gcc.c-torture/execute/980617-1.c: New test.
7657
7658 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
7659
7660         * gcc.c-torture/execute/980612-1.c: New test.
7661
7662 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
7663
7664         * gcc.dg/980523-1.c: Only test on ppc-linux.
7665         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
7666
7667         * gcc.c-torture/execute/980608-1.c: New test.
7668
7669 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7670
7671         * gcc.c-torture/execute/980605-1.c: New test.
7672
7673 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
7674
7675         * gcc.c-torture/execute/980604-1.c: New test.
7676
7677 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
7678
7679         * gcc.c-torture/execute/980602-1.c: New test.
7680         * gcc.c-torture/execute/980602-2.c: Likewise.
7681
7682 1998-06-02  Dave Love  <d.love@dl.ac.uk>
7683
7684         * 970125-0.f: Fix per JCB.  Add commentary.
7685
7686 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
7687
7688         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
7689         IEEE -0 support.
7690
7691 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
7692
7693         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
7694         earlier.
7695
7696 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
7697
7698         * gcc.c-torture/execute/980526-3.c: New test.
7699
7700 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
7701
7702         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
7703         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
7704         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
7705         m88k-motorola-sysv3 to XFAIL.
7706
7707 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7708
7709         * gcc.dg/980526-1.c: New test.
7710         * gcc.c-torture/execute/980526-2.c: New test.
7711
7712 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
7713
7714         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
7715
7716         * gcc.c-torture/execute/980526-1.c: New test.
7717
7718 1998-05-26  Dave Love  <d.love@dl.ac.uk>
7719
7720         * g77.f-torture/execute/alpha2.f: Add runtime test.
7721
7722 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
7723
7724         * g++.old-deja/old-deja.exp: Strip leading directories.
7725
7726         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
7727         error for the line.  Don't run multiple tests for the same line.
7728
7729 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
7730
7731         * gcc.dg/980523-1.c: New test.
7732
7733 1998-05-23  Dave Love  <d.love@dl.ac.uk>
7734
7735         * g77.f-torture/compile/970915-0.f: New test.
7736
7737 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
7738
7739         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
7740
7741 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
7742
7743         * gcc.dg/980520-1.c: New test.
7744
7745 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7746
7747         * gcc.dg/980502-1.c: Fix return type.
7748
7749 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
7750
7751         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
7752         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
7753         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
7754         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
7755         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
7756
7757 1998-05-20  Dave Love  <d.love@dl.ac.uk>
7758
7759         * g77.f-torture/execute/980520-1.f: New test.
7760
7761 1998-05-15  Dave Love  <d.love@dl.ac.uk>
7762
7763         * lib/mike-g77.exp: New file.
7764
7765         * g77.f-torture/noncompile/noncompile.exp,
7766         g77.f-torture/noncompile/check0.f: New files.
7767
7768 1998-05-14  Dave Love  <d.love@dl.ac.uk>
7769
7770         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
7771         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
7772         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
7773         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
7774         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
7775         abort where appropriate.
7776
7777 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
7778
7779         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
7780         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
7781
7782 1998-04-29  Dave Love  <d.love@dl.ac.uk>
7783
7784         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
7785
7786 1998-04-27  Dave Love  <d.love@dl.ac.uk>
7787
7788         * g77.f-torture/compile/980427-0.f: New test.
7789
7790 1998-04-24  Dave Love  <d.love@dl.ac.uk>
7791
7792         * g77.f-torture/compile/980424-0.f: New test.
7793
7794 1998-04-19  Dave Love  <d.love@dl.ac.uk>
7795
7796         * g77.f-torture/compile/980419-2.f (main): New test.
7797         * g77.f-torture/compile/970125-0.f: New test.
7798         * g77.f-torture/compile/980419-1.f: New test.
7799
7800 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
7801
7802         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
7803         of loop-4.c.
7804
7805 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
7806
7807         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
7808
7809 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
7810
7811         * gcc.c-torture/compile/980329-1.c: New test.
7812
7813 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
7814
7815         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
7816         * gcc.dg/980312-1.c: Fix typo in -march command.
7817
7818 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
7819
7820         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
7821
7822 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
7823
7824         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
7825         Dave Love agree the Fortran source is bogus.
7826
7827 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
7828
7829         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
7830         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
7831         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
7832         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
7833         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
7834
7835 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7836
7837         * g++.old-deja/g++.other/friend1.C: New test.
7838
7839 1998-02-18  Dave Love  <d.love@dl.ac.uk>
7840
7841         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
7842         possibly uninitialized) variables and declare dnrm2.
7843
7844 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
7845
7846         From Bruno Haible <haible@ilog.fr>:
7847         * gcc.c-torture/execute/980223.c: New test.
7848
7849 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
7850
7851         * gcc.dg/ifelse-1.c: New test.
7852
7853 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
7854
7855         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
7856
7857           * lib/old-dejagnu.exp (old-dejagnu): Added the
7858           "execution test - XFAIL *-*-*" handling in the spirit of
7859           "excess errors test -". Changed the "execution test fails"
7860           handling to be like "excess errors test fails".
7861           * Update various tests accordingly.
7862
7863 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
7864
7865         * gcc.c-torture/execute/980205.c: New test.
7866
7867 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
7868
7869         * lib/c-torture.exp: Look for .x files instead of .cexp files.
7870         * lib/f-torture.exp: Similarly.
7871         * gcc.c-torture: Rename all .cexp files to .x files.
7872
7873 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7874
7875         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
7876         (940510-1.c): Removed duplicate.
7877         (971104-1.c): New test.
7878
7879 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
7880
7881           * lib/f-torture.exp: Improve error and loop detection.
7882
7883 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
7884
7885         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
7886         use that to size the filler array.
7887
7888 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7889
7890         * lib/c-torture.exp(c-torture-execute): Fix typo.
7891
7892         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
7893         testcase as the executable name. Keep the executable around if
7894         the test fails.
7895
7896 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7897
7898         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
7899         changes.  Only test one -g option, and move it to the end of the
7900         list of options to test.
7901
7902 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
7903
7904         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
7905         variable GCC_TORTURE_OPTIONS to supply default switches separated
7906         by colons.  If no environment variable, run tests with -O0 -g, -O1
7907         -g, and -O2 -g as well.
7908
7909 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
7910
7911         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
7912         explanatory comments. Fix indentation.
7913
7914 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
7915
7916         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
7917
7918 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
7919
7920         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
7921         * g++.old-deja/g++.mike/p7325.C: Likewise.
7922         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
7923
7924 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
7925
7926         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
7927         * g++.old-deja/g++.brendan/crash30.C: Likewise.
7928         * g++.old-deja/g++.brendan/crash39.C: Likewise.
7929         * g++.old-deja/g++.law/operators4.C: Likewise.
7930
7931 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
7932
7933         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
7934         * g++.old-deja/g++.mike/p784.C: Ditto.
7935         * g++.old-deja/g++.mike/p785.C: Ditto.
7936
7937 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
7938
7939           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
7940
7941 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
7942
7943         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
7944         target feature; pass this to c-torture-execute as needed.
7945
7946 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
7947
7948         * lib/c-torture.exp(c-torture-execute): If the previous and the
7949         current executables being tested are identical, we don't need to
7950         run the executable again. Try to make the executable names
7951         unique. Add an optional argument for passing additional compiler
7952         flags.
7953
7954 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
7955
7956         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
7957
7958 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
7959
7960         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
7961
7962 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
7963
7964         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
7965         32bit or larger longs.
7966
7967         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
7968         have either a 32bit long or 32bit int.
7969
7970 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7971
7972         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
7973         Make double precision tests dependent on sizeof (double).
7974
7975 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
7976
7977         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
7978         too.
7979
7980 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7981
7982         * gcc.c-torture/compile/961203-1.cexp: New script.
7983
7984 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
7985
7986         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
7987         up the includes ourselves.
7988
7989 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
7990
7991         * lib/plumhall.exp: Remove random include, and add a few
7992         verbose messages for debugging.
7993
7994 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
7995
7996         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
7997         of trying to do it ourselves.
7998
7999 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8000
8001         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
8002
8003 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8004
8005         * gcc.prms/5403.c: Made regexp a bit less strict.
8006
8007 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
8008
8009         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
8010         is returned from remote_load instead.
8011         * lib/plumhall.exp: Ditto.
8012         * lib/mike-g++.exp: Ditto.
8013         * lib/old-dejagnu.exp: Ditto.
8014         * lib/c-torture.exp: Ditto.
8015
8016 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
8017
8018         * lib/g++.exp: Use build_wrapper procedure.
8019         * lib/gcc.exp: Ditto.
8020
8021 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
8022
8023         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
8024         an old-style decl for malloc.  Fixes tests to work when
8025         sizeof (int) != sizeof (size_t).
8026
8027 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
8028
8029         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
8030
8031         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
8032         use stdargs.h interface.
8033
8034 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
8035
8036         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
8037         NO_VARARGS when compiling.
8038
8039 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
8040
8041         * lib/plumhall.exp(ph_includes): New procedure.
8042         (ph_make): Use it.
8043         (ph_compiler): Ditto.
8044
8045         * lib/g++.exp: Rename test-glue.c to testglue.c.
8046         * lib/gcc.exp: Ditto.
8047
8048 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8049
8050         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
8051         to completion when it's called.
8052
8053 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
8054
8055         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
8056         is defined, don't do test.
8057
8058 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
8059
8060         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
8061         for object files.
8062         (ph_summary): Mark skipped testcases as untested, not unresolved.
8063
8064         * lib/plumhall.exp (ph_make): If unresolved because of bad
8065         errorCode, record errorCode in log file.
8066         (*): Replace send_log/verbose with verbose -log.
8067
8068 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
8069
8070         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
8071         double conversion if double isn't at least 8 bytes.
8072
8073         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
8074         int to work with targets where int is 16 bits.
8075
8076         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
8077         8 bytes, just exit, since 4 byte doubles don't have enough bits of
8078         precision for the test to complete.
8079
8080 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
8081
8082         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
8083         if d10v is not compiled with the -mdouble64 flag.
8084         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
8085
8086         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
8087         d10v is not compiled with the -mint32 flag.
8088
8089 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8090
8091         * lib/plumhall.exp: Use incr_count.
8092
8093 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
8094
8095         * gcc.c-torture: Update to c-torture-1.45.
8096
8097 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
8098
8099         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
8100         the name of the expect testcase file).
8101
8102         * lib/g++.exp(g++_init): Ditto.
8103
8104 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
8105
8106         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
8107         the host.
8108
8109         * lib/gcc.exp(gcc_exit): New procedure.
8110
8111 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
8112
8113         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
8114         specs where appropriate.
8115
8116         * g++.old-deja/g++.arm/*: Added additional ERROR checks
8117         because of new "candidates are" messages, and removed a few
8118
8119         * Converted all non-old-style g++ testcases to old-style, and
8120         moved into g++.old-deja.
8121
8122 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
8123
8124         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
8125         options.
8126
8127         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
8128         succeeded.
8129
8130         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
8131
8132 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
8133
8134         * lib/gcc.exp (gcc_target_compile): Add support for defining
8135         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
8136         the machine doesn't have those features.
8137
8138 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
8139
8140         * g++.law/operators4.exp: Don't use LIBS.
8141
8142 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8143
8144         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
8145
8146         * lib/mike-g++.exp: Don't set the compiler to be tested here.
8147         * lib/g++.exp: Set it here instead. Also, allow use of the
8148         --tool_exec and --tool_opt options. Change CXX to
8149         GXX_UNDER_TEST.
8150
8151         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
8152
8153         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
8154
8155 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
8156
8157         * lib/old-dejagnu.exp: Use prune_warnings instead of
8158         prune_system_crud.
8159         * lib/mike-g++.exp: Ditto.
8160         * lib/gcc.exp: Ditto.
8161         * lib/g++.exp: Ditto.
8162
8163         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
8164
8165 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
8166
8167           * 941014-2.c: Include stdlib.h
8168           * 960327-1.c: Include stdio.h
8169           * dbra.c, index-1.c: Don't assume ints are 32bits.
8170
8171 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
8172
8173         * lib/gcc.exp: Add gcc,stack_size target feature.
8174
8175         * lib/g++.exp(g++_target_compile): Add the include and link
8176         paths here, not in two other places. And, it's $options, not
8177         options.
8178
8179         * lib/mike-g++.exp(postbase): Remove the code that determines
8180         the correct include and link paths.
8181         * g++.old-deja/old-deja.exp: Ditto.
8182
8183 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
8184
8185         * lib/g++.exp(g++_init): target_compile no longer returns the
8186         filename of the result.
8187
8188 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8189
8190         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
8191         call to glob.
8192
8193         * gcc.c-torture/special/special.exp: Change call to
8194         gcc_target_compile to include the object file.
8195
8196 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8197
8198         * gcc.c-torture/special/special.exp: Correct misspelling in last
8199         change.
8200
8201 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
8202
8203         * lib/plumhall.exp(ph_summary): Log the entire output of the
8204         executable. Return -1 if there were any failures, 0 otherwise.
8205         (ph_execute): Return -1 if there were any failures, 0 otherwise.
8206         (ph_make): Clean up objects and executables that were built
8207         if the tests succeeded.
8208
8209 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8210
8211         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
8212         libraries and includes in the build tree as appropriate.
8213
8214 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8215
8216         * lib/c-torture.exp: Instead of looking for the global variable
8217         NO_LONG_LONG, check to see if that's a feature of the target.
8218
8219 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
8220
8221         * config/default.exp: Minimize. Delete the remainer of the files in
8222         config; this functionality is now in devo/dejagnu/config.
8223
8224         g++.*/*: Pass any additional flags used to compile to postbase;
8225         delete CXXFLAGS.
8226
8227         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
8228         is now done by runtest.exp. Use gcc_target_compile instead of
8229         compile.
8230
8231         lib/c-torture.exp: Use gcc_target_compile instead of compile.
8232         Remove references to CFLAGS. Use remote_file instead of
8233         calling rm -f.
8234         (c-torture): Take a list of arguments to use to compile this
8235         testcase.
8236
8237         lib/g++.exp: Simplify. Use target_compile instead of compile.
8238         lib/gcc-dg.exp: Ditto.
8239         lib/gcc.exp: Ditto.
8240         lib/mike-{gcc,g++}.exp: Ditto.
8241         lib/old-dejagnu.exp: Ditto.
8242         lib/plumhall.exp: Ditto.
8243
8244 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
8245
8246         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
8247         (ph_linker): Likewise.
8248
8249 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
8250
8251           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
8252         MAP_ANON / MAP_ANONYMOUS if defined;
8253         else try to map from /dev/zero .
8254
8255 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
8256
8257         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
8258         isn't defined, then define it to MAP_ANONYMOUS.
8259
8260 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
8261
8262         * gcc.c-torture: Update to c-torture-1.42 release.
8263
8264 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
8265
8266         * gcc.c-torture: Update to c-torture-1.41 release.
8267
8268 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
8269
8270         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
8271         c-torture release.
8272
8273 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8274
8275         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
8276         and LDFLAGS.  Fix second case to append the target_info ldflags
8277         onto LDFLAGS, not CFLAGS.
8278         * lib/g++.exp (g++_init): Add target_info stuff.
8279         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
8280         of libgloss and newlib flags for !native.
8281
8282         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
8283         (GDB): Fix relative path to go up another dir for finding gdb.
8284
8285 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8286
8287         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
8288         versions in the target_info array, if they don't exist.
8289
8290 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8291
8292         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
8293
8294 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
8295
8296         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
8297         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
8298
8299 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
8300
8301         * lib/old-dejagnu.exp: Don't remove the output file before we've
8302         actually tested it. Don't append pwd to the path of the executable
8303         we're testing.
8304
8305 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
8306
8307         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
8308
8309 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
8310
8311         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
8312         temporary directory for compiler files, and set it to a default
8313         value of /tmp. Set $output as the name of the output file from
8314         compiling the testcase. Add a -o option to $cflags_var so the
8315         compiler writes the final output file as $output. Set $executable
8316         to $output.
8317
8318         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
8319         directory for compiler files, and set it to /tmp if it doesn't
8320         already have a value. Set $output_file to the name of the output
8321         file from compiling the testcase. Add a -o option to CXXFLAGS so
8322         the compiler writes the final output file as $output. Use $output
8323         as the executable to be tested.
8324
8325 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8326
8327         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
8328
8329 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
8330
8331         * gcc.c-torture/execute/pending-1.c: New test.  Still
8332         pending in Tege's queue.
8333
8334 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
8335
8336         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
8337         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
8338         if there were failures.  Call unresolved if there were unresolved
8339         testcases.  Call gcc_fail if program did not run to completion.
8340         (ph_make): Pass additional argument name to ph_execute.
8341         (ph_execute): Add new argument.  Pass additional arguments to
8342         ph_summary.  Call gcc_fail is there is no execution output.
8343
8344 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
8345
8346         * lib/plumhall.exp (proc_summary): Output relavent summary
8347         lines into the log so specific failures in plumhall can be
8348         investigated.
8349
8350 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
8351
8352         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
8353         (c-torture-execute): Don't try to execute tests which use
8354         "long long" types if $NO_LONG_LONG is nonzero.
8355
8356 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
8357
8358         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
8359         not c-torture.
8360
8361         * gcc.ieee: Move from here.
8362         * gcc.c-torture/execute/ieee: To here.
8363
8364 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
8365
8366         * gcc.c-torture: Update to c-torture-1.41 release.
8367
8368 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
8369
8370         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
8371         not "$output".
8372
8373 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
8374
8375         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
8376         -c present.
8377
8378 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
8379
8380         * config/proelf.exp: Handle connecting to a simulator.
8381
8382 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
8383
8384         * config/proelf.exp: New file.  Enough framework that we can
8385         run c-torture tests on the proelf targets (or any other target
8386         that gdb can connect to for that matter).
8387
8388 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
8389
8390         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
8391         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
8392
8393         * lib/plumhall.exp (ph_execute): Always call ph_summary if
8394         exec_output exists.
8395
8396 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
8397
8398         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
8399         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
8400
8401         * config/*.exp: Update FSF address.  Change result of ${tool}_load
8402         to pass/fail/unresolved/unsupported/untested.  Caller must now
8403         call unresolved/unsupported/untested.
8404         * lib/*.exp: Update FSF address.  Update to handle new results of
8405         ${tool}_load.
8406         * lib/chill.exp (verbose): Delete.
8407
8408 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
8409
8410         * lib/gcc.exp (default_gcc_start): Change order of args to
8411         $LDFLAGS $CFLAGS $LIBS.
8412         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
8413         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
8414         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
8415         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
8416         * gcc.misc-tests/dg-test.exp: Likewise.
8417         * gcc.misc-tests/msgs.exp: Likewise.
8418         * gcc.prms/prms.exp: Likewise.
8419         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
8420         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
8421
8422         * lib/dg.exp: Deleted, moved to dejagnu/lib.
8423
8424 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8425
8426         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
8427
8428         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
8429         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
8430
8431         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
8432         necessary.
8433
8434 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
8435
8436         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
8437         global for loop; add use of $mathlib.
8438         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
8439         settings here; set mathlib for anything but VxWorks.
8440
8441 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
8442
8443         * gcc.c-torture: Update to c-torture-1.40 release.
8444
8445 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
8446
8447         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
8448         dg.exp.
8449
8450 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
8451
8452         * lib/c-torture.exp (c-torture-execute): Declare "output" as
8453         global.
8454
8455 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
8456
8457         * lib/g++.exp (LIBS): Define if not already.
8458         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
8459         (gcc-dg-prune): Call prune_gcc_output.
8460         * lib/gcc.exp (prune_gcc_output): New proc.
8461         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
8462         prune_gcc_output.
8463
8464 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
8465
8466         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
8467         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
8468
8469 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
8470
8471         * gcc.c-torture: Update to c-torture-1.39 release.
8472
8473 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
8474
8475         * lib/c-torture.exp (c-torture-execute): Don't return if one option
8476         fails, try others as well.
8477
8478 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8479
8480         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
8481         If compilation fails, mark execute tests as `untested'.
8482         If test is marked as unsupported, don't mark compilation and
8483         execute tests as failed.
8484
8485 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8486
8487         * lib/g++.exp (g++_init): Don't link in libg++, and look to
8488         libstdc++ for whether or not we want to be doing shared
8489         libraries.  Delete link_curses since we don't need it anymore.
8490         * lib/mike-g++.exp (postbase): Don't link in libg++.
8491         * g++.old-deja/old-deja.exp: Likewise.
8492
8493 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8494
8495         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
8496
8497 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8498
8499         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
8500         For that, add `-Wl,-a,shared_archive'.
8501         * g++.old-deja/old-deja.exp: Likewise.
8502
8503 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
8504
8505         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
8506
8507 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
8508
8509         * lib/mike-g++.exp (postbase): Pay attention to the status of
8510         g++_load.
8511
8512 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8513
8514           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
8515
8516 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
8517
8518         * lib/gcc.exp (default_gcc_start): No longer need to log program
8519         being executed or its output, execute_anywhere does that now.
8520         * lib/g++.exp (default_g++_version): Call execute_anywhere.
8521         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
8522
8523 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8524
8525         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
8526         the same as those in lib/g++.exp.
8527
8528 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
8529
8530         * gcc.c-torture: Update to c-torture-1.38 release.
8531         * gcc.ieee: Related changes.
8532
8533 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8534
8535         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
8536         "exec". Minor reformatting changes.
8537
8538         * config/rom68k.exp (${tool}_load): Make it work in a canadian
8539         cross. This means all "exec" calls now work on a remote host as
8540         well.
8541         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
8542         cross. Filter out the extra "\r\n" stuff that expect puts in.
8543         (c-torture-execute): Filter out the bogus warnings like
8544         c-torture-compile does. Add support for canadian cross.
8545         * lib/gcc.exp (default_gcc_version, default_gcc_start)
8546         Use execute_anywhere rather than calling exec directly. Now it
8547         works for canadian cross testing.
8548
8549 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
8550
8551         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
8552         results into a variable, and check that rather than using file exists.
8553
8554 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8555
8556         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
8557         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
8558
8559 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8560
8561         * g++.old-deja/old-deja.exp: Create and pass runshlib and
8562         lib_curses if there's a shared libg++ in the build tree.
8563
8564 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
8565
8566         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
8567         if not supported target.
8568
8569 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8570
8571         * lib/g++.exp (g++_init): Move empty setting of runshlib and
8572         link_curses up to always happen, not just for native builds.
8573
8574 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
8575
8576         * gcc.c-torture: Update to c-torture-1.36 release.
8577         * gcc.failure: Related changes.
8578
8579 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8580
8581         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
8582
8583 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8584
8585         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
8586         * lib/mike-g++.exp (postbase): Not in here.  Still reference
8587         runshlib, link_curses, and mathlib for link and run.
8588
8589         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
8590         pass the runtime shared library options for Solaris, OSF/1, and
8591         Irix5, and link with -lcurses to avoid unresolved references.
8592
8593 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8594
8595         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
8596         only run once.
8597
8598 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8599
8600         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
8601
8602 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
8603
8604         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
8605         do not have a framework for the "compat" tests yet.
8606
8607 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8608
8609         * lib/mike-g++.exp (postbase): New local variable `mathlib',
8610         set to null if we're testing vxworks5.1.  Use that instead of
8611         `-lm' in the setting of LIBS for link and run.
8612
8613 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8614
8615         * config/rom68k.exp (${tool}_load): Major changes to make it
8616         work.  Verified that it does in fact return the stuff in
8617         exec_output properly.  Catch any Emul or any TRAP other than 0.
8618
8619 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8620
8621         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
8622         LDFLAGS properly for targets that need stuff from libgloss.
8623         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
8624         only run once.
8625         (gpp_initialized): New variable.
8626
8627 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8628
8629         * config/rom68k.exp: Load libgloss.exp.
8630         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
8631         so we can produce a fully linked binary.
8632         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
8633         so we can produce a fully linked binary.
8634
8635 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8636
8637         * lib/plumhall.exp (ph_section): Watch for expected failures.
8638         Add missing `else'.
8639
8640         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
8641         run the testcase.
8642         (c-torture): Likewise.
8643
8644 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
8645
8646         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
8647
8648         * lib/mike-g++.exp (mike_cleanup): New proc.
8649         (prebase): New globals compiler_result, not_compiler_result,
8650         target_regexp.
8651         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
8652         allow leading "-" in pattern.  Watch for unsupported tests.
8653         If $compiler_result is set, pattern match assembler code,
8654         and ditto for $not_compiler_result.
8655         * lib/mike-gcc.exp: Likewise.
8656
8657         * lib/plumhall.exp (ph_execute): Only call ph_summary if
8658         execution "succeeded".
8659
8660 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
8661
8662         * config/win32.exp: New file.
8663         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
8664
8665 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8666
8667         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
8668         unsupported.
8669         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
8670         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
8671         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
8672
8673         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
8674         "... without exceptions was ...".  That is now handled by
8675         prune_system_crud.
8676         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
8677
8678 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
8679
8680         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
8681         sieve.c,sort2.c}: New files.
8682         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
8683         sieve.exp,sort2.exp}: Drivers for them.
8684
8685         * lib/mike-gcc.exp (program_output): New user settable variable.
8686         (postbase): Call prune_system_crud.  Also prune extraneous compiler
8687         messages.
8688         * lib/mike-g++.exp (program_output): New user settable variable.
8689
8690         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
8691
8692         * config/sh.exp: Deleted (use sim.exp instead).
8693
8694 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8695
8696         * config/vx.exp: Declare CHECKTASK as global.
8697         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
8698         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
8699         * lib/old-dejagnu.exp: Load [pwd]/$executable.
8700
8701 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8702
8703         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
8704         target. Like vx.exp, only includes `vx29k.exp' instead of
8705         `vxworks.exp'.
8706
8707 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
8708
8709         * config/sim.exp: Increase time limit from 120 seconds to 240.
8710
8711 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8712
8713         * gcc.c-torture/execute/950628-1.c: New test.
8714
8715 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
8716
8717         * gcc.c-torture: Update with changes/additions from
8718         c-torture-1.34.
8719
8720 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
8721
8722         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
8723
8724 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
8725
8726         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
8727
8728 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
8729
8730         * gcc.c-torture/compile/950512-1.c: New test.
8731         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
8732         * gcc.dg/struct-ret-1.c: Likewise.
8733
8734 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
8735
8736         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
8737           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
8738
8739 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8740
8741         * gcc.c-torture/special/920411-1.c: Deleted.
8742         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
8743
8744 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
8745
8746         * config/sim.exp (${tool}_load): Hack in call to bash to get a
8747         cpu limit.
8748
8749 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8750
8751         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
8752
8753 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8754
8755         From kenner;
8756         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
8757         is the proper length.
8758         * va-arg-3.c: Likewise.
8759
8760 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
8761
8762         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
8763         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
8764
8765         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
8766         * lib/g++.exp (default_g++_start): Delete old cruft.
8767
8768 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
8769
8770         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
8771         (2 * (1 << 18)) to (2 * (1 << 17)).
8772
8773         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
8774
8775 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8776
8777         * config/rom68k.exp: Renamed from config/idp.exp
8778
8779 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8780
8781         * c-torture/compile/921109-2.c
8782
8783 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
8784
8785         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
8786         excess errors.
8787
8788 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
8789
8790         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
8791         output.
8792         * lib/g++.exp (default_g++_start): Likewise.
8793
8794 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8795
8796         * gcc.c-torture/compile/950329-1.c: New test.
8797
8798 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8799
8800           * config/bug.exp (${tool}_load): Updated to use new remote_open
8801           and remote_close procs.
8802         * config/idp.exp: New file.
8803
8804 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8805
8806         * gcc.c-torture/execute/950322-1.c: New test.
8807
8808 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
8809
8810         * config/vx.exp (${tool}_load): Clean up testing of return code from
8811         vxworks_ld and vxworks_spawn.
8812
8813 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8814
8815         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
8816
8817 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
8818
8819         * lib/old-deja.exp: Add `excess errors test - ' error, now one
8820         can mark excess errors on a machine by machine basis.  Note, the
8821         default is to not expect any excess errors, even when excess
8822         errors test - is given, so you will want to put an XFAIL ... on
8823         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
8824         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
8825         those 4 machines, but no others.
8826
8827 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8828
8829         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
8830         * lib/c-torture.exp: to here.
8831
8832 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8833
8834         * gcc.c-torture/execute/950221-1.c: New test.
8835         * gcc.c-torture/execute/struct-ret-1.c: New test.
8836         * gcc.c-torture/compile/950221-1.c: New test.
8837
8838         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
8839
8840 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8841
8842         * gcc.c-torture/execute/arith-1.c (main): Return 0.
8843         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
8844
8845 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
8846
8847         * g++.gb: New directory of tests, derived from my signature and
8848         class scoping tests.
8849
8850         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
8851         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
8852         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
8853         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
8854         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
8855         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
8856         * g++.gb/sig25.C: Likewise.
8857
8858         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
8859         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
8860         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
8861         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
8862         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
8863         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
8864         * g++.gb/sig25.exp: Likewise.
8865
8866         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
8867         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
8868         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
8869         * g++.gb/scope13.C: Likewise, this test still fails.
8870
8871         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
8872         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
8873         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
8874         * g++.gb/scope13.exp: Ditto.
8875
8876         * g++.gb/README: New file, explains what these tests are about.
8877
8878 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8879
8880         * lib/dg.exp (dg-do): Support `preprocess'.
8881         (dg-test): Likewise.
8882
8883 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8884
8885         * config/udi.exp: change "continue -expect" to "exp_continue".
8886
8887 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
8888
8889         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
8890         Delete redundant tests.
8891
8892         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
8893         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
8894         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
8895         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
8896         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
8897         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
8898         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
8899         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
8900
8901         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
8902         storing label pointers.
8903         * gcc.c-torture/execute/921019-1.c: Likewise.
8904         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
8905         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
8906         parameter fp.
8907         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
8908         constants.
8909
8910         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
8911         Delete obsolete tests.
8912
8913         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
8914         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
8915         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
8916         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
8917         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
8918         * gcc.c-torture/compile/950124-1.c: New test.
8919
8920         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
8921
8922 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8923
8924         * lib/mike-g++.exp: Add -lm to LIBS.
8925
8926 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8927
8928         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
8929
8930 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8931
8932         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
8933
8934 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
8935
8936         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
8937
8938 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
8939
8940         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
8941         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
8942         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
8943         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
8944         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
8945         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
8946         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
8947         * g++.law/{operators31.C, operators32.C,
8948         * g++.law/{operators33.C, operators34.C}: Likewise.
8949         * g++.law/{pic1.C, refs2.C}: Likewise.
8950         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
8951         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
8952         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
8953         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8954
8955         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
8956         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
8957         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
8958         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
8959         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
8960         * g++.law/{enum9.exp, friend5.exp}: Likewise.
8961         * g++.law/{nest3.exp, nest4.exp}: Likewise.
8962         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
8963         * g++.law/{operators30.exp, operators31.exp}: Likewise.
8964         * g++.law/{operators32.exp, operators33.exp}: Likewise.
8965         * g++.law/{operators34.exp}: Likewise.
8966         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
8967         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
8968         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
8969         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
8970         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8971
8972         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
8973         No longer expected to fail.
8974         * g++.law/missed-error3.C: Tweak for recent bool changes.
8975
8976 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8977
8978         * config/emb-unix: Deleted.
8979         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
8980         remote execution.  Do final link on remote host if REMOTE_LINK is set.
8981
8982 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
8983
8984         * lib/dg.exp (dg-test): Fix typo in last patch.
8985
8986 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
8987
8988         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
8989         (handles multiple occurrences).
8990
8991 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
8992
8993         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
8994         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
8995         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
8996         printed).
8997         * lib/c-torture.exp (c-torture-compile): Likewise.
8998         (c-torture): Prepend full path if missing.
8999         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
9000         (gcc_fail): Likewise.
9001         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
9002
9003 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9004
9005         * lib/netware.exp: Only attach to NetWare i386 systems.
9006
9007 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
9008
9009         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
9010         messages.  Add test name to "output pattern match" pass/fail message.
9011
9012 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
9013
9014         * gcc.dg: New testsuite.
9015         * gcc.dg/dg.exp: New file.
9016
9017         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
9018         test-switch.c}: Deleted.
9019
9020         * gcc.misc-tests/msgs.exp: New testcase driver.
9021
9022 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
9023
9024         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
9025         Watch for illegal return values from ${tool}_load.
9026         * config/unix.exp (${tool}_load): Fix pass/fail detection for
9027         cross targets.  Coerce return value >0 to 1.
9028
9029 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
9030
9031         * config/unix.exp (${tool}_load): Call program rsh, not proc.
9032
9033         * config/emb-unix.exp: New file.
9034
9035         * config/sim.exp: Error if variable $SIM not defined.
9036         (${tool}_load): Mark test as "untested" if simulator missing.
9037
9038         * config/unix.exp: Load remote.exp to get rcp_download.
9039         * lib/c-torture.exp: Use different option lists for testcases with
9040         and without loops.
9041         * gcc.c-torture/execute/execute.exp: Likewise.
9042
9043 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9044
9045         * config/*.exp: Clarify return code from ${tool}_load.
9046         Call `unresolved' or `untested' instead of `warning' or `perror'
9047         (sometimes you still want to call both though).
9048         Add comment that `shell_id' is local to each file.
9049         * config/udi.exp (timeout): Set to 30.
9050         Don't print warning if connection fails, $connectmode has already
9051         printed an error.
9052         (${tool}_load): Move verbose messages to level 2.
9053         Rework pattern for "Process started" message.
9054         Pass `shell_id' to ${connectmode}_download.
9055         Retry twice upon timeout.  Make resetting of target more robust.
9056         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
9057         Pass `shell_id' to exit_$connectmode.
9058         Only call exit_$connectmode if connected.
9059         * config/unix.exp (${tool}_load): Check return codes better.
9060         * config/vrtx.exp (${tool}_load): Likewise.
9061         * config/vx.exp (${tool}_load): Likewise.
9062         Delete unneeded global's.
9063         * lib/dg.exp (dg-test): Update to reflect clarified return codes
9064         from ${tool}_load.
9065         (dg-stat): Delete.
9066         (dg-init): Delete recording of pass/fail counts.
9067         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9068         (old-dejagnu-init): Likewise.
9069         (old-dejagnu-stat): Delete contents, empty proc now.
9070         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
9071         (c-torture): Delete references to lcnt, lpass, lfail.
9072         Get option list from TORTURE_OPTIONS.
9073         Delete -funroll[-all]-loops if no loops.
9074         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
9075         (g++_stat): Delete contents (empty proc now).
9076         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
9077         (gcc_finish): Likewise.
9078         (gcc_stat): Deleted.
9079         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
9080         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
9081         * gcc.c-torture/execute/execute.exp: Likewise.
9082         Split tests into two parts: compile, execute.
9083         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
9084         no loops.  Update to reflect clarified return codes from ${tool}_load.
9085
9086 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
9087
9088         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
9089         to grep for.
9090         (old-dejagnu): Likewise (where necessary).
9091
9092 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9093
9094         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
9095
9096         * lib/dg.exp (dg-process-target): Fix processing of selector.
9097         Add comment regarding use of `error'.
9098
9099         * lib/gcc.exp (prune_system_crud): Define if missing.
9100         * lib/g++.exp (prune_system_crud): Likewise.
9101
9102         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
9103         Call prune_system_crud.
9104         * lib/dg.exp (dg-runtest): New proc.
9105         Use perror instead of send_user for tcl errors in testcase.
9106         Don't return any value, it's never used.
9107         Don't clobber previous definition of `unknown'.
9108         Print tcl errors in `dg-final'.
9109
9110 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
9111
9112         * lib/dg.exp (dg-process-target): Improve syntax error messages.
9113         (dg-test): Don't print errorInfo, it contains stack backtrace.
9114
9115 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9116
9117         * lib/g++.exp (runtest_file_p): Define if missing.
9118
9119 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
9120
9121         * lib/mike-g++.exp: Comment out loading of g++.exp.
9122         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
9123         (default_g++_version): Always print something.
9124         (default_g++_start): Comment out call to `which'.
9125         (g++_start, g++_load): Deleted (must be defined in config file).
9126         * lib/gcc.exp: Test for existence of $CC at start.
9127         Delete check for tmpdir (done in gcc_init).
9128         (default_gcc_version): Always print something.
9129         (default_gcc_start): Comment out call to `which'.
9130         * config/*.exp: Major cleanup - make cross targets work at least a
9131         little better for g++ (by not being "--tool gcc" specific).
9132         Rename gcc_xxx to ${tool}_xxx.
9133         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
9134         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
9135
9136 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
9137
9138         * lib/c-torture.exp (c-torture-compile): Rework compiler
9139         message processing.
9140
9141         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
9142         c-torture.
9143
9144 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9145
9146         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
9147
9148         * lib/dg.exp (dg-process-target): Support { target native }.
9149
9150 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9151
9152         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
9153         looked for "... program xxx got fatal signal".
9154         Correct regsub munging of `comp_output'.
9155         Ignore compiler messages "path prefix not used" and "linker input
9156         file unused".
9157
9158 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
9159
9160         * lib/gcc.exp (runtest_file_p): Define if missing.
9161         * gcc.prms/template.c: Example to work from.
9162
9163 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
9164
9165         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
9166         * lib/dg.exp (dg-test): Call unsupported testcases as such.
9167
9168         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
9169         * gcc.prms/1883.c: Moved from compile/940714-1.c.
9170         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
9171         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
9172
9173         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
9174         (dg-process-target): No longer a varargs proc.
9175         Return S/N for target, P/F for xfail.  All callers changed.
9176         (user option procs): More argument checking.
9177         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
9178         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
9179         (dg-test): Skip test if not running on selected target in `dg-do'.
9180         Update handling of `dg-do-what', `dg-output-text'.
9181         Separate execution pass/fail from output pattern match pass/fail.
9182         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
9183
9184 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9185
9186         * gcc.c-torture/special/special.exp: Don't expect failure for mips
9187         target for 920510-1.c.
9188
9189 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
9190
9191         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
9192         Clean up comment regarding use of passcnt, etc.
9193         (gcc_stat): Don't update `testcnt' here.
9194         (gcc_finish): Do it here.
9195         Might as well reset `but_id' here too.
9196         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
9197         to determine if the file should be tested.
9198         * gcc.c-torture/compile/compile.exp: Likewise.
9199         * gcc.c-torture/execute/execute.exp: Likewise.
9200         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9201         * gcc.misc-tests/dg-test.exp: Likewise.
9202         * gcc.prms/prms.exp: Likewise.
9203         * gcc.wendy/wendy.exp: Likewise.
9204         * g++.old-deja.exp: Likewise.
9205         Move "Testing file" message to verbose level 1.
9206
9207 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
9208
9209         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
9210
9211 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9212
9213         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
9214         (default_gcc_start): Accept optional second list element
9215         of compiler flags.  Print compiler output at verbosity level 2.
9216         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
9217         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
9218         Save current values of framework globals passcnt, failcnt, xpasscnt,
9219         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
9220         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
9221         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
9222         xfailcnt to compute stats.  Update framework global `testcnt' from
9223         pass/fail counts.
9224         (gcc_finish): New proc.  Clean up test environment.
9225         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
9226         (gcc_epass, gcc_efail): Delete.
9227         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
9228         argument of line number.
9229         (dg-init): If the tool has an init routine, call it.
9230         (dg-test): Remove args `cflags_var' and `libs_var'.
9231         Pass all compiler options to ${tool}_start.
9232         Handle missing line number.
9233         (dg-finish): New function.
9234         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
9235         particular files.  Call gcc_finish at end.  Move "skipping test"
9236         message to verbosity level 3.
9237         * gcc.c-torture/compile/compile.exp: Likewise.
9238         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9239         * gcc.c-torture/execute/execute.exp: Likewise.
9240         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9241         Print testcase being tried at verbosity level 1.
9242         * gcc.c-torture/special/special.exp: Unset xfail.
9243         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9244         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
9245         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
9246         * gcc.failure/failure.exp: Likewise.
9247         * gcc.ieee/ieee.exp: Likewise.
9248         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
9249         Update call to dg-test.  Call dg-finish at end.
9250         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
9251         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9252         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
9253         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
9254         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
9255         * gcc.wendy/wendy.exp: Add copyright.
9256         Delete setting of tmpdir (done by gcc_init).
9257         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
9258         Pass compiler flags to gcc_start.  Call gcc_finish at end.
9259         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
9260         gcc_[ce]pass/fail.
9261
9262 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
9263
9264         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
9265         confusion.
9266         (g++_load): Likewise.
9267
9268         * config/*.exp (gcc_load): Some were varargs fns and some were not.
9269         Rename argument to `prog' to remove the confusion.
9270         Varargs fns behave differently too!
9271         (g++_load): Likewise.
9272
9273         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
9274
9275         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
9276         what it is.  Delete (always) printing of status value for !native.
9277         Simplify verbose code, and include status and exec_output.
9278         (g++_load): Use gcc_load.
9279
9280 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9281
9282         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
9283         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
9284         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
9285         940714-3.c as these testcases don't exist anymore.  Make
9286         va-arg-1.c expected to pass.
9287
9288 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
9289
9290         * gcc.misc-tests/misc.exp: Only run specific testcases.
9291         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
9292         * gcc.misc-tests/dg-[1-9].c: New files.
9293
9294         * lib/dg.exp: New testsuite driver.
9295         * gcc.prms/prms.exp: Use it.
9296
9297         * README.gcc: New file.
9298
9299         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
9300         Document and reset `lxpass' and `lxfail'.
9301         Simplify "initialized" message.
9302         (gcc_stat): Clean up comments a little.
9303
9304 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
9305
9306         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
9307
9308 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
9309
9310         * lib/old-dejagnu.exp (process-option): New proc.
9311         (old-dejagnu-init, old-dejagnu-stat): Likewise.
9312         (old-dejagnu): Simplify.
9313         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
9314
9315 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
9316
9317         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
9318         exists and is not an empty string.
9319
9320         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
9321         $xfail rather than calling setup_xfail.  Clear $xfail when test is
9322         finished.
9323         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
9324         automatically.
9325
9326         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
9327         longer expected to fail.
9328
9329         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
9330         "f" function call.
9331
9332         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
9333
9334         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
9335         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
9336         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
9337         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
9338         c-torture-1.29.
9339
9340         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
9341         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
9342
9343         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
9344
9345         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
9346         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
9347
9348         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
9349         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
9350         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
9351
9352 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9353
9354         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
9355         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
9356         940714-1.c, 940714-2.c, 940714-3.c},
9357         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
9358         gcc.misc-tests/{mg.c,mg.exp}:
9359         New tests.
9360         * gcc.noncompile/noncompile.exp: Change accordingly.
9361
9362 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
9363
9364         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
9365         Undo previous clobberage.
9366
9367 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
9368
9369         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
9370         * gcc.special/{930510-1.c, special.exp}:
9371         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
9372         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
9373         struct-varargs-1.c}: New tests from c-torture-1.26.
9374
9375 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9376
9377         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
9378           argument to switch.
9379
9380 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
9381
9382         * Revert the previous changes.  Please see Rob's directory
9383           (/lisa/test/rob/progressive/gcc/testsuite) for testing
9384           fixes.
9385
9386 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
9387
9388         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
9389             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
9390             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
9391             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
9392             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
9393             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
9394             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
9395             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
9396             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
9397             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
9398             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
9399             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
9400             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
9401             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
9402             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
9403             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
9404             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
9405             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
9406             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
9407             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
9408             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
9409             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
9410             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
9411             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
9412             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
9413             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
9414             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
9415
9416 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
9417
9418         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
9419             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
9420           with perror calls.
9421
9422 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
9423
9424         * config/unix.exp (g++_load): Fix syntax.
9425
9426 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9427
9428         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
9429         * gcc.noncompile/921017-1.c: Deleted obsolete test.
9430         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
9431         Don't expect va-arg-1.c to fail.  Correct expected output for
9432         920928-1.c.
9433         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
9434         * gcc.wendy/hbm4.c: Correct typo.
9435         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
9436
9437 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
9438
9439         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
9440         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
9441         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
9442         * lib/c-torture.exp (c-torture-compile): Ditto.
9443
9444         Reduce volume of output (remove all the -I's and such).
9445         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
9446         Call gcc_cpass, gcc_cfail.
9447         (c-torture): Pass testing option to c-torture-compile.
9448
9449 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
9450
9451         Bring patches over from progressive.
9452         * config/default.exp: Exit remote shell cleanly.
9453         (g++_exit, g++_start): Add default versions.
9454         * config/sim.exp (gcc_load): Use perror, not error.
9455
9456 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
9457
9458         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
9459         set in site.exp.
9460
9461 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
9462
9463         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
9464         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
9465         (wendy_try): New proc to run testcase.
9466         (main loop): Call 'em.
9467         * gcc.wendy/*.c: Clean up pass to correct expected output.
9468
9469         * lib/gcc.exp: Minor cleanup work.
9470         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
9471
9472 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
9473
9474         * config/sim.exp (gcc_load): Document return codes better.
9475         Don't pass -v to simulator.
9476
9477 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9478
9479           * gcc.special/920717-x.c: Fix typo.
9480           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
9481           get at sources.
9482
9483         * lib/mike-gcc.exp: Fix typo.
9484
9485 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9486
9487         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
9488         binary to use, transform the name.
9489         * config/*.exp: rename everything. Nuke any g++ specific files,
9490         it's now a special case of gcc that requires no special support.
9491         Add a default.exp for unsupported targets.
9492
9493 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
9494
9495         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
9496         lib/old-dejagnu.exp: Fix a few patterns to work with the new
9497         version of Tcl.
9498
9499 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9500
9501         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
9502         than a warning.
9503
9504 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9505
9506         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
9507
9508 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9509
9510         * gcc.execute/execute.exp: Combine opt_list and foption_list into
9511         option_list.  Compile every file with only 4/6 option choices
9512         (same as C torture) instead of with 12/18 different option
9513         choices.
9514         * lib/c-torture.exp: Likewise.
9515
9516         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
9517         not already set.
9518
9519 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
9520
9521         * lib/old-deja.exp: Add `excess errors test fails' error, now one
9522         can put an XFAIL *-*-* on excess errors.
9523
9524 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
9525
9526         * g++.law: Add more tests derived from g++-bugs snapshots.
9527
9528         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
9529         equivalent to g++.law/init9.
9530
9531         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
9532         compiled it, and the a.out file after we've run it.
9533
9534 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9535
9536         * lib/mike-g++.exp (postbase): Delete the .o file after we've
9537         compiled it, and the a.out file after we've run it.
9538
9539 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9540
9541         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
9542
9543 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9544
9545         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
9546         version number.
9547
9548 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9549
9550         * g++.law: New directory of g++ tests derived from the g++-bugs
9551         snapshots.
9552
9553 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9554
9555         * gcc.compile: initbug1.c initbug1.exp testcase added
9556
9557 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9558
9559         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
9560         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
9561           fixes submitted by Jeff Law (law@cs.utah.edu)
9562         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
9563           Jeff Law (law@cs.utah.edu)
9564
9565
9566 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
9567
9568         * config/unix-g++.exp: Follow the gcc way of doing things.
9569         * g++.old-deja/old-deja.exp: Minor updates.
9570         * lib/g++.exp: New file, follow the gcc way of doing things.
9571         * lib/old-dejagnu.exp: Minor updates.
9572         * lib/mike-g++.exp: Always unset errorInfo.
9573
9574 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
9575
9576         * lib/gcc.exp: Fix some errors with the below change, CC and
9577         CFLAGS should be global when setting, not local.
9578
9579 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9580
9581         * lib/gcc.exp: Transform tool name.
9582
9583 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9584
9585         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
9586
9587 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9588
9589         * lib/gcc.exp: change gcc_done to gcc_stat
9590
9591 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9592
9593         * Upgraded gcc testsuite to c-torture version 1.25
9594
9595 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9596
9597         * lib/gcc.exp: added reporting code. Changed verbose compile message.
9598         * lib/c-torture: added hooks for new reporting code.
9599
9600 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9601
9602         * config/sh-gcc.exp: check if sh-sim exists in the path
9603
9604 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9605
9606         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
9607         * gcc.compile/compile.exp: Initial changes for new logic.
9608         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
9609         * gcc.failure/failure.exp: Initial changes for new logic.
9610         * gcc.ieee/ieee.exp: Initial changes for new logic.
9611         * gcc.misc-tests/misc.exp: Initial changes for new logic.
9612         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
9613         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
9614         * lib/c-torture.exp: Initial changes for new logic.
9615         * lib/gcc.exp: Initial changes for new logic.
9616
9617 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
9618
9619         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
9620         depend upon failure or success.  Fully qualify names in failure
9621         and success messages.  Always remove a.out before starting
9622         compile, just in case.  Pay more attention to error text output by
9623         the compiler.  Handle testcases with no known past errors just
9624         like all others, so that things are uniform.  Other miscellaneous
9625         improvements.
9626
9627 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9628
9629         * gcc.cpp: new directory for cpp tests
9630
9631 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9632
9633         * lib/chill.exp: Code reformatted, removed unused code.
9634         * config/unix-chill.exp: Code reformatted, removed unused code.
9635         * chill.execute/execute.exp: Code reformatted, removed unused code.
9636         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
9637
9638 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
9639
9640         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
9641         routines not written.
9642
9643 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9644
9645         * config/bug-gcc.exp: Use new procs from bug.exp.
9646
9647 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9648
9649         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
9650         via ftp, rather than depending on NFS.
9651         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
9652         case.
9653
9654 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9655
9656         * config/bug-gcc.exp: Use new download proc.
9657
9658 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
9659
9660         * chill.execute/execute.exp: cleanups, handles errors better
9661         * chill.compile/compile.exp: rewrite, based on execute.exp
9662         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
9663         * lib/chill.exp: major changes to diff proc and compile and link
9664           procs. added chill_fail and chill_pass wrappers to pass and
9665           fail. added more comments, and handle error codes better.
9666           Added a hack to capture stderr from exec, so noncompile tests
9667           can work.
9668
9669 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9670
9671         * chill.execute/execute.exp: rewrite of testsuite driver
9672         * lib/chill.exp: rewrite of testsuite driver
9673         * config/unix-chill.exp: rewrite of testsuite driver
9674
9675 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9676
9677     In chill.execute:
9678         * iexpr.ch: Standardize uppercase.
9679         * tuples.dat: Standardize uppercase.
9680         * vary.ch: standardize.  Correct varying string assignments.
9681         * vary.dat: Add new output lines.
9682
9683 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
9684
9685     In chill.execute:
9686         * chprintf.ch: Standardize use of uppercase.
9687         * tuples.ch: Standardize and turn arr2 into a DCL,
9688           rather than a SYN.
9689         * pinits.ch: Standardize.
9690
9691 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9692
9693         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
9694         * Makefil: Renamed to Makefile.in.
9695         * configure.in: New.
9696
9697 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9698
9699     In chill.execute:
9700         * .cvsignore: Add result/output files.
9701         * Makefile: Fix up variables at start.  Use MFLAGS
9702           everywhere.  Correct bool_loc, built_ins entries.
9703           Add entry for vary1.ch.
9704         * bitarray.ch: Standardize upper-case usage.
9705         * bitexpr.ch: Standardize, add output of b1.
9706         * params.ch: Use arrayt in along PROC parameters, to
9707           avoid novelty problems.
9708         * sets.ch: Tiny cleanup.
9709         * vary1.ch: Re-indent.
9710
9711 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
9712
9713           * Add PR-related files to Makefiles, .cvsignore files, etc.
9714
9715 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9716
9717         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
9718           with compiler objects. New names are test-flow.c and test-loop.c
9719
9720 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9721
9722         * Upgraded c-torture tests from 1.19 to 1.20
9723
9724         * new files:
9725         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
9726         * gcc.compile: 930623-1.c 930623-2.c
9727         * gcc.noncompile: 930622-1.c 930622-2.c
9728         * gcc.failure: 920411-1.c 920627-2.c
9729         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
9730
9731 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9732
9733         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9734           More changes to get testsuite working properly. Needs more work.
9735           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
9736
9737 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9738
9739         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9740           More changes to get testsuite working properly. Needs more work.
9741
9742 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
9743
9744         * chill.compile/compile.exp: Added for Dejagnu support
9745         * chill.execute/execute.exp: Added for Dejagnu support
9746         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
9747
9748 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
9749
9750     This should complete moving the CHILL test files.
9751         * chill.noncompile(.cvsignore printf.grt
9752             in-printf.grt chprintf.grt chprintf.ch):
9753             Added test-support files.
9754           (Makefile): Modified further.
9755         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
9756             signal.ch): Added test files.
9757           * chill.execute (.cvsignore printf.grt printr.c
9758             in-printf.grt rts.c chprintf.grt rts.h): Added
9759           test-support files.
9760             (Makefile): More corrections.
9761
9762 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
9763
9764         * chill.compile, chill.execute, chill.nocompile: Add CHILL
9765           test cases, ready for DejaGnu.
9766
9767 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9768
9769         * Upgraded c-torture tests from 1.18 to 1.19
9770
9771         * gcc.compile: added test(s):
9772           930607-1.c
9773         * gcc.execute: added test(s):
9774           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
9775
9776         * added new subdirectory for misc tests: gcc.misc-tests
9777         * gcc.misc-test(s): added tests:
9778           inst-check.c test-consts.c test-ior.c test-switch.c
9779
9780 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9781
9782         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
9783
9784 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
9785
9786         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
9787
9788 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9789
9790         * Upgraded c-torture tests from 1.17 to 1.18
9791
9792 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9793
9794         * Upgraded c-torture tests from 1.12 to 1.17
9795
9796 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
9797
9798         * lib/old-dejagnu.exp:
9799           Fixed handling of XFAIL target triplets to correctly
9800           recognize wildcard characters.  Removed code that
9801           appended a unique id tag to the end of the file name
9802           printed out by the result of the testcases within a
9803           given test file.
9804
9805 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
9806
9807         * lib/old-dejagnu.exp:
9808           Reworked expected failure handling to trigger off of XFAIL
9809           keyword in keyphrase embeded in testcase source code. The
9810           XFAIL keyword must be at the end of the keyphrase line. It
9811           may optionally be followed by one or more target triplets.
9812           It has just occured that the handling of wildcards in the
9813           target triplet may not be correct.
9814
9815 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
9816
9817         * g++.old-deja/tests:
9818           Moved all subdirectories up one level into g++.old-deja .
9819
9820         * lib/old-dejagnu.exp:
9821           Fixed problem with CXXFLAGS not being properly reset, and being
9822           corrupted with extraneous "-c" compiler option.  This was
9823           causing binaries to not be generated for test that needed them.
9824           Modified strings passed to "pass" and "fail" so that individual
9825           tests from the same test file would be distinguished by an
9826           identifier appended to the test file name in the summary logs;
9827           this corrected a problem with erroneous diff logs.  Added code
9828           to search testcases for expected fail and unexpected pass keywords.
9829
9830 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9831
9832         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
9833
9834 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9835
9836         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
9837           Removed extraneous text from end of "Special g++ Options"
9838           keyphrase.
9839
9840         * lib/old-dejagnu.exp: Added pattern matching to look for new
9841           keywords, embedded in testcases comments, which will trigger
9842           calls to xpass and xfail.
9843
9844 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
9845
9846         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
9847           comments embedded in the testcases, especially the one looking for
9848           special compiler options, as well as the pattern matching for the
9849           compiler output again.
9850
9851 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
9852
9853         * lib/old-dejagnu.exp: Do a proper check of the return value for
9854           execute tests. Fixed several problems with the pattern matching
9855           of the compiler output which gave erroneous test results.
9856           Changed several of the test result messages to be more descriptive.
9857         * config/unix-g++.exp: Proc g++_load now actually works and
9858           executes the tests passed to it and returns a usable return
9859           value.
9860
9861 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9862
9863           * lib/gcc.exp: Exits gracefully if $CC is bogus.
9864
9865 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9866
9867         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
9868           Modified both files to properly execute the old style
9869           dejagnu tests. The previous versions of these files were
9870           experimental and did not function anything near correctly.
9871
9872 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
9873
9874         * Removed all Makefile.in and configure.in files. No configuration
9875         needed now.
9876
9877 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
9878
9879         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
9880
9881 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9882
9883         * gcc.compile/configure.in, gcc.unsorted/configure.in,
9884         gcc.special/configure.in, gcc.noncompile/configure.in,
9885         gcc.execute/configure.in, gcc.code_quality/configure.in,
9886         g++.other/configure.in, g++.old-deja/configure.in,
9887         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
9888         in srcname setting.
9889
9890 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9891
9892         * lib/udi.exp:  Fixed mondfe and mondfe_download.
9893         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
9894         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
9895
9896 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
9897
9898         * config/udi-gdb.exp: Check $shell_id after connecting to target.
9899         (gdb_exit): Don't remove *_soc files.
9900
9901 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
9902
9903         * lib/c-torture.exp: Don't look for main; instead always use -w
9904         -c.  This is how the c-torture tests work.  Remove the object
9905         file if the compilation succeeds.
9906         * gcc.execute/execute.exp: Remove executable if test passes.
9907         * gcc.noncompile/noncompile.exp: Every test is an expected
9908         failure.
9909         * gcc.special/special.exp: Added tests from c-torture 1.11,
9910         corrected use of existing test.
9911         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
9912         gcc.execute/920625-1.c: Updated to c-torture 1.11.
9913         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
9914         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
9915         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
9916         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
9917         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
9918         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
9919         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
9920         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
9921         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
9922         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
9923         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
9924         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
9925         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
9926         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
9927         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
9928         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
9929         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
9930         c-torture 1.11.
9931         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
9932         correspond to c-torture 1.11.
9933
9934         * New file.