OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / ChangeLog
1 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * g++.dg/template/ttp3.C: New test.
4
5         * g++.dg/template/friend2.C: New test.
6         * g++.old-deja/g++/brendan/crash8.C: Adjust location of error.
7
8 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
9
10         * g++.dg/other/ptrmem1.C: New test.
11         * g++.dg/other/ptrmem2.C: New test.
12
13 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
14
15         * g++.dg/template/ctor1.C: New test.
16
17 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
18
19         * g++.dg/template/friend2.C: New test.
20
21 2002-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
22
23         * gcc.dg/mmix-1.c: New test.
24
25 2001-12-31  Richard Henderson  <rth@redhat.com>
26
27         * gcc.dg/asm-5.c: New.
28
29 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
30
31         * g++.old-deja/g++.robertl/eb130.C: hash_set is now
32         in namespace __gnu_cxx
33
34 2001-12-30  Richard Henderson  <rth@redhat.com>
35
36         * gcc.dg/debug-6.c: New.
37
38 2001-12-30  Jakub Jelinek  <jakub@redhat.com>
39
40         * gcc.c-torture/compile/20011229-2.c: New test.
41
42 2001-12-29  Jakub Jelinek  <jakub@redhat.com>
43
44         * gcc.dg/debug-3.c: New test.
45         * gcc.dg/debug-4.c: New test.
46         * gcc.dg/debug-5.c: New test.
47
48 2001-12-29  Richard Henderson  <rth@redhat.com>
49
50         * g++.dg/eh/loop1.C: New.
51
52 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
53
54         * g++.dg/template/crash1.C: New test.
55
56 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
57
58         * g++.dg/other/const1.C: New test.
59
60 2001-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
61
62         * gcc.c-torture/compile/20011229-1.c: New test.
63
64 2001-12-28  Stan Shebs  <shebs@apple.com>
65
66         * lib/objc-torture.exp: Resync with c-torture.exp.
67         * lib/objc.exp: Load standard libraries.
68
69 2001-12-28  Jakub Jelinek  <jakub@redhat.com>
70
71         * gcc.dg/gnu89-init-1.c: Adjust for the new behaviour, add some
72         additional tests.
73
74 2001-12-27  Roger Sayle <roger@eyesopen.com>
75
76         * gcc.c-torture/execute/string-opt-16.c: New testcase.
77
78 2001-12-27  Richard Henderson  <rth@redhat.com>
79
80         * gcc.dg/debug-1.c, gcc.dg/debug-2.c: New.
81
82 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
83
84         * g++.dg/eh/ctor1.C: New test.
85         * g++.dg/other/error2.C: New test.
86
87 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
88
89         * g++.dg/other/init2.C: New test.
90
91 2001-12-24  Richard Henderson  <rth@redhat.com>
92
93         * gcc.dg/20011223-1.c: New.
94         * gcc.dg/inline-1.c: New.
95
96 2001-12-23  Richard Henderson  <rth@redhat.com>
97
98         * gcc.dg/asm-4.c: Test operand modifiers.
99
100 2001-12-23  Richard Henderson  <rth@redhat.com>
101
102         * gcc.c-torture/execute/20011219-1.c (main): Make "i" a long.
103
104 2001-12-23  Joseph S. Myers  <jsm28@cam.ac.uk>
105
106         * gcc.c-torture/execute/20011223-1.c: New test.
107
108 2001-12-21  Richard Henderson  <rth@redhat.com>
109
110         * gcc.dg/wtr-aggr-init-1.c: Test that __extension__ disables then
111         re-enables the warning.
112
113 2001-12-21  Richard Henderson  <rth@redhat.com>
114
115         * g++.old-deja/g++.eh/badalloc1.C (malloc): Fix typo.
116
117 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
118
119         * gcc.c-torture/compile/20011218-1.c: New test.
120
121 2001-12-20  Nick Clifton  <nickc@cambridge.redhat.com>
122
123         * gcc.misc-test/arm-isr.exp: New file.  Control running of the
124         arm-isr.c test.
125         * gcc.misc-tests/arm-isr.c: New file.  Test prologue and
126         epilogue generation for ARM ISR routines.
127
128 2001-12-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
129
130         * gcc.dg/format/builtin-1.c: Test unlocked stdio.
131         * gcc.dg/format/c90-printf-3.c: Likewise.
132         * gcc.dg/format/c99-printf-3.c: Likewise.
133         * gcc.dg/format/ext-1.c: Likewise.
134         * gcc.dg/format/ext-6.c: Likewise.
135         * gcc.dg/format/format.h: Prototype unlocked stdio.
136
137 2001-12-20  Richard Henderson  <rth@redhat.com>
138
139         * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.
140         (arena): Use it.
141         (malloc): Correct allocation logic.  Abort if we fill up the
142         arena before initialization complete.
143         (realloc): Correct allocation logic.
144
145 2001-12-20  Jakub Jelinek  <jakub@redhat.com>
146
147         * gcc.c-torture/compile/20011219-2.c: New test.
148
149         * gcc.c-torture/execute/20011219-1.c: New test.
150
151 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
152
153         * gcc.dg/special/ecos.exp:  wkali-1.c unsupported if
154         target does not support weak symbols.
155
156 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
157
158         * gcc.c-torture/compile/20011219-1.c: New test.
159
160 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
161
162         * g++.dg/other/error1.C: New test.
163
164 Mon Dec 17 14:31:42 2001  Jeffrey A Law  (law@redhat.com)
165
166         * gcc.c-torture/execute/20011217-1.c: New test.
167
168 Mon Dec 17 16:54:56 2001  Nicola Pero  <nicola@brainstorm.co.uk>
169
170         * objc.dg/special/: New directory.
171         * objc.dg/special/special.exp: New file.
172         * objc.dg/special/unclaimed-category-1.h: New file.
173         * objc.dg/special/unclaimed-category-1a.m: New file.
174         * objc.dg/special/unclaimed-category-1.m: New file.
175
176 2001-12-17  Andreas Jaeger  <aj@suse.de>
177
178         * gcc.c-torture/compile/20011217-2.c: New test.
179
180 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
181
182         * gcc.c-torture/compile/20011217-1.c: New test.
183
184 2001-12-14  Aldy Hernandez  <aldyh@redhat.com>
185
186         * testsuite/gcc.dg/20011214-1.c: New.
187
188 2001-12-13  Aldy Hernandez  <aldyh@redhat.com>
189
190         * gcc.dg/altivec-4.c: New.
191
192 2001-12-13  Hans-Peter Nilsson  <hp@axis.com>
193
194         * gcc.dg/20011113-1.c: New test.
195
196 2001-12-13  John David Anglin  <dave@hiauly1.hia.nrc.ca>
197
198         * g++.old-deja/g++.jason/template31.C: Remove templates for classes
199         std::__malloc_alloc_template<0> and
200         std::__default_alloc_template<false, 0>.
201
202 Thu Dec 13 10:35:33 2001  Nicola Pero  <n.pero@mi.flashnet.it>
203
204         * objc/execute/bf-21.m: New test.
205         * objc/execute/enumeration-1.m: New test.
206         * objc/execute/enumeration-2.m: New test.
207
208 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
209
210         * gcc.dg/gnu89-init-1.c: New test.
211
212 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
213
214         * g++.old-deja/g++.brendan/crash56.C: Adjust implicit typename.
215         * g++.old-deja/g++.jason/2371.C: Likewise.
216         * g++.old-deja/g++.jason/template33.C: Likewise.
217         * g++.old-deja/g++.jason/template34.C: Likewise.
218         * g++.old-deja/g++.jason/template36.C: Likewise.
219         * g++.old-deja/g++.oliva/typename1.C: Likewise.
220         * g++.old-deja/g++.oliva/typename2.C: Likewise.
221         * g++.old-deja/g++.other/typename1.C: Likewise.
222         * g++.old-deja/g++.pt/inherit2.C: Likewise.
223         * g++.old-deja/g++.pt/nontype5.C: Likewise.
224         * g++.old-deja/g++.pt/typename11.C: Likewise.
225         * g++.old-deja/g++.pt/typename14.C: Likewise.
226         * g++.old-deja/g++.pt/typename16.C: Likewise.
227         * g++.old-deja/g++.pt/typename3.C: Likewise.
228         * g++.old-deja/g++.pt/typename4.C: Likewise.
229         * g++.old-deja/g++.pt/typename5.C: Likewise.
230         * g++.old-deja/g++.pt/typename7.C: Likewise.
231         * g++.old-deja/g++.robertl/eb9.C: Likewise.
232
233 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
234
235         * g++.dg/other/linkage1.C: New test.
236         * g++.old-deja/g++.brendan/err-msg2.C: Alter to avoid two
237         specifiers.
238
239 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
240
241         * gcc.dg/concat.c: New test.
242
243 2001-12-11  Stan Shebs  <shebs@apple.com>
244
245         * objc/compile: New test directory.
246         * objc/compile/compile.exp: New expect script.
247         * objc/compile/20011211-1.m: New compile test.
248
249 2001-12-11  Jason Merrill  <jason@redhat.com>
250
251         * lib/prune.exp (prune_gcc_output): Also handle "In member
252         function".  So many permutations...
253
254 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
255
256         * g++.dg/template/typedef1.C: New test.
257
258 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
259
260         * g++.dg/other/copy1.C: New test.
261
262 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
263
264         * gcc.c-torture/execute/builtin-types-compatible-p.c: New.
265
266         * gcc.dg/builtin-choose-expr.c: New.
267
268 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
269
270         * gcc.dg/altivec-2.c: New.
271
272 2001-12-07  Richard Henderson  <rth@redhat.com>
273
274         * gcc.dg/cpp/ucs.c: Adjust expected warning for 64-bit hosts.
275
276 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
277
278         * gcc.dg/sparc-ret.c: New file, test return corruption bug for
279         ultrasparc.
280
281 Fri Dec  7 06:29:03 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
282
283         * g++-old.deja/g++.robertl/eb101.C: Deleted.
284
285 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
286
287         * gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
288         variable argument list.
289
290 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
291
292         * gcc.c-torture/execute/memcheck: Delete entire directory.
293         (files: blkarg.c blkarg.x driver.c driver.h t1.c t2.c t3.c
294         t4.c t5.c t6.c t7.c t8.c t9.c template memcheck.exp)
295
296 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
297
298         * gcc.dg/Wshadow-1.c: New test.
299
300 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
301
302         * gcc.c-torture/compile/20011130-1.c: New test.
303
304         * gcc.dg/noncompile/20011025-1.c: New test.
305
306         * g++.dg/other/anon-union.C: New test.
307
308         * gcc.c-torture/execute/20011024-1.c: New test.
309
310 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
311
312         * gcc.c-torture/execute/20000722-1.x,
313         gcc.c-torture/execute/20010123-1.x: Remove.
314         * gcc.c-torture/compile/init-3.c: Don't use a compound literal.
315         * gcc.dg/c90-complit-1.c, gcc.dg/c99-complit-1.c,
316         gcc.dg/c99-complit-2.c: New tests.
317
318 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
319
320         * g++.dg/inherit/base1.C: New test.
321
322 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
323
324         * g++.dg/other/stdarg1.C: New test.
325
326         * gcc.c-torture/compile/20011130-2.c: New test.
327
328 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
329
330         * gcc.c-torture/execute/builtin-prefetch-1.c: New test.
331         * gcc.c-torture/execute/builtin-prefetch-2.c: New test.
332         * gcc.c-torture/execute/builtin-prefetch-3.c: New test.
333         * gcc.c-torture/execute/builtin-prefetch-4.c: New test.
334         * gcc.c-torture/execute/builtin-prefetch-5.c: New test.
335         * gcc.dg/builtin-prefetch-1.c: New test.
336
337 2001-12-03  Jakub Jelinek  <jakub@redhat.com>
338
339         * gcc.dg/20011130-1.c: New test.
340
341 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
342
343         * g++.dg/other/scope1.C: New test.
344         * g++.dg/template/explicit-instantiation.C: Remove XFAIL
345
346 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
347
348         * gcc.dg/vla-init-1.c: New test.
349
350 2001-12-01  Geoff Keating  <geoffk@redhat.com>
351
352         * gcc.c-torture/compile/structs.c: New testcase from GDB.
353
354 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
355
356         * objc.dg/alias.m: Update.
357         * objc.dg/class-1.m: Update.
358         * objc.dg/const-str-1.m: Update.
359         * objc.dg/fwd-proto-1.m: Update.
360         * objc.dg/id-1.m: Update.
361         * objc.dg/super-class-1.m: Update.
362
363 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
364
365         * g++.old-deja/g++.pt/memtemp100.C: Remove non-standard
366         constructs.
367
368 Wed Nov 28 15:05:54 2001  Jeffrey A Law  (law@cygnus.com)
369
370         * gcc.c-torture/execute/20011128-1.c: New test.
371
372 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
373
374         * gcc.dg/20011127-1.c: New test.
375
376 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
377
378         * gcc.dg/format/strfmon-1.c: Update comments.  Adjust examples
379         from Austin Group draft 7.
380         * gcc.dg/format/xopen-1.c: Update comments.  Add tests for gaps in
381         scanf format arguments.
382         * gcc.dg/format/no-exargs-2.c: New test.
383
384 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
385
386         * g++.dg/abi/vbase8-4.C: New test.
387
388 2001-11-24  Ian Lance Taylor  <ian@airs.com>
389
390         * gcc.c-torture/execute/20011121-1.c: New test.
391
392 Fri Nov 23 15:55:44 2001  Jeffrey A Law  (law@cygnus.com)
393
394         * gcc.c-torture/execute/ieee/20011123-1.c: New test.
395
396 2001-11-23  Andreas Jaeger  <aj@suse.de>
397
398         * gcc.dg/cpp/charconst-2.c: New test.
399
400 2001-11-22  Geoffrey Keating  <geoffk@redhat.com>
401
402         * lib/old-dejagnu.exp (old-dejagnu): Copy extra source files
403         to the host if it is remote.  Let tests specify extra headers
404         they use.
405         * g++.old-deja/g++.abi/vtable3a.C: This uses 'vtable3.h'.
406         * g++.old-deja/g++.abi/vtable3b.C: This uses 'vtable3.h'.
407         * g++.old-deja/g++.abi/vtable3c.C: This uses 'vtable3.h'.
408         * g++.old-deja/g++.abi/vtable3d.C: This uses 'vtable3.h'.
409         * g++.old-deja/g++.abi/vtable3e.C: This uses 'vtable3.h'.
410         * g++.old-deja/g++.abi/vtable3f.C: This uses 'vtable3.h'.
411         * g++.old-deja/g++.abi/vtable3g.C: This uses 'vtable3.h'.
412         * g++.old-deja/g++.abi/vtable3h.C: This uses 'vtable3.h'.
413         * g++.old-deja/g++.abi/vtable3i.C: This uses 'vtable3.h'.
414         * g++.old-deja/g++.abi/vtable3j.C: This uses 'vtable3.h'.
415
416 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
417
418         * gcc.c-torture/execute/ieee/20000320-1.c: Fix patterns to work
419         for little endian ARMs.
420
421 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
422
423         * gcc.c-torture/compile/20011119-1.c: New test.
424         * gcc.c-torture/compile/20011119-2.c: New test.
425
426 2001-11-17  Aldy Hernandez  <aldyh@redhat.com>
427
428         * gcc.dg/altivec-1.c: Fix typo.
429
430 2001-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
431
432         * gcc.dg/c90-intconst-1.c, gcc.dg/c99-intconst-1.c: New tests.
433
434 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
435
436         * gcc.c-torture/compile/981006-1.x: Treat XScale like ARM.
437
438 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
439
440         * lib/g77.exp: Don't specify --rpath-link.
441
442         * gcc.dg/cpp/cpp.exp: For testing on a remote host, copy
443         across all the headers.
444         * gcc.dg/format/format.exp: For testing on a remote host,
445         copy format.h.
446
447         * gcc.c-torture/execute/20011008-3.c: Allow for small STACK_SIZE.
448         * gcc.c-torture/execute/930406-1.c: Likewise.
449         * gcc.c-torture/execute/comp-goto-1.c: Likewise.
450
451 2001-11-19  Aldy Hernandez  <aldyh@redhat.com>
452
453         * gcc.dg/altivec-1.c: New.
454
455 2001-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
456
457         * gcc.dg/cpp/fpreprocessed.c: New test case.
458
459 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
460
461         * gcc.dg/cpp/assert_trad1.c, gcc.dg/cpp/tr-paste.c,
462         gcc.dg/cpp/tr-str.c: Use -traditional-cpp instead of -traditional.
463         * gcc.dg/ext-glob.c: Expect -traditional deprecation warning.
464
465 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
466
467         * gcc.dg/no-builtin-1.c: New test.
468
469 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
470
471         * gcc.c-torture/execute/20011115-1.c: New test.
472
473 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
474
475         * gcc.c-torture/compile/20011114-2.c: New test.
476         * gcc.c-torture/compile/20011114-3.c: New test.
477         * gcc.c-torture/compile/20011114-4.c: New test.
478
479 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
480
481         * g++.dg/other/init1.C: New test.
482
483 2001-11-14  Geoffrey Keating  <geoffk@redhat.com>
484
485         * gcc.dg/noncompile/920923-1.c: xstormy16 produces an extra error
486         message.
487
488         * gcc.c-torture/execute/20011114-1.c: New testcase.
489
490         * gcc.c-torture/compile/20010327-1.c: Revert last change.
491         * gcc.c-torture/compile/20011114-1.c: New test, exactly
492         like the (before this change) version of 20010327-1.c.
493
494 2001-11-14  Roger Sayle <roger@eyesopen.com>
495
496         * gcc.c-torture/execute/string-opt-13.c: New testcase.
497
498 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
499
500         * g++.dg/init/array2.C: New test.
501
502 2001-11-14  Alexandre Oliva  <aoliva@redhat.com>
503
504         * gcc.c-torture/execute/20010122-1.c: Prevent unwanted inlining.
505
506 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
507
508         * g++.dg/other/forscope1.C: New test.
509         * g++.dg/ext/forscope1.C: New test.
510         * g++.dg/ext/forscope2.C: New test.
511
512 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
513
514         * gcc.c-torture/execute/20011113-1.c: New test.
515
516 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
517
518         * gcc.c-torture/execute/20011109-2.c: New test.
519
520         * gcc.c-torture/execute/20011109-1.c: New test.
521
522 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
523
524         * gcc.c-torture/compile/20011109-1.c: New test.
525
526 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
527
528         * g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
529         * g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
530         * g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
531         * g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
532         * gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
533         * gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
534         * gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
535
536 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
537
538         * g++.dg/warn/Wshadow-1.C: New tests.
539         * g++.old-deja/g++.mike/for3.C: Update.
540
541 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
542
543         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-array-lval-2.c,
544         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-array-lval-2.c: Remove
545         XFAILs.  Adjust expected error texts.
546         * gcc.c-torture/compile/20011106-1.c,
547         gcc.c-torture/compile/20011106-2.c, gcc.dg/c90-array-lval-3.c,
548         gcc.dg/c90-array-lval-4.c, gcc.dg/c90-array-lval-5.c,
549         gcc.dg/c99-array-lval-3.c, gcc.dg/c99-array-lval-4.c,
550         gcc.dg/c99-array-lval-5.c: New tests.
551
552 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
553
554         * gcc.dg/cpp/defined.c: Update.
555
556 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
557
558         * gcc.c-torture/execute/anon-1.c: New test.
559
560 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
561
562         * g++.old-deja/g++.bugs/900227_01.C: short and pointer are the
563         same size, so no warning should be produced on stormy16.
564
565         * g++.old-deja/g++.eh/badalloc1.C: Will always fail on stormy16
566         due to oversized array.
567         * g++.old-deja/g++.mike/ns15.C: Likewise.
568         * g++.old-deja/g++.pt/crash16.C: Likewise.
569
570 2001-11-02  Graham Stott  <grahams@redhat.com>
571
572         * g++.dgother/debug1.C: Fix typos.
573
574 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
575
576         * g++.dg/other/debug1.C: New test.
577
578 2001-11-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
579
580         * gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
581         of unsigned long.
582
583 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
584
585         * gcc.dg/20011029-2.c: New test.
586
587         * gcc.c-torture/compile/20011029-1.c: New test.
588
589 Mon Oct 29 21:19:53 2001  Nicola Pero  <n.pero@mi.flashnet.it>
590
591         * objc/execute/class_self-1.m: New test.
592         * objc/execute/class_self-2.m: New test.
593
594 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
595
596         * gcc.misc-tests/msgs.exp: Delete.
597         * gcc.misc-tests/m-un-1.c: Move to gcc.dg.
598         * gcc.misc-tests/m-un-2.c: Move to gcc.dg.  Update expected
599         error set to match recent changes.
600
601 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
602
603         * gcc.dg/20011021-1.c: New test.
604
605 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
606
607         * gcc.c-torture/compile/20011023-1.c: New test.
608
609 2001-10-23  Geoffrey Keating  <geoffk@redhat.com>
610
611         * lib/g77.exp: Rewrite based on lib/g++.exp.
612
613 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
614
615         * gcc.c-torture/execute/20011019-1.c: New test.
616
617         * gcc.dg/20011018-1.c: New test.
618
619 2001-10-19  NIIBE Yutaka  <gniibe@m17n.org>
620
621         * gcc.c-torture/execute/ieee/ieee.exp: Change sh-*-* to sh*-*-*.
622
623 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
624
625         * gcc.dg/attr-noinline.c, gcc.dg/attr-used.c: New tests.
626         * gcc.dg/attr-invalid.c: Likewise.
627
628 2001-10-18  Jakub Jelinek  <jakub@redhat.com>
629
630         * testsuite/gcc.dg/20011015-1.c: New test.
631
632 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
633
634         * g++.dg/template/unify2.C: New test.
635
636 2001-10-14  Richard Sandiford  <rsandifo@redhat.com>
637
638         * g++.dg/other/exception-specification.C: New test
639
640 2001-10-13  Tom Rix  <trix@redhat.com>
641
642         * gcc.c-torture/execute/990826-0.x: AIX XFAIL -msoft-float.
643         * gcc.c-torture/execute/980709-1.x: AIX XFAIL -msoft-float.
644
645 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
646
647         * testsuite/gcc.dg/20011009-1.c: New test.
648
649 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
650
651         PR g++/4476
652         * g++.dg/other/friend1.C: New test.
653
654 2001-10-11  Richard Henderson  <rth@redhat.com>
655
656         * g++.old-deja/g++.other/crash18.C: Add -S to options.
657
658 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
659
660         * gcc.c-torture/compile/20011010-1.c: New.
661
662 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
663
664         * consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
665         g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
666         g77.f-torture/execute/execute.exp,
667         g77.f-torture/noncompile/noncompile.exp,
668         gcc.c-torture/compile/compile.exp,
669         gcc.c-torture/execute/execute.exp,
670         gcc.c-torture/execute/ieee/ieee.exp,
671         gcc.c-torture/execute/memcheck/memcheck.exp,
672         gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
673         objc/execute/execute.exp: Update FSF address.
674
675 2001-10-09  Neil Booth  <neil@daikokuya.demon.co.uk>
676
677         * gcc.dg/cpp/cmdlne-C.c: Update.
678         * gcc.dg/cpp/cmdlne-C2.c: New.
679
680 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
681
682         * gcc.c-torture/execute/20011008-3.c: New.
683
684 2001-10-08  DJ Delorie  <dj@redhat.com>
685
686         * gcc.dg/20011008-1.c: New.
687         * gcc.dg/20011008-2.c: New.
688
689 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
690
691         * gcc.dg/cpp/spacing1.c: Update test.
692
693 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
694
695         * gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
696         spelling errors of "separate" as "seperate".
697
698 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
699
700         * gcc.c-torture/execute/20010122-1.c: Don't assume alloca() is
701         enough to avoid inlining.
702
703 2001-10-04  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
704
705         * lib/g77.exp: set libg2c_dir correctly.
706
707 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
708
709         * gcc.dg/cpp/macro11.c: New test.
710
711 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
712
713         * g++.dg/warn/format2.C, gcc.dg/format/attr-7.c,
714         gcc.dg/format/multattr-1.c, gcc.dg/format/multattr-2.c,
715         gcc.dg/format/multattr-3.c: New tests.
716         * gcc.dg/format/attr-3.c: Update expected error texts.  Remove
717         tests for format attributes on function pointers being rejected.
718
719 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
720
721         * gcc.dg/format/attr-5.c, gcc.dg/format/attr-6.c: New tests.
722
723 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
724
725         * g++.dg/warn/format1.C: New test.
726
727 2001-10-01  Neil Booth  <neil@daikokuya.demon.co.uk>
728
729         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: Correct tests.
730
731 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
732
733         * mi6.c, mi6a.h, mi6b.h, mi6c.h, mi6d.h, mi6e.h: New test.
734
735 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
736
737         * gcc.dg/cpp/redef2.c: Add test.
738
739 2001-09-27  Geoffrey Keating  <geoffk@redhat.com>
740
741         * gcc.c-torture/execute/loop-2e.x: This is a manifestation of a
742         long-standing bug on i686, apparently.
743         * gcc.c-torture/execute/loop-2c.x: New file.
744         * gcc.c-torture/execute/loop-2d.x: New file.
745         * gcc.c-torture/execute/loop-3c.x: New file.
746
747 2001-09-25  Neil Booth  <neil@daikokuya.demon.co.uk>
748
749         * gcc.dg/cpp/20000625-2.c: Correct line number.
750
751 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
752
753         * gcc.dg/cpp/macro10.c: New test.
754         * gcc.dg/cpp/strify3.c: New test.
755         * gcc.dg/cpp/spacing1.c: Add tests.
756         * gcc.dg/cpp/19990703-1.c: Remove bogus test.
757         * gcc.dg/cpp/20000625-2.c: Fudge to pass.
758
759 2001-09-24  DJ Delorie  <dj@redhat.com>
760
761         * gcc.c-torture/execute/20010924-1.c: New test.
762
763 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
764
765         * testsuite/objc/execute/paste.m: Remove.
766
767 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
768
769         * gcc.dg/format/builtin-1.c, gcc.dg/format/ext-6.c: New tests.
770
771 2001-09-22  George Helffrich  <george@geo.titech.ac.jp>
772
773         * g77.dg/strlen0.f: New test.
774
775 2001-09-21  Richard Henderson  <rth@redhat.com>
776
777         * g++.old-deja/g++.abi/ptrmem.C: Update for ia64 c++ abi.
778         * g++.old-deja/g++.abi/vtable2.C: Likewise.
779
780 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
781
782         Table-driven attributes.
783         * g++.dg/ext/attrib1.C: New test.
784
785 2001-09-20  DJ Delorie  <dj@redhat.com>
786
787         * gcc.dg/20000926-1.c: Update expected warning messages.
788         * gcc.dg/array-2.c: Likewise, and test for warnings too.
789         * gcc.dg/array-4.c: Likewise, and don't verify the zero-length
790         array.
791
792 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
793
794         * g++.dg/eh/registers1.C: New test case.
795
796 2001-09-17  Richard Henderson  <rth@redhat.com>
797
798         * gcc.dg/array-5.c: Fix VLA decomposition test.
799
800 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
801
802         * gcc.dg/cpp/line5.c: New testcase.
803
804 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
805
806         * gcc.dg/cpp/macro9.c: New test.
807
808 2001-09-15  Aldy Hernandez  <aldyh@redhat.com>
809
810         * gcc.c-torture/execute/980223.c: Change type of addr from long
811         to char *.
812
813 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
814
815         * gcc.c-torture/execute/20010915-1.c: New test.
816
817 2001-09-14  Janis Johnson  <janis187@us.ibm.com>
818
819         * g77.dg/bprob: New directory.
820         * g77.dg/bprob/bprob.exp: New file.
821         * g77.dg/bprob/bprob-1.f: New test.
822         * g77.dg/gcov: New directory.
823         * g77.dg/gcov/gcov.exp: New file.
824         * g77.dg/gcov/gcov-1.f: New test.
825         * g77.dg/gcov/gcov-1.x: New file.
826
827 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
828
829         * gcc.dg/cpp/directiv.c: Update.
830         * gcc.dg/cpp/undef1.c: Update.
831
832 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
833
834         * gcc.dg/20010912-1.c: New test.
835
836 2001-09-11  Janis Johnson  <janis187@us.ibm.com>
837
838         * gcc.misc-tests/gcov.exp: Move almost everything to a new,
839         language-independent file in lib.
840         * lib/gcov.exp: New file.
841
842 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
843
844         * gcc.c-torture/compile/20010911-1.c: New test.
845
846 2001-09-10  Janis Johnson  <janis187@us.ibm.com>
847
848         * lib/profopt.exp: New, to support profile-directed optimizations.
849         * gcc.misc-tests/bprob.exp: New, to support branch profiling in C.
850         * gcc.misc-tests/bprob-1.c: New test.
851         * gcc.misc-tests/bprob-2.c: New test.
852
853 2001-09-07  Janis Johnson  <janis187@us.ibm.com>
854
855         * gcc.misc-tests/gcov.exp: Add support for a .x file to control
856         XFAIL and which kinds of gcov output to verify.
857         * gcc.misc-tests/gcov-4b.x: New file.
858         * gcc.misc-tests/gcov-5b.x: New file.
859         * gcc.misc-tests/gcov-6.x: New file.
860         * gcc.misc-tests/gcov-7.c: New test.
861         * gcc.misc-tests/gcov-7.x: New file.
862
863 2001-09-06  Janis Johnson  <janis187@us.ibm.com>
864
865         * gcc.misc-tests/gcov.exp: Add support for call return percentages.
866         * gcc.misc-tests/gcov-6.c: New test.
867
868 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
869
870         PR c++/3986
871         * g++.dg/abi/vbase1.C: New test.
872
873 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
874
875         * objc.dg/method-2.m: New.
876
877 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
878
879         PR c++/4203
880         * g++.old-deja/g++.other/empty1.C: XFAIL. See PR c++/4222
881         * g++.dg/init/empty1.C: New test.
882
883 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
884
885         * gcc.c-torture/compile/20010903-1.c: New test.
886
887 2001-08-31  Roman Zippel  <zippel@linux-m68k.org>
888
889         * testsuite/gcc.c-torture/execute/ieee/ieee.exp: Add -ffloat-store
890         for m68k.
891
892 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
893
894         * g++.dg/abi/empty4.C: Allow for 16-bit ints.
895
896         * g++.dg/special/initp1.C (X): Allow for 16-bit ints.
897
898         * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE.
899
900 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
901
902         * gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow
903         for 16-bit 'unsigned int'.
904
905 2001-08-29  Kazu Hirata  <kazu@hxi.com>
906
907         * gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.
908
909 2001-08-27  Richard Henderson  <rth@redhat.com>
910
911         * gcc.c-torture/execute/ieee/fp-cmp-4.c (main): Make "data" static.
912         * gcc.c-torture/execute/ieee/fp-cmp-5.c: New.
913
914 2001-08-25  Aldy Hernandez  <aldyh@redhat.com>
915
916         * gcc.dg/asm-names.c (ymain): New.
917
918 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
919
920         * gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
921         * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
922         * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
923
924 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
925
926         * gcc.dg/compare5.c: New testcase.
927
928 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
929
930         * lib/prune.exp (prune_gcc_output): Also ignore "In constructor"
931         and "In instantiation".
932
933 2001-08-21  Aldy Hernandez  <aldyh@redhat.com>
934
935         * gcc.c-torture/execute/divmod-1.c: Convert to ANSI.
936
937 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
938
939         * gcc.misc-tests/gcov.exp: Add support for branch information.
940         * gcc.misc-tests/gcov-2.c: Change to invoke gcov and clean up.
941         * gcc.misc-tests/gcov-4.c: New test.
942         * gcc.misc-tests/gcov-4b.c: New test.
943         * gcc.misc-tests/gcov-5b.c: New test.
944
945 2001-08-20  Zack Weinberg  <zackw@panix.com>
946
947         * gcc.c-torture/execute/20000801-4.x: Delete, test no longer
948         expected to fail.
949
950 2001-08-19  John David Anglin  <dave@hiauly1.hia.nrc.ca>
951
952         * g++.dg/special/ecos.exp (initp1.C): Run initp1.C test.
953
954 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
955
956         * g++.dg/eh/template1.C: New test.
957
958 2001-08-16  David Billinghurst  <David.Billinghurst@riotinto.com>
959
960         * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail.
961         Fix thinko.
962         * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1
963         for xfail.
964
965 2001-08-14  David Billinghurst  <David.Billinghurst@riotinto.com>
966
967         * lib/g77-dg.exp:  Use prune.exp for common procedures
968         (g77-dg-prune): Replace prune_g77_output with prune_gcc_output
969         * lib/g77.exp: (g77-dg-prune) Remove
970
971 2001-08-13  Jason Merrill  <jason_merrill@redhat.com>
972
973         * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.
974
975 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
976
977         * g++.dg/template/unify1.C: New test.
978
979 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
980
981         * g++.dg/abi/empty4.C: New test.
982
983 2001-08-06  David Billinghurst  <David.Billinghurst@riotinto.com>
984
985         * g77.f-torture/execute/f90-intrinsic-bit.x: XFAIL on irix6.* and
986         solaris2.*
987         * g77.f-torture/compile/pr3743.x: Likewise
988
989 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
990
991         * g++.dg/other/using-declaration.C: New test.
992
993 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
994
995         * gcc.dg/cpp/tr-sign.c: New testcase.
996
997 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
998
999         * gcc.dg/cpp/19951025-1.c: Revert.
1000         * gcc.dg/cpp/directiv.c: We no longer process directives that
1001         interrupt macro arguments.
1002
1003 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
1004
1005         * gcc.dg/bconstp-1.c: New test.
1006
1007 2001-08-03  Richard Henderson  <rth@redhat.com>
1008
1009         * g++.dg/eh/filter1.C, g++.dg/eh/filter2.C: New tests.
1010
1011 2001-08-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1012
1013         * gcc.dg/cpp/19951025-1.c: Update.
1014
1015 2001-08-02  Jeffrey Oldham  <oldham@codesourcery.com>
1016
1017         * g77.dg/ff90-1.f (s): Fix reference of variable z,
1018         should be x.
1019
1020 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
1021
1022         Kill -fhonor-std.
1023         * g++.old-deja/g++.ns/ns14.C: Remove special options.
1024         * g++.old-deja/g++.other/std1.C: Likewise.
1025         * g++.old-deja/g++.robertl/eb133.C: Likewise. Add using directive.
1026
1027 2001-08-01  David Billinghurst <David.Billinghurst@riotinto.com>
1028
1029         * lib/g77.exp:  Load gcc-defs.exp for common procedures
1030         (g77_pass, g77_fail, g77_finish, g77_exit,
1031         ${tool}_check_unsupported_p} Now redundant.  Deleted.
1032
1033 2001-08-01 David Billinghurst <David.Billinghurst@riotinto.com>
1034
1035         * g77.dg/fbackslash.f
1036         * g77.dg/fcase-preserve.f
1037         * g77.dg/ff90-1.f
1038         * g77.dg/ffixed-line-length-0.f
1039         * g77.dg/ffixed-line-length-132.f
1040         * g77.dg/ffixed-line-length-7.f
1041         * g77.dg/ffixed-line-length-72.f
1042         * g77.dg/ffixed-line-length-none.f
1043         * g77.dg/ffree-form-1.f
1044         * g77.dg/fno-backslash.f
1045         * g77.dg/fno-f90-1.f
1046         * g77.dg/fno-fixed-form-1.f
1047         * g77.dg/fno-onetrip.f
1048         * g77.dg/fno-typeless-boz.f
1049         * g77.dg/fno-underscoring.f
1050         * g77.dg/fno-vxt-1.f
1051         * g77.dg/fonetrip.f
1052         * g77.dg/ftypeless-boz.f
1053         * g77.dg/fugly-assumed.f
1054         * g77.dg/funderscoring.f
1055         * g77.dg/fvxt-1.f
1056
1057 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
1058
1059         * objc.dg/fwd-proto-1.m: New.
1060         * objc.dg/local-decl-1.m: New.
1061         * objc.dg/naming-1.m: New.
1062         * objc.dg/naming-2.m: New.
1063         * objc.dg/proto-hier-1.m: New.
1064
1065 2001-07-31  Hans-Peter Nilsson  <hp@bitrange.com>
1066
1067         * gcc.dg/c99-scope-2.c: Don't generally assume adding more
1068         largest-type elements to a struct makes its size grow.
1069
1070 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1071
1072         * g++.dg/abi/vthunk1.C: New test.
1073
1074 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1075
1076         * g++.dg/abi/vbase8-22.C: New test.
1077
1078 2001-07-31  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1079
1080         * gcc.dg/cpp/macro8.c: New test.
1081
1082 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1083
1084         * g++.dg/abi/vbase8-21.C: New test.
1085
1086 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
1087
1088         * g++.dg/abi/vbase8-10.C: New test.
1089
1090 2001-07-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1091
1092         * lib/g++.exp (g++_set_ld_library_path): Renamed to
1093         ${tool}_set_ld_library_path.
1094         Changed caller.
1095         * lib/objc.exp (${tool}_set_ld_library_path): New, copied from
1096         g++.exp.
1097
1098 2001-07-26  Stan Cox <scox@redhat.com>
1099
1100         * lib/g++.exp (g++_exit, g++_check_unsupported_p): Removed.
1101         * lib/gcc.exp (gcc_check_compile, gcc_pass, gcc_fail, gcc_finish,
1102         gcc_exit, gcc_check_unsupported_p):
1103         Moved to gcc-deps.exp
1104         * gcc-deps.exp: New file.
1105
1106 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1107
1108         * g++.old-deja/g++.pt/defarg14.C: New test.
1109
1110 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1111
1112         * g++.old-deja/g++.other/lineno5.C: New test.
1113
1114 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1115
1116         * g++.old-deja/g++.pt/crash68.C: New test.
1117
1118 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
1119
1120         * g++.old-deja/g++.other/crash42.C: New test.
1121
1122 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
1123
1124         * gcc.dg/cpp/extratokens.c: Fix.
1125         * gcc.dg/cpp/skipping2.c: New tests.
1126
1127 2001-07-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1128
1129         * gcc.c-torture/execute/20010724-1.c: New file.
1130         * gcc.c-torture/execute/20010724-1.x: New file.
1131
1132 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1133
1134         * g++.old-deja/g++.other/cond7.C: New test.
1135
1136 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1137
1138         * g++.old-deja/g++.other/optimize4.C: New test.
1139
1140 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
1141
1142         * g++.old-deja/g++.abi/vbase8-5.C: New test.
1143
1144 2001-07-24  Jason Merrill  <jason_merrill@redhat.com>
1145
1146         * lib/scanasm.exp (scan-assembler*): Don't take "testcase" argument.
1147         * gcc.dg/asm-2.c, gcc.dg/asm-3.c, gcc.dg/asm-fs-1.c, gcc.dg/dll-1.c,
1148         gcc.dg/dll-3.c, gcc.dg/dll-4.c, gcc.dg/iftrap-1.c: Don't pass it.
1149         * g++.dg/mangle1.C, g++.dg/vtgc1.C: Likewise.
1150
1151         * lib/prune.exp (prune_gcc_output): Prune "Please submit a full
1152         bug report" message.
1153
1154         * g++.dg/dg.exp: Run tests from subdirectories other than "special".
1155         * g++.dg/ext/instantiate1.C: Move from old-deja.
1156
1157 2001-07-24  David Billinghurst <David.Billinghurst@riotinto.com>
1158
1159         * g77.f-torture/execute/intrinsic-unix-bessel.f: New test
1160         * g77.f-torture/execute/intrinsic-unix-erf.f: New test
1161         * g77.f-torture/execute/intrinsic-vax-cd.f: New test
1162         * g77.f-torture/execute/intrinsic-f2c-z.f: New test
1163
1164 Mon Jul 23 10:14:17 2001  Jeffrey A Law  (law@cygnus.com)
1165
1166         * gcc.c-torture/execute/20010723-1.c: New test.
1167
1168 2001-07-23  Ben Elliston  <bje@redhat.com>
1169
1170         * g++.old-deja/g++.other/enum5.C: Mark as XFAIL.
1171
1172 2001-07-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1173
1174         * gcc.c-torture/execute/ieee/ieee.exp: Only use -ffloat-store only on
1175         i[34567]86-*-*.
1176         Delete handling of ieee_multilib_flags.
1177         Pass -mieee for alpha*-*-* and sh-*-*.
1178         * gcc.c-torture/execute/20010114-2.c: Move into ieee subdir.
1179
1180 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
1181
1182         Remove old-abi tests.
1183         * g++.old-deja/g++.mike/p11116.C: Remove.
1184         * g++.old-deja/g++.eh/catchptr1.C: Remove old-abi ifdef.
1185
1186 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.org>
1187
1188         * g77.f-torture/compile/pr3743.f:  New test
1189
1190 2001-07-20  David Billinghurst <David.Billinghurst@riotinto.com>
1191
1192         * g77.f-torture/execute/f90-intrinsic-bit.f: New test
1193
1194 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1195
1196         * g++.old-deja/g++.pt/static3.C: Removed alpha*-*-osf* XFAIL.
1197         g++.old-deja/g++.pt/static6.C: Likewise.
1198         * lib/target-supports.exp (check_weak_available): alpha*-*-osf*
1199         supports weak symbols.
1200
1201 2001-07-18  Andreas Jaeger  <aj@suse.de>
1202
1203         * g++.dg/vtgc1.C: Revert patch from 2001-04-26 since vtable-gc is
1204         supported again.
1205
1206 2001-07-18  Andreas Jaeger  <aj@suse.de>
1207
1208         * gcc.dg/iftrap-1.c: Fix target line.
1209
1210 2001-07-17  Richard Henderson  <rth@redhat.com>
1211
1212         * gcc.c-torture/execute/20010717-1.c: New.
1213
1214 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1215
1216         * gcc.c-torture/compile/20010714-1.c, gcc.dg/format/attr-4.c: New
1217         tests.
1218
1219 2001-07-17  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1220
1221         * g++.old-deja/g++.robertl/eb130.C: Include the correct header file.
1222
1223 2001-07-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1224
1225         * gcc.c-torture/execute/20001229-1.c: Include <sys/proc.h> for
1226         UAC_SIGBUS, UAC_NOPRINT definitions.
1227
1228 Mon Jul 16 12:21:56 2001  Nicola Pero  <n.pero@mi.flashnet.it>
1229
1230         * objc/execute/object_is_class.m: New test.
1231         * objc/execute/object_is_meta_class.m: New test.
1232
1233 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
1234
1235         * g77.f-torture/execute/f90-intrinsic-numeric.f: Fix pasto.
1236         * g77.f-torture/execute/f90-intrinsic-mathematical.f: Fix pasto.
1237
1238 2001-01-15  David Billinghurst  <David.Billinghurst@riotinto.com>
1239
1240         * g77.f-torture/execute/f90-intrinsic-numeric.f: New test.
1241         * g77.f-torture/execute/f90-intrinsic-mathematical.f: New test.
1242
1243 2001-07-14  Richard Henderson  <rth@redhat.com>
1244
1245         * gcc.dg/iftrap-1.c: New.
1246
1247 2001-07-11  David Billinghurst  <David.Billinghurst@riotinto.com>
1248
1249         * g77.f-torture/execute/intrinsic77.f: New test.
1250
1251 2001-07-11  Janis Johnson <janis@us.ibm.com>
1252
1253         * gcc.misc-tests/gcov-3.c: New test.
1254
1255 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1256
1257         * gcc.c-torture/compile/20010711-1.c,
1258         * gcc.c-torture/compile/20010711-2.c: New tests.
1259
1260 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
1261
1262         * gcc.c-torture/execute/20010711-1.c: New test.
1263
1264 2001-07-11  Ben Elliston  <bje@redhat.com>
1265
1266         * g++.old-deja/g++.other/enum5.C: New test.
1267
1268 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
1269
1270         * lib/g++-dg.exp: Load file-format and target-supports like gcc.
1271         (g++-dg-prune): Call prune_gcc_output.
1272         * prune.exp: New file for prune_gcc_output.
1273         * lib/g++.exp, lib/gcc.exp: Load it.
1274
1275 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1276
1277         * gcc.c-torture/compile/20010701-1.c,
1278         g++.old-deja/g++.ext/attrib6.C: New tests.
1279
1280 Fri Jul  6 09:31:43 2001  Jeffrey A Law  (law@cygnus.com)
1281
1282         * gcc.c-torture/compile/20010706-1.c: New test.
1283
1284 2000-09-10  Michael Chamberlain <michael@chamberlain.net.au>
1285
1286         * gcc.misc-tests/mg.exp (compiler_output): Support tcl 8.3.1.
1287
1288 2001-06-28  Stan Shebs  <shebs@apple.com>
1289
1290         * gcc.dg/pragma-darwin.c: New test.
1291
1292 2001-06-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1293
1294         * lib/objc.exp (objc_target_compile): Don't need -lposix4 on any
1295         Solaris 2.[678] system.
1296
1297 2001-06-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1298
1299         * gcc.dg/20010622-1.c: New test.
1300
1301 2001-06-18  Stan Shebs  <shebs@apple.com>
1302
1303         * objc.dg: New directory.
1304         * objc.dg/dg.exp: New file.
1305         * objc.dg/alias.m: New.
1306         * objc.dg/class-1.m: New.
1307         * objc.dg/class-2.m: New.
1308         * objc.dg/const-str-1.m: New.
1309         * objc.dg/const-str-2.m: New.
1310         * objc.dg/id-1.m: New.
1311         * objc.dg/method-1.m: New.
1312         * objc.dg/super-class-1.m: New.
1313         * lib/objc-dg.exp: New file.
1314
1315 2001-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1316
1317         * g++.dg/mangle1.C: Modify regexp to test for `[: \t\n]' at end
1318         of label name.
1319
1320 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
1321
1322         * g++.old-deja/g++.abi/vbase8-9.C: New test.
1323
1324 2001-06-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1325
1326         * lib/objc.exp (objc_target_compile): Add ${rootme} to ld_library_path
1327         variable.
1328
1329 2001-06-12  Richard Henderson  <rth@redhat.com>
1330
1331         * g++.old-deja/g++.other/crash27.C: Don't XFAIL.
1332
1333 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1334
1335         * g++.old-deja/g++.abi/vbase5.C: New test.
1336         * g++.old-deja/g++.abi/vbase6.C: New test.
1337         * g++.old-deja/g++.abi/vbase7.C: New test.
1338
1339 2001-06-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1340
1341         * gcc.c-torture/compile/20010610-1.c: New test.
1342
1343 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
1344
1345         * g++.old-deja/g++.abi/vbase4.C: New test.
1346
1347 2001-06-11  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1348
1349         * gcc.c-torture/execute/920501-8.x: New file, sprintf() does not
1350         support %f for HC11/HC12 targets.
1351         * gcc.c-torture/execute/930513-1.x: New file, likewise.
1352         * gcc.c-torture/execute/980709-1.x: New file, pow() is not available
1353         on HC11/HC12 targets.
1354         * gcc.c-torture/execute/990826-0.x: New file, likewise for floor().
1355
1356 2001-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1357
1358         * gcc.dg/wchar_t-1.c: New file.
1359         * gcc.dg/wint_t-1.c: Likewise.
1360
1361 2001-06-11  Bernd Schmidt  <bernds@redhat.com>
1362
1363         * g++.old-deja/g++.other/stepanov_v1p2.C: Remove.
1364
1365 2001-06-11  Richard Henderson  <rth@redhat.com>
1366
1367         * g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.
1368
1369 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1370
1371         * gcc.c-torture/compile/20010611-1.c: New test.
1372
1373 2001-06-11  Joseph S. Myers  <jsm28@cam.ac.uk>
1374
1375         * gcc.dg/c99-tag-1.c: Add more tests.
1376
1377 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
1378
1379         * g++.old-deja/g++.abi/ptrmem.C: Take into account different
1380         representation on MN10300 and ARM/Thumb.
1381
1382 2001-06-10  Toon Moene  <toon@moene.indiv.nluug.nl>
1383
1384         * g77.f-torture/execute/20010610.f: New.
1385
1386 2001-06-09  David Billinghurst  <David.Billinghurst@riotinto.com>
1387
1388         * g++.dg/mangle1.C: Change regex to allow USER_LABEL_PREFIX == "_"
1389         names.
1390
1391 2001-06-09  Richard Henderson  <rth@redhat.com>
1392
1393         * gcc.c-torture/execute/ashrdi-1.c: New.
1394         * gcc.c-torture/execute/ashldi-1.c: New.
1395         * gcc.c-torture/execute/lshrdi-1.c: New.
1396
1397 2001-06-09  Ovidiu Predescu  <ovidiu@cup.hp.com>
1398
1399         * objc/execute/load-3.m: Added. Check sending +load to categories,
1400         in addition to classes.
1401
1402 2001-06-08  Stan Shebs  <shebs@apple.com>
1403
1404         * objc/execute/load-2.m: New test.  From Nicola Pero
1405         <n.pero@mi.flashnet.it>.
1406
1407 2001-06-08  Jakub Jelinek  <jakub@redhat.com>
1408
1409         * gcc.c-torture/execute/20010605-2.c: New test.
1410
1411 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1412
1413         * g++.old-deja/g++.abi/vbase2.C: New test.
1414         * g++.old-deja/g++.abi/vbase3.C: New test.
1415
1416 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
1417
1418         * g++.old-deja/g++.pt/friend49.C: New test.
1419
1420 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
1421
1422         * g++.old-deja/g++.ext/anon3.C: New test.
1423
1424 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
1425
1426         * g++.old-deja/g++.other/conv7.C: New test.
1427
1428 2001-06-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1429
1430         * gcc.c-torture/compile/20010605-2.c: New test.
1431
1432 2001-06-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1433
1434         * gcc.c-torture/execute/20010604-1.c: New test.
1435
1436 2001-06-04  Loren J. Rittle  <ljrittle@acm.org>
1437
1438         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 5.x.
1439
1440 2001-06-04  Jeffrey Oldham  <oldham@codesourcery.com>
1441
1442         * lib/g++.exp (g++_include_flags): Change `args' to gccpath's value.
1443         (g++_link_flags): Likewise.
1444         (g++_init): Pass gccpath's value to two previous functions.
1445
1446 2001-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1447
1448         * gcc.misc-tests/linkage.exp: Use wildcards when matching N32.
1449         Ensure logfile entry matches exec command line.
1450
1451 2001-05-31  Richard Henderson  <rth@redhat.com>
1452
1453         * gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
1454         * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
1455
1456 2001-05-30  David.Billinghurst  <David.Billinghurst@riotinto.com>
1457
1458         * gcc.misc-tests/linkage.exp: Pass appropriate flags to native
1459         compiler for irix6.2
1460
1461 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
1462
1463         * g++.old-deja/g++.other/optimize3.C: New file.
1464
1465 2001-05-29  Jeffrey Oldham  <oldham@codesourcery.com>
1466
1467         * gcc.c-torture/compile/20010518-2.x: New file to compile, not
1468         assemble.
1469
1470 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
1471
1472         * g++.old-deja/g++.other/optimize2.C: New file.
1473
1474 2001-05-25  Diego Novillo  <dnovillo@redhat.com>
1475
1476         * gcc.c-torture/compile/20010518-2.c: New file.
1477         * gcc.c-torture/execute/20010518-1.c: New file.
1478         * gcc.c-torture/execute/20010518-2.c: New file.
1479
1480 2001-05-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1481
1482         * gcc.dg/c90-arraydecl-1.c, gcc.dg/c99-arraydecl-1.c: New tests.
1483
1484 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
1485
1486         G++ no longer defines builtins that do not begin with __builtin.
1487         * g++.old-deja/g++.abi/bitfields.C: Update accordingly.
1488         * g++.old-deja/g++.brendand/misc13.C: Likewise.
1489         * g++.old-deja/g++.law/builtin1.C: Likewise.
1490         * g++.old-deja/g++.law/cvt2.C: Likewise.
1491         * g++.old-deja/g++.mike/net5.C: Likewise.
1492         * g++.old-deja/g++.other/builtins1.C: Likewise.
1493         * g++.old-deja/g++.other/builtins2.C: Likewise.
1494         * g++.old-deja/g++.other/builtins3.C: Likewise.
1495         * g++.old-deja/g++.other/builtins4.C: Likewise.
1496         * g++.old-deja/g++.other/inline8.C: Likewise.
1497         * g++.old-deja/g++.robertl/eb39.C: Likewise.
1498
1499 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
1500
1501         * g++.old-deja/g++.pt/using1.C: Adjust.
1502         * g++.old-deja/g++.pt/using2.C: New test.
1503
1504 2001-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1505
1506         * gcc.dg/cpp/charconst.c: New tests.
1507         * gcc.dg/cpp/escape.c: New tests.
1508         * gcc.dg/cpp/escape-1.c: New tests.
1509         * gcc.dg/cpp/escape-2.c: New tests.
1510         * gcc.dg/cpp/ucs.c: New tests.
1511
1512 2001-05-23  David.Billinghurst <David.Billinghurst@riotinto.com>
1513
1514         * gcc.misc-tests/linkage.exp:  Pass appropriate flags to
1515         native compiler for irix6.5.
1516
1517 Wed May 23 2001  Jeffrey D. Oldham  <oldham@codesourcery.com>
1518
1519         * lib/g++.exp (g++_include_flags): Use args to compute
1520         get_multilibs.
1521         (g++_link_flags): Likewise.
1522         (g++_init): Pass TOOL_OPTIONS as arguments to two above functions.
1523
1524 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
1525
1526         * gcc.dg/c90-hexfloat-1.c: Add more tests.
1527
1528 2001-05-21  Geoff Keating  <geoffk@redhat.com>
1529
1530         * gcc.c-torture/compile/920520-1.x: Merge previous contents into
1531         this file.
1532
1533 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1534
1535         * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to
1536         STACK_SIZE;
1537         * gcc.c-torture/compile/991214-2.c (HISTO_SIZE): Define according
1538         to STACK_SIZE; Use it to define size of add_histo array.
1539         * gcc.c-torture/compile/920723-1.c (GITT_SIZE): Define according
1540         to STACK_SIZE.
1541         (f): Use GITT_SIZE to define size of gitt local table.
1542         * gcc.c-torture/compile/930621-1.c (BYTEMEM_SIZE): Define according
1543         to STACK_SIZE; Use it to define size of bytemem array.
1544
1545 2001-05-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1546
1547         * gcc.c-torture/compile/20000804-1.x: New file, this test fails
1548         on 68HC11/HC12 due to the asm instruction.
1549         * gcc.c-torture/compile/20001205-1.x: New file, ditto.
1550         * gcc.c-torture/compile/920520-1.x: Likewise.
1551         * gcc.c-torture/compile/20001226-1.x: New file, this test fails
1552         on 68HC11/HC12 because the function is larger than 64K.
1553         * gcc.c-torture/compile/961203-1.x: New file, this test fails
1554         on 68HC11/HC12 because the structure is too large.
1555
1556 2001-05-20  Richard Henderson  <rth@redhat.com>
1557
1558         * gcc.c-torture/execute/20010520-1.c: New.
1559
1560 2001-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1561
1562         * g++.old-deja/g++.warn/compare1.C: New test.
1563         * gcc.dg/compare4.c: New test.
1564
1565 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
1566
1567         * g++.old-deja/g++.other/optimize1.C: New test.
1568
1569 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1570
1571         * g++.old-deja/g++.pt/spec41.C: New test.
1572
1573 2001-05-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1574
1575         * gcc.c-torture/compile/20010114-1.x: Remove.
1576
1577 2001-05-18  Stan Shebs  <shebs@apple.com>
1578
1579         * gcc.c-torture/compile/20010518-1.c: New test.
1580
1581 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
1582
1583         * g++.old-deja/g++.pt/inherit2.C: Remove XFAIL.
1584         * g++.old-deja/g++.pt/crash67.C: New test.
1585
1586 2001-05-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
1587
1588         * g++.old-deja/g++.other/debug9.C: New test.
1589
1590 2001-05-16  Zack Weinberg  <zackw@stanford.edu>
1591
1592         * gcc.dg/complete-port.c: New (revised version of libgcc1-test.c)
1593
1594 Wed May 16 20:33:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
1595
1596         * gcc.c-torture/compile/20010516-1.c: New test.
1597
1598 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1599
1600         * g++.old-deja/g++.other/crash41.C: New test.
1601
1602 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
1603
1604         * g++.old-deja/g++.pt/crash66.C: New test.
1605
1606 2001-05-15  Benjamin Kosnik  <bkoz@redhat.com>
1607
1608         * g++.old-deja/g++.robertl/eb27.C: Convert.
1609
1610 2001-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
1611
1612         * g++.dg/friend-warn.C: New test.  Do not warn about friend
1613         declaration being redundant.
1614
1615 2001-05-15  Mark Mitchell (admin)  <mitchell@nunki.dbai.tuwien.ac.at>
1616
1617         * gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
1618
1619 2001-05-14  Mark Mitchell  <mark@codesourcery.com>
1620
1621         * lib/objc.exp: Add -lposix4 on Solaris 2.6 and Solaris 2.7.
1622
1623 2001-05-13  Benjamin Kosnik  <bkoz@redhat.com>
1624
1625         * lib/g++.exp: Use testsuite_flags.
1626
1627 2001-05-13  Mark Mitchell  <mark@codesourcery.com>
1628
1629         * gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
1630
1631 2001-05-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1632
1633         * gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.
1634
1635 2001-05-11  Mark Mitchell  <mark@codesourcery.com>
1636
1637         * lib/objc.exp: Add -lposix4 on Solaris 2.8.
1638
1639 2001-05-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1640
1641         * gcc.c-torture/compile/20010313-1.c: New test.
1642
1643 2001-05-09  Zack Weinberg  <zackw@stanford.edu>
1644
1645         * gcc.dg/cpp/direct2.c: New test.
1646         * gccq.dg/cpp/direct2s.c: New test.
1647
1648         * gcc.c-torture/execute/920730-1t.c: #undef __GNUC__ at head.
1649
1650 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
1651
1652         * g++.old-deja/g++.other/op2.C: Don't use `glob' as a variable.
1653         * g++.old-deja/g++.other/op3.C: Likewise.
1654
1655 2001-05-06  Neil Booth  <neil@daikokuya.demon.co.uk>
1656
1657         * gcc.dg/cpp/syshdr.h: New file.
1658         * gcc.dg/cpp/sysmac1.c: Update.
1659         * gcc.dg/cpp/sysmac2.c: Update.
1660
1661 2001-05-05  Neil Booth  <neil@daikokuya.demon.co.uk>
1662
1663         * gcc.dg/cpp/sysmac1.c,sysmac2.c: Return to original file.
1664
1665 2001-05-04  David Edelsohn  <edelsohn@gnu.org>
1666
1667         * gcc.c-torture/execute/20001227-1.c: Remove duplicate of
1668         gcc.c-torture/execute/20000412-3.c with no ChangeLog entry.
1669
1670 2001-05-04  Neil Booth  <neil@daikokuya.demon.co.uk>
1671
1672         * gcc.c-torture/execute/longlong.c: Update for 16 bit int issues.
1673
1674 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
1675
1676         * lib/g++.exp (g++_include_flags): Don't use any special flags
1677         if TESTING_IN_BUILD_TREE is not defined.
1678         (g++_init): Use a plain 'c++' as the compiler if
1679         TESTING_IN_BUILD_TREEE is not defined.
1680
1681 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1682
1683         * g++.old-deja/g++.eh/catch13.C: New test.
1684         * g++.old-deja/g++.eh/catch14.C: New test.
1685
1686 2001-05-02  Jakub Jelinek  <jakub@redhat.com>
1687
1688         * gcc.dg/cpp/tr-define.c: New test.
1689
1690 2001-05-01  Loren J. Rittle  <ljrittle@acm.org>
1691
1692         * g++.old-deja/g++.abi/cxa_vec.C: Get malloc() from
1693         <stdlib.h>, not <malloc.h>.
1694
1695 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1696
1697         * g++.old-deja/g++.ns/template17.C: New test.
1698
1699 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1700
1701         * g++.old-deja/g++.pt/ref4.C: New test.
1702
1703 2001-04-30  Richard Henderson  <rth@redhat.com>
1704
1705         * gcc.dg/20000724-1.c: Revert last change.
1706
1707 2001-04-30  Toon Moene  <toon@moene.indiv.nluug.nl>
1708
1709         * g77.f-torture/execute/20010430.f: New test.
1710
1711 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
1712
1713         * gcc.dg/20000724-1.c: Add a clobber of `esp'.
1714
1715 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1716
1717         * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
1718
1719 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1720
1721         * g++.old-deja/g++.eh/crash6.C: New test.
1722
1723 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1724
1725         * g++.old-deja/g++.other/warn7.C: New test.
1726
1727 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
1728
1729         * g++.old-deja/g++.other/defarg9.C: New test.
1730
1731 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1732
1733         * g77.f-torture/compile/20010426.f: New test.
1734         * g77.f-torture/execute/20010426.f: New test.
1735
1736 2001-04-26  Toon Moene  <toon@moene.indiv.nluug.nl>
1737
1738         * g77.f-torture/compile/20000629-1.x: Remove - error
1739         has been fixed.
1740
1741 Thu Apr 26 11:15:12 2001  Jeffrey A Law  (law@cygnus.com)
1742
1743         * g++.dg/special/initp1.C: Moved here from g++.old-deja/g++.ext.
1744         Tweak slightly to work with g++.dg framework.
1745         * g++.dg/special/ecos.exp: Run initp1.C test.
1746         * g++.old-deja/g++.ext/initp1.C: Moved to g++.dg/special.
1747
1748         * g++.old-deja/g++.ext/instantiate2.C: XFAIL for HPUX too since
1749         its linker doesn't give line numbers either.
1750         * g++.old-deja/g++.ext/instantiate3.C: Similarly.
1751
1752 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1753
1754         * g++.old-deja/g++.other/lex1.C: New test.
1755
1756 2001-04-26  Jakub Jelinek  <jakub@redhat.com>
1757
1758         * gcc.dg/noncompile/20010425-1.c: New test.
1759
1760 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
1761
1762         * g++.old-deja/g++.pt/mangle2.C: New test.
1763
1764 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1765
1766         * gcc.dg/format/plus-1.c: New test.
1767
1768 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1769
1770         * gcc.dg/20010423-1.c: New test.
1771
1772 2001-04-25  Jakub Jelinek  <jakub@redhat.com>
1773
1774         * gcc.c-torture/execute/20010422-1.c: New test.
1775
1776 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
1777
1778         * g++.old-deja/g++.ns/type2.C: New test.
1779
1780 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
1781
1782         * g++.old-deja/g++.other/perf1.C: New test.
1783
1784 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
1785
1786         * gcc.dg/c99-func-2.c: Remove xfail.
1787         * gcc.dg/c99-func-3.c: Remove xfail.
1788         * gcc.dg/c99-func-4.c: Remove xfail.
1789
1790 2001-04-23  Zack Weinberg  <zackw@stanford.edu>
1791
1792         * gcc.c-torture/execute/20010124-1.c: No longer expected to fail.
1793
1794 2001-04-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1795
1796         * gcc.c-torture/compile/20010423-1.c: New test.
1797
1798 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1799
1800         * g++.old-deja/g++.pt/typename28.C: New test.
1801
1802 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1803
1804         * g++.old-deja/g++.abi/empty2.C: New test.
1805         * g++.old-deja/g++.abi/empty3.C: New test.
1806
1807 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1808
1809         * g++.old-deja/g++.other/comdat2.C: New test.
1810         * g++.old-deja/g++.other/comdat2-aux.cc: Auxiliary source for it.
1811
1812 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1813
1814         * g++.old-deja/g++.other/overload14.C: New test.
1815
1816 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1817
1818         * g++.old-deja/g++.other/lookup23.C: New test.
1819
1820 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1821
1822         * gcc.c-torture/execute/20010403-1.c: New test.
1823
1824 2001-04-19  David Billinghurst <David.Billinghurst@riotinto.com>
1825             Mark Mitchell  <mark@codesourcery.com>
1826
1827         * lib/old-dejagnu.exp: Don't delete output of executable.
1828         Add .exe suffix to executables.
1829
1830 2001-04-18  Toon Moene  <toon@moene.indiv.nluug.nl>
1831
1832         * g77.f-torture/execute/short.x; Remove - Error has been fixed.
1833
1834 2001-04-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1835
1836         * gcc.dg/wtr-conversion-1.c: Don't test for width changes.
1837
1838 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1839
1840         * g++.old-deja/g++.abi/primary3.C (main): Correct expected layout.
1841         * g++.old-deja/g++.abi/crash1.C: New test.
1842
1843 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1844
1845         * g++.old-deja/g++.other/crash40.C: New test.
1846
1847 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1848
1849         * gcc.c-torture/execute/20010122-1.c: Fix declaration of alloca.
1850
1851 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
1852
1853         * g++.old-deja/g++.other/warn6.C: New test.
1854
1855 22001-04-11  Peter Schmid  <schmid@snake.iap.physik.tu-darmstadt.de>
1856
1857         * g++.old-deja/g++.robertl/eb42.C: Same.
1858
1859 001-04-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1860
1861         * gcc.dg/wtr-conversion-1.c: New testcase.
1862
1863 2001-04-10  Richard Henderson  <rth@redhat.com>
1864
1865         * g++.old-deja/g++.other/array5.C: New.
1866
1867 2001-04-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1868
1869         * gcc.c-torture/execute/20010408-1.c: New test.
1870
1871 2001-04-06  Benjamin Kosnik  <bkoz@redhat.com>
1872
1873         * g++.old-deja/g++.benjamin/15071.C (main): Update to conformant
1874         headers and constructs.
1875         * g++.old-deja/g++.robertl/eb79.C: Same.
1876         * g++.old-deja/g++.robertl/eb77.C (main): Same.
1877         * g++.old-deja/g++.robertl/eb73.C: Same.
1878         * g++.old-deja/g++.robertl/eb66.C (main): Same.
1879         * g++.old-deja/g++.robertl/eb55.C (t): Same.
1880         * g++.old-deja/g++.robertl/eb54.C (main): Same.
1881         * g++.old-deja/g++.robertl/eb46.C (main): Same.
1882         * g++.old-deja/g++.robertl/eb44.C: Same.
1883         * g++.old-deja/g++.robertl/eb41.C (main): Same.
1884         * g++.old-deja/g++.robertl/eb4.C (main): Same.
1885         * g++.old-deja/g++.robertl/eb39.C: Same.
1886         * g++.old-deja/g++.robertl/eb33.C (main): Same.
1887         * g++.old-deja/g++.robertl/eb31.C (main): Same.
1888         * g++.old-deja/g++.robertl/eb30.C: Same.
1889         * g++.old-deja/g++.robertl/eb3.C: Same.
1890         * g++.old-deja/g++.robertl/eb24.C (T>): Same.
1891         * g++.old-deja/g++.robertl/eb21.C: Same.
1892         * g++.old-deja/g++.robertl/eb15.C: Same.
1893         * g++.old-deja/g++.robertl/eb118.C: Same.
1894         * g++.old-deja/g++.robertl/eb115.C (main): Same.
1895         * g++.old-deja/g++.robertl/eb113.C (streambuf): Same.
1896         * g++.old-deja/g++.robertl/eb109.C: Same.
1897         * g++.old-deja/g++.other/sibcall1.C (main): Same.
1898         * g++.old-deja/g++.mike/rtti1.C: Same.
1899         * g++.old-deja/g++.mike/p658.C: Same.
1900         * g++.old-deja/g++.mike/net46.C: Same.
1901         * g++.old-deja/g++.mike/net34.C: Same.
1902         * g++.old-deja/g++.mike/memoize1.C: Same.
1903         * g++.old-deja/g++.mike/eh2.C: Same.
1904         * g++.old-deja/g++.law/weak.C: Same.
1905         * g++.old-deja/g++.law/visibility7.C: Same.
1906         * g++.old-deja/g++.law/visibility25.C: Same.
1907         * g++.old-deja/g++.law/visibility22.C: Same.
1908         * g++.old-deja/g++.law/visibility2.C: Same.
1909         * g++.old-deja/g++.law/visibility17.C: Same.
1910         * g++.old-deja/g++.law/visibility13.C: Same.
1911         * g++.old-deja/g++.law/visibility10.C: Same.
1912         * g++.old-deja/g++.law/visibility1.C: Same.
1913         * g++.old-deja/g++.law/virtual3.C (eval): Same.
1914         * g++.old-deja/g++.law/vbase1.C: Same.
1915         * g++.old-deja/g++.law/operators32.C: Same.
1916         * g++.old-deja/g++.law/nest3.C: Same.
1917         * g++.old-deja/g++.law/missed-error2.C (foo): Same.
1918         * g++.old-deja/g++.law/except5.C (main): Same.
1919         * g++.old-deja/g++.law/cvt7.C (run): Same.
1920         * g++.old-deja/g++.law/cvt2.C: Same.
1921         * g++.old-deja/g++.law/cvt16.C: Same.
1922         * g++.old-deja/g++.law/ctors6.C (bar): Same.
1923         * g++.old-deja/g++.law/ctors17.C (main): Same.
1924         * g++.old-deja/g++.law/ctors13.C: Same.
1925         * g++.old-deja/g++.law/ctors12.C (main): Same.
1926         * g++.old-deja/g++.law/ctors10.C: Same.
1927         * g++.old-deja/g++.law/code-gen5.C: Same.
1928         * g++.old-deja/g++.law/bad-error7.C: Same.
1929         * g++.old-deja/g++.law/arm9.C: Same.
1930         * g++.old-deja/g++.law/arm12.C: Same.
1931         * g++.old-deja/g++.law/arg8.C: Same.
1932         * g++.old-deja/g++.law/arg1.C: Same.
1933         * g++.old-deja/g++.jason/typeid1.C (struct foo): Same.
1934         * g++.old-deja/g++.jason/template31.C: Same.
1935         * g++.old-deja/g++.jason/template24.C (main): Same.
1936         * g++.old-deja/g++.jason/2371.C: Same.
1937         * g++.old-deja/g++.eh/new2.C: Same.
1938         * g++.old-deja/g++.eh/new1.C: Same.
1939         * g++.old-deja/g++.brendan/ptolemy2.C: Same.
1940         * g++.old-deja/g++.brendan/nest21.C (main): Same.
1941         * g++.old-deja/g++.brendan/err-msg3.C: Same.
1942         * g++.old-deja/g++.brendan/crash62.C: Same.
1943         * g++.old-deja/g++.brendan/crash52.C: Same.
1944         * g++.old-deja/g++.brendan/crash49.C (main): Same.
1945         * g++.old-deja/g++.brendan/crash38.C: Same.
1946         * g++.old-deja/g++.brendan/crash15.C (main): Same.
1947         * g++.old-deja/g++.brendan/copy9.C: Same.
1948
1949 Fri Apr  6 15:36:15 2001  J"orn Rennecke <amylaar@redhat.com>
1950
1951         * gcc.c-torture/execute/20001203-2.c (memset):
1952         Count argument is of type __SIZE_TYPE__.
1953
1954 2001-04-04  Diego Novillo  <dnovillo@redhat.com>
1955
1956         * gcc.c-torture/compile/20010404-1.c: New test.
1957
1958 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
1959
1960         * gcc.c-torture/compile/20010326-1.c: New test.
1961
1962 2001-04-03  Alexandre Oliva  <aoliva@redhat.com>
1963
1964         * g++.old-deja/g++.ext/instantiate1.C: Adjust to accommodate
1965         peculiarities of the SH.
1966         * g++.old-deja/g++.ext/instantiate2.C: Likewise.
1967
1968 2001-04-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1969
1970         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Renamed nan to dnan.
1971         * gcc.c-torture/execute/ieee/fp-cmp-3.c: Likewise.
1972         * gcc.c-torture/execute/ieee/fp-cmp-2.c: Renamed nan to fnan.
1973
1974 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1975
1976         * g77.f-torture/compile/20010321-1.f: New test.
1977
1978 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1979
1980         * gcc.c-torture/compile/20010329-1.c: New test.
1981
1982 2001-04-02  Jakub Jelinek  <jakub@redhat.com>
1983
1984         * gcc.c-torture/execute/20010329-1.c: New test.
1985
1986 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1987
1988         * g++.old-deja/g++.other/eh4.C: Fix typo.
1989
1990 2001-03-28  Loren J. Rittle  <ljrittle@acm.org>
1991
1992         * g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.
1993
1994 2001-03-28  Philip Blundell  <philb@gnu.org>
1995
1996         * gcc.c-torture/compile/20010328-1.c: New test.
1997
1998 2001-03-27  Richard Henderson  <rth@redhat.com>
1999
2000         * g++.old-deja/g++.eh/crash3.C: Don't use -fsjlj-exceptions.
2001         * g++.old-deja/g++.eh/vbase3.C: Likewise.
2002
2003 2001-03-27  Alan Modra  <alan@linuxcare.com.au>
2004
2005         * gcc.c-torture/compile/20010327-1.c: New test.
2006
2007 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
2008
2009         * g++.old-deja/g++.other/friend12.C: New test.
2010         * g++.old-deja/g++.other/friend9.C: Expect no errors.
2011         * g++.old-deja/g++.robertl/eb56.C: Make typedef public.
2012
2013 2001-03-25  Joseph S. Myers  <jsm28@cam.ac.uk>
2014
2015         * gcc.c-torture/execute/20010325-1.c: New test.
2016
2017 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
2018
2019         * g++.old-deja/g++.other/mangle3.C: New test.
2020
2021 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
2022
2023         * g++.old-deja/g++.other/anon8.C: New test.
2024
2025 2001-03-20  Philip Blundell  <philb@gnu.org>
2026
2027         * gcc.c-torture/compile/20010320-1.c: New test.
2028
2029 2001-03-17  Richard Henderson  <rth@redhat.com>
2030
2031         * g++.old-deja/g++.other/eh4.C: Add expected error text.
2032
2033 2001-03-15  Geoff Keating  <geoff@redhat.com>
2034
2035         * gcc.c-torture/execute/memcheck/memcheck.exp: Don't try to run these
2036         tests on AIX.
2037
2038 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2039
2040         * g++.old-deja/g++.other/eh4.C: New test.
2041
2042 2001-03-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2043
2044         * gcc.dg/cpp/mi1.c: Update.
2045
2046 2001-03-14  Jakub Jelinek  <jakub@redhat.com>
2047
2048         * g++.old-deja/g++.other/regstack.C: New test.
2049
2050 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
2051
2052         * g++.old-deja/g++.other/ref4.C: New test.
2053
2054 2001-03-11  Nicola Pero <n.pero@mi.flashnet.it>
2055
2056         * objc/execute/va_method.m: Added.
2057         * objc/execute/IMP.m: Added.
2058         * objc/execute/_cmd.m: Added.
2059         * objc/execute/accessing_ivars.m: Added.
2060         * objc/execute/class-1.m: Added.
2061         * objc/execute/class-10.m: Added.
2062         * objc/execute/class-11.m: Added.
2063         * objc/execute/class-12.m: Added.
2064         * objc/execute/class-13.m: Added.
2065         * objc/execute/class-14.m: Added.
2066         * objc/execute/class-2.m: Added.
2067         * objc/execute/class-3.m: Added.
2068         * objc/execute/class-4.m: Added.
2069         * objc/execute/class-5.m: Added.
2070         * objc/execute/class-6.m: Added.
2071         * objc/execute/class-7.m: Added.
2072         * objc/execute/class-8.m: Added.
2073         * objc/execute/class-9.m: Added.
2074         * objc/execute/class-tests-1.h
2075         * objc/execute/class-tests-2.h
2076         * objc/execute/compatibility_alias.m: Added.
2077         * objc/execute/encode-1.m: Added.
2078         * objc/execute/formal_protocol-1.m: Added.
2079         * objc/execute/formal_protocol-2.m: Added.
2080         * objc/execute/formal_protocol-3.m: Added.
2081         * objc/execute/formal_protocol-4.m: Added.
2082         * objc/execute/formal_protocol-5.m: Added.
2083         * objc/execute/formal_protocol-6.m: Added.
2084         * objc/execute/formal_protocol-7.m: Added.
2085         * objc/execute/informal_protocol.m: Added.
2086         * objc/execute/initialize.m: Added.
2087         * objc/execute/load.m: Added.
2088         * objc/execute/many_args_method.m: Added.
2089         * objc/execute/nested-3.m: Added.
2090         * objc/execute/no_clash.m: Added.
2091         * objc/execute/private.m: Added.
2092         * objc/execute/redefining_self.m: Added.
2093         * objc/execute/root_methods.m: Added.
2094         * objc/execute/selector-1.m: Added.
2095         * objc/execute/static-1.m: Added.
2096         * objc/execute/static-2.m: Added.
2097         * objc/execute/va_method.m: Added.
2098
2099 2001-03-10  Richard Henderson  <rth@redhat.com>
2100
2101         * g++.old-deja/g++.oliva/delete3.C (main): Catch the exception.
2102
2103 2001-03-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2104
2105         * g++.old-deja/g++.other/crash31.C: XFAIL.
2106         * g77.f-torture/execute/20010116.x: Conditional XFAIL.
2107         * g77.f-torture/execute/short.x: XFAIL -Os on x86.
2108         * gcc.c-torture/execute/20010123-1.x: XFAIL.
2109         * gcc.c-torture/execute/20010124-1.x: XFAIL.
2110         * gcc.dg/sequence-pt-1.c: XFAIL one test.
2111
2112 2001-03-06  Ovidiu Predescu  <ovidiu@cup.hp.com>
2113
2114         * objc/execute/nested-2.m: Added. Contributed by Nicola Pero.
2115
2116 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2117
2118         * gcc.dg/20000724-1.c: Don't use multiline strings.
2119
2120 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
2121
2122         * objc/execute/string1.m, objc/execute/string2.m: Compare the
2123         result of -cString against what we expect it to be; don't just
2124         print it out for no one to read.
2125
2126         * objc/execute/string3.m, objc/execute/string4.m: New tests.
2127         Based on testcases provided by Nicola Pero.
2128
2129 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2130
2131         * gcc.dg/cpp/macro7.c: New test.
2132
2133 2001-03-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2134
2135         * gcc.dg/cpp/multiline.c: Update.
2136
2137 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2138
2139         * g++.old-deja/g++.other/enum3.C: New test.
2140
2141 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2142
2143         * g++.old-deja/g++.other/pod1.C: New test.
2144
2145 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
2146
2147         * g++.old-deja/g++.ext/overload1.C: New test.
2148
2149 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2150
2151         * g++.old-deja/g++.pt/using1.C: New test.
2152
2153 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
2154
2155         * g++.old-deja/g++.other/using9.C: New test.
2156
2157 2001-02-28  Ovidiu Predescu  <ovidiu@cup.hp.com>
2158
2159         * objc/execute/bycopy-3.m: Added new test from Nicola Pero.
2160
2161         * objc/execute/protocol.m (main): Added patch from Nicola Pero.
2162
2163 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
2164
2165         * g++.old-deja/g++.ext/realpt1.C: Remove.
2166
2167 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
2168
2169         * g++.old-deja/g++.abi/vtable3.h: Check vcall offsets too.
2170
2171 2001-02-26  Will Cohen  <wcohen@redhat.com>
2172
2173         * gcc.c-torture/execute/ieee/20010226-1.c: New test.
2174
2175 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
2176
2177         * g++.old-deja/g++.pt/overload15.C: New test to stress overloaded
2178         templatized constructors.
2179
2180 2001-02-24  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2181
2182         * gcc.c-torture/execute/20010224-1.c: New test.
2183
2184 2001-02-23  Jakub Jelinek  <jakub@redhat.com>
2185
2186         * gcc.c-torture/execute/20010222-1.c: New test.
2187
2188 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
2189
2190         * g++.old-deja/g++.other/inline20.C: New test.
2191
2192 Wed Feb 21 12:38:22 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2193
2194         * objc/execute/nested-1.m: Added (contributed by Nicola Pero).
2195
2196 2001-02-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2197
2198         * g++.old-deja/g++.other/lookup22.C: New test.
2199
2200 2001-02-19  Zack Weinberg  <zackw@stanford.edu>
2201
2202         * g77.dg: New directory.
2203         * g77.dg/20010216-1.f: New test case.
2204         * g77.dg/dg.exp: New driver.
2205         * lib/g77-dg.exp: New driver library.
2206
2207 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2208
2209         * g++.old-deja/g++.other/inline19.c: Remove XFAIL.
2210
2211 2001-02-16  Gabriel Dos Reis <gdr@codesourcery.com>
2212
2213         * g++.old-deja/g++.other/decl9.C: New test.
2214
2215 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
2216
2217         * g++.old-deja/g++.other/init16.C: Update the test so that it does
2218         not need <string> and also tests the initialization at runtime.
2219
2220 2001-02-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2221
2222         * gcc.c-torture/execute/longlong.c: New test.
2223
2224 Wed Feb 14 21:41:17 2001  J"orn Rennecke <amylaar@redhat.com>
2225
2226         * g++.old-deja/g++.brendan/new2.C (main): Use sizeof.
2227
2228 Wed Feb 14 21:31:25 2001  J"orn Rennecke <amylaar@redhat.com>
2229
2230         * gcc.c-torture/execute/920302-1.c (execute):
2231         Change argument type to short.
2232
2233 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2234
2235         * g++.old-deja/g++.pt/deduct6.C: New test.
2236
2237 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
2238
2239         * g++.old-deja/g++.pt/deduct5.C: New test.
2240
2241 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * gcc.c-torture/execute/20010209-1.c: New test.
2244
2245 2001-02-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2246
2247         * gcc.dg/cpp/sysmac1.c, sysmac2.c: New tests.
2248
2249 2001-02-12  Geoffrey Keating  <geoffk@redhat.com>
2250
2251         * g++.dg/vtgc1.C: Update for new ABI.
2252
2253         * consistency.vlad: New directory, 1665 files.
2254
2255 2001-02-12  Joseph S. Myers  <jsm28@cam.ac.uk>
2256
2257         * gcc.dg/c99-impl-int-1.c: Use stricter error string for implicit
2258         return type.
2259         * gcc.dg/cpp/digraphs.c: Declare puts.
2260
2261 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2262
2263         * g++.old-deja/g++.other/warn5.C: New test.
2264
2265 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2266
2267         * g++.old-deja/g++.pt/spec40.C: New test.
2268
2269 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2270
2271         * g++.old-deja/g++.robertl/eb63.C: Remove new initializer list
2272         case.
2273         * g++.old-deja/g++.ext/arrnew.C: Deprecate.
2274
2275 2001-02-12  Jakub Jelinek  <jakub@redhat.com>
2276
2277         * gcc.c-torture/compile/20010209-1.c: New test.
2278
2279 2001-02-11  Jeffrey Oldham  <oldham@codesourcery.com>
2280
2281         * g++.old-deja/g++.other/crash26.C: XFAIL if parser produces
2282         excess errors message but not if it crashes.
2283         * g++.old-deja/g++.other/crash27.C: Likewise.
2284         * g++.old-deja/g++.other/crash28.C: Likewise.
2285         * g++.old-deja/g++.other/crash30.C: Likewise.
2286         * g++.old-deja/g++.other/crash32.C: Likewise.
2287         * g++.old-deja/g++.other/crash35.C: Likewise.
2288         * g++.old-deja/g++.pt/inherit2.C: Likewise.
2289
2290 2001-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
2291
2292         * config/default.exp, gcc.dg/cpp/cpp.exp, gcc.dg/dg.exp,
2293         gcc.dg/noncompile/noncompile.exp, gcc.dg/format/format.exp,
2294         g++.dg/dg.exp, g++.old-deja/old-deja.exp,
2295         g77.f-torture/execute/execute.exp,
2296         g77.f-torture/noncompile/noncompile.exp,
2297         gcc.c-torture/execute/execute.exp,
2298         gcc.c-torture/execute/memcheck/memcheck.exp,
2299         gcc.misc-tests/acker1.exp, gcc.misc-tests/dg-test.exp,
2300         gcc.misc-tests/dhry.exp, gcc.misc-tests/gcov.exp,
2301         gcc.misc-tests/linkage.exp, gcc.misc-tests/matrix1.exp,
2302         gcc.misc-tests/mg.exp, gcc.misc-tests/msgs.exp,
2303         gcc.misc-tests/sieve.exp, gcc.misc-tests/sort2.exp,
2304         lib/g++-dg.exp, lib/g++.exp, lib/g77.exp, lib/gcc-dg.exp,
2305         lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
2306         lib/old-dejagnu.exp, lib/scanasm.exp, objc/execute/execute.exp:
2307         Remove bug reporting instructions with ancient email addresses.
2308
2309 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2310
2311         * gcc.dg/20010202-1.c: New test.
2312         * gcc.dg/991209-1.c: Compile on whole ia32 family, not just i386.
2313
2314 2001-02-07  Zack Weinberg  <zack@wolery.stanford.edu>
2315
2316         * g++.dg/stdbool-if.C: New test.
2317
2318 Wed Feb  7 09:54:47 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2319
2320         * objc/execute/fdecl.m: Added main().
2321
2322 2001-02-07  Jakub Jelinek  <jakub@redhat.com>
2323
2324         * gcc.c-torture/execute/20010206-1.c: New test.
2325
2326 2001-02-06  Neil Booth  <neil@daikokuya.demon.co.uk>
2327
2328         * gcc.dg/cpp/avoidpaste1.c: Update.
2329
2330 Tue Feb  5 8:53:33 2001  Ovidiu Predescu  <ovidiu@cup.hp.com>
2331
2332         * objc/execute/bycopy-1.m, bycopy-2.m: Added new tests from Nicola
2333         Pero <nicola@brainstorm.co.uk>.
2334         * objc/execute/fdecl.m: Declare foo as pointer to AClass.
2335
2336 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
2337
2338         * g++.old-deja/g++.pt/spec39.C: New test.
2339
2340 2001-02-05  Jakub Jelinek  <jakub@redhat.com>
2341
2342         * gcc.c-torture/compile/20010202-1.c: New test.
2343
2344 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
2345
2346         * g++.old-deja/g++.abi/primary2.C: New test.
2347         * g++.old-deja/g++.abi/primary3.C: New test.
2348         * g++.old-deja/g++.abi/primary4.C: New test.
2349         * g++.old-deja/g++.abi/primary5.C: New test.
2350         * g++.old-deja/g++.abi/vtable3.h: New test.
2351         * g++.old-deja/g++.abi/vtable3a.C: New test.
2352         * g++.old-deja/g++.abi/vtable3b.C: New test.
2353         * g++.old-deja/g++.abi/vtable3c.C: New test.
2354         * g++.old-deja/g++.abi/vtable3d.C: New test.
2355         * g++.old-deja/g++.abi/vtable3e.C: New test.
2356         * g++.old-deja/g++.abi/vtable3f.C: New test.
2357         * g++.old-deja/g++.abi/vtable3g.C: New test.
2358         * g++.old-deja/g++.abi/vtable3h.C: New test.
2359         * g++.old-deja/g++.abi/vtable3i.C: New test.
2360         * g++.old-deja/g++.abi/vtable3j.C: New test.
2361         * g++.old-deja/g++.oliva/thunk1.C: Remove XFAIL.
2362
2363 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
2364
2365         * g++.old-deja/g++.other/anon6.C: New test.
2366         * g++.old-deja/g++.other/anon7.C: New test.
2367
2368 2001-02-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2369
2370         * gcc.dg/cpp/avoidpaste2.c: New tests.
2371
2372 2001-01-31  Jakub Jelinek  <jakub@redhat.com>
2373
2374         * gcc.dg/gnu99-init-1.c: Add test for [0 ... 0] range.
2375
2376 2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>
2377
2378         * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
2379         DECIMAL_DIG cases for Irix."
2380
2381 Wed Jan 31 12:23:32 2001  J"orn Rennecke <amylaar@redhat.com>
2382
2383         * gcc.c-torture/execute/920302-1.c: Cast 0 to pointer.
2384
2385 2001-01-31  Joseph S. Myers  <jsm28@cam.ac.uk>
2386
2387         * gcc.dg/c99-tag-1.c: New test.
2388
2389 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2390
2391         * gcc.dg/cpp/tr-warn1.c: Add tests.
2392
2393 2001-01-31  Neil Booth  <neil@daikokuya.demon.co.uk>
2394
2395         * gcc.dg/cpp/avoidpaste1.c: Update.
2396         * gcc.dg/cpp/paste4.c: Update.
2397
2398 2001-01-30  Jeffrey Oldham  <oldham@codesourcery.com>
2399
2400         * gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
2401         cases for Irix.
2402
2403 2001-01-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2404
2405         * g++.old-deja/g++.other/inline19.C: New test.
2406
2407 2001-01-30  Neil Booth  <neil@daikokuya.demon.co.uk>
2408
2409         * gcc.dg/Wlarger-than.c: New test.
2410
2411 2001-01-29  Neil Booth  <neil@daikokuya.demon.co.uk>
2412
2413         * gcc.dg/cpp/avoidpaste1.c: Fix typos.
2414
2415 2001-01-29  Jakub Jelinek  <jakub@redhat.com>
2416
2417         * gcc.c-torture/execute/20010129-1.c: New test.
2418         * gcc.c-torture/execute/20010129-1.x: Add -mcpu=i686 on ia32.
2419
2420 2001-01-28  Neil Booth  <neil@daikokuya.demon.co.uk>
2421
2422         * gcc.dg/cpp/avoidpaste1.c: Test case.
2423
2424 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
2425
2426         * g++.old-deja/g++.other/inline18.C: New test.
2427
2428 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2429
2430         * gcc.c-torture/execute/stdio-opt-2.c: Also test __builtin_puts
2431         and __builtin_putchar.
2432
2433 2001-01-27  Jakub Jelinek  <jakub@redhat.com>
2434
2435         * gcc.dg/gnu99-init-1.c: Add 3 more designated range initializer
2436         tests.
2437
2438 2001-01-25  Jeffrey Oldham  <oldham@codesourcery.com>
2439
2440         * gcc.c-torture/execute/ieee/20000320-1.c (main): For MIPS, change
2441         floating point number rounding mode to round to the nearest
2442         representable mode.
2443
2444 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
2445
2446         * g++.old-deja/g++.other/mangle2.C: New test.
2447
2448 2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
2449
2450         * gcc.c-torture/compile/20010124-1.c: New test.
2451
2452 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2453
2454         * g++.old-deja/g++.pt/spec38.C: New test.
2455
2456 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2457
2458         * g++.old-deja/g++.pt/spec33.C: Change from "Build don't link" to
2459         "Build don't run".
2460
2461 2001-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2462
2463         * gcc.c-torture/execute/20010123-1.c: New test.
2464
2465 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2466
2467         * g++.old-deja/g++.pt/spec37.C: New test.
2468
2469 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2470
2471         * g++.old-deja/g++.pt/overload14.C: New test.
2472
2473 2001-01-22  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2474
2475         * gcc.c-torture/execute/20010122-1.c: New test, exercise
2476         __builtin_return_address.
2477
2478 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
2479
2480         * g++.old-deja/g++.martin/sts_partial.C: Remove XFAIL.
2481         * g++.old-deja/g++.pt/spec35.C: New test.
2482         * g++.old-deja/g++.pt/spec36.C: New test.
2483
2484 2001-01-20  Jakub Jelinek  <jakub@redhat.com>
2485
2486         * gcc.c-torture/compile/20010118-1.c: New test.
2487
2488 2001-01-20  Neil Booth  <neil@daikokuya.demon.co.uk>
2489
2490         * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update.
2491
2492 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2493
2494         * gcc.c-torture/execute/20010119-1.c: New test.
2495
2496 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2497
2498         * g++.old-deja/g++.other/vbase5.C: New test.
2499
2500 2001-01-19  Jakub Jelinek  <jakub@redhat.com>
2501
2502         * gcc.c-torture/execute/20010118-1.c: New test.
2503
2504 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2505
2506         * g++.old-deja/g++.pt/deduct3.C: New test.
2507
2508 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2509
2510         * g++.old-deja/g++.pt/spec34.C: New test.
2511
2512 2001-01-19  "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
2513
2514         * g77.f-torture/compile/20000601-2.f: New test.
2515
2516 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2517
2518         * g++.old-deja/g++.other/init17.C: New test.
2519
2520 2001-01-18  Alexandre Oliva  <aoliva@redhat.com>
2521
2522         * gcc.dg/cpp/if-2.c: Adjust for signed wchar_t.
2523
2524 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2525
2526         * g++.old-deja/g++.pt/unify8.C: New test.
2527
2528 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2529
2530         * g++.old-deja/g++.abi/vbase1.C: New test.
2531
2532 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2533
2534         * g++.old-deja/g++.pt/crash65.C: New test.
2535
2536 2001-01-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2537
2538         * gcc.dg/cpp/assembl2.S: New test case.
2539
2540 2001-01-17  Jeffrey Oldham  <oldham@codesourcery.com>
2541
2542         * gcc.dg/special/ecos.exp (wkali-2.c): Xfail if only weak aliases
2543         are supported.
2544
2545 2001-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2546
2547         * g++.old-deja/g++.other/builtins1.C: New test.
2548         * g++.old-deja/g++.other/builtins2.C: Likewise.
2549         * g++.old-deja/g++.other/builtins3.C: Likewise.
2550         * g++.old-deja/g++.other/builtins4.C: Likewise.
2551
2552 2001-01-17  Jakub Jelinek  <jakub@redhat.com>
2553
2554         * gcc.c-torture/compile/20010117-1.c: New test.
2555         * gcc.c-torture/compile/20010117-2.c: New test.
2556
2557 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2558
2559         * g77.f-torture/execute/20010116.[fx]: New test,
2560         XFAIL on i?86-*-*.
2561         * g77.f-torture/compile/20010115.f: Indicate it's
2562         a test for PR fortran/1636.
2563
2564 2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2565
2566         * gcc.dg/c90-float-1.c, gcc.dg/c99-float-1.c: New tests.
2567
2568 2001-01-15  Toon Moene  <toon@moene.indiv.nluug.nl>
2569
2570         * g77.f-torture/compile/20010115.f: New test.
2571
2572 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
2573
2574         * g++.old-deja/g++.pt/nontype5.C: New test.
2575
2576 2001-01-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2577
2578         * gcc.dg/cpp/if-2.c: Comment out occasionally bogus test; we
2579         have an equivalent working one below it.
2580
2581 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2582
2583         * g++.old-deja/g++.ext/instantiate2.C: Add explanatory comment.
2584         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2585
2586 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2587
2588         * g++.dg/special/ecos.exp (conpr-1.C): XFAIL if compile emits
2589         message containing "init_priority".
2590         (conpr-2.C): Likewise.
2591         (conpr-3.C): Likewise.
2592         * g++.old-deja/g++.ext/initp1.C: XFAIL for Irix.
2593
2594 2001-01-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2595
2596         * gcc.c-torture/execute/20010114-2.c: New test.
2597
2598 2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2599
2600         * gcc.c-torture/compile/20010114-1.c: New test.
2601         * gcc.c-torture/compile/20010114-1.x: Xfail.
2602         * gcc.c-torture/compile/20010114-2.c: New test.
2603         * gcc.c-torture/execute/20010114-1.c: New test.
2604         * gcc.dg/trunc-1.c: New test.
2605         * gcc.dg/uninit-B.c: New test.
2606
2607 2001-01-13  Nick Clifton  <nickc@redhat.com>
2608
2609         * gcc.c-torture/execute/bf64-1.x: Expect to fail on M*Core
2610         target.
2611
2612 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2613
2614         * gcc.c-torture/compile/20010113-1.c: New test.
2615
2616 2001-01-13  Jakub Jelinek  <jakub@redhat.com>
2617
2618         * gcc.c-torture/compile/20001212-1.c: New test.
2619
2620 2001-01-13  Neil Booth  <neil@daikokuya.demon.co.uk>
2621
2622         * gcc.dg/cpp/widestr1.c: Update.
2623         * gcc.dg/cpp/prag-imp.c: Remove.
2624
2625 2001-01-12  Jakub Jelinek  <jakub@redhat.com>
2626
2627         * gcc.c-torture/execute/20000801-3.x: Remove.
2628         * gcc.dg/c90-init-1.c: New test.
2629         * gcc.dg/c99-init-1.c: New test.
2630         * gcc.dg/c99-init-2.c: New test.
2631         * gcc.dg/gnu99-init-1.c: New test.
2632
2633 2001-01-12  Richard Earnshaw <rearnsha@arm.com>
2634
2635         * lib/f-torture.exp (f_torture_compile): Prune the warnings before
2636         testing that no relevant ones were found.
2637
2638 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2639
2640         * g++.old-deja/g++.pt/cast2.C: New test.
2641
2642 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2643
2644         * g++.old-deja/g++.pt/friend47.C: New test.
2645
2646 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2647
2648         * g++.old-deja/g++.pt/instantiate13.C: New test.
2649
2650 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2651
2652         * g++.old-deja/g++.other/defarg7.C: New test.
2653         * g++.old-deja/g++.other/defarg8.C: New test.
2654
2655 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2656
2657         * g++.old-deja/g++.pt/crash64.C: New test.
2658
2659 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2660
2661         * g++.old-deja/g++.pt/crash63.C: New test.
2662
2663 2001-01-11  Neil Booth  <neil@daikokuya.demon.co.uk>
2664
2665         * gcc.dg/cpp/if-2.c: Add wide char test without sign extension.
2666
2667 2001-01-10  Alan Lehotsky  <lehotsky@tiac.net>
2668
2669         * gcc.dg/20000926-1.c: Parameterize for machines with 16-bit ints.
2670
2671 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2672
2673         * g++.old-deja/g++.pt/error3.C: New test.
2674
2675 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2676
2677         * g++.old-deja/g++.other/crash39.C: New test.
2678
2679 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2680
2681         * g++.old-deja/g++.other/vbase4.C: New test.
2682
2683 2001-01-08  Jonathan Larmour  <jlarmour@redhat.com>
2684
2685         * gcc.dg/20000419-2.c: Move to "special" subdirectory.
2686         * gcc.dg/special/20000419-2.c: New file. Identical to above.
2687         * gcc.dg/special/special.exp: New test driver which will check
2688         for alias support for the above test.
2689
2690 2001-01-09  Alan Lehotsky  <lehotsky@tiac.net>
2691
2692         * gcc.c-torture/execute/921202-1.c: Use STACK_SIZE to avoid
2693         problems on small machines.
2694         * gcc.c-torture/execute/920730-1.c: Use values from <limits.h> to
2695         parameterize.
2696
2697 2001-01-09  Jeffrey Oldham  <oldham@codesourcery.com>
2698
2699         * g++.old-deja/g++.ext/instantiate2.C: ERROR line should fail for
2700         mips.
2701         * g++.old-deja/g++.ext/instantiate3.C: Likewise.
2702
2703 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
2704
2705         * g++.old_deja/g++.pt/using8.C: New test.
2706
2707 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2708
2709         * gcc.dg/format/attr-2.c, gcc.dg/format/attr-3.c: New tests.
2710
2711 2000-01-08  Loren J. Rittle  <ljrittle@acm.org>
2712
2713         * gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
2714         where a failure is expected.
2715         * gcc.c-torture/execute/ieee/rbug.x: Likewise.
2716
2717 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2718
2719         * g++.old_deja/g++.pt/instantiate12.C: New test.
2720
2721 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2722
2723         * g++.old-deja/g++.benjamin/15309-1.C: Expect diagnostic at
2724         start of structs.
2725         * g++.old-deja/g++.benjamin/15309-2.C: Likewise.
2726         * g++.old-deja/g++.brendan/crash17.C: Likewise.
2727         * g++.old-deja/g++.brendan/crash29.C: Likewise.
2728         * g++.old-deja/g++.brendan/crash48.C: Likewise.
2729         * g++.old-deja/g++.brendan/ns1.C: Likewise.
2730         * g++.old-deja/g++.brendan/warnings1.C: Likewise.
2731         * g++.old-deja/g++.bugs/900205_04.C: Likewise.
2732         * g++.old-deja/g++.bugs/900514_03.C: Likewise.
2733         * g++.old-deja/g++.eh/spec6.C: Likewise.
2734         * g++.old-deja/g++.jason/crash3.C: Likewise.
2735         * g++.old-deja/g++.law/ctors11.C: Likewise.
2736         * g++.old-deja/g++.law/ctors17.C: Likewise.
2737         * g++.old-deja/g++.law/ctors5.C: Likewise.
2738         * g++.old-deja/g++.law/ctors9.C: Likewise.
2739         * g++.old-deja/g++.mike/ambig1.C: Likewise.
2740         * g++.old-deja/g++.mike/net22.C: Likewise.
2741         * g++.old-deja/g++.mike/p3538a.C: Likewise.
2742         * g++.old-deja/g++.mike/p3538b.C: Likewise.
2743         * g++.old-deja/g++.mike/virt3.C: Likewise.
2744         * g++.old-deja/g++.niklas/t128.C: Likewise.
2745         * g++.old-deja/g++.other/anon4.C: Likewise.
2746         * g++.old-deja/g++.other/using1.C: Likewise.
2747         * g++.old-deja/g++.other/warn3.C: Likewise.
2748         * g++.old-deja/g++.pt/t37.C: Likewise.
2749         * g++.old-deja/g++.robertl/eb69.C: Likewise.
2750         * g++.old-deja/g++.robertl/eb71.C: Likewise.
2751
2752 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2753
2754         * g++.old-deja/g++.other/lookup16.C: Remove XFAIL.
2755
2756 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2757
2758         * gcc.c-torture/execute/stdio-opt-3.c: New test.
2759
2760 2001-01-07  Jakub Jelinek  <jakub@redhat.com>
2761
2762         * gcc.c-torture/compile/20010107-1.c: New test.
2763
2764 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2765
2766         * gcc.c-torture/execute/builtin-noret-1.c: New test.
2767
2768 2001-01-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2769
2770         * gcc.dg/format/format.h: New file.
2771         * gcc.dg/format/array-1.c, gcc.dg/format/attr-1.c,
2772         gcc.dg/format/branch-1.c, gcc.dg/format/c90-printf-1.c,
2773         gcc.dg/format/c90-printf-2.c, gcc.dg/format/c90-printf-3.c,
2774         gcc.dg/format/c90-scanf-1.c, gcc.dg/format/c90-scanf-2.c,
2775         gcc.dg/format/c90-scanf-3.c, gcc.dg/format/c90-scanf-4.c,
2776         gcc.dg/format/c90-strftime-1.c, gcc.dg/format/c90-strftime-2.c,
2777         gcc.dg/format/c94-printf-1.c, gcc.dg/format/c94-scanf-1.c,
2778         gcc.dg/format/c99-printf-1.c, gcc.dg/format/c99-printf-2.c,
2779         gcc.dg/format/c99-printf-3.c, gcc.dg/format/c99-scanf-1.c,
2780         gcc.dg/format/c99-scanf-2.c, gcc.dg/format/c99-scanf-3.c,
2781         gcc.dg/format/c99-strftime-1.c, gcc.dg/format/c99-strftime-2.c,
2782         gcc.dg/format/diag-1.c, gcc.dg/format/errmk-1.c,
2783         gcc.dg/format/ext-1.c, gcc.dg/format/ext-2.c,
2784         gcc.dg/format/ext-3.c, gcc.dg/format/ext-4.c,
2785         gcc.dg/format/ext-5.c, gcc.dg/format/miss-1.c,
2786         gcc.dg/format/miss-2.c, gcc.dg/format/no-exargs-1.c,
2787         gcc.dg/format/no-y2k-1.c, gcc.dg/format/nonlit-1.c,
2788         gcc.dg/format/nonlit-2.c, gcc.dg/format/nonlit-3.c,
2789         gcc.dg/format/sec-1.c, gcc.dg/format/strfmon-1.c,
2790         gcc.dg/format/va-1.c, gcc.dg/format/warnll-1.c,
2791         gcc.dg/format/xopen-1.c, gcc.dg/format/z-1.c: Include "format.h"
2792         instead of declaring standard types, macros and functions in each
2793         test.
2794
2795 2001-01-06  Alexandre Oliva  <aoliva@redhat.com>
2796
2797         * gcc.c-torture/execute/20010106-1.c: New test.
2798
2799 2001-01-06  Joseph S. Myers  <jsm28@cam.ac.uk>
2800
2801         * gcc.dg/format/format.exp: New file.
2802         * gcc.dg/c90-printf-1.c: Rename to gcc.dg/format/c90-printf-1.c.
2803         * gcc.dg/c90-printf-2.c: Rename to gcc.dg/format/c90-printf-2.c.
2804         * gcc.dg/c90-printf-3.c: Rename to gcc.dg/format/c90-printf-3.c.
2805         * gcc.dg/c94-printf-1.c: Rename to gcc.dg/format/c94-printf-1.c.
2806         * gcc.dg/c99-printf-1.c: Rename to gcc.dg/format/c99-printf-1.c.
2807         * gcc.dg/c99-printf-2.c: Rename to gcc.dg/format/c99-printf-2.c.
2808         * gcc.dg/c99-printf-3.c: Rename to gcc.dg/format/c99-printf-3.c.
2809         * gcc.dg/c90-scanf-1.c: Rename to gcc.dg/format/c90-scanf-1.c.
2810         * gcc.dg/c90-scanf-2.c: Rename to gcc.dg/format/c90-scanf-2.c.
2811         * gcc.dg/c90-scanf-3.c: Rename to gcc.dg/format/c90-scanf-3.c.
2812         * gcc.dg/c90-scanf-4.c: Rename to gcc.dg/format/c90-scanf-4.c.
2813         * gcc.dg/c94-scanf-1.c: Rename to gcc.dg/format/c94-scanf-1.c.
2814         * gcc.dg/c99-scanf-1.c: Rename to gcc.dg/format/c99-scanf-1.c.
2815         * gcc.dg/c99-scanf-2.c: Rename to gcc.dg/format/c99-scanf-2.c.
2816         * gcc.dg/c99-scanf-3.c: Rename to gcc.dg/format/c99-scanf-3.c.
2817         * gcc.dg/c90-strftime-1.c: Rename to gcc.dg/format/c90-strftime-1.c.
2818         * gcc.dg/c90-strftime-2.c: Rename to gcc.dg/format/c90-strftime-2.c.
2819         * gcc.dg/c99-strftime-1.c: Rename to gcc.dg/format/c99-strftime-1.c.
2820         * gcc.dg/c99-strftime-2.c: Rename to gcc.dg/format/c99-strftime-2.c.
2821         * gcc.dg/format-array-1.c: Rename to gcc.dg/format/array-1.c.
2822         * gcc.dg/format-attr-1.c: Rename to gcc.dg/format/attr-1.c.
2823         * gcc.dg/format-branch-1.c: Rename to gcc.dg/format/branch-1.c.
2824         * gcc.dg/format-diag-1.c: Rename to gcc.dg/format/diag-1.c.
2825         * gcc.dg/format-errmk-1.c: Rename to gcc.dg/format/errmk-1.c.
2826         * gcc.dg/format-ext-1.c: Rename to gcc.dg/format/ext-1.c.
2827         * gcc.dg/format-ext-2.c: Rename to gcc.dg/format/ext-2.c.
2828         * gcc.dg/format-ext-3.c: Rename to gcc.dg/format/ext-3.c.
2829         * gcc.dg/format-ext-4.c: Rename to gcc.dg/format/ext-4.c.
2830         * gcc.dg/format-ext-5.c: Rename to gcc.dg/format/ext-5.c.
2831         * gcc.dg/format-miss-1.c: Rename to gcc.dg/format/miss-1.c.
2832         * gcc.dg/format-miss-2.c: Rename to gcc.dg/format/miss-2.c.
2833         * gcc.dg/format-no-exargs-1.c: Rename to gcc.dg/format/no-exargs-1.c.
2834         * gcc.dg/format-no-y2k-1.c: Rename to gcc.dg/format/no-y2k-1.c.
2835         * gcc.dg/format-nonlit-1.c: Rename to gcc.dg/format/nonlit-1.c.
2836         * gcc.dg/format-nonlit-2.c: Rename to gcc.dg/format/nonlit-2.c.
2837         * gcc.dg/format-nonlit-3.c: Rename to gcc.dg/format/nonlit-3.c.
2838         * gcc.dg/format-sec-1.c: Rename to gcc.dg/format/sec-1.c.
2839         * gcc.dg/format-strfmon-1.c: Rename to gcc.dg/format/strfmon-1.c.
2840         * gcc.dg/format-va-1.c: Rename to gcc.dg/format/va-1.c.
2841         * gcc.dg/format-warnll-1.c: Rename to gcc.dg/format/warnll-1.c.
2842         * gcc.dg/format-xopen-1.c: Rename to gcc.dg/format/xopen-1.c.
2843         * gcc.dg/formatz-1.c: Rename to gcc.dg/format/z-1.c.
2844
2845 2001-01-05  Alexandre Oliva  <aoliva@redhat.com>
2846
2847         * gcc.c-torture/execute/991228-1.c: Take word endianness into
2848         account.
2849
2850 2001-01-05  Joseph S. Myers  <jsm28@cam.ac.uk>
2851
2852         * gcc.c-torture/execute/builtin-complex-1.c: New test.
2853
2854 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2855
2856         * g++.old-deja/g++.pt/crash62.C: New test.
2857
2858 2001-01-04  Richard Henderson  <rth@redhat.com>
2859
2860         * gcc.dg/20000926-1.c: Update expected warnings.
2861         * gcc.dg/array-2.c: Likewise.
2862         * gcc.dg/array-4.c: Also validate flexible array members.
2863         * gcc.dg/c99-flex-array-1.c: New.
2864
2865 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2866
2867         * gcc.c-torture/compile/20001222-1.x: Remove.
2868
2869 Thu Jan  4 13:54:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2870
2871         * gcc.c-torture/execute/built-in-setjmp.c: New.
2872
2873 2001-01-03  Richard Henderson  <rth@redhat.com>
2874
2875         * gcc.dg/940510-1.c: Update expected error wording.
2876         * gcc.dg/array-2.c, gcc.dg/array-3.c, gcc.dg/array-4.c: New.
2877
2878 2001-01-03  Jeffrey Oldham  <oldham@codesourcery.com>
2879
2880         * lib/target-supports.exp (check_alias_available): Modified to
2881         indicate aliases not supported if only weak aliases are supported.
2882
2883 2001-01-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2884
2885         * gcc.c-torture/execute/string-opt-8.c: Add more testcases.
2886         Turn on cmpstrsi checks for __pj__ and __i370__.
2887
2888 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2889
2890         * g++.old-deja/g++.other/virtual11.C: New test.
2891
2892 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2893
2894         * g++.old-deja/g++.eh/spec6.C: Remove remaining XFAIL.
2895
2896 2001-01-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2897
2898         * gcc.c-torture/compile/20010102-1.c: New test.
2899
2900 2001-01-02  Andreas Jaeger  <aj@suse.de>
2901
2902         * gcc.dg/noreturn-3.c: New test.
2903
2904         * gcc.dg/noreturn-4.c: New test.
2905
2906 2001-01-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2907
2908         * gcc.c-torture/execute/stdio-opt-1.c: Also test
2909         __builtin_fputc and __builtin_fwrite.
2910
2911 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2912
2913         * gcc.c-torture/execute/20001009-2.c (foo): Test only works for
2914         signed char, not default char.
2915
2916 2000-12-30  Jeffrey Oldham  <oldham@codesourcery.com>
2917
2918         * g++.old-deja/g++.other/crash18.C: Fails on mips*-sgi-irix*.
2919
2920 2000-12-30  David Billinghurst <David.Billinghurst@riotinto.com>
2921
2922         * lib/g++.exp:  Use sh to exec ${odir_v3}/tests_flags
2923
2924 2000-12-29  Richard Henderson  <rth@redhat.com>
2925
2926         * gcc.dg/20001117-1.c (__cyg_profile_func_enter): Define.
2927         (__cyg_profile_func_exit): Define.
2928
2929 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2930
2931         * g++.dg/vtgc1.C: New test.
2932
2933 2000-12-28  Geoffrey Keating  <geoffk@redhat.com>
2934
2935         * gcc.dg/noncompile/20001228-1.c: New test.
2936
2937         * gcc.dg/20001228-1.c: New test.
2938
2939         * gcc.c-torture/execute/20001228-1.c: New test.
2940
2941 2000-12-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2942
2943         * gcc.dg/format-strfmon-1.c: New test.
2944
2945 2000-12-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2946
2947         * gcc.c-torture/execute/stdio-opt-1.c: Test __builtin_ style too.
2948         * gcc.c-torture/execute/stdio-opt-2.c: Likewise.
2949         * gcc.c-torture/execute/string-opt-1.c: Likewise.
2950         * gcc.c-torture/execute/string-opt-2.c: Likewise.
2951         * gcc.c-torture/execute/string-opt-3.c: Likewise.
2952         * gcc.c-torture/execute/string-opt-4.c: Likewise.
2953         * gcc.c-torture/execute/string-opt-6.c: Likewise.
2954         * gcc.c-torture/execute/string-opt-7.c: Likewise.
2955         * gcc.c-torture/execute/string-opt-8.c: Likewise.
2956         * gcc.c-torture/execute/string-opt-9.c: Likewise.
2957         * gcc.c-torture/execute/string-opt-10.c: Likewise.
2958         * gcc.c-torture/execute/string-opt-11.c: Likewise.
2959         * gcc.c-torture/execute/string-opt-12.c: Likewise.
2960
2961         * gcc.c-torture/execute/string-opt-3.c: Test rindex.
2962         * gcc.c-torture/execute/string-opt-4.c: Test index.
2963
2964 2000-12-26  Geoffrey Keating  <geoffk@redhat.com>
2965
2966         * gcc.c-torture/compile/20001226-1.c: New test.
2967
2968 2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2969
2970         * gcc.c-torture/compile/20001222-1.c: New test.
2971         * gcc.c-torture/compile/20001222-1.x: Xfail.
2972
2973 Fri Dec 22 06:45:03 2000  Alexandre Oliva  <aoliva@redhat.com>
2974
2975         * gcc.c-torture/execute/comp-goto-2.c: New test.
2976
2977 Thu Dec 21 22:43:03 2000  J"orn Rennecke <amylaar@redhat.com>
2978
2979         * gcc.c-torture/execute/comp-goto-1.c (uint32, sint32):
2980         Use long types if __INT_MAX__ is 32767.
2981         (main): Use cast to (sint32 *) when poking 88 into a_page.
2982
2983         * gcc.c-torture/execute/20000822-1.c: Check for NO_TRAMPOLINES.
2984
2985 2000-12-21  Bernd Schmidt  <bernds@redhat.com>
2986
2987         * gcc.c-torture/compile/20001221-1.c: New test.
2988         * gcc.c-torture/execute/20001221-1.c: New test.
2989
2990 2000-12-20  Richard Henderson  <rth@redhat.com>
2991
2992         * g++.old-deja/g++.pt/crash36.C: Update error lines.
2993         * g++.old-deja/g++.robertl/eb109.C: Likewise.
2994
2995 2000-12-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2996
2997         * gcc.dg/compare3.c: New test.
2998
2999 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3000
3001         * gcc.dg/format-warnll-1.c: New test.
3002
3003 2000-12-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3004
3005         * gcc.dg/cpp/cmdlne-P.c: New test.
3006
3007 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3008
3009         * gcc.c-torture/execute/builtin-abs-1.c,
3010         gcc.c-torture/execute/builtin-abs-2.c: New tests.
3011
3012 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3013
3014         * gcc.dg/cpp/multiline.c: New test.
3015
3016 2000-12-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3017
3018         * g++.old-deja/g++.other/syshdr1.C: Update.
3019         * gcc.dg/cpp/lineflags.c: Remove temporarily.
3020
3021 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3022
3023         * g++.old-deja/g++.oliva/template5.C: Remove XFAILs.
3024
3025 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3026
3027         * g++.old-deja/g++.pt/ttp65.C: New test.
3028
3029 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3030
3031         * g++.old-deja/g++.pt/ttp64.C: New test.
3032
3033 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3034
3035         * g++.old-deja/g++.pt/spec33.C: New test.
3036
3037 2000-12-14  Catherine Moore  <clm@redhat.com>
3038
3039         * gcc.c-torture/execute/920501-7.c: Check for NO_TRAMPOLINES.
3040         * gcc.c-torture/execute/920612-2.c: Likewise.
3041         * gcc.c-torture/execute/920428-2.c: Likewise.
3042         * gcc-c-torture/execute/va-arg-11.c: Call exit.
3043         * gcc.c-torture/execute/va-arg-21.c: Likewise.
3044
3045 2000-12-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3046
3047         * gcc.dg/pack-test-1.c: Compile on powerpc*-*-eabi* too.
3048         * gcc.dg/pack-test-2.c: Likewise.
3049
3050 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3051
3052         Tests by Zack Weinberg <zackw@stanford.edu>.
3053
3054         * gcc.dg/cpp/defined.c: Update.
3055         * gcc.dg/cpp/defined_trad.c: New tests.
3056
3057 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
3058
3059         * gcc.dg/cpp/trad-direct.c: Update.
3060
3061 2000-12-11  Neil Booth  <neilb@earthling.net>
3062
3063         * gcc.dg/cpp/defined_trad.c
3064
3065 2000-12-11  Neil Booth  <neilb@earthling.net>
3066
3067         * gcc.dg/cpp/if-2.c: Separate tests so that which failed is obvious.
3068
3069 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3070
3071         * gcc.dg/format-miss-2.c: New test.
3072
3073 2000-12-09  Neil Booth  <neilb@earthling.net>
3074
3075         * gcc.dg/cpp/lineflags.c: New tests.
3076         * gcc.dg/cpp/poison.c: Update.
3077         * gcc.dg/cpp/redef2.c: Update.
3078         * gcc.dg/cpp/skipping.c: New test.
3079
3080 2000-12-07  Geoffrey Keating  <geoffk@redhat.com>
3081
3082         * g++.old-deja/g++.other/eh3.C: New testcase.
3083
3084 2000-12-07  Neil Booth  <neilb@earthling.net>
3085
3086         * gcc.dg/wtr-aggr-init-1.c, wtr-escape-1.c, wtr-int-type-1.c,
3087         wtr-label-1.c, wtr-static-1.c, wtr-strcat-1.c, wtr-suffix-1.c,
3088         wtr-switch-1.c, wtr-unary-plus-1.c, wtr-union-init-1.c
3089         wtr-union-init-2.c, wtr-union-init-3.c: Update.
3090         * gcc.dg/cpp/extratokens.c, tr-warn4.c, tr-warn5.c, tr-warn6.c:
3091         Update.
3092
3093 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3094
3095         * gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: Use
3096         __SIZE_TYPE__ instead of int for type of integers cast to
3097         pointers.
3098
3099 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
3100
3101         * g++.old-deja/g++.other/cleanup4.C: New test.
3102
3103 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3104
3105         * format-sec-1.c: New test.
3106
3107 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3108
3109         * gcc.dg/format-nonlit-3.c: New test.
3110
3111 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3112
3113         * gcc.dg/c90-printf-1.c: Add test for printf formats reading
3114         through a null pointer.
3115
3116 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3117
3118         * g++.old-deja/g++.oliva/partspec1.C: Remove XFAIL.
3119         * g++.old-deja/g++.pt/partial4.C: New test.
3120
3121 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3122
3123         * gcc.c-torture/execute/ieee/hugeval.x: New.
3124
3125 2000-12-06  Neil Booth  <neilb@earthling.net>
3126
3127         * gcc.dg/cpp/backslash2.c: New tests.
3128
3129 2000-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3130
3131         * testsuite/gcc.c-torture/execute/stdio-opt-1.c: Add more checks.
3132         * testsuite/gcc.c-torture/execute/stdio-opt-2.c: New test.
3133
3134 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
3135
3136         * gcc.c-torture/execute/20001203-2.c: New testcase.
3137
3138 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3139
3140         * g++.old-deja/g++.h/spec6.C: Remove some of the XFAILS.
3141         * g++.old-deja/g++.other/virtual10.C: New test.
3142
3143 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
3144
3145         * g++.old-deja/g++.mike/pmf5.C: Remove test.
3146
3147 2000-12-05  Richard Henderson  <rth@redhat.com>
3148
3149         * gcc.c-torture/compile/20001205-1.c: New.
3150
3151 2000-12-04  Neil Booth  <neilb@earthling.net>
3152
3153         * g++.old-deja/g++.other/virtual9.C: New test.
3154         * g++.old-deja/g++.pt/crash61.C: New test.
3155         * gcc.c-torture/execute/loop-9.c: New test.
3156
3157 2000-12-04  Neil Booth  <neilb@earthling.net>
3158
3159         * g++.old-deja/g++.other/instan1.C, instan2.C: Move to...
3160         * g++.old-deja/g++.pt/instantiate1.C, instantiate2.C: ...here.
3161         * gcc.dg/cpp/19960224-2.c, endif.c, if-6.c: Move into...
3162         * gcc.dg/cpp/extratokens.c: ...here.
3163
3164 2000-12-04  Neil Booth  <neilb@earthling.net>
3165
3166         * gcc.dg/cpp/assert_trad1.c, assert_trad2.c, assert_trad3.c:
3167         New tests.
3168
3169 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3170
3171         * gcc.c-torture/execute/string-opt-11.c: Add more strspn checks.
3172         * gcc.c-torture/execute/string-opt-12.c: Add more strcspn checks.
3173
3174 2000-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3175
3176         * gcc.c-torture/execute/20001203-1.c: New test.
3177
3178 2000-12-03  Neil Booth  <neilb@earthling.net>
3179
3180         * gcc.dg/cpp/macro6.c: New test cases.
3181
3182 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3183
3184         * gcc.c-torture/execute/string-opt-9.c: New test.
3185         * gcc.c-torture/execute/string-opt-10.c: Likewise.
3186         * gcc.c-torture/execute/string-opt-11.c: Likewise.
3187         * gcc.c-torture/execute/string-opt-12.c: Likewise.
3188
3189         * gcc.c-torture/execute/string-opt-3.c: Add more strcmp checks.
3190         * gcc.c-torture/execute/string-opt-8.c: Add more strncmp checks.
3191
3192 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
3193
3194         * gcc.dg/cpp/if-6.c: New testcase.
3195
3196         * gcc.dg/20001201-1.c: New testcase.
3197
3198 2000-12-02  Neil Booth  <neilb@earthling.net>
3199
3200         * g++.old-deja/g++.other/externC4.C,
3201         g++.old-deja/g++.other/friend10.C: New tests.
3202
3203 2000-12-02  Neil Booth  <neilb@earthling.net>
3204
3205         * g++.old-deja/g++.other/instan2.C
3206         * g++.old-deja/g++.other/instan3.C: New test.
3207
3208 2000-12-02  Neil Booth  <neilb@earthling.net>
3209
3210         * gcc.dg/cpp/c++98.c,c++98-pedantic.c,c89.c,c89-pedantic.c,
3211         c94.c,c94-pedantic.c,c99.c,c99-pedantic.c,gnuc89.c,gnuc89-pedantic.c,
3212         gnuc99.c,gnuc99-pedantic.c: New tests.
3213
3214 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3215
3216         * gcc.dg/format-no-exargs-1.c, gcc.dg/format-no-y2k-1.c,
3217         gcc.dg/format-nonlit-1.c, gcc.dg/format-nonlit-2.c: New tests.
3218
3219 2000-12-01  Neil Booth  <neilb@earthling.net>
3220
3221         * gcc.dg/cpp/20000720-1.S: Remove duplicate testcase.
3222         * gcc.dg/cpp/poison.c: Update.
3223         * gcc.dg/cpp/spacing1.c: New testcase for all spacing issues.
3224
3225 2000-12-01  Toon Moene  <toon@moene.indiv.nluug.nl>
3226
3227         * g77.f-torture/execute/20001201.f: New test.
3228
3229 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
3230
3231         * gcc.dg/c99-array-nonobj-1.c: No longer XFAIL.
3232
3233 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
3234
3235         * gcc.c-torture/execute/string-opt-5.c: Add some memset tests.
3236
3237 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
3238
3239         * g++.old-deja/g++.other/cast6.C: New test.
3240
3241 2000-11-30  Geoffrey Keating  <geoffk@redhat.com>
3242
3243         * gcc.c-torture/execute/20001130-2.c: New testcase.
3244
3245 2000-11-30  Richard Henderson  <rth@redhat.com>
3246
3247         * gcc.c-torture/execute/20001130-1.c: New test.
3248
3249 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3250
3251         * g++.old-deja/g++.other/op3.C: New test.
3252
3253 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3254
3255         * g++.old-deja/g++.other/op2.C: New test.
3256
3257 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
3258
3259         * g++.old-deja/g++.other/crash38.C: New test.
3260
3261 2000-11-29  Toon Moene  <toon@moene.indiv.nluug.nl>
3262
3263         * g77.f-torture/execute/20001111.x: Test fixed - remove XFAIL.
3264
3265 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
3266
3267         * gcc.c-torture/execute/string-opt-5.c: Add some strcmp and strncpy
3268         tests.
3269         * gcc.c-torture/execute/string-opt-6.c: New test.
3270
3271         * gcc.dg/20001117-1.c: Add main.
3272
3273 2000-11-28  Geoffrey Keating  <geoffk@redhat.com>
3274
3275         * gcc.dg/noncompile/940510-1.c: Update to test c89 functionality.
3276         Move from here ...
3277         * gcc.dg/940510-1.c: ... to here.
3278
3279         * gcc.dg/20000926-1.c: GNU C now allows initializations of
3280         zero-size arrays in toplevel structures.
3281
3282 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3283
3284         * gcc.c-torture/execute/loop-8.c: New test.
3285
3286 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3287
3288         * g++.old-deja/g++.other/base1.C: New test.
3289
3290 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3291
3292         * g++.old-deja/g++.other/parse2.C: New test.
3293
3294 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3295
3296         * g++.old-deja/g++.pt/incomplete1.C: New test.
3297
3298 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
3299
3300         * g++.old-deja/g++.other/friend9.C: New test.
3301
3302 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
3303
3304         * gcc.dg/20001127-1.c: New test.
3305
3306 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3307
3308         * g++.old-deja/g++.pt/friend46.C: New test.
3309
3310 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
3311
3312         * g++.old-deja/g++.other/ptrmem8.C: New test.
3313
3314 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3315
3316         * gcc.c-torture/execute/string-opt-7.c: New test.
3317         * gcc.c-torture/execute/string-opt-8.c: Likewise.
3318
3319 2000-11-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3320
3321         * lib/g++.exp (g++_include_flags): Invoke 'tests_flags --compiler'
3322         instead of 'mkcheck 2'.
3323
3324 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3325
3326         * gcc.c-torture/execute/memcheck/driver.c,
3327         gcc.c-torture/execute/memcheck/driver.h, gcc.dg/cpp/if-3.c: Change
3328         C9X references to refer to C99.
3329
3330 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
3331
3332         * gcc.dg/ultrasp3.c: New test.
3333
3334 2000-11-25  Neil Booth  <neilb@earthling.net>
3335
3336         * gcc.dg/cpp/include2.c: Update test to be locale independent.
3337
3338 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
3339
3340         * gcc.c-torture/compile/20001123-2.c: New.
3341
3342 2000-11-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3343
3344         * g++.old-dega/g++.pt/ttp62.C: Call abort() on failure.
3345
3346 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
3347
3348         * gcc.dg/sequence-point-1.c: Add some new tests.
3349         * gcc.c-torture/execute/20001124-1.c: New test.
3350
3351 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3352
3353         * g++.old-deja/g++.other/vaarg4.C: New test.
3354         * gcc.c-torture/compile/20001123-1.c: New test.
3355
3356 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3357
3358         * g++.other/crash24.C: Adjust and remove XFAIL.
3359         * g++.other/crash37.C: New test.
3360
3361 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
3362
3363         * g++.old-deja/g++.pt/instantiate9.C: New test.
3364
3365 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
3366
3367         * g++.old-deja/g++.other/decl4.C: Tweak so that it fails with the
3368         new ABI, too.
3369
3370         * g++.old-deja/g++.mike/p6610a.C: This test no longer fails.
3371         * g++.old-deja/g++.robertl/eb55.C: Likewise.
3372
3373 2000-11-22  Neil Booth  <neilb@earthling.net>
3374
3375         * gcc.dg/cpp/Wtrigraphs.c: New test.
3376
3377 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
3378
3379         * g++.old-deja/g++.robertl/eb39.C: Don't include libio.h.
3380
3381 2000-11-22  Jakub Jelinek  <jakub@redhat.com>
3382
3383         * gcc.c-torture/execute/ieee/20001122-1.c: New test.
3384
3385 2000-11-22  Hans-Peter Nilsson  <hp@bitrange.com>
3386
3387         * lib/gcc-dg.exp: load_lib scanasm.exp.
3388         (scan-assembler, scan-assembler-not): Break out to scanasm.exp.
3389         * lib/g++-dg.exp: load_lib scanasm.exp.
3390         * lib/scanasm.exp: New.
3391         (scan-assembler, scan-assembler-not): Add optional arguments to
3392         test name, or if not present, the pattern name.
3393         (scan-assembler-dem, scan-assembler-dem-not): New.
3394
3395         * g++.dg/dg.exp: New.
3396
3397 2000-11-21  Neil Booth  <neilb@earthling.net>
3398
3399         * gcc.dg/cpp/integrated1.c: Remove.
3400
3401 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3402
3403         * gcc.c-torture/execute/20001121-1.c: New test.
3404
3405 2000-11-21  Richard Henderson  <rth@redhat.com>
3406
3407         * gcc.c-torture/compile/20001121-1.c: New test.
3408
3409 2000-11-20  Neil Booth  <neilb@earthling.net>
3410
3411         * gcc.dg/cpp/integrated1.c: New test.
3412
3413 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
3414
3415         * g++.old-deja/g++.other/inline17.C: New test.
3416
3417 2000-11-20  Donald Lindsay  <dlindsay@redhat.com>
3418
3419         * gcc.dg/20000614-2.c: Bug fix. This test expected an unitialized
3420         local variable to be zero: I made the variable global. Now
3421         uses abort() and exit() instead of relying on main's return value.
3422
3423 2000-11-20  Neil Booth  <neilb@earthling.net>
3424
3425         * gcc.dg/cpp/paste2.c: Update test.
3426         * objc/execute/paste.m: New test.
3427
3428 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3429
3430         * gcc.dg/c99-condexpr-1.c: New test.
3431
3432 2000-11-20  Neil Booth  <neilb@earthling.net>
3433
3434         * gcc.dg/cpp/macsyntx.c: Use correct command line option.
3435
3436 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
3437
3438         * g++.old-deja/g++.pt/export1.C: New test.
3439
3440 2000-11-20  Jakub Jelinek  <jakub@redhat.com>
3441
3442         * gcc.dg/20001117-1.c: New test.
3443
3444 2000-11-18  Richard Henderson  <rth@redhat.com>
3445
3446         * gcc.c-torture/execute/nestfunc-3.c (main): Mask result to 32 bits.
3447
3448 2000-11-18  Richard Henderson  <rth@redhat.com>
3449
3450         * lib/c-torture.exp (TORTURE_OPTIONS): Remove -fssa.
3451         * lib/f-torture.exp (TORTURE_OPTIONS): Likewise.
3452         * lib/gcc-dg.exp (TORTURE_OPTIONS): Likewise.
3453
3454 2000-11-18  Richard Henderson  <rth@redhat.com>
3455
3456         * gcc.c-torture/execute/20001009-2.c (foo): Rename from main.
3457         (main): New.  Exit cleanly.
3458
3459 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3460
3461         * gcc.dg/c90-fordecl-1.c, gcc.dg/c99-fordecl-1.c,
3462         gcc.dg/c99-fordecl-2.c: New tests.
3463
3464 2000-11-18  Richard Henderson  <rth@redhat.com>
3465
3466         * gcc.c-torture/execute/zerolen-1.c: Rename from 20001115-1.c.
3467         * gcc.c-torture/execute/zerolen-2.c: New.
3468
3469 2000-11-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3470
3471         * gcc.c-torture/execute/20001115-1.c: Don't access nonexistant
3472         memory.
3473
3474 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3475
3476         * g++.old-deja/g++.pt/instantiate8.C: New test.
3477
3478 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3479
3480         * g++.old-deja/g++.other/incomplete.C: Add more tests.
3481         * g++.old-deja/g++.pt/crash9.C: Mark new expected error.
3482
3483 2000-11-16  Nick Clifton  <nickc@redhat.com>
3484
3485         * gcc.c-torture/execute/nestfunc-2.c: New test.
3486         * gcc.c-torture/execute/nestfunc-3.c: New test.
3487
3488 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3489
3490         * gcc.c-torture/compile/20001116-1.c: New test.
3491
3492 2000-11-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3493
3494         * gcc.c-torture/execute/20001115-1.c: New test.
3495
3496 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3497
3498         * g++.old-deja/g++.abi/arraynew.C: Use `std' where necessary.
3499         * g++.old-deja/g++.abi/cxa_vec.C: Likewise.
3500         * g++.old-deja/g++.abi/ptrflags.C: Likewise.
3501         * g++.old-deja/g++.abi/vmihint.C: Likewise.
3502
3503 2000-11-15  Neil Booth  <neilb@earthling.net>
3504
3505         gcc.dg/cpp/_Pragma1.c: Update.
3506         gcc.dg/cpp/_Pragma2.c: New test.
3507
3508 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
3509
3510         * g++.old-deja/g++.other/anon5.C: New test.
3511
3512 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3513
3514         * gcc.dg/c90-const-expr-2.c, gcc.dg/c99-const-expr-2.c: Add more
3515         tests.
3516
3517 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
3518
3519         * gcc.c-torture/execute/20000801-4.c: Make sure the second string is
3520         output.
3521
3522 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3523
3524         * gcc.dg/wtr-label-1.c, gcc.dg/990214-1.c: Add semicolons after
3525         labels at end of compound statements.
3526
3527 2000-11-13  Jakub Jelinek  <jakub@redhat.com>
3528
3529         * gcc.c-torture/execute/loop-7.c: New test.
3530
3531 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3532
3533         * gcc.dg/c99-mixdecl-1.c, gcc.dg/c90-mixdecl-1.c: New tests.
3534
3535 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3536
3537         * gcc.dg/c99-bool-1.c: New test.
3538
3539 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3540
3541         * gcc.dg/c99-scope-1.c: Remove xfail.
3542         * gcc.dg/c99-scope-2.c: New test.
3543
3544 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3545
3546         * gcc.c-torture/execute/string-opt-3.c: Also test builtin rindex.
3547         * gcc.c-torture/execute/string-opt-4.c: Also test builtin index.
3548
3549 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
3550
3551         * g++.brendan/err-msg8.C: Avoid capricious line-number issues with
3552         error messages.
3553
3554         * g++.mike/p700.C: Don't typedef wchar_t.
3555         * g++.mike/p784.C: Likewise.
3556         * g++.mike/eb101.C: Don't use __wchar_t.
3557
3558 2000-11-11  Toon Moene  <toon@moene.indiv.nluug.nl>
3559
3560         * g77.f-torture/execute/20001111.[fx]: Test premature exit
3561         from DO loop.
3562
3563 2000-11-11  Bernd Schmidt  <bernds@redhat.co.uk>
3564
3565         * gcc.c-torture/execute/20001111-1.c: New test.
3566
3567 2000-11-10  Nick Clifton  <nickc@redhat.com>
3568
3569         * gcc.c-torture/execute/20001108-1.c: Add test of unsigned long
3570         long multuiple and accumulate.
3571
3572 2000-11-09  Richard Henderson  <rth@redhat.com>
3573
3574         * gcc.dg/sequence-pt-1.c: Cast from pointer to integer
3575         via size_t instead of int.
3576
3577         * gcc.c-torture/execute/string-opt-1.c: Make stub functions static.
3578         * gcc.c-torture/execute/string-opt-2.c: Likewise.
3579         * gcc.c-torture/execute/string-opt-3.c: Likewise.
3580         * gcc.c-torture/execute/string-opt-4.c: Likewise.
3581
3582 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
3583
3584         * gcc.c-torture/compile/20001109-1.c: New test.
3585         * gcc.c-torture/compile/20001109-2.c: New test.
3586
3587 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3588
3589         * g++.old-deja/g++.pt/operator1.C: New test.
3590         * g++.old-deja/g++.brendan/err-msg8.C: Adjust error line.
3591
3592 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3593
3594         * gcc.dg/20001108-1.c: New test.
3595
3596 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3597
3598         * gcc.c-torture/execute/string-opt-1.c: Add test for strstr
3599         with both arguments constant strings.
3600         * gcc.c-torture/execute/string-opt-3.c: New test.
3601         * gcc.c-torture/execute/string-opt-4.c: New test.
3602         * gcc.c-torture/execute/string-opt-5.c: New test.
3603
3604 2000-11-08  Nick Clifton  <nickc@redhat.com>
3605
3606         * gcc.c-torture/execute/20001108-1.c: New test case.  Checks
3607         mulsidi3adddi patterns.
3608
3609 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
3610
3611         * g++.old-deja/g++.other/crash36.C: New test.
3612
3613 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3614
3615         * g++.old-deja/g++.other/init16.C: New test.
3616
3617 2000-11-06  Loren J. Rittle  <ljrittle@acm.org>
3618
3619         * g++.old-deja/g++.mike/p6610a.C: Update XFAIL.
3620
3621 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3622
3623         * gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
3624         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3625         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3626
3627 2000-11-07  DJ Delorie  <dj@redhat.com>
3628
3629         * testsuite/gcc.dg/20000614-1.c: Add return so that test can pass.
3630
3631 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3632
3633         * gcc.c-torture/execute/string-opt-1.c: New test.
3634
3635 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3636
3637         * gcc.c-torture/execute/va-arg-15.x: New file.  Fails on
3638         mips-sgi-irix6.* because the MIPS ABI passes floating-point
3639         parameters in registers, and there is no way for a varargs
3640         function to know in which order the integer and floating-point
3641         parameters should be interleaved when they are placed on the
3642         stack.
3643         * gcc.c-torture/execute/va-arg-16.x: Likewise.
3644         * gcc.c-torture/execute/va-arg-17.x: Likewise.
3645
3646 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3647
3648         * gcc.c-torture/execute/string-opt-2.c: New test.
3649
3650 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
3651
3652         * g++.old-deja/g++.pt/crash60.C: New test.
3653
3654 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3655
3656         * g++.old-deja/g++.other/crash24.C: New test.
3657         * g++.old-deja/g++.other/crash25.C: New test.
3658         * g++.old-deja/g++.other/crash26.C: New test.
3659         * g++.old-deja/g++.other/crash27.C: New test.
3660         * g++.old-deja/g++.other/crash28.C: New test.
3661         * g++.old-deja/g++.other/crash29.C: New test.
3662         * g++.old-deja/g++.other/crash30.C: New test.
3663         * g++.old-deja/g++.other/crash31.C: New test.
3664         * g++.old-deja/g++.other/crash32.C: New test.
3665         * g++.old-deja/g++.other/crash33.C: New test.
3666         * g++.old-deja/g++.other/crash34.C: New test.
3667         * g++.old-deja/g++.other/crash35.C: New test.
3668
3669 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3670
3671         * gcc.c-torture/execute/20001031-1.c: New test.
3672
3673 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
3674
3675         * g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std'
3676         namespace.
3677
3678         * g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be
3679         standards-conformant.
3680
3681         * g++.old-deja/g++.mike/net5.C: Put `abort' in `std' namespace.
3682
3683         * g++.old-deja/g++.mike/p755.C: Tweak handling of exit.
3684         * g++.old-deja/g++.mike/p755a.C: Likewise.
3685         * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard
3686         library makes no calls to `operator new' during initialization.
3687
3688 2000-11-04  Neil Booth  <neilb@earthling.net>
3689
3690         * gcc.dg/cpp/include2.c: New tests.
3691
3692 Fri Nov  3 13:32:14 2000  Mark P Mitchell  <mark@codesourcery.com>
3693
3694         * lib/g++.exp (g++_set_ld_library_path): New function.
3695         Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH.
3696
3697 2000-11-03  Bernd Schmidt  <bernds@redhat.co.uk>
3698
3699         * gcc.dg/sequence-pt-1.c: A few new tests.  Unify output for bogus
3700         warnings.
3701
3702 2000-11-01  Richard Henderson  <rth@redhat.com>
3703
3704         * g++.old-deja/g++.ext/namedret1.C: New.
3705         * g++.old-deja/g++.ext/namedret2.C: New.
3706         * g++.old-deja/g++.ext/namedret3.C: New.
3707
3708 2000-10-31  Geoffrey Keating  <geoffk@cygnus.com>
3709
3710         * gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
3711         * gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.
3712
3713 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3714
3715         * gcc.c-torture/execute/va-arg-21.c: New test.
3716
3717 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
3718
3719         * gcc.dg/c99-complex-2.c: New test.
3720
3721 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3722
3723         * gcc.c-torture/execute/stdio-opt-1.c: New test.
3724
3725 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
3726
3727         * g++.old-deja/g++.other/inline16.C: New test.
3728
3729 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
3730
3731         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
3732         __PRETTY_FUNCTION__
3733
3734 2000-10-29  Neil Booth  <neilb@earthling.net>
3735
3736         * gcc.dg/cpp/defined.c, include1.c, paste11.c, skipping.c:
3737         New tests.
3738         * gcc.dg/cpp/macsyntx.c: Move test to defined.c.
3739         * gcc.dg/cpp/mi3.c, mi3.h: New test for over-enthusiastic
3740         optimisation.
3741
3742 2000-10-29  Neil Booth  <neilb@earthling.net>
3743
3744         * gcc.dg/cpp/macro4.c, macro5.c: New tests.
3745         * mi1.c, mi1c.h: Add null directives to multiple-include test.
3746         * mi5.c: Test multiple includes work with -C.
3747         * trigraphs.c: Test ^= version.
3748
3749 2000-10-28  Neil Booth  <neilb@earthling.net>
3750
3751         New tests and test updates for new macro expander.
3752
3753         * gcc.dg/cpp/19960224-2.c, 20000625-2.c, cxxcom2.c, directiv.c,
3754         endif.c, if-4.c, if-5.c, if-mop.c, macsyntx.c, paste2.c, paste6.c,
3755         paste8.c, redef2.c, strify2.c, strp1.c, tr-warn1.c, tr-warn3.c,
3756         tr-warn6.c, undef1.c, undef2.c, widestr1.c: Update tests for
3757         new diagnostic messages.
3758
3759         * gcc.dg/cpp/macro3.c: New tests.
3760
3761 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
3762
3763         * gcc.dg/noncompile/init-2.c: Tweak to deal with multiple errors
3764         on the same line.
3765
3766 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
3767
3768         * g++.old-deja/g++.other/eh2.C: New test.
3769
3770 2000-10-27  Bernd Schmidt  <bernds@cygnus.co.uk>
3771
3772         * gcc.c-torture/execute/20001027-1.c: New test.
3773
3774 2000-10-26  Richard Henderson  <rth@redhat.com>
3775
3776         * gcc.c-torture/execute/20001026-1.c: New.
3777
3778 2000-10-26  Mark Mitchell  <mark@codesourcery.com>
3779
3780         * g++.old-deja/g++.brendan/label2.C: Tweak to work with V3.
3781         * g++.old-deja/g++.law/builtin1.C: Likewise.
3782         * g++.old-deja/g++.law/ctors10.C: Likewise.
3783         * g++.old-deja/g++.law/virtual3.C: Likewise.
3784         * g++.old-deja/g++.mike/p658.C: Likewise.
3785         * g++.old-deja/g++.other/sibcall1.C: Likewise.
3786         * g++.old-deja/g++.other/vaarg2.C: Likewise.
3787         * g++.old-deja/g++.robertl/eb124.C: Likewise.
3788         * g++.old-deja/g++.robertl/eb44.C: Likewise.
3789         * g++.old-deja/g++.robertl/eb77.C: Likewise.
3790
3791 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
3792
3793         * gcc.c-torture/compile/20001024-1.c: New test.
3794
3795 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
3796
3797         * lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
3798         to tell us whether or not we are using V3.
3799
3800 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3801
3802         * g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparaison
3803         operands.
3804
3805 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3806
3807         * gcc.dg/qual-return-1.c, gcc.dg/qual-return-2.c: New tests.
3808
3809 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
3810
3811         * gcc.c-torture/execute/20001024-1.c: New test.
3812
3813 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
3814
3815         * g++.old-deja/g++.other/sibcall1.C: New test.
3816
3817 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
3818
3819         * gcc.dg/noncompile/init-3.c: New test.
3820
3821 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
3822
3823         * gcc.dg/format-array-1.c: New test.
3824
3825 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3826
3827         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c: Add tests for
3828         writing through null pointers; remove comment about testing
3829         unterminated strings.
3830
3831 2000-10-17  Matthew Hiller  <hiller@redhat.com>
3832
3833         * gcc.c-torture/execute/20001017-2.c: New test.
3834
3835 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
3836
3837         * gcc.c-torture/compile/20001018-1.c: New test.
3838         * gcc.c-torture/compile/20001018-1.x: Xfail.
3839
3840 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3841
3842         * gcc.c-torture/execute/20001017-1.c: New test.
3843
3844 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3845
3846         * gcc.dg/format-xopen-1.c: Update comments; adjust for checking
3847         for multiple use of arguments with scanf formats; add tests for
3848         multiple use of arguments.
3849
3850 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
3851
3852         * gcc.dg/sequence-pt-1.c: Several new tests; remove xfail from some old tests.
3853
3854 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3855
3856         * gcc.dg/format-miss-1.c: New test.
3857
3858 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3859
3860         * gcc.c-torture/execute/20001013-1.c: New test.
3861
3862 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3863
3864         * gcc.dg/format-branch-1.c: New test.
3865
3866 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
3867
3868         * README, lib/file-format.exp: Remove EGCS references.
3869
3870 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
3871
3872         * gcc.dg/20001013-1.c: New test.
3873
3874 2000-10-15  Joseph S. Myers  <jsm28@cam.ac.uk>
3875
3876         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Determine the type
3877         for intmax_t in the compiler using __typeof__ and the type rules
3878         for conditional expressions.
3879
3880 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
3881
3882         * gcc.dg/20001012-1.c: New test.
3883         * gcc.dg/20001012-2.c: New test.
3884
3885 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3886
3887         * gcc.dg/format-attr-1.c: New test.
3888
3889 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3890
3891         * gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Use
3892         __LONG_LONG_MAX__ instead of LLONG_MAX.
3893
3894 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3895
3896         * gcc.dg/c99-scanf-2.c, gcc.dg/format-ext-2.c: Test ' and I
3897         scanf flags.
3898         * gcc.dg/format-ext-3.c: Test mutually exclusive pairs of strftime
3899         flags.
3900
3901 2000-10-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3902
3903         * gcc.dg/sequence-pt-1.c: New test.
3904
3905 2000-10-11  Geoff Keating  <geoffk@cygnus.com>
3906
3907         * gcc.c-torture/execute/20001011-1.c: New testcase.
3908         Testcase provided by Zack Weinberg <zackw@stanford.edu>.
3909
3910 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3911
3912         * gcc.dg/991209-1.c (stack_ptr): Use __asm, not asm, so that -ansi
3913         does not error on it.
3914
3915 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
3916
3917         * gcc.dg/20001009-1.c: New test.
3918
3919 Mon Oct  9 23:32:06 MET DST 2000  Jan Hubicka  <jh@suse.cz>
3920
3921         * gcc.c-torture/compile/20001009-1.c: Move from here ....
3922         * gcc.c-torture/execute/20001009-2.c: ... to here.
3923
3924 2000-10-09  Geoff Keating  <geoffk@cygnus.com>
3925
3926         * gcc.c-torture/compile/20001009-1.c: New testcase.
3927         * gcc.c-torture/execute/20001009-1.c: New testcase.
3928         Testcases provided by Jan Hubicka <jh@suse.cz>.
3929
3930 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3931
3932         * gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3933         gcc.dg/c90-printf-2.c, gcc.dg/c90-scanf-2.c: Define intmax_t and
3934         uintmax_t using <limits.h> to emulate the compiler's internal
3935         logic.  No longer XFAIL %j tests.
3936
3937 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3938
3939         * gcc.dg/c90-printf-1.c, gcc.dg/c90-scanf-1.c,
3940         gcc.dg/c99-printf-1.c, gcc.dg/c99-scanf-1.c,
3941         gcc.dg/c99-strftime-1.c, gcc.dg/format-ext-3.c: Adjust error
3942         regexps and details of expected handling of some bad formats.
3943         * gcc.dg/format-xopen-1.c: Add test for $ format with assignment
3944         suppression.
3945
3946 2000-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3947
3948         * g++.old-deja/g++.eh/cond1.C, g++.old-deja/g++.other/bitfld3.C,
3949         g++.old-deja/g++.other/cond5.C, g++.old-deja/g++.other/decl3.C,
3950         g++.old-deja/g++.other/decl5.C, gcc.dg/cast-qual-1.c,
3951         gcc.dg/return-type-1.c, gcc.dg/unused-1.c: Update URLs of messages
3952         in list archives.
3953
3954 2000-10-06  Richard Henderson  <rth@cygnus.com>
3955
3956         * g++.old-deja/g++.brendan/crash13.C: Pass -Wreturn-type.
3957         * g++.old-deja/g++.brendan/crash52.C: Likewise.
3958         * g++.old-deja/g++.jason/report.C: Likewise.
3959         * g++.old-deja/g++.law/friend5.C: Likewise.
3960         * g++.old-deja/g++.mike/p646.C: Likewise.  Adjust the spelling
3961         of the expected warnings.
3962
3963 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
3964
3965         * g++.old-deja/g++.pt/enum14.C: New test.
3966
3967 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3968
3969         * g++.old-deja/g++.pt/crash59.C: New test.
3970
3971 2000-10-04  Will Cohen  <wcohen@redhat.com>
3972
3973         * gcc.dg/20000926-1.c: New test.
3974
3975 2000-10-03  Geoff Keating  <geoffk@cygnus.com>
3976
3977         * g++.old-deja/g++.pt/memtemp77.C (main): Update demangled
3978         function name for current C++ compiler.
3979         Patch from Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>.
3980
3981 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
3982
3983         * g++.old-deja/g++.ext/pretty3.C: Fix comparison with
3984         __PRETTY_FUNCTION__.
3985         * g++.old-deja/g++.ext/pretty2.C: Likewise.
3986
3987 2000-09-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3988
3989         * gcc.dg/wtr-int-type-1.c: Don't expect a warning from system headers.
3990
3991 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
3992
3993         * gcc.c-torture/compile/20000923-1.c: New test.
3994
3995 2000-09-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
3996
3997         * g++.old-deja/g++.other/crash20.C: Make ready for libstdc++-v3.
3998         * g++.old-deja/g++.pt/ttp62.C: Same.
3999         * g++.old-deja/g++.other/inline14.C: Same.
4000
4001 2000-09-24  Richard Henderson  <rth@cygnus.com>
4002
4003         * gcc.c-torture/execute/20000914-1.c: Declare malloc.
4004
4005 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4006
4007         * gcc.dg/c90-printf-1.c: Add test for wide string format.
4008
4009 2000-09-22  Geoff Keating  <geoffk@cygnus.com>
4010
4011         * gcc.c-torture/compile/20000922-1.c: New file.
4012
4013 2000-09-21  Nick Clifton  <nickc@redhat.com>
4014
4015         * gcc.c-torture/execute/divmod-1.c (mod5): New function - perform
4016         a signed long modulo operation.
4017         (mod6): New funciton - perform an unsigned long modulo operation.
4018         (main): Add tests for modulos of very large numbers by very small
4019         dividends.
4020
4021 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4022
4023         * g++.old-deja/g++.other/virtual8.C: Declare printf correctly.
4024
4025 2000-09-19  Richard Henderson  <rth@cygnus.com>
4026
4027         * gcc.dg/compare2.c (case 10): XFAIL.
4028
4029 2000-09-18  Richard Henderson  <rth@cygnus.com>
4030
4031         * gcc.c-torture/execute/20000906-1.c: Move ...
4032         * gcc.dg/20000906-1.c: ... here.  Only run on targets
4033         that support __builtin_trap.
4034
4035 Mon 18-Sep-2000 19:23:11 BST  Neil Booth  <NeilB@earthling.net>
4036
4037         * gcc.dg/cpp/cmdlne-C.c: Remove bogus warning test.
4038
4039 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4040
4041         * gcc.dg/format-ext-1.c: Add tests for mixing %m with $ formats.
4042         * gcc.dg/format-xopen-1.c: Fix error in one $ format test.  Add
4043         more $ format tests.
4044
4045 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4046
4047         * gcc.dg/format-errmk-1.c: New test.
4048
4049 2000-09-17  Greg McGary  <greg@mcgary.org>
4050
4051         * gcc.c-torture/execute/20000917-1.x: Remove.
4052
4053 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4054
4055         * gcc.dg/c90-complex-1.c, gcc.dg/c99-complex-1.c: New tests.
4056
4057 2000-09-17  Greg McGary  <greg@mcgary.org>
4058
4059         * gcc.c-torture/execute/20000917-1.c: New test.
4060         * gcc.c-torture/execute/20000917-1.x: XFAIL.
4061
4062 Sat 16-Sep-2000 08:14:58 BST  Neil Booth  <NeilB@earthling.net>
4063
4064         * gcc.dg/cpp/macro2.c: Testcase for multi-context arguments
4065         in nested macro bug.
4066
4067 Fri 15-Sep-2000 06:50:11 BST  Neil Booth  <NeilB@earthling.net>
4068
4069         * gcc.dg/cpp/paste10.c: Testcase for PASTE_LEFT buglet.
4070
4071 Thu Sep 14 16:48:49 2000  Jeffrey A Law  (law@cygnus.com)
4072
4073         * gcc.c-torture/execute/20000914-1.c: New test.
4074
4075 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
4076
4077         * g++.other/inline13.C: New test.
4078
4079 2000-09-12  Andreas Jaeger  <aj@suse.de>
4080
4081         * gcc.c-torture/execute/widechar-2.c: New test for wchar_t
4082         constant by Ulrich Drepper <drepper@redhat.com>.
4083
4084 Tue Sep 12 18:32:07 2000  J"orn Rennecke <amylaar@redhat.co.uk>
4085
4086         * gcc.c-torture/compile/981006-1.x: No -fpic for sh-coff / sh-hms.
4087
4088 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4089
4090         * gcc.dg/wtr-union-init-2.c, gcc.dg/wtr-union-init-3.c: New tests.
4091
4092 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
4093
4094         * gcc.dg/cpp/backslash.c: New test.
4095
4096 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
4097
4098         * gcc.c-torture/execute/20000910-1.c: New test.
4099         * gcc.c-torture/execute/20000910-2.c: Likewise.
4100
4101 2000-09-11  Robert Lipe  <robertl@sco.com>
4102
4103         * gcc.dg/pragma-align.c: New test.
4104
4105 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
4106
4107         * g++.old-deja/g++.pt/explicit82.C: New test.
4108         * g++.old-deja/g++.pt/explicit83.C: New test.
4109
4110 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
4111
4112         * gcc.dg/asm-names.c: New test.
4113
4114 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4115
4116         * gcc.dg/cpp/tr-warn6.c: New test
4117
4118 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4119
4120         * gcc.dg/format-ext-3.c: Test %#b and %#h as formats that should
4121         be accepted.
4122
4123 2000-09-07  Catherine Moore  <clm@redhat.com>
4124
4125         * gcc.c-torture/execute/unroll-1.c: New test.
4126
4127 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
4128
4129         * g++.old-deja/g++.benjamin/13478.C: Put meaningful tags on
4130         ERROR markers.
4131         * g++.old-deja/g++.brendan/crash8.C: Move ERROR marker up one line.
4132         * gcc.dg/c99-array-nonobj-1.c: Don't expect func[] cases to fail.
4133         * gcc.dg/wtr-label-1.c: Don't use unconstrained .* in error regexps.
4134         * gcc.dg/wtr-suffix-1.c: Correct error regexps.
4135         * gcc.dg/cpp/unc1.c, gcc.dg/cpp/unc2.c, gcc.dg/cpp/unc3.c:
4136         Preprocess only.
4137         * gcc.dg/cpp/unc4.c: Adjust line number in dg-error line.
4138         * gcc.dg/noncompile/const-ll-1.c: Generalize error regexp.
4139
4140 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4141
4142         * g++.old-deja/g++.pt/deduct2.C: New test.
4143
4144 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4145
4146         * g++.old-deja/g++.pt/parms2.C: New test.
4147
4148 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
4149
4150         * g++.old-deja/g++.pt/crash58.C: New test.
4151
4152 2000-09-06  Greg McGary  <greg@mcgary.org>
4153
4154         * gcc.c-torture/execute/20000906-1.c: New test.
4155         * gcc.c-torture/execute/20000906-1.x: Expect failure for ix86 at `-O2'.
4156
4157 2000-09-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4158
4159         * gcc.dg/wtr-int-type-1.c: Fix for 64-bit platforms.
4160
4161 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4162
4163         * g++.old-deja/g++.pt/crash57.C: New test.
4164
4165 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4166
4167         * g++.old-deja/g++.pt/crash56.C: New test.
4168
4169 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4170
4171         * g++.old-deja/g++.pt/koenig1.C: New test.
4172
4173 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4174
4175         * gcc.dg/20000904-1.c: New test.
4176
4177 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
4178
4179         * gcc.dg/cpp/paste8.c: New test.
4180
4181 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
4182
4183         * gcc.c-torture/compile/20000827-1.c: New test.
4184
4185 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4186
4187         * gcc.dg/format-diag-1.c: New test.
4188
4189 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4190
4191         * gcc.dg/c90-printf-1.c, gcc.dg/c90-printf-2.c,
4192         gcc.dg/c90-scanf-1.c, gcc.dg/c90-scanf-2.c, gcc.dg/c99-printf-1.c,
4193         gcc.dg/c99-scanf-1.c, gcc.dg/format-ext-1.c,
4194         gcc.dg/format-ext-2.c, gcc.dg/format-xopen-1.c,
4195         gcc.dg/formatz-1.c: Adjust warning regular expressions.
4196
4197 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4198
4199         * g++.old-deja/g++.other/nested4.C: New test.
4200
4201 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4202
4203         * g++.old-deja/g++.ns/scoped1.C: New test.
4204
4205 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
4206
4207         * lib/g++.exp: Support testing already-installed GCC.
4208
4209 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4210
4211         * wtr-label-1.c, wtr-suffix-1.c: New tests.
4212
4213 2000-08-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4214
4215         * gcc.dg/return-type-2.c: New test.
4216
4217 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
4218
4219         * gcc.c-torture/compile/20000825-1.c: New test.
4220
4221 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
4222
4223         * gcc.dg/dwarf2-2.c: New test.
4224
4225 2000-08-26  Zack Weinberg  <zack@wolery.cumb.org>
4226
4227         * gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
4228         dg-warning regexps.
4229
4230 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4231
4232         * gcc.dg/format-ext-3.c, gcc.dg/format-ext-4.c,
4233         gcc.dg/format-ext-5.c: New tests.
4234
4235 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
4236
4237         * testsuite/g++.old-deja/g++.other/crash22.C: New test.
4238
4239 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
4240
4241         * gcc.dg/noncompile/930622-2.c: Adjust error message.
4242
4243 2000-08-24  Richard Henderson  <rth@cygnus.com>
4244
4245         * gcc.dg/ia64-sync-1.c: New test.
4246         * gcc.dg/ia64-sync-2.c: New test.
4247         * gcc.dg/ia64-asm-1.c: New test.
4248
4249 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
4250
4251         * gcc.dg/c99-scanf-2.c: Remove test for scanf "Z" length.
4252         * gcc.dg/format-ext-2.c: New test.
4253
4254 2000-08-23  Jason Merrill  <jason@redhat.com>
4255
4256         * lib/old-dejagnu.exp: Also ignore "In member function" and
4257         "At global scope".
4258
4259 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4260
4261         * gcc.dg/noncompile/label-lineno-1.c: New test.
4262
4263 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4264
4265         * gcc.dg/c99-array-nonobj-1.c: New test.
4266
4267 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
4268
4269         * gcc.dg/c99-printf-2.c, gcc.dg/format-xopen-1.c: Add some more
4270         tests.
4271         * gcc.dg/format-ext-1.c: New test.
4272
4273 2000-08-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4274
4275         * gcc.dg/cpp/tr-warn4.c, gcc.dg/cpp/tr-warn5.c,
4276         gcc.dg/wtr-aggr-init-1.c, gcc.dg/wtr-escape-1.c,
4277         gcc.dg/wtr-int-type-1.c, gcc.dg/wtr-static-1.c,
4278         gcc.dg/wtr-strcat-1.c, gcc.dg/wtr-switch-1.c,
4279         gcc.dg/wtr-unary-plus-1.c, gcc.dg/wtr-union-init-1.c: New tests.
4280
4281 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4282
4283         * gcc.dg/c90-strftime-2.c, gcc.dg/c99-strftime-1.c,
4284         gcc.dg/c99-strftime-2.c: New tests.
4285
4286 2000-08-22  Richard Henderson  <rth@cygnus.com>
4287
4288         * gcc.c-torture/execute/20000822-1.c: New test.
4289
4290 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4291
4292         * gcc.c-torture/execute/20000819-1.x: Remove.
4293
4294 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4295
4296         * gcc.dg/c90-printf-3.c, gcc.dg/c90-scanf-2.c,
4297         gcc.dg/c90-scanf-3.c, gcc.dg/c90-scanf-4.c,
4298         gcc.dg/c90-strftime-1.c, gcc.dg/c99-printf-3.c,
4299         gcc.dg/c99-scanf-1.c, gcc.dg/c99-scanf-2.c, gcc.dg/c99-scanf-3.c,
4300         gcc.dg/format-xopen-1.c: New tests.
4301
4302 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4303
4304         * gcc.dg/c90-scanf-1.c, gcc.dg/c94-scanf-1.c: New tests.
4305
4306 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
4307
4308         * g++.old-deja/g++.other/loop2.C: New test.
4309
4310         * gcc.c-torture/compile/20000606-1.c: New test.
4311         * gcc.c-torture/compile/20000728-1.c: New test.
4312         * gcc.c-torture/execute/20000801-1.c: New test.
4313         * gcc.c-torture/execute/20000801-2.c: New test.
4314         * gcc.c-torture/execute/20000819-1.c: New test.
4315         * gcc.c-torture/execute/20000819-1.x: XFAIL.
4316         * gcc.dg/20000629-1.c: New test.
4317         * gcc.dg/20000724-1.c: New test.
4318         * gcc.dg/20000807-1.c: New test.
4319
4320 Sun Aug 20 01:41:35 MSD 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4321
4322         * gcc.dg/cpp/pragma-1.c: New test.
4323         * gcc.dg/cpp/pragma-2.c: New test.
4324
4325 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
4326
4327         * gcc.dg/cpp/lexstrng.c: Don't include string.h.
4328         * gcc.dg/cpp/paste2.c: Don't include string.h.  Prototype strcmp.
4329
4330 Fri Aug 18 16:57:35 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4331
4332         * gcc.c-torture/compile/20000818-1.c: New test.
4333
4334 2000-08-18  Manfred Hollstein  <manfredh@redhat.com>
4335
4336         * gcc.c-torture/execute/20000818-1.c: New test.
4337
4338 2000-08-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4339
4340         * gcc.dg/format-va-1.c: New test.
4341
4342 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4343
4344         * g++.old-deja/g++.other/typedef8.C: New test.
4345
4346 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4347
4348         * g++.old-deja/g++.benjamin/13478.C: Mark candidate.
4349         * g++.old-deja/g++.mike/net36.C: Mark candidate.
4350         * g++.old-deja/g++.robertl/eb131.C: Mark candidate.
4351         * g++.old-deja/g++.oliva/overload1.C: Remove XFAIL.
4352         * g++.old-deja/g++.other/ptrmem7.C: New test.
4353         * g++.old-deja/g++.pt/ptrmem10.C: New test.
4354
4355 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4356
4357         * g++.old-deja/g++.pt/typename27.C: New test.
4358
4359 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4360
4361         * g++.old-deja/g++.pt/crash44.C: Remove XFAIL. Add ERROR.
4362         * g++.old-deja/g++.pt/friend38.C: Remove XFAIL. Add extra test.
4363         * g++.old-deja/g++.pt/friend45.C: New test.
4364         * g++.old-deja/g++.other/friend8.C: New test.
4365
4366 2000-08-15  Richard Henderson  <rth@cygnus.com>
4367
4368         * gcc.c-torture/execute/20000815-1.c: New test.
4369
4370 2000-08-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4371
4372         * gcc.dg/c90-array-lval-2.c, gcc.dg/c90-const-expr-2.c,
4373         gcc.dg/c99-array-lval-2.c, gcc.dg/c99-const-expr-2.c,
4374         gcc.dg/c99-func-3.c, gcc.dg/c99-func-4.c: New tests.
4375
4376 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
4377
4378         * g++.old-deja/g++.other/refinit2.C: New test.
4379
4380 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
4381
4382         * lib/c-torture.exp (c-torture): Make
4383         compiler_conditional_xfail_data global.
4384         * lib/f-torture.exp (f-torture): Add in torture_eval_before_compile,
4385         compiler_conditional_xfail_data machinery.
4386         (f-torture-execute): Likewise.
4387         * g77.c-torture/compile/20000629-1.x: The test only fails on x86,
4388         and only when unrolling loops.
4389
4390         * gcc.dg/c99-array-lval-1.c: The test on line 14 now passes.
4391
4392 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4393
4394         * g++.old-deja/g++.pt/explicit81.C: New test.
4395
4396 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4397
4398         * g++.old-deja/g++.pt/typename26.C: New test.
4399
4400 2000-08-10  Geoff Keating  <geoffk@cygnus.com>
4401
4402         * gcc.dg/920413-1.c: Allow for 'traditional C rejects 'U' suffix'
4403         warning.
4404
4405 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
4406
4407         * g++.old-deja/g++.other/array3.C: New test.
4408
4409 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4410
4411         * gcc.dg/c90-array-lval-1.c, gcc.dg/c90-scope-1.c,
4412         gcc.dg/c99-array-lval-1.c, gcc.dg/c99-const-expr-1.c,
4413         gcc.dg/c99-func-1.c, gcc.dg/c99-func-2.c, gcc.dg/c99-scope-1.c:
4414         New tests.
4415
4416 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
4417
4418         * g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
4419         * g++.old-deja/g++.abi/vmihint.C: Likewise.
4420
4421 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
4422
4423         * gcc.c-torture/execute/20000808-1.c: New test.
4424
4425 2000-08-09  Joseph S. Myers  <jsm28@cam.ac.uk>
4426
4427         * gcc.dg/c90-const-expr-1.c: New test.
4428
4429 2000-08-08  Richard Henderson  <rth@cygnus.com>
4430
4431         * gcc.dg/noncompile/920923-1.c: Declare calloc.
4432
4433 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
4434
4435         * gcc.dg/noncompile/const-ll-1.c: New test.
4436
4437 2000-08-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4438
4439         * gcc.dg/c90-printf-2.c, gcc.dg/c99-printf-2.c: New tests.
4440
4441 Sun Aug  6 11:41:51 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
4442
4443         * lib/objc.exp (objc_target_compile): Set the ld_library_path so
4444         that running programs linked against the shared version of libobjc
4445         run correctly.
4446
4447 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4448
4449         * gcc.dg/c99-printf-1.c: New test.
4450
4451 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4452
4453         * gcc.c-torture/execute/20000801-4.x: Only xfail on x86.
4454
4455 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
4456
4457         * gcc.c-torture/execute/20000731-1.x: Delete.
4458
4459 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4460
4461         * lib/gcc-dg.exp: Set up TORTURE_OPTIONS, torture_with_loops,
4462         and torture_without_loops as is done by c-torture.exp.
4463         (search_for): Copy from c-torture.exp.
4464         (gcc-dg-runtest): New function, drives a directory of tests
4465         iterating over the TORTURE_OPTIONS.
4466         (scan-assembler, scan-assembler-not): Move here from
4467         individual directory drivers.
4468
4469         * gcc.dg/dg.exp: scan-assembler, scan-assembler-not now
4470         defined by lib/gcc-dg.exp.
4471         * gcc.dg/cpp/cpp.exp: Likewise.
4472         * gcc.dg/noncompile/noncompile.exp: Likewise.  Use
4473         gcc-dg-runtest, so we cycle over optimization options.
4474
4475         * gcc.dg/cpp/20000625-2.c: Expect warning on line 8, not 9.
4476         * gcc.dg/compare2.c: No longer expected to fail.
4477
4478 Fri Aug  4 23:00:50 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
4479
4480         * gcc.c-torture/execute/20000804-1.c: New test.
4481
4482 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4483
4484         * gcc.dg/c90-printf-1.c, gcc.dg/c94-printf-1.c: New tests.
4485
4486 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
4487
4488         * gcc.dg/cpp/20000625-2.c: Don't expect a warning on line 4.
4489
4490 Thu Aug  3 01:46:33 2000  Jeffrey A Law  (law@cygnus.com)
4491
4492         * gcc.c-torture/compile/20000803-1.c: New test.
4493
4494 2000-08-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4495
4496         * gcc.c-torture/execute/20000801-3.c,
4497         gcc.c-torture/execute/20000801-4.c: New tests.
4498         * gcc.c-torture/execute/20000801-3.x,
4499         gcc.c-torture/execute/20000801-4.x: Xfail.
4500
4501 2000-08-02  Geoff Keating  <geoffk@cygnus.com>
4502
4503         * lib/objc.exp (objc_target_compile): Look for libobjc.a in
4504         libobjc/.libs to allow for libtool.
4505
4506 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
4507
4508         * gcc.c-torture/compile/20000802-1.c: New test.
4509
4510 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4511
4512         * gcc.dg/cpp/macsyntx.c: Fix error regexp.
4513
4514 Mon Jul 31 21:14:49 2000  Jeffrey A Law  (law@cygnus.com)
4515
4516         * gcc-c-torture/execute/20000731-2.c: New test.
4517
4518         * gcc.c-torture/execute/20000731-1.c: New test.
4519         * gcc.c-torture/execute/20000731-1.x: Expected to fail for i?86-*-*.
4520
4521 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
4522
4523         * testsuite/gcc.dg/cpp/paste7.c: New test.
4524         * gcc.dg/cpp/20000725-1.c: New test.
4525
4526 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
4527
4528         * gcc.dg/c90-digraph-1.c: Restore { dg-do run } marker.
4529         * gcc.dg/noncompile/990416-1.c: Do not expect an implicit-
4530         declaration warning for __builtin_dwarf_reg_size.
4531
4532         * gcc.dg/c99-impl-decl-1.c: No longer XFAIL.
4533
4534 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4535
4536         * gcc.dg/noncompile/voidparam-1.c: New test.
4537
4538 2000-07-30  Richard Henderson  <rth@cygnus.com>
4539
4540         * gcc.dg/c90-digraph-1.c: Don't xfail.
4541         * gcc.dg/compare2.c (case 10): Xfail.
4542         * gcc.dg/noncompile/redecl-1.c: Fix expected error message.
4543
4544 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
4545
4546         * gcc.dg/c99-main-1.c: New test.
4547
4548 2000-07-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4549
4550         * gcc.dg/c90-impl-int-2.c, gcc.dg/c99-impl-int-2.c: New tests.
4551
4552 Wed Jul 26 19:41:51 2000  Hans-Peter Nilsson  <hp@axis.com>
4553
4554         * gcc.c-tortuer/execute/20000726-1.c: New test.
4555
4556 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
4557
4558         * gcc.c-torture/execute/enum-2.c: New test.
4559
4560 2000-07-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4561
4562         * gcc.dg/cpp/tr-warn3.c: New test.
4563
4564 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4565
4566         * g++.old-deja/g++.ext/implicit1.C: Remove.
4567         * g++.old-deja/g++.jason/c2.C: Remove
4568         * g++.old-deja/g++.mike/p700.C: Add prototype parameters.
4569         * g++.old-deja/g++.pt/crash16.C: Likewise.
4570         * g++.old-deja/g++.brendan/crash43.C: Remove -fstrict-prototype.
4571
4572 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4573
4574         * g++.old-deja/g++.other/for2.C: New test.
4575
4576 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
4577
4578         * gcc.dg/20000720-1.c: New test.
4579
4580 2000-07-25  Toon Moene  <toon@moene.indiv.nluug.nl>
4581
4582         * g77.f-torture/compile/20000630-2.x: Removed.  Case fixed.
4583
4584 2000-07-24  Geoff Keating  <geoffk@cygnus.com>
4585
4586         * gcc.c-torture/execute/20000722-1.x: New, testcase fails.
4587         * gcc.c-torture/execute/20000722-1.c: New.
4588         * gcc.c-torture/execute/20000516-1.c: Delete, replaced by 20000722-1.
4589
4590 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
4591
4592         * gcc.dg/cpp/20000720-1.S: New test.
4593
4594 2000-07-21  Michael Meissner  <meissner@redhat.com>
4595
4596         * gcc.c-torture/execute/ieee/hugeval.c: New test.
4597
4598 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4599
4600         * g++.old-deja/g++.brendan/crash16.C,
4601         g++.old-deja/g++.brendan/parse3.C,
4602         g++.old-deja/g++.brendan/redecl1.C,
4603         g++.old-deja/g++.ns/template13.C,
4604         g++.old-deja/g++.other/decl4.C,
4605         g++.old-deja/g++.pt/spec14.C: Mark as crash test, expected to fail.
4606
4607 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4608
4609         * lib/old-dejagnu.exp: Check for both "Internal compiler error"
4610         and "Internal error".
4611
4612         * gcc.dg/cpp/20000625-2.c, gcc.dg/cpp/macsyntx.c: Update error
4613         regexps.
4614         * gcc.dg/cpp/paste6.c: New test.
4615
4616 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
4617
4618         * gcc.dg/cpp/tr-direct.c: New test.
4619
4620         * gcc.dg/cpp/directiv.c, gcc.dg/cpp/macsyntx.c,
4621         gcc.dg/cpp/undef1.c: Tweak error regexps.
4622
4623 2000-07-18  Eric Christopher <echristo@redhat.com>
4624
4625         * gcc.c-torture/compile/20000718-1.c: New test.
4626
4627 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
4628
4629         * cpplex.c (_cpp_push_token): If the token being pushed back
4630         is the previous token in this context, just subtract one from
4631         context->posn.
4632         * cppmacro.c (save_expansion): Clear aux field when storing a
4633         placemarker.
4634
4635 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
4636
4637         * gcc.dg/noncompile/redecl-1.c: New test.
4638
4639 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
4640
4641         * gcc.c-torture/execute/20000717-5.c: New test.
4642         * gcc.c-torture/execute/20000717-1.x: Removed.
4643
4644 2000-07-17  Richard Henderson  <rth@cygnus.com>
4645
4646         * gcc.c-torture/execute/20000717-4.c: New test.
4647
4648 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
4649
4650         * gcc.dg/cpp/syshdr.c: New test.
4651         * gcc.dg/cpp/syshdr1.h, gcc.dg/cpp/syshdr2.h: New files.
4652
4653 2000-07-17  Neil Booth  <neilb@earthling.net>
4654
4655         * gcc.dg/cpp/cmdlne-dM.c: New test.
4656         * gcc.dg/cpp/cmdlne-dD.c: New test.
4657
4658 Mon Jul 17 03:13:12 2000  Jeffrey A Law  (law@cygnus.com)
4659
4660         * gcc.c-torture/execute/20000717-3.c: New test.
4661
4662         * gcc.c-torture/compile/20000717-1.c: New test.
4663
4664 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
4665
4666         * gcc.c-torture/execute/20000717-2.c: New test.
4667
4668 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
4669
4670         * gcc.dg/formatz-1.c: New test.
4671
4672         * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph-1.c,
4673         * gcc.dg/c99-digraph-1.c: New tests.
4674
4675         * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c,
4676         * gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests.
4677
4678         * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c,
4679         * gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c,
4680         * gcc.dg/c90-longlong-1.c, gcc.dg/c90-restrict-1.c,
4681         * gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c,
4682         * gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c,
4683         * gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c,
4684         * gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests.
4685
4686 Mon Jul 17 00:41:57 2000   Greg McGary <greg@mcgary.org>
4687
4688         * gcc.c-torture/execute/20000717-1.c: New test.
4689         * gcc.c-torture/execute/20000717-1.x: Expected to fail.
4690
4691 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
4692
4693         * gcc.c-torture/execute/20000715-2.c: New test.
4694         * gcc.dg/20000715-1.c: New test.
4695
4696 2000-07-15  Michael Meissner  <meissner@redhat.com>
4697
4698         * gcc.c-torture/execute/20000715-1.c: New test.
4699
4700 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
4701
4702         * gcc.c-torture/execute/20000707-1.c: New test.
4703
4704 2000-07-13  Neil Booth  <NeilB@earthling.net>
4705
4706         * testsuite/gcc.dg/cpp/digraph1.c,
4707         testsuite/gcc.dg/cpp/digraph2.c,
4708         testsuite/gcc.dg/cpp/digraphs.c: New tests.
4709
4710 2000-07-12  David Billinghurst  <David Billinghurst@riotinto.com.au>
4711
4712         * g77.f-torture/compile/20000630-2.f:  New test.
4713         * g77.f-torture/compile/20000630-2.x
4714
4715 2000-07-11  David Billinghurst  <David.Billinghurst@riotinto.com.au>
4716
4717         * g77.f-torture/execute/20000503-1.x: Delete.  Test now passes.
4718
4719 2000-07-11  Neil Booth  <NeilB@earthling.net>
4720
4721         * gcc.dg/cpp/cmdlne-C.c: Fix typo.
4722
4723 2000-07-11  Neil Booth  <NeilB@earthling.net>
4724
4725         * gcc.dg/cpp/cmdlne-C.c: New.
4726
4727 2000-07-09  Neil Booth  <NeilB@earthling.net>
4728
4729         * gcc.dg/cpp/directiv.c: New tests.
4730         * gcc.dg/cpp/undef1.c: Update.
4731
4732 2000-07-08  Angela Marie Thomas <angela@cygnus.com>
4733
4734         * lib/c-torture.exp: Make compiler_conditional_xfail_data global.
4735
4736 2000-07-09  Neil Booth  <NeilB@earthling.net>
4737
4738         * gcc.dg/cpp/macsyntx.c: Add test for #define defined.
4739
4740 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
4741
4742         * gcc.dg/cpp/19951227-1.c, gcc.dg/cpp/assert2.c,
4743         gcc.dg/cpp/if-1.c, gcc.dg/cpp/if-4.c: Tweak error regexps.
4744
4745 2000-07-08  Neil Booth  <NeilB@earthling.net>
4746
4747         * gcc.dg/cpp/macsyntx.c: New tests.
4748
4749 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4750
4751         * gcc.dg/20000707-1.c: New test.
4752
4753 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
4754
4755         * gcc.c-torture/execute/20000706-1.c: New test.
4756         * gcc.c-torture/execute/20000706-2.c: New test.
4757         * gcc.c-torture/execute/20000706-3.c: New test.
4758         * gcc.c-torture/execute/20000706-4.c: New test.
4759         * gcc.c-torture/execute/20000706-5.c: New test.
4760
4761 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4762
4763         * g++.old-deja/g++.pt/instantiate7.C: New test.
4764
4765 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4766
4767         * g++.old-deja/g++.mike/thunk2.C: Add return 0.
4768         * g++.old-deja/g++.mike/thunk3.C: Likewise.
4769         * g++.old-deja/g++.other/rtti3.C: Likewise.
4770         * g++.old-deja/g++.other/rttid3.C: Likewise.
4771
4772 2000-06-30  David Billinghurst  <David Billinghurst@riotinto.com.au>
4773
4774         *  g77.f-torture/compile/20000630-1.x: Fix typo
4775
4776 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
4777
4778         * gcc.dg/cpp/ident.c: Don't expect #ident strings in the
4779         assembly output.
4780
4781 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
4782
4783         * gcc.dg/cpp/ident.c: New test.
4784
4785 2000-07-05  Neil Booth  <NeilB@earthling.net>
4786
4787         * gcc.dg/cpp/lexident.c, gcc.dg/cpp/lexnum.c,
4788           gcc.dg/cpp/lexstrng.c: New tests.
4789
4790 2000-07-04  Neil Booth  <NeilB@earthling.net>
4791
4792         * gcc.dg/cpp/macro1.c: Add more macro expansion tests.
4793         * gcc.dg/cpp/strify2.c: Same.
4794
4795 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
4796
4797         * testsuite/gcc.dg/cpp/19951025-1.c: Adjust regexps.
4798         * testsuite/gcc.dg/cpp/19990703-1.c: Likewise.
4799         * testsuite/gcc.dg/cpp/20000625-1.c: Likewise.
4800         * testsuite/gcc.dg/cpp/20000625-2.c: Likewise.
4801
4802         * testsuite/gcc.dg/cpp/macro1.c,
4803         testsuite/gcc.dg/cpp/paste1.c, testsuite/gcc.dg/cpp/paste2.c,
4804         testsuite/gcc.dg/cpp/paste3.c, testsuite/gcc.dg/cpp/paste4.c,
4805         testsuite/gcc.dg/cpp/strify1.c,
4806         testsuite/gcc.dg/cpp/strify2.c: New tests.
4807
4808 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
4809
4810         * gcc.c-torture/execute/20000703-1.c: New test.
4811
4812 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4813
4814         * g++.old-deja/g++.pt (lookup10.C): New test.
4815
4816 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4817
4818         * g++.old-deja/g++.pt (typename25.C): New test.
4819
4820 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org
4821
4822         * gcc.c-torture/compile/20000701-1.c: New test.
4823
4824 2000-06-30  Nick Clifton  <nickc@cygnus.com>
4825
4826         * gcc.c-torture/compile/20000629-1.c: Add second, reversed, loop
4827         to test case.
4828
4829 2000-06-30  Catherine Moore  <clm@cygnus.com>
4830
4831         * gcc.c-torture/execute/align-1.c: New test.
4832
4833 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
4834
4835         * g++.old-deja/g++.pt/expr8.C: New test.
4836         * g++.old-deja/g++.pt/expr6.C: Remove XFAIL.
4837
4838 2000-06-29  Nick Clifton  <nickc@cygnus.com>
4839
4840         * gcc.c-torture/compile/20000629-1.c: New test.
4841
4842 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4843
4844
4845         Move the c-torture/noncompile tests to either gcc.dg/cpp or a new
4846         gcc.dg/noncompile directory, depending on whether they're
4847         preprocessor tests or not.  Annotate all the tests for the dg
4848         framework.
4849
4850         * gcc.c-torture/noncompile/noncompile.exp: Delete.
4851         * gcc.dg/noncompile/noncompile.exp: New.
4852
4853         * Moved files:
4854         Old name                                New name
4855         gcc.c-torture/noncompile/920507-1.c     gcc.dg/noncompile/920507-1.c
4856         gcc.c-torture/noncompile/920616-2.c     gcc.dg/noncompile/920616-2.c
4857         gcc.c-torture/noncompile/920721-2.c     gcc.dg/noncompile/920721-2.c
4858         gcc.c-torture/noncompile/920824-1.c     gcc.dg/noncompile/920824-1.c
4859         gcc.c-torture/noncompile/920923-1.c     gcc.dg/noncompile/920923-1.c
4860         gcc.c-torture/noncompile/921102-1.c     gcc.dg/noncompile/921102-1.c
4861         gcc.c-torture/noncompile/921116-1.c     gcc.dg/noncompile/921116-1.c
4862         gcc.c-torture/noncompile/930301-1.c     gcc.dg/noncompile/930301-1.c
4863         gcc.c-torture/noncompile/930622-1.c     gcc.dg/noncompile/930622-1.c
4864         gcc.c-torture/noncompile/930622-2.c     gcc.dg/noncompile/930622-2.c
4865         gcc.c-torture/noncompile/930714-1.c     gcc.dg/noncompile/930714-1.c
4866         gcc.c-torture/noncompile/931203-1.c     gcc.dg/noncompile/931203-1.c
4867         gcc.c-torture/noncompile/940112-1.c     gcc.dg/noncompile/940112-1.c
4868         gcc.c-torture/noncompile/940227-1.c     gcc.dg/noncompile/940227-1.c
4869         gcc.c-torture/noncompile/940510-1.c     gcc.dg/noncompile/940510-1.c
4870         gcc.c-torture/noncompile/950825-1.c     gcc.dg/noncompile/950825-1.c
4871         gcc.c-torture/noncompile/950921-1.c     gcc.dg/noncompile/950921-1.c
4872         gcc.c-torture/noncompile/951123-1.c     gcc.dg/noncompile/951123-1.c
4873         gcc.c-torture/noncompile/971104-1.c     gcc.dg/noncompile/971104-1.c
4874         gcc.c-torture/noncompile/990416-1.c     gcc.dg/noncompile/990416-1.c
4875         gcc.c-torture/noncompile/init-1.c       gcc.dg/noncompile/init-1.c
4876         gcc.c-torture/noncompile/init-2.c       gcc.dg/noncompile/init-2.c
4877         gcc.c-torture/noncompile/invalid_asm.c  gcc.dg/noncompile/invalid_asm.c
4878         gcc.c-torture/noncompile/va-arg-1.c     gcc.dg/noncompile/va-arg-1.c
4879
4880         gcc.c-torture/noncompile/940712-1.c     gcc.dg/cpp/19940712-1.c
4881         gcc.c-torture/noncompile/940712-1.h     gcc.dg/cpp/19940712-1.h
4882         gcc.c-torture/noncompile/940712-1a.h    gcc.dg/cpp/19940712-1a.h
4883         gcc.c-torture/noncompile/940712-1b.h    gcc.dg/cpp/19940712-1b.h
4884         gcc.c-torture/noncompile/951025-1.c     gcc.dg/cpp/19951025-1.c
4885         gcc.c-torture/noncompile/951227-1.c     gcc.dg/cpp/19951227-1.c
4886
4887 2000-06-29  Zack Weinberg  <zack@wolery.cumb.org>
4888
4889         * gcc.dg/cpp/20000628-1a.h: On each of the first three inclusions,
4890         declare one variable.  On the fourth, error.
4891         * gcc.dg/cpp/20000628-1.c (main): Reference the three variables
4892         declared by 20000628-1a.h.
4893
4894 2000-06-29  Richard Henderson  <rth@redhat.com>
4895
4896         * gcc.c-torture/execute/930529-1.x: New file.
4897         * gcc.dg/920413-1.c: Adjust expected warning text.
4898         * gcc.dg/980217-1.c: Declare abort.
4899         * gcc.dg/cpp/20000628-1a.h: Use a declaration instead of an asm.
4900
4901 Thu Jun 29 09:42:40 2000  Jeffrey A Law  (law@cygnus.com)
4902
4903         * g77.f-torture/compile/20000629-1.f: New test.
4904         * g77.f-torture/compile/20000629-1.x: Expected to fail.
4905
4906 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4907
4908         Rearrange lots of files, removing entirely the
4909         gcc.c-torture/special, gcc.c-torture/code_quality, and gcc.failure
4910         directories.
4911
4912         * Deleted files:
4913         gcc.c-torture/code_quality/code_quality.exp
4914         gcc.c-torture/special/special.exp
4915         gcc.failure/failure.exp
4916         gcc.failure/940409-1.x
4917         gcc.c-torture/compile/961203-1.x
4918
4919         * New files:
4920         gcc.misc-tests/linkage.exp
4921         gcc.c-torture/execute/920730-1t.c
4922         gcc.c-torture/execute/920730-1t.x
4923         gcc.c-torture/compile/920520-1.x
4924         gcc.c-torture/compile/920521-1.x
4925         gcc.c-torture/compile/981006-1.x
4926         gcc.c-torture/execute/eeprof-1.x
4927
4928         * Moved files (possibly with modifications to fit a new harness):
4929         Old name                                New name
4930         gcc.c-torture/code_quality/920608-1.c   gcc.c-torture/compile/920608-1.c
4931         gcc.c-torture/special/920413-1.c        gcc.dg/920413-1.c
4932         gcc.c-torture/special/920520-1.c        gcc.c-torture/compile/920520-1.c
4933         gcc.c-torture/special/920521-1.c        gcc.c-torture/compile/920521-1.c
4934         gcc.c-torture/special/920717-x.c        gcc.misc-tests/linkage-x.c
4935         gcc.c-torture/special/920717-y.c        gcc.misc-tests/linkage-y.c
4936         gcc.c-torture/special/920730-1.c        gcc.c-torture/execute/920730-1.c
4937         gcc.c-torture/special/930510-1.c        gcc.dg/cpp/19930510-1.c
4938         gcc.c-torture/special/951130-1.c        gcc.dg/951130-1.c
4939         gcc.c-torture/special/960224-1.c        gcc.dg/cpp/19960224-1.c
4940         gcc.c-torture/special/960224-2.c        gcc.dg/cpp/19960224-2.c
4941         gcc.c-torture/special/981006-1.c        gcc.c-torture/compile/981006-1.c
4942         gcc.c-torture/special/eeprof-1.c        gcc.c-torture/execute/eeprof-1.c
4943         gcc.failure/940409-1.c                  gcc.dg/940409-1.c
4944
4945 2000-06-28  Zack Weinberg  <zack@wolery.cumb.org>
4946
4947         * c-torture/compile/961203-1.x: Delete.
4948
4949         * gcc.misc-tests/acker1.c: Report failure.  Use return from main,
4950         not exit. Include stdio.h.
4951         * gcc.misc-tests/dg-11.c: Remove anchors from regexp.
4952         * gcc.misc-tests/dg-12.c: Likewise.
4953         * gcc.misc-tests/dg-5.c: Likewise.
4954         * gcc.misc-tests/dg-6.c: Likewise.
4955         * gcc.misc-tests/dg-7.c: Prototype abort.
4956         * gcc.misc-tests/dg-9.c: Adjust error-message regexps.
4957         * gcc.misc-tests/dhry.h: Include stdlib.h and string.h.
4958         * gcc.misc-tests/matrix1.c: Report failure.  Use return from main,
4959         not exit.
4960         * gcc.misc-tests/sieve.c: Use return from main, not exit.
4961         * gcc.misc-tests/sort2.c: Use return from main, not exit.
4962
4963 2000-06-28  Jakub Jelinek  <jakub@redhat.com>
4964
4965         * gcc.dg/cpp/20000628-1.c: New test.
4966         * gcc.dg/cpp/20000628-1.h: New header for above test.
4967         * gcc.dg/cpp/20000628-1a.h: Likewise.
4968
4969 2000-06-27  Zack Weinberg  <zack@wolery.cumb.org>
4970
4971         * gcc.dg/cpp: New directory.
4972         * gcc.dg/cpp/cpp.exp: New driver.
4973         * gcc.dg/cpp/20000627-1.c: New test.
4974         * gcc.c-torture/special/special.exp: Remove entry for 921210-1.c.
4975         * gcc.c-torture/special/921210-1.c: Move to gcc.dg/cpp/19921210-1.c
4976         and rewrite as a compilation test.
4977
4978         * gcc.dg: Move many files into the cpp subdirectory, possibly
4979         renaming or editing them as well.
4980         Old name                New name
4981         990119-1.c              cpp/19990119-1.c
4982         990228-1.c              cpp/19990228-1.c
4983         990407-1.c              cpp/19990407-1.c
4984         990409-1.c              cpp/19990409-1.c
4985         990413-1.c              cpp/19990413-1.c
4986         990703-1.c              cpp/19990703-1.c
4987         20000127-1.c            cpp/20000127-1.c
4988         20000129-1.c            cpp/20000129-1.c
4989         20000207-1.c            cpp/20000207-1.c
4990         20000207-2.c            cpp/20000207-2.c
4991         20000209-1.c            cpp/20000209-1.c
4992         20000209-2.c            cpp/20000209-2.c
4993         20000301-1.c            cpp/20000301-1.c
4994         20000419-1.c            cpp/20000419-1.c
4995         20000510-1.S            cpp/20000510-1.S
4996         20000519-1.c            cpp/20000519-1.c
4997         20000529-1.c            cpp/20000529-1.c
4998         20000625-1.c            cpp/20000625-1.c
4999         20000625-2.c            cpp/20000625-2.c
5000         cpp-as1.c               cpp/assert1.c
5001         cpp-as2.c               cpp/assert2.c
5002         cxx-comments-1.c        cpp/cxxcom1.c
5003         cxx-comments-2.c        cpp/cxxcom2.c
5004         endif-label.c           cpp/endif.c
5005         cpp-hash1.c             cpp/hash1.c
5006         cpp-hash2.c             cpp/hash2.c
5007         cpp-if1.c               cpp/if-1.c
5008         cpp-if2.c               cpp/if-2.c
5009         cpp-if3.c               cpp/if-3.c
5010         cpp-if4.c               cpp/if-4.c
5011         cpp-if5.c               cpp/if-5.c
5012         cpp-cond.c              cpp/if-cexp.c
5013         cpp-missingop.c         cpp/if-mop.c
5014         cpp-missingparen.c      cpp/if-mpar.c
5015         cpp-opprec.c            cpp/if-oppr.c
5016         cpp-ifparen.c           cpp/if-paren.c
5017         cpp-shortcircuit.c      cpp/if-sc.c
5018         cpp-shift.c             cpp/if-shift.c
5019         cpp-unary.c             cpp/if-unary.c
5020         cpp-li1.c               cpp/line1.c
5021         cpp-li2.c               cpp/line2.c
5022         lineno.c                cpp/line3.c
5023         lineno-2.c              cpp/line4.c
5024         cpp-mi.c                cpp/mi1.c
5025         cpp-mic.h               cpp/mi1c.h
5026         cpp-micc.h              cpp/mi1cc.h
5027         cpp-mind.h              cpp/mi1nd.h
5028         cpp-mindp.h             cpp/mi1ndp.h
5029         cpp-mix.h               cpp/mi1x.h
5030         cpp-mi2.c               cpp/mi2.c
5031         cpp-mi2a.h              cpp/mi2a.h
5032         cpp-mi2b.h              cpp/mi2b.h
5033         cpp-mi2c.h              cpp/mi2c.h
5034         cpp-mi3.c               cpp/mi3.c
5035         cpp-mi3.def             cpp/mi3.def
5036         poison-1.c              cpp/poison.c
5037         pr-impl.c               cpp/prag-imp.c
5038         cpp-redef-2.c           cpp/redef1.c
5039         cpp-redef.c             cpp/redef2.c
5040         strpaste.c              cpp/strp1.c
5041         strpaste-2.c            cpp/strp2.c
5042         cpp-tradpaste.c         cpp/tr-paste.c
5043         cpp-tradstringify.c     cpp/tr-str.c
5044         cpp-tradwarn1.c         cpp/tr-warn1.c
5045         cpp-tradwarn2.c         cpp/tr-warn2.c
5046         trigraphs.c             cpp/trigraphs.c
5047         cpp-unc1.c              cpp/unc1.c
5048         cpp-unc2.c              cpp/unc2.c
5049         cpp-unc3.c              cpp/unc3.c
5050         cpp-unc.c               cpp/unc4.c
5051         undef.c                 cpp/undef1.c
5052         undef-2.c               cpp/undef2.c
5053         cpp-wi1.c               cpp/widestr1.c
5054
5055 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
5056
5057         * lib/g++.exp (g++_include_flags): Tweak.
5058
5059 2000-06-27  H.J. Lu  <hjl@gnu.org>
5060             Loren J. Rittle  <ljrittle@acm.org>
5061
5062         * lib/g++.exp (g++_include_flags): Override libgloss.exp
5063         version with one that knows about the new gcc tree structure.
5064         (g++_link_flags): Same.
5065
5066 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
5067
5068         * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
5069         gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
5070         case we are cross-compiling.
5071
5072         * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
5073         g++.old-deja/g++.niklas/Makefile.in,
5074         g++.old-deja/g++.niklas/configure.in,
5075         g++.old-deja/g++.other/Makefile.in,
5076         g++.old-deja/g++.other/configure.in,
5077         gcc.c-torture/code_quality/Makefile.in,
5078         gcc.c-torture/code_quality/configure.in,
5079         gcc.c-torture/compat/Makefile.in, gcc.c-torture/compat/configure.in,
5080         gcc.c-torture/compile/Makefile.in, gcc.c-torture/compile/configure.in,
5081         gcc.c-torture/execute/Makefile.in, gcc.c-torture/execute/configure.in,
5082         gcc.c-torture/execute/ieee/Makefile.in,
5083         gcc.c-torture/execute/ieee/configure.in,
5084         gcc.c-torture/noncompile/Makefile.in,
5085         gcc.c-torture/noncompile/configure.in,
5086         gcc.c-torture/special/Makefile.in, gcc.c-torture/special/configure.in,
5087         gcc.c-torture/unsorted/Makefile.in, gcc.c-torture/unsorted/configure.in,
5088         gcc.misc-tests/Makefile.in, gcc.misc-tests/configure.in: Delete.
5089
5090 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5091
5092         * g++.old-deja/g++.other/ambig3.C: New test.
5093
5094 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5095
5096         * g++.old-deja/g++.pt/syntax1.C: New test.
5097         * g++.old-deja/g++.pt/syntax2.C: New test.
5098         * g++.old-deja/g++.other/syntax3.C: New test.
5099         * g++.old-deja/g++.other/syntax4.C: New test.
5100
5101 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5102
5103         * gcc.dg/20000623-1.c: Prototype exit and abort.
5104
5105 2000-06-25  Zack Weinberg  <zack@wolery.cumb.org>
5106
5107         * gcc.dg/20000625-1.c, gcc.dg/20000625-2.c, gcc.dg/cpp-mi3.c:
5108         New tests.
5109         * gcc.dg/cpp-mi3.def: New file.
5110
5111         * gcc.dg/cpp-as1.c: Also test that macro expansion does not occur
5112         inside assertions.
5113         * gcc.dg/cpp-as2.c: Make error regexps match either old or new
5114         lexer's error messages.
5115         * gcc.dg/cpp-mi.c: Use -H and examine the output, don't try to
5116         divine anything from the linemarkers.
5117         * gcc.dg/cpp-micc.h: Fix typo (declare int b, not int a);
5118         * gcc.dg/poison-1.c: Preprocess only; apply -fno-show-column.
5119
5120 2000-06-23  Geoffrey Keating  <geoffk@cygnus.com>
5121
5122         * gcc.dg/20000623-1.c: New test.
5123
5124 2000-06-22  Jakub Jelinek  <jakub@redhat.com>
5125
5126         * gcc.c-torture/execute/20000622-1.c: New test.
5127
5128 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5129
5130         * g++.old-deja/g++.other/init15.C: New test.
5131
5132 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5133
5134         * g++.old-deja/g++.pt/vaarg2.C: New test.
5135         * g++.old-deja/g++.pt/vaarg3.C: New test.
5136
5137 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5138
5139         * g++.old-deja/g++.other/dyncast6.C: New test.
5140
5141 2000-06-15  Jakub Jelinek  <jakub@redhat.com>
5142
5143         * gcc.c-torture/execute/loop-6.c: New test.
5144
5145 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
5146
5147         * gcc.dg/20000614-1.c: New test.
5148         * gcc.dg/20000614-2.c: New test.
5149
5150 2000-06-14  Hans-Peter Nilsson  <hp@axis.com>
5151
5152         * g++.old-deja/g++.other/inline12.C: New test.
5153
5154 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5155
5156         * g++.old-deja/g++.other/eh1.C: New test.
5157
5158 2000-06-12  Jakub Jelinek  <jakub@redhat.com>
5159
5160         * g++.old-deja/g++.other/type.C: New test.
5161
5162 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5163
5164         * g++.old-deja/g++.other/initstring.C: New test.
5165
5166 2000-06-12  Jason Merrill  <jason@redhat.com>
5167
5168         * g++.old-deja/old-deja.exp: Add -Wno-long-long.
5169
5170 Fri Jun  9 22:46:34 2000  Jeffrey A Law  (law@cygnus.com)
5171
5172         * gcc.c-torture/compile/20000609-1.c: New test.
5173
5174 Fri Jun  9 21:54:28 2000  Clinton Popetz  <cpopetz@cygnus.com>
5175
5176         * gcc.dg/20000609-1.c: New test.
5177
5178 2000-06-08  Zack Weinberg  <zack@wolery.cumb.org>
5179
5180         * gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
5181         * gcc.c-torture/noncompile/poison-1.c: Move...
5182         * gcc.dg/poison-1.c: ...here, and adapt to dg framework.
5183         * gcc.dg/cpp-li1.c: Add a token after the #line.
5184
5185 2000-06-05  Richard Henderson  <rth@cygnus.com>
5186
5187         * gcc.c-torture/execute/20000605-2.c: New test.
5188         * gcc.c-torture/execute/20000605-3.c: New test.
5189
5190 2000-06-06  David Billinghurst  <David Billinghurst@riotinto.com.au>
5191
5192         * g77.f-torture/execute/20000503-1.x: New file.
5193
5194 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
5195
5196         * g++.old-deja/g++.eh/badalloc1.C: New test.
5197
5198 2000-06-05  Richard Henderson  <rth@cygnus.com>
5199
5200         * gcc.c-torture/execute/20000605-1.c: New test.
5201
5202 2000-06-05  Jakub Jelinek  <jakub@redhat.com>
5203             Nathan Sidwell <nathan@codesourcery.com>
5204
5205         * gcc.c-torture/compile/20000605-1.c: New test.
5206
5207 2000-06-03  David Billinghurst  <David Billinghurst@riotinto.com.au>
5208
5209         * g77.f-torture/compile/20000601-1.f:  New test.
5210
5211 2000-06-03  Richard Henderson  <rth@cygnus.com>
5212
5213         * gcc.c-torture/execute/20000603-1.c: New.
5214
5215 2000-06-02  Zack Weinberg  <zack@wolery.cumb.org>
5216
5217         * gcc.dg/noreturn-1.c (foo7, foo8): Revert previous change.
5218         * gcc.dg/noreturn-2.c (noreturn): Likewise.
5219
5220 2000-06-01  Zack Weinberg  <zack@wolery.cumb.org>
5221
5222         * gcc.dg/compare2.c (case 12): XFAIL.
5223         * gcc.dg/noreturn-1.c (foo7, foo8): XFAIL.
5224         * gcc.dg/noreturn-2.c (noreturn): XFAIL.
5225
5226         * gcc.dg/cpp-tradwarn2.c: Update egrep pattern.
5227
5228 2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>
5229
5230         * gcc.dg/cpp-mi.c: Add another case, cpp-mix.h, where the
5231         guard macro is already defined when the header is first
5232         included.
5233         * gcc.dg/cpp-mix.h: New file.
5234         * gcc.dg/endif-label.c: Update patterns to match compiler.
5235
5236         * g++.brendan/complex1.C: Declare abort.
5237         * g++.law/refs4.C: Remove XFAIL.
5238         * g++.oliva/expr2.C: Declare abort and exit.
5239
5240 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
5241
5242         * gcc.c-torture/execute/20000528-1.c: New test.
5243
5244         * g++.old-deja/g++.law/refs4.C: Mark as XFAIL.
5245         * g++.old-deja/g++.law/temps4.C: Likewise.
5246
5247         * g++.old-deja/g++.brendan/code-gen4.C: Include stdio.h and
5248         stdlib.h.  Call abort() on failure.
5249         * g++.old-deja/g++.law/refs4.C: Likewise.
5250         * g++.old-deja/g++.law/temps4.C: Likewise.
5251         * g++.old-deja/g++.brendan/complex1.C: Don't assume argc is 1.
5252         * gcc.c-torture/execute/20000112-1.c: Include string.h.
5253
5254 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
5255
5256         Relative to g++.dg/special:
5257         * conpr-1.C, conpr-2.C, conpr-3.C: Include stdlib.h.
5258
5259         Relative to g++.old-deja:
5260         * g++.brendan/complex1.C, g++.jason/optimize2.C,
5261         g++.mike/p9732b.C, g++.other/addrof1.C, g++.other/dyncast5.C,
5262         g++.other/init5.C, g++.other/init7.C, g++.other/union2.C,
5263         g++.pt/vbase1.C, g++.robertl/eb14.C, g++.robertl/eh990323-1.C,
5264         g++.robertl/eh990323-2.C, g++.robertl/eh990323-3.C,
5265         g++.robertl/eh990323-4.C, g++.robertl/eh990323-5.C,
5266         g++.robertl/ice990323-2.C: Prototype exit and/or abort.
5267
5268         * g++.brendan/nest21.C, g++.eh/rethrow3.C, g++.jason/init3.C,
5269         g++.law/arm15.C, g++.law/cvt2.C, g++.law/visibility17.C,
5270         g++.mike/eh23.C, g++.mike/eh25.C, g++.mike/eh34.C,
5271         g++.mike/eh48.C, g++.mike/eh55.C, g++.mike/p2736.C,
5272         g++.oliva/new1.C, g++.other/align.C, g++.robertl/eb39.C,
5273         g++.robertl/eb54.C, g++.robertl/eb63.C: Include stdlib.h
5274         and/or string.h.
5275
5276         * g++.other/goto1.C: Update expectations for error messages.
5277
5278 2000-05-25  Alexandre Oliva  <aoliva@cygnus.com>
5279
5280         * gcc.c-torture/compile/20000523-1.c: New test.
5281
5282 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5283
5284         * g++.old-deja/g++.abi/ptrflags.C: Use __pbase_type_info.
5285
5286 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
5287
5288         * g++.old-deja/g++.eh/catch11.C: New test.
5289         * g++.old-deja/g++.eh/catch12.C: New test.
5290
5291 2000-05-24  Nick Clifton  <nickc@cygnus.com>
5292
5293         * gcc.c-torture/execute/20000523-1.c: New test.
5294
5295 2000-05-23  Zack Weinberg  <zack@wolery.cumb.org>
5296
5297         * c-torture/execute/bcp-1.c: Replace abort in arg of
5298         __builtin_constant_p with a generic external function.
5299
5300         * gcc.dg/20000108-1.c, gcc.dg/980211-1.c, gcc.dg/980414-1.c,
5301         gcc.dg/990119-1.c, gcc.dg/990409.c, gcc.dg/990424-1.c,
5302         gcc.dg/991230-1.c, gcc.dg/clobbers.c, gcc.dg/lineno.c,
5303         gcc.dg/noreturn-1.c, gcc.dg/trigraphs.c, gcc.dg/uninit-4.c:
5304         Prototype abort and/or exit.
5305
5306         * gcc.dg/990407-1.c, gcc.dg/strpaste.c,
5307         gcc.dg/special/alias-1.c, gcc.dg/special/gcsec-1.c,
5308         gcc.dg/special/weak-1.c, gcc.dg/special/weak-2.c,
5309         gcc.dg/special/wkali-1.c, gcc.dg/special/wkali-2.c: Include stdlib.h.
5310
5311 2000-05-22  Alexandre Oliva  <aoliva@cygnus.com>
5312
5313         * gcc.dg/dwarf2-1.c: New test.
5314
5315 2000-05-20  Richard Henderson  <rth@cygnus.com>
5316
5317         * lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".
5318
5319 2000-05-20  Andreas Jaeger  <aj@suse.de>
5320
5321         * gcc.c-torture/execute/20000519-1.c (main): Fixed return value of
5322         testcase.
5323
5324 2000-05-19  David Edelsohn  <edelsohn@gnu.org>
5325
5326         * gcc.c-torture/execute/20000519-2.c: New test.
5327
5328 2000-05-19  Andreas Jaeger  <aj@suse.de>
5329
5330         * gcc.c-torture/execute/20000519-1.c: Testcase from Ulrich Drepper
5331         which fails with SSA.
5332
5333         * lib/c-torture.exp: Also test with -O3 -fssa.
5334
5335 2000-05-18  Michael Meissner  <meissner@redhat.com>
5336
5337         * gcc.c-torture/compile/920501-1.c: Remove CYGNUS LOCAL markers.
5338         * gcc.c-torture/execute/920415-1.c: Ditto.
5339         * gcc.c-torture/execute/920501-1.c: Ditto.
5340         * gcc.c-torture/execute/conversion.c: Ditto.
5341         * gcc.c-torture/execute/cvt-1.c: Ditto.
5342
5343 Thu May 18 16:03:29 2000  Jeffrey A Law  (law@cygnus.com)
5344
5345         * gcc.c-torture/compile/20000518-1.c: New test.
5346
5347 2000-05-18  David Billinghurst  <David.Billinghurst@riotinto.com.au>
5348
5349         * g77.f-torture/compile/200005018.f:  New test.
5350
5351 Wed May 17 18:30:10 2000  Jeffrey A Law  (law@cygnus.com)
5352
5353         * gcc.c-torture/compile/20000517-1.c: New test.
5354
5355 2000-05-16  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5356
5357         * gcc.c-torture/execute/20000516-1.c: New test.
5358
5359 2000-05-15  Jakub Jelinek  <jakub@redhat.com>
5360
5361         * g++.old-deja/g++.other/eh.C: New test.
5362
5363 2000-05-12  Richard Henderson  <rth@cygnus.com>
5364
5365         * gcc.c-torture/execute/990208-1.c (main): Don't pass
5366         constants through to doit's conditional.
5367
5368 Thu May 11 19:02:43 2000  Jeffrey A Law  (law@cygnus.com)
5369
5370         * gcc.c-torture/compile/20000511-1.c: New test.
5371         * g77.f-torture/compile/20000511-1.f: New test.
5372         * g77.f-torture/compile/20000511-2.f: New test.
5373
5374 2000-05-11  Michael Meissner  <meissner@redhat.com>
5375
5376         * gcc.c-torture/execute/20000511-1.c: New test.
5377
5378 2000-05-11  Zack Weinberg  <zack@wolery.cumb.org>
5379
5380         * gcc.dg/dg.exp: Scan .S files as well as .c files.
5381         * gcc.dg/20000510-1.S: New.
5382
5383 2000-05-08  Catherine Moore  <clm@cygnus.com>
5384
5385         * gcc.dg/unused-3.c: New.
5386
5387 2000-05-06  Richard Henderson  <rth@cygnus.com>
5388
5389           * g++.old-deja/g++.brendan/code-gen2.C: Cast to size_t, not int.
5390           * g++.old-deja/g++.mike/warn1.C: Likewise.
5391           * g++.old-deja/g++.pt/local1.C: Likewise.
5392           * g++.old-deja/g++.pt/local7.C: Likewise.
5393           * g++.old-deja/g++.pt/spec16.C: Likewise.
5394
5395 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
5396
5397         * g++.old-deja/g++.abi/ptrflags.C: Correct and extend.
5398
5399 2000-05-05  David Billinghurst  <David Billinghurst@riotinto.com.au>
5400
5401           * g77.f-torture/execute/20000503-1.f:  New test.
5402
5403 2000-05-04  Andreas Jaeger  <aj@suse.de>
5404
5405         * gcc.dg/noreturn-2.c: New test.
5406
5407 2000-05-04  Neil Booth  <NeilB@earthling.net>
5408
5409         * gcc.dg/cpp-opprec.c: New tests for operator precedence in the
5410         preprocessor.
5411
5412 2000-05-04  Richard Henderson  <rth@cygnus.com>
5413
5414         * gcc.c-torture/execute/20000503-1.c: Fix typo.
5415
5416 2000-05-04  Richard Henderson  <rth@cygnus.com>
5417
5418         * gcc.c-torture/compile/20000504-1.c: New test.  Derived from
5419         OpenSSL by Jason R Thorpe.
5420
5421 Wed May  3 13:02:10 2000  Jim Wilson  <wilson@cygnus.com>
5422
5423         * gcc.c-torture/execute/20000503-1.c: New test for extract_muldiv bug.
5424
5425 2000-05-03  Robert Lipe <robertlipe@usa.net>
5426
5427         * gcc.dg/20000503-1.c: New test.
5428
5429 2000-05-02  Jakub Jelinek  <jakub@redhat.com>
5430
5431         * gcc.c-torture/compile/20000502-1.c: New test.
5432         * g++.old-deja/g++.other/align.C: New test.
5433         * gcc.dg/cpp-tradstringify.c: New test.
5434
5435 Thu Apr 27 15:58:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5436
5437         * gcc.c-torture/compile/20000427-1.c: New test for loop hoisting code
5438         and hard registers.
5439
5440 2000-04-26  Geoff Keating  <geoffk@cygnus.com>
5441
5442         * gcc.c-torture/execute/loop-5.c: New test.
5443
5444 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
5445
5446         * gcc.c-torture/execute/va-arg-20.c: New test.
5447
5448 Sun Apr 23 14:41:33 2000  Jeffrey A Law  (law@cygnus.com)
5449
5450         * gcc.c-torture/execute/20000422-1.c: New test.
5451
5452 2000-04-20  Greg McGary  <gkm@gnu.org>
5453
5454         * gcc.c-torture/compile/20000420-2.c: New test for stack misalignment
5455         when optimizing, but without sibling-call optimizations (-O1).
5456
5457 Thu Apr 20 11:57:03 2000  Jeffrey A Law  (law@cygnus.com)
5458
5459           * gcc.c-torture/compile/20000420-1.c: New test.
5460
5461 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
5462
5463         * g++.abi/ptrflags.C: New test.
5464         * g++.eh/catchptr1.C: Test incomplete pointer chains.
5465
5466 Wed Apr 19 09:16:32 2000  Catherine Moore  <clm@cygnus.com>
5467
5468         * gcc.c-torture/execute/921017-1.c: Check for NO_TRAMPOLINES.
5469
5470 2000-04-19  Greg McGary  <gkm@gnu.org>
5471
5472         * gcc.c-torture/execute/20000419-1.c: New test for arg clobbering with
5473         sibling-call optimizations.
5474
5475 2000-04-19  Zack Weinberg  <zack@wolery.cumb.org>
5476
5477         * gcc.dg/20000419-1.c: New test.
5478
5479 Wed Apr 12 22:54:02 2000  Hans-Peter Nilsson  <hp@axis.com>
5480
5481         * gcc.c-torture/execute/20000412-6.c: New test.
5482
5483 Wed Apr 12 10:25:08 2000  Jeffrey A Law  (law@cygnus.com)
5484
5485         * gcc.c-torture/execute/20000412-5.c: New test.
5486         * g77.f-torture/compile/20000412-1.f: New test.
5487         * gcc.c-torture/execute/20000412-4.c: New test.
5488         * gcc.c-torture/compile/20000412-2.c: New test.
5489         * gcc.c-torture/execute/20000412-3.c: New test.
5490         * gcc.c-torture/compile/20000412-1.c: New test.
5491         * gcc.c-torture/execute/20000412-2.c: New test.
5492
5493 2000-04-12  Jakub Jelinek  <jakub@redhat.com>
5494
5495         * objc/execute/bf-20.m: New test.
5496
5497 2000-04-10  Richard Henderson  <rth@cygnus.com>
5498
5499         * gcc.c-torture/execute/20000412-1.c: Reduce some more.
5500
5501         * gcc.c-torture/execute/20000412-1.c: New test.
5502
5503 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5504
5505         * g++.old-deja/g++.eh/catchptr1.C: New test.
5506
5507 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
5508
5509         * g++.old-deja/g++.abi/cxa_vec.C: New test.
5510
5511 2000-04-08  Neil Booth  <NeilB@earthling.net>
5512
5513         * gcc.dg/cpp-nullchar.c: Remove test as
5514         embedded nulls cause problems.
5515
5516 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5517
5518         * gcc.dg/compare2.c: New test.
5519
5520 2000-04-08  Neil Booth  <NeilB@earthling.net>
5521
5522         * gcc.dg/cpp-nullchar.c: New test.
5523
5524 2000-04-07  Zack Weinberg  <zack@wolery.cumb.org>
5525
5526         * gcc.dg/cpp-mi2.c: New test.
5527         * gcc.dg/cpp-mi2[abc].h: New files.
5528
5529 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
5530
5531         * g++.old-deja/g++.abi/vmihint.C: Adjust __vmi_class_type_info
5532         member name.
5533
5534 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
5535
5536         * g++.old-deja/g++.abi/vmihint.C: New test.
5537
5538 2000-04-06  Neil Booth  <NeilB@earthling.net>
5539
5540         * cpp-ifparen.c, cpp-missingop.c, cpp-missingparen.c,
5541         cpp-shift.c, cpp-shortcircuit.c, cpp-unary.c:  Add FSF
5542         copyright.
5543
5544 Wed Apr  5 22:51:36 2000  Hans-Peter Nilsson  <hp@axis.com>
5545
5546         * gcc.c-torture/execute/960327-1.c (f): Add a letter to s[] to
5547         avoid stack-frame overwrite.
5548
5549 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
5550
5551         * gcc.c-torture/compile/20000405-2.c: New test.
5552         * gcc.c-torture/compile/20000405-3.c: New test.
5553
5554 2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5555
5556         * gcc.c-torture/compile/20000405-1.c: New test.
5557
5558 2000-04-04  Geoff Keating  <geoffk@cygnus.com>
5559
5560         * gcc.dg/cast-qual-1.c: Revert last change.
5561
5562 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5563
5564         * gcc.dg/cast-qual-1.c: Check casts through a pointer typedef.
5565
5566 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
5567
5568         * gcc.dg/cpp-redef-2.c, gcc.dg/cpp-tradwarn1.c,
5569         gcc.dg/cpp-unc.c: Add -fno-show-column to compiler options.
5570
5571 Mon Apr  3 02:35:34 2000  Jeffrey A Law  (law@cygnus.com)
5572
5573         * gcc.c-torture/compile/20000403-2.c: New test.
5574         * gcc.c-torture/compile/20000403-1.c: New test.
5575
5576 Mon Apr  3 16:53:52 2000  Hans-Peter Nilsson  <hp@axis.com>
5577
5578         * gcc.c-torture/execute/20000403-1.c: New test.
5579
5580 2000-04-03  Geoff Keating  <geoffk@cygnus.com>
5581
5582         * gcc.c-torture/execute/20000402-1.c: New test.
5583
5584 Mon Apr  3 14:10:34 2000  Donald Lindsay  <dlindsay@cygnus.com>
5585
5586         * gcc.c-torture/execute/va-arg-15.c: New test.
5587         * gcc.c-torture/execute/va-arg-16.c: New test.
5588         * gcc.c-torture/execute/va-arg-17.c: New test.
5589         * gcc.c-torture/execute/va-arg-18.c: New test.
5590         * gcc.c-torture/execute/va-arg-19.c: New test.
5591
5592 2000-04-02  Zack Weinberg  <zack@wolery.cumb.org>
5593
5594         * gcc.c-torture/compile/981211-1.c: Move to...
5595         * gcc.dg/cpp-as1.c: ...here.
5596         * gcc.dg/cpp-as2.c: New file.
5597
5598         * gcc.dg/cpp-tradwarn1.c: Change warning regexps to match the
5599         compiler.
5600
5601 2000-04-02  Neil Booth  <NeilB@earthling.net>
5602
5603         * gcc.dg/cpp-cond.c  New tests.
5604         * gcc.dg/cpp-ifparen.c New tests.  Amend existing tests to make
5605         accidental success less likely.
5606         * gcc.dg/cpp-missingop.c  New tests.
5607         * gcc.dg/cpp-missingparen.c  New tests.
5608         * gcc.dg/cpp-shift.c  New tests.
5609         * gcc.dg/cpp-shortcircuit.c  New tests.
5610         * gcc.dg/cpp-unary.c  New tests.
5611
5612 Wed Mar 29 13:44:23 2000  Jeffrey A Law  (law@cygnus.com)
5613
5614         * gcc.c-torture/compile/20000329-1.c: New test.
5615
5616 2000-03-26  Bernd Schmidt  <bernds@cygnus.co.uk>
5617
5618         * gcc.c-torture/compile/20000326-1.c: New test.
5619         * gcc.c-torture/compile/20000326-2.c: New test.
5620
5621 2000-03-24  Geoff Keating  <geoffk@cygnus.com>
5622
5623         * gcc.c-torture/execute/va-arg-14.c: New test for va_start where
5624         the first parameter is a function argument.
5625
5626 2000-03-23  Nathan Sidwell  <nathan@codesourcery.com>
5627
5628         * g++.old-deja/g++.ext/array4.C: New test.
5629
5630 2000-03-22  Geoff Keating  <geoffk@cygnus.com>
5631
5632         * gcc.c-torture/execute/ieee/20000320-1.c: New test for denormals.
5633
5634 2000-03-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5635
5636         * gcc.dg/noreturn-1.c: Check for another bogus noreturn case.
5637
5638 2000-03-19  Richard Henderson  <rth@cygnus.com>
5639
5640         * gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
5641
5642 2000-03-19  Richard Henderson  <rth@cygnus.com>
5643
5644         * gcc.c-torture/compile/20000319-1.c: New test.
5645
5646 Tue Mar 14 08:58:37 2000  Jeffrey A Law  (law@cygnus.com)
5647
5648         * gcc.c-torture/execute/20000314-3.c: New test.
5649         * gcc.c-torture/execute/20000314-2.c: New test.
5650         * gcc.c-torture/execute/20000314-1.c: New test.
5651         * gcc.c-torture/compile/20000314-2.c: New test.
5652         * gcc.c-torture/compile/20000314-1.c: New test.
5653
5654 2000-03-13  Nathan Sidwell  <nathan@codesourcery.com>
5655
5656         * g++.old-deja/g++.warn/inline.C: New test.
5657
5658 Fri Mar 10 01:15:19 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5659
5660         * gcc.c-torture/execute/divconst-2.c: Rewrite to check for
5661         standards-compliant result rather than specific constants.
5662         Put test-values in array.
5663
5664 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
5665
5666         * lib/g++.exp (g++_init): Don't put { } around -fmessage-length=0.
5667         (g++_target_compile): Put test-specific options last.
5668
5669 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5670
5671         * g++.old-deja/g++.eh/vbase4.C: New test.
5672
5673 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5674
5675         * g++.old-deja/g++.bugs/900215_01.C: Adjust.
5676
5677 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5678
5679         * g++.old-deja/g++.brendan/misc12.C: Removed.
5680         * g++.old-deja/g++.pt/memtemp77.C: Constify.
5681         * g++.old-deja/g++.ext/pretty4.C: New test.
5682
5683 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
5684
5685         * g++.old-deja/g++.other/string2.C: New test.
5686
5687 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
5688
5689         * g++.old-deja/g++.warn/impint2.C: New test.
5690
5691 Sun Mar  5 23:25:12 2000  Hans-Peter Nilsson  <hp@bitrange.com>
5692
5693         * gcc.c-torture/execute/20000224-1.c (main): Expected return-value
5694         is 1, not zero.
5695
5696 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
5697
5698         * g++.old-deja/g++.warn/impint.C: New test.
5699         * g++.old-deja/g++.martin/sts_vectini.C: Add -w option.
5700         * g++.old-deja/g++.pt/explicit10.C: Specify -w option.
5701         * g++.old-deja/g++.pt/explicit12.C: Likewise.
5702         * g++.old-deja/g++.pt/explicit13.C: Likewise.
5703         * g++.old-deja/g++.pt/explicit17.C: Likewise.
5704         * g++.old-deja/g++.pt/explicit18.C: Likewise.
5705         * g++.old-deja/g++.pt/explicit19.C: Likewise.
5706         * g++.old-deja/g++.pt/explicit23.C: Likewise.
5707         * g++.old-deja/g++.pt/explicit31.C: Likewise.
5708         * g++.old-deja/g++.pt/explicit35.C: Likewise.
5709         * g++.old-deja/g++.pt/explicit6.C: Likewise.
5710         * g++.old-deja/g++.pt/memclass7.C: Likewise.
5711
5712 2000-03-01  Zack Weinberg  <zack@wolery.cumb.org>
5713
5714         * gcc.dg/cpp-redef.c: New test.
5715
5716 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
5717
5718         * g++.old-deja/g++.pt/unify7.C: New test.
5719
5720 Sat Feb 26 19:46:09 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5721
5722         * g++.old-deja/g++.ext/attrib5.C: XFAIL on Alpha since no link alias.
5723         * g++.old-deja/g++.pt/static3.C: Generalize system name for Alpha.
5724
5725 2000-02-25  Geoff Keating  <geoffk@cygnus.com>
5726
5727         * gcc.c-torture/compile/20000224-1.c: New test.
5728
5729 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5730
5731         * gcc.c-torture/compile/cpp-2.c: New test.
5732         * gcc.c-torture/compile/cpp-1.c: New test.
5733
5734 Fri Feb 25 21:44:49 2000  Jeffrey A Law  (law@cygnus.com)
5735
5736         * gcc.c-torture/execute/20000225-1.c: New test.
5737
5738 2000-02-25  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5739
5740         * gcc.dg/cpp-li2.c: New test.
5741
5742         * gcc.dg/cpp-wi1.c: New test.
5743
5744         * gcc.dg/cpp-li1.c: New test.
5745
5746 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
5747
5748         * g++.old-deja/g++.other/sizeof5.C: New test.
5749
5750 2000-02-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5751
5752         * gcc.c-torture/execute/va-arg-13.c: New test.
5753
5754 Wed Feb 23 14:16:06 2000  Donald Lindsay  <dlindsay@cygnus.com>
5755
5756         * gcc.c-torture/execute/va-arg-12.c: New test.
5757
5758 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5759
5760         * gcc.c-torture/execute/20000223-1.c: New test.
5761
5762 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
5763
5764         * g++.old-deja/g++.pt/memtemp79.C: Fixed. Remove XFAIL.
5765
5766 2000-02-22  Mark Mitchell  <mark@codesourcery.com>
5767
5768         * g++.old-deja/g++.abi/ptrmem.C: New test.
5769
5770 2000-02-19  Richard Henderson  <rth@cygnus.com>
5771
5772         * gcc.c-torture/compile/init-3.c: New.
5773
5774 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
5775
5776         * lib/g++.exp (g++_init): Add -fmessage-length=0 to
5777         ALWAYS_CXXFLAGS.
5778
5779 Fri Feb 11 12:35:40 2000  Robert Lipe <robertl@sco.com>
5780
5781         * gcc.c-torture/compile/20000211-3.c: New test.
5782
5783 Fri Feb 11 12:35:40 2000  Martin Buchholz <martin@xemacs.org>
5784
5785         * gcc.c-torture/compile/20000211-2.c: New test.
5786
5787 Fri Feb 11 12:35:40 2000  Jeffrey A Law  (law@cygnus.com)
5788
5789         * gcc.c-torture/compile/20000211-1.c: New test.
5790
5791 2000-02-09  Jonathan Larmour  <jlarmour@redhat.co.uk>
5792
5793         * gcc.dg/special/ecos.exp: Use -static when testing --gc-sections
5794           on native targets
5795
5796 2000-02-08  Nathan Sidwell  <nathan@acm.org>
5797
5798         * g++.old-deja/g++.other/cast5.C: New test.
5799
5800 2000-02-05  Alan Modra  <alan@SPRI.Levels.UniSA.Edu.Au>
5801
5802         * gcc.c-torture/execute/20000205-1.c: New.
5803
5804 2000-02-03  Nathan Sidwell  <nathan@acm.org>
5805
5806         * g++.old-deja/g++.jason/cast3.C: Return void.
5807         * g++.old-deja/g++.pt/dynarray.C: Don't be pedantic.
5808
5809 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5810
5811         * gcc.dg/unused-2.c: Use -Wreturn-type instead of -Wall.
5812
5813         * gcc.dg/loop-1.c: New test.
5814
5815 2000-01-27  Jakub Jelinek  <jakub@redhat.com>
5816
5817         * gcc.c-torture/compile/20000127-1.c: New test.
5818         * gcc.c-torture/execute/991228-1.c: New test.
5819
5820 2000-01-26  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5821
5822         * gcc.dg/unused-2.c: New test.
5823
5824         * gcc.dg/conv-1.c: New test.
5825
5826 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
5827
5828         * lib/g++.exp (g++init): Use g++, not xgcc, to invoke the C++
5829         compiler.
5830         (tool_option_proc): Fix typo.
5831
5832 2000-01-24  Geoff Keating  <geoffk@cygnus.com>
5833
5834         * gcc.dg/special/ecos.exp (gcsec-1.c): Check the version
5835         of the ld on the host, not on the build machine.
5836         Also, don't crash if '--help' is not a supported option.
5837
5838 2000-01-24  Richard Henderson  <rth@cygnus.com>
5839
5840         * gcc.c-torture/execute/ieee/fp-cmp-4.c: New.
5841
5842 Thu Jan 20 12:34:48 2000  Jeffrey A Law  (law@cygnus.com)
5843
5844         * gcc.c-torture/execute/20000120-2.c: New test.
5845         * gcc.c-torture/execute/20000120-1.c: New test.
5846
5847 Thu Jan 13 02:29:32 2000  Jeffrey A Law  (law@cygnus.com)
5848
5849         * gcc.c-torture/execute/20000113-1.c: New test.
5850
5851 Wed Jan 12 20:26:58 2000  Jeffrey A Law  (law@cygnus.com)
5852
5853         * gcc.c-torture/execute/20000112-1.c: New test.
5854
5855 2000-01-11  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5856
5857         * gcc.dg/20000111-1.c: New test.
5858
5859 Mon Jan 10 18:12:49 2000  Jeffrey A Law  (law@cygnus.com)
5860
5861         * gcc.c-torture/execute/990628-1.c: Tweak to work on targets
5862         with 16 bit integers.
5863
5864 2000-01-08  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5865
5866         * gcc.dg/20000108-1.c: New test.
5867
5868 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5869
5870         * g++.old-deja/g++.ns/koenig8.C: New test.
5871
5872 2000-01-05  Nathan Sidwell  <nathan@acm.org>
5873
5874         * g++.old-deja/g++.other/cast4.C: New test.
5875
5876 Wed Jan  5 00:26:20 2000  Jeffrey A Law  (law@cygnus.com)
5877
5878         * gcc.c-torture/compile/20000105-2.c: New test.
5879         * gcc.c-torture/compile/20000105-1.c: New test.
5880
5881 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5882
5883         * g++.old-deja/g++.brendan/array1.C: Modify explicit external libc
5884         references to printf & atoi to conform to ANSI standard.
5885         * g++.old-deja/g++.brendan/code-gen1.C: Likewise.
5886         * g++.old-deja/g++.brendan/code-gen2.C: Likewise.
5887         * g++.old-deja/g++.brendan/code-gen3.C: Likewise.
5888         * g++.old-deja/g++.brendan/code-gen4.C: Likewise.
5889         * g++.old-deja/g++.brendan/code-gen6.C: Likewise.
5890         * g++.old-deja/g++.brendan/complex1.C: Likewise.
5891         * g++.old-deja/g++.brendan/copy1.C: Likewise.
5892         * g++.old-deja/g++.brendan/copy2.C: Likewise.
5893         * g++.old-deja/g++.brendan/copy3.C: Likewise.
5894         * g++.old-deja/g++.brendan/copy4.C: Likewise.
5895         * g++.old-deja/g++.brendan/copy5.C: Likewise.
5896         * g++.old-deja/g++.brendan/copy6.C: Likewise.
5897         * g++.old-deja/g++.brendan/copy7.C: Likewise.
5898         * g++.old-deja/g++.brendan/copy8.C: Likewise.
5899         * g++.old-deja/g++.brendan/crash11.C: Likewise.
5900         * g++.old-deja/g++.brendan/crash14.C: Likewise.
5901         * g++.old-deja/g++.brendan/ctors1.C: Likewise.
5902         * g++.old-deja/g++.brendan/ctors2.C: Likewise.
5903         * g++.old-deja/g++.brendan/delete2.C: Likewise.
5904         * g++.old-deja/g++.brendan/dtors1.C: Likewise.
5905         * g++.old-deja/g++.brendan/dtors2.C: Likewise.
5906         * g++.old-deja/g++.brendan/dtors3.C: Likewise.
5907         * g++.old-deja/g++.brendan/eh1.C: Likewise.
5908         * g++.old-deja/g++.brendan/groff1.C: Likewise.
5909         * g++.old-deja/g++.brendan/init3.C: Likewise.
5910         * g++.old-deja/g++.brendan/misc12.C: Likewise.
5911         * g++.old-deja/g++.brendan/misc7.C: Likewise.
5912         * g++.old-deja/g++.brendan/new2.C: Likewise.
5913         * g++.old-deja/g++.brendan/operators4.C: Likewise.
5914         * g++.old-deja/g++.brendan/operators5.C: Likewise.
5915         * g++.old-deja/g++.brendan/overload2.C: Likewise.
5916         * g++.old-deja/g++.brendan/overload7.C: Likewise.
5917         * g++.old-deja/g++.brendan/redecl2.C: Likewise.
5918         * g++.old-deja/g++.brendan/reference1.C: Likewise.
5919         * g++.old-deja/g++.brendan/sizeof5.C: Likewise.
5920         * g++.old-deja/g++.brendan/template24.C: Likewise.
5921         * g++.old-deja/g++.brendan/template3.C: Likewise.
5922         * g++.old-deja/g++.brendan/vtables1.C: Likewise.
5923         * g++.old-deja/g++.jason/inline3.C: Likewise.
5924         * g++.old-deja/g++.jason/opeq.C: Likewise.
5925         * g++.old-deja/g++.law/arg5.C: Likewise.
5926         * g++.old-deja/g++.law/arm7.C: Likewise.
5927         * g++.old-deja/g++.law/ctors11.C: Likewise.
5928         * g++.old-deja/g++.law/cvt8.C: Likewise.
5929         * g++.old-deja/g++.law/init9.C: Likewise.
5930         * g++.old-deja/g++.law/refs4.C: Likewise.
5931         * g++.old-deja/g++.law/template2.C: Likewise.
5932         * g++.old-deja/g++.law/visibility24.C: Likewise.
5933         * g++.old-deja/g++.law/vtable3.C: Likewise.
5934         * g++.old-deja/g++.mike/asm2.C: Likewise.
5935         * g++.old-deja/g++.mike/eh1.C: Likewise.
5936         * g++.old-deja/g++.mike/misc1.C: Likewise.
5937         * g++.old-deja/g++.mike/misc13.C: Likewise.
5938         * g++.old-deja/g++.mike/misc14.C: Likewise.
5939         * g++.old-deja/g++.mike/ns12.C: Likewise.
5940         * g++.old-deja/g++.mike/p1248.C: Likewise.
5941         * g++.old-deja/g++.mike/p3708.C: Likewise.
5942         * g++.old-deja/g++.mike/p3708a.C: Likewise.
5943         * g++.old-deja/g++.mike/p3708b.C: Likewise.
5944         * g++.old-deja/g++.mike/p646.C: Likewise.
5945         * g++.old-deja/g++.mike/p700.C: Likewise.
5946         * g++.old-deja/g++.mike/p783.C: Likewise.
5947         * g++.old-deja/g++.mike/p783a.C: Likewise.
5948         * g++.old-deja/g++.mike/p783b.C: Likewise.
5949         * g++.old-deja/g++.mike/p786.C: Likewise.
5950         * g++.old-deja/g++.mike/p789.C: Likewise.
5951         * g++.old-deja/g++.mike/p789a.C: Likewise.
5952         * g++.old-deja/g++.mike/p807a.C: Likewise.
5953         * g++.old-deja/g++.other/delete3.C: Likewise.
5954         * g++.old-deja/g++.other/dyncast1.C: Likewise.
5955         * g++.old-deja/g++.other/dyncast2.C: Likewise.
5956         * g++.old-deja/g++.other/dyncast3.C: Likewise.
5957         * g++.old-deja/g++.other/empty1.C: Likewise.
5958         * g++.old-deja/g++.other/temporary1.C: Likewise.
5959         * g++.old-deja/g++.pt/memtemp14.C: Likewise.
5960         * g++.old-deja/g++.pt/t16.C: Likewise.
5961         * g++.old-deja/g++.pt/tiemann2.C: Likewise.
5962
5963 1999-12-30  Bernd Schmidt  <bernds@cygnus.co.uk>
5964
5965         * gcc.dg/991230-1.c: New test.
5966
5967 Wed Dec 29 23:48:49 1999  Jeffrey A Law  (law@cygnus.com)
5968
5969         * gcc.c-torture/compile/991229-3.c: New test.
5970         * gcc.c-torture/compile/991229-2.c: New test.
5971         * gcc.c-torture/compile/991229-1.c: New test.
5972
5973 Wed Dec 29 20:54:46 1999  Greg McGary <gkm@eng.ascend.com>
5974
5975         * gcc.c-torture/compile/labels-2.c: New test.
5976
5977 1999-12-27  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5978
5979         * gcc.c-torture/execute/991227-1.c: New test.
5980
5981 1999-12-22  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
5982
5983         * g++.old-deja/g++.pt/instantiate6.C: Remove excess errors XFAIL.
5984
5985 1999-12-21  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5986
5987         * gcc.c-torture/execute/991221-1.c: New test.
5988
5989 1999-12-20  Nathan Sidwell  <nathan@acm.org>
5990
5991         * g++.old-deja/g++.other/cast3.C: New test.
5992
5993 1999-12-16  Bernd Schmidt  <bernds@cygnus.co.uk>
5994
5995         * gcc.c-torture/execute/991216-4.c: New test.
5996
5997 1999-12-16  Michael Meissner  <meissner@cygnus.com>
5998
5999         * gcc.c-torture/execute/991216-1.c: New test.
6000         * gcc.c-torture/execute/991216-2.c: New test.
6001         * gcc.c-torture/execute/991216-3.c: New test.
6002
6003 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6004
6005         * gcc.dg/991214-1.c: Use "__asm__", not "asm".
6006         Actually make the test fail by using "-O2" for compilation.
6007
6008 1999-12-15  Nathan Sidwell  <nathan@acm.org>
6009
6010         * g++.old-deja/g++.warn/cast-align1.C: New test.
6011
6012 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6013
6014         * gcc.c-torture/compile/991214-1.c: New test.
6015         * gcc.c-torture/compile/991214-2.c: New test.
6016
6017 1999-12-14  Bernd Schmidt  <bernds@cygnus.co.uk>
6018
6019         * gcc.dg/991214-1.c: New test.
6020
6021 Mon Dec 13 23:03:09 1999  Jeffrey A Law  (law@cygnus.com)
6022
6023         * gcc.c-torture/compile/991213-3.c: New test.
6024         * gcc.c-torture/compile/991213-2.c: New test.
6025         * gcc.c-torture/compile/991213-1.c: New test.
6026
6027 Fri Dec 10 00:53:10 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6028
6029         * gcc.dg/991209-1.c: New test.
6030
6031 Wed Dec  8 23:44:08 1999  Nathan Sidwell <nathan@acm.org>
6032
6033         * gcc.c-torture/compile/991208-1.c: New test.
6034
6035 1999-12-06  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6036
6037         * gcc.dg/ultrasp2.c: New test.
6038
6039 1999-12-05  Alex Samuel  <samuel@codesourcery.com>
6040
6041         * g++.old-deja/g++.abi/align.C (main): Fix typo.
6042
6043 1999-12-02  Bernd Schmidt  <bernds@cygnus.co.uk>
6044
6045         * gcc.c-torture/compile/991202-1.c: New test.
6046         * gcc.c-torture/execute/991202-1.c: New test.
6047         * gcc.c-torture/execute/991202-2.c: New test.
6048         * gcc.c-torture/execute/991202-3.c: New test.
6049
6050 1999-12-02  Alex Samuel  <samuel@codesourcery.com>
6051
6052         * g++.old-deja/g++.abi/align.C: New test.
6053         * g++.old-deja/g++.abi/aggregates.C: Likewise.
6054         * g++.old-deja/g++.abi/bitfields.C: Likewise.
6055
6056 1999-12-01  Richard Henderson  <rth@cygnus.com>
6057
6058         * gcc.c-torture/execute/991201-1.c: New.
6059
6060 1999-11-29  Bernd Schmidt  <bernds@cygnus.co.uk>
6061
6062         * gcc.dg/991129-1.c: New test.
6063
6064 1999-11-27  Bernd Schmidt  <bernds@cygnus.co.uk>
6065
6066         * gcc.c-torture/compile/991127-1.c: New test.
6067
6068 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6069
6070         * g++.old-deja/g++.other/warn4.C: New test.
6071
6072 1999-11-22  Nathan Sidwell  <nathan@acm.org>
6073
6074         * g++.old-deja/g++.eh/cleanup2.C: New test.
6075         * g++.old-deja/g++.ext/pretty2.C: New test.
6076         * g++.old-deja/g++.ext/pretty3.C: New test.
6077         * g++.old-deja/g++.other/debug6.C: New test.
6078
6079 Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
6080
6081         * gcc.c-torture/noncompile/noncompile.exp: For 940510-1.c, change
6082         compiler_output to look for one error message instead of two.
6083
6084 1999-11-19  Geoffrey Keating  <geoffk@cygnus.com>
6085
6086         * gcc.c-torture/execute/991118-1.c: Also test case
6087         where the word boundary does not split a byte evenly.
6088
6089 1999-11-19  Nathan Sidwell  <nathan@acm.org>
6090
6091         * g++.old-deja/g++.ext/restrict1.C: New test.
6092
6093 1999-11-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6094
6095         * gcc.c-torture/execute/991118-1.c: New test.
6096
6097 1999-11-16  Geoffrey Keating  <geoffk@cygnus.com>
6098
6099         * g77.f-torture/execute/u77-test.f (wd): Allow for longer
6100         working directory pathnames.
6101
6102 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
6103
6104         * gcc.c-torture/execute/memcheck/memcheck.exp: Make sure a remote
6105         host is equipped with driver.h and driver.o so it can actually
6106         compile and run the tests.
6107
6108 Fri Oct  8 18:46:11 1999  Bernd Schmidt  <bernds@cygnus.co.uk>
6109
6110         * gcc.c-torture/compile/991008-1.c: New test.
6111
6112 1999-11-08  Nick Clifton  <nickc@cygnus.com>
6113
6114         * lib/gcc-dg.exp: Include target-supports.exp
6115
6116 1999-11-05  Nick Clifton  <nickc@cygnus.com>
6117
6118         * lib/target-supports.exp: New file: Provide procs to test for
6119         features supported by the target.
6120         (check_weak_available): Moved here from ecos.exp.
6121         (check_alias_available): New proc: Determine of the target
6122         toolchain supports the alias attribute.
6123
6124         * gcc.dg/special/ecos.exp: Move check_weak_available to
6125         target-supports.exp.
6126         (alias-1.c): Only perform the test if the target supports
6127         aliases.
6128         (wkali-1.c): Only perform the test if the target supports
6129         aliases.
6130
6131         * gcc.dg/990506-0.c: Expect error messages from cross
6132         targets as well as native targets.
6133
6134 1999-11-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6135
6136         * gcc.dg/ultrasp1.c: Removed xfail.
6137         * gcc.dg/struct-ret-2.c: Likewise.
6138         * gcc.dg/array-1.c: Likewise.
6139
6140 1999-11-01  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
6141
6142         * gcc.dg/struct-ret-2.c: New test.
6143
6144         * gcc.dg/array-1.c: New test.
6145
6146 Sat Oct 30 22:23:46 1999  Stephen L Moshier <moshier@mediaone.net>
6147
6148         * gcc.c-torture/execute/991030-1.c: New test.
6149
6150 Tue Oct 26 20:25:42 1999  Richard Henderson  <rth@cygnus.com>
6151
6152         * gcc.c-torture/compile/991026-2.c: New test.
6153
6154 Tue Oct 26 00:45:56 1999  Jeffrey A Law  (law@cygnus.com)
6155
6156         * gcc.c-torture/compile/991026-1.c: New test.
6157
6158 Sat Oct 23 23:36:03 1999  Jeffrey A Law  (law@cygnus.com)
6159
6160         * gcc.c-torture/execute/991023-1.c: New test.
6161
6162 Tue Oct 19 02:11:29 1999  Jeffrey A Law  (law@cygnus.com)
6163
6164         * gcc.c-torture/execute/991019-1.c: New test.
6165
6166 Sat Oct 16 00:05:48 1999  Richard Henderson  <rth@cygnus.com>
6167
6168         * gcc.c-torture/execute/991016-1.c: New test.
6169
6170 Thu Oct 14 04:22:47 1999  Stephane Carrez  <stcarrez@worldnet.fr>
6171
6172         * gcc.c-torture/execute/991014-1.c: New test.
6173
6174 Wed Oct 13 22:01:35 1999  J"orn Rennecke <amylaar@cygnus.co.uk>
6175
6176         * g++.old-deja/g++.other/union2.C: New test.
6177
6178 1999-10-13  Nathan Sidwell  <nathan@acm.org>
6179
6180         * g++.old-deja/g++.other/vaarg2.C: New test.
6181         * g++.old-deja/g++.other/vaarg3.C: New test.
6182
6183 1999-10-12  Craig Burley  <craig@jcb-sc.com>
6184
6185         * g77.f-torture/noncompile/19990905-1.f: Moved from being
6186         in compile/.
6187
6188 1999-10-04  Ulrich Drepper  <drepper@cygnus.com>
6189
6190         * gcc.c-torture/execute/va-arg-11.c: New test.
6191
6192 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
6193
6194         * lib/file-format.exp (gcc_target_object_format): Don't
6195         crash if objdump is unavailable.
6196
6197 Wed Sep 29 23:48:44 1999  Donn Terry <donn@interix.com>
6198
6199         * gcc.misc-tests/mg.exp: delete extraneous redirection.
6200
6201 1999-09-28  Nick Clifton  <nickc@cygnus.com>
6202
6203         * gcc.c-torture/compile/990928-1.c: New test.
6204
6205 Tue Sep 28 13:19:15 BST 1999  Nathan Sidwell  <nathan@acm.org>
6206
6207         * g++.old-deja/g++.other/decl6.C: New test.
6208
6209 Tue Sep 28 01:19:09 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6210
6211         * gcc.c-torture/execute/va-arg-10.c: New test.
6212
6213 Mon Sep 27 09:14:24 BST 1999  Nathan Sidwell  <nathan@acm.org>
6214
6215         * g++.old-deja/g++.pt/memtemp77.C: Adjust expected
6216         __PRETTY_FUNCTION__.
6217
6218 1999-09-23  Nick Clifton  <nickc@cygnus.com>
6219
6220         * gcc.c-torture/execute/990923-1.c: New test.
6221
6222 1999-09-21  Nick Clifton  <nickc@cygnus.com>
6223
6224         * gcc.c-torture/special/special.exp: Add FR30 to list of targets
6225         for which -fpic is inappropriate.
6226
6227 1999-09-21  Mark Mitchell  <mark@codesourcery.com>
6228
6229         * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus.
6230
6231 Tue Sep 21 15:38:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6232
6233         * g++.old-deja/g++.other/dyncast1.C: New test.
6234         * g++.old-deja/g++.other/dyncast2.C: New test.
6235         * g++.old-deja/g++.other/dyncast3.C: New test.
6236         * g++.old-deja/g++.other/dyncast4.C: New test.
6237         * g++.old-deja/g++.other/dyncast5.C: New test.
6238         * g++.old-deja/g++.eh/catch3.C: New test.
6239         * g++.old-deja/g++.eh/catch3p.C: New test.
6240         * g++.old-deja/g++.eh/catch4.C: New test.
6241         * g++.old-deja/g++.eh/catch4p.C: New test.
6242         * g++.old-deja/g++.eh/catch5.C: New test.
6243         * g++.old-deja/g++.eh/catch5p.C: New test.
6244         * g++.old-deja/g++.eh/catch6.C: New test.
6245         * g++.old-deja/g++.eh/catch6p.C: New test.
6246         * g++.old-deja/g++.eh/catch7.C: New test.
6247         * g++.old-deja/g++.eh/catch7p.C: New test.
6248         * g++.old-deja/g++.eh/catch8.C: New test.
6249         * g++.old-deja/g++.eh/catch8p.C: New test.
6250         * g++.old-deja/g++.eh/catch9.C: New test.
6251         * g++.old-deja/g++.eh/catch9p.C: New test.
6252
6253 Mon Sep 13 14:14:21 BST 1999  Nathan Sidwell  <nathan@acm.org>
6254
6255         * g++.old-deja/g++.other/sizeof3.C: Remove XFAILS.
6256         * g++.old-deja/g++.other/sizeof4.C: Remove XFAILS.
6257
6258 Mon Sep 13 06:28:57 1999  Jeffrey A Law  (law@cygnus.com)
6259
6260         * gcc.c-torture/compile/990913-1.c: New test.
6261
6262 Fri Sep 10 11:21:25 BST 1999  Nathan Sidwell  <nathan@acm.org>
6263
6264         * g++.old-deja/g++.jason/rfg4.C: Revert erroneous change, add -w.
6265         * g++.old-deja/g++.jason/rfg5.C: Likewise.
6266
6267 Thu Sep  9 10:40:36 1999  Richard Henderson  <rth@cygnus.com>
6268
6269         * g++.old-deja/g++.other/delete6.C: Use size_t with operator new.
6270
6271 Thu Sep  9 12:32:57 BST 1999  Nathan Sidwell  <nathan@acm.org>
6272
6273         * g++.old-deja/g++.other/lookup11.C: New test.
6274         * g++.old-deja/g++.bugs/900428_01.C: Rework now we understand
6275         what is permitted and what we want.
6276         * g++.old-deja/g++.jason/rfg4.C: Rework to remove ill-formed
6277         overload use.
6278         * g++.old-deja/g++.jason/rfg5.C: Likewise
6279
6280 1999-09-08  Geoffrey Keating  <geoffk@cygnus.com>
6281
6282         * gcc.c-torture/noncompile/noncompile.exp: Add poison-1.c.
6283         * gcc.c-torture/noncompile/poison-1.c: New file.
6284
6285 Wed Sep  8 09:39:56 BST 1999  Nathan Sidwell  <nathan@acm.org>
6286
6287         * g++.old-deja/g++.other/sizeof3.C: New test.
6288         * g++.old-deja/g++.other/sizeof4.C: New test.
6289         * g++.old-deja/g++.other/ambig2.C: Mark XFAILs.
6290         * g++.old-deja/g++.other/lookup16.C: Mark XFAIL.
6291
6292 1999-09-07  Richard Henderson  <rth@cygnus.com>
6293
6294         * gcc.dg/va-arg-1.c: New.
6295
6296 1999-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6297
6298         * gcc.c-torture/execute/va-arg-9.c: New test.
6299
6300 1999-09-05  Craig Burley  <craig@jcb-sc.com>
6301
6302         * g77.f-torture/compile/980519-2.f: New test.
6303         * g77.f-torture/compile/19990905-0.f: New test.
6304         * g77.f-torture/compile/19990905-1.f: New test.
6305         * g77.f-torture/compile/19990905-2.f: New test.
6306
6307         * g77.f-torture/noncompile/19990826-4.f: Clarify who wrote what.
6308
6309 Fri Sep  3 10:39:38 BST 1999  Richard Earnshaw <rearnsha@arm.com>
6310
6311         * gcc.c-torture/execute/990827-1.c: Fix typo.
6312
6313 Fri Sep 03 09:31:10 BST 1999  Nathan Sidwell  <nathan@acm.org>
6314
6315         * g++.old-deja/g++.other/deref1.C: New test.
6316
6317 Thu Sep 02 09:27:34 BST 1999  Nathan Sidwell  <nathan@acm.org>
6318
6319         * g++.old-deja/g++.other/ambig2.C: New test.
6320         * g++.old-deja/g++.other/cond5.C: New test.
6321         * g++.old-deja/g++.other/lookup16.C: New test.
6322
6323 Thu Sep  2 01:17:51 1999  Marc Espie <espie@cvs.openbsd.org>
6324
6325         * gcc.dg/980414-1.c: Fix assembler syntax to work with old
6326         assemblers too.
6327
6328 Tue Aug 31 17:57:49 1999  Jeffrey A Law  (law@cygnus.com)
6329
6330         * lib/c-torture.exp: Avoid the "compare executables" optimization
6331         when testing native.
6332
6333 Sun Aug 29 14:35:41 1999  Jeffrey A Law  (law@cygnus.com)
6334
6335         * gcc.c-torture/execute/990829-1.c: New test.
6336         * gcc.c-torture/compile/990829-1.c: New test.
6337
6338 1999-08-27  Paul Burchard  <burchard@pobox.com>
6339
6340         * g++.old-deja/g++.pt/derived3.C: Renamed from lss-001.C.
6341         * g++.old-deja/g++.pt/ttp56.C: Renamed from lss-002.C.
6342         * g++.old-deja/g++.pt/decl4.C: Renamed from lss-003.C.
6343         * g++.old-deja/g++.pt/memtemp85.C: Renamed from lss-004.C.
6344         * g++.old-deja/g++.pt/memtemp86.C: Renamed from lss-005.C.
6345         * g++.old-deja/g++.pt/memtemp87.C: Renamed from lss-006.C.
6346         * g++.old-deja/g++.pt/static10.C: Renamed from lss-007.C.
6347         * g++.old-deja/g++.pt/memtemp88.C: Renamed from lss-008.C.
6348         * g++.old-deja/g++.pt/memtemp89.C: Renamed from lss-009.C.
6349         * g++.old-deja/g++.pt/memtemp90.C: Renamed from lss-010.C.
6350         * g++.old-deja/g++.pt/memtemp91.C: Renamed from lss-011.C.
6351
6352 Fri Aug 27 01:24:16 1999  Jeffrey A Law  (law@cygnus.com)
6353
6354         * gcc.c-torture/execute/990827-1.c: New test.
6355
6356 1999-08-26  Craig Burley  <craig@jcb-sc.com>
6357
6358         * g77.f-torture/noncompile/19990826-4.f: New test.
6359
6360         * g77.f-torture/compile/19990826-3.f: New test.
6361
6362         * g77.f-torture/execute/19990826-2.f: New test.
6363
6364         * g77.f-torture/compile/19990826-1.f: New test.
6365
6366         * gcc.c-torture/execute/990826-0.c: New test.
6367         * g77.c-torture/execute/19990826-0.f: New test.
6368
6369         * g77.f-torture/noncompile/970626-2.f: New test.
6370
6371 1999-08-25  Paul Burchard  <burchard@pobox.com>
6372
6373         * g++.old-deja/g++.pt/lss-001.C, lss-002.C, lss-003.C, lss-004.C,
6374         lss-005.C, lss-006.C, lss-007.C, lss-008.C, lss-009.C, lss-010.C,
6375         lss-011.C: New tests.
6376
6377 1999-08-25  Nathan Sidwell  <nathan@acm.org>
6378
6379         * g++.old-deja/g++.other/decl5.C: New test.
6380
6381 1999-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6382
6383         * noncompile/noncompile.exp: Load_lib c-torture.exp.
6384         (postbase_with_opts): New proc to loop over TORTURE_OPTIONS and
6385         call `postbase' for each one.  All callers of `postbase' changed
6386         to call this instead.
6387
6388 1999-08-11  Richard Earnshaw (rearnsha@arm.com)
6389
6390         * gcc.c-torture/execute/990811-1.c: New test.
6391
6392 1999-08-09  Nick Clifton  <nickc@cygnus.com>
6393
6394         * gcc.misc-tests/m-un-2.c: Expect the warnings for all builds, not
6395         just native ones.
6396
6397         * gcc.dg/990413-1.c: Expect the parse error for all builds, not
6398         just native ones.
6399
6400 1999-08-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6401
6402         * g++.old-deja/g++.other/local3.C: Removed XFAIL.
6403
6404 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6405
6406         * gcc.c-torture/execute/970312-1.c: Delete duplicate test.
6407
6408 1999-08-04  Nathan Sidwell  <nathan@acm.org>
6409
6410         * g++.old-deja/g++.eh/spec6.C: Add more tests. Remove XFAILS.
6411
6412 Wed Aug  4 01:17:17 1999  Jeffrey A Law  (law@cygnus.com)
6413
6414         * gcc.c-torture/execute/990804-1.c: New test.
6415
6416 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6417
6418         * g++.old-deja/g++.brendan/crash63.C: Expect a POD warning
6419         * g++.old-deja/g++.brendan/crash64.C: Likewise
6420         * g++.old-deja/g++.brendan/overload8.C: Likewise
6421
6422 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6423
6424         * g++.old-deja/g++.other/struct1.C: New test.
6425
6426 1999-08-03  Nathan Sidwell  <nathan@acm.org>
6427
6428         * g++.old-deja/g++.other/enum2.C: New test.
6429
6430 Mon Aug  2 13:35:12 1999  Richard Henderson  <rth@cygnus.com>
6431
6432         Adapted from tests from Franz Sirl:
6433         * gcc.c-torture/execute/va-arg-7.c: New test.
6434         * gcc.c-torture/execute/va-arg-8.c: New test.
6435
6436 Sun Aug  1 22:29:34 1999  Jeffrey A Law  (law@cygnus.com)
6437
6438         * gcc.c-torture/compile/990801-2.c: New test.
6439
6440         * gcc.c-torture/compile/990801-1.c: New test.
6441
6442 1999-07-27  Michael Meissner  <meissner@cygnus.com>
6443
6444         * gcc.c-torture/execute/ieee/fp-cmp-2.c: New file, clone from
6445         fp-cmp-1.c, converting double to float.
6446
6447         * gcc.c-torture/execute/ieee/fp-cmp-3.c: New file, clone from
6448         fp-cmp-1.c, converting double to long double.
6449
6450         * gcc.c-torture/noncompile/920507-1.c (x): Rename asm register
6451         from fr1 to unknown_register, since fr1 is a legitimate register
6452         on some machines.
6453
6454 Sun Jul 25 21:41:37 1999  Jeffrey A Law  (law@cygnus.com)
6455
6456         * README: More listname related changes.
6457
6458 1999-07-08  Catherine Moore  <clm@cygnus.com>
6459
6460         * gcc.c-torture/execute/920501-5.c: Fix typo.  Change | to ||.
6461
6462 1999-07-05  Manfred Hollstein  <mhollstein@cygnus.com>
6463
6464         * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
6465
6466 1999-07-05  Alexandre Oliva  <oliva@dcc.unicamp.br>
6467
6468         * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.
6469
6470 1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>
6471
6472         * gcc.dg/990703-1.c: New test.
6473
6474 1999-06-29  Nick Clifton  <nickc@cygnus.com>
6475
6476         * lib/file-format.exp: New file: Move definition of proc
6477         gcc_target_object_format to here from
6478         gcc.dg/special/ecos.exp.
6479
6480         * lib/c-torture.exp: Include lib file-format.exp.
6481         * lib/gcc-dg.exp: Include lib file-format.exp.
6482
6483         * gcc.dg/special/ecos.exp: Remove definition of proc
6484         gcc_target_object_format.
6485
6486 Mon Jun 28 08:20:51 1999  Jeffrey A Law  (law@cygnus.com)
6487
6488         * gcc.c-torture/execute/990628-1.c: New test.
6489
6490 Fri Jun 25 05:28:40 1999  Jeffrey A Law  (law@cygnus.com)
6491
6492         * gcc.c-torture/compile/990625-2.c: New test.
6493
6494         * gcc.c-torture/compile/990625-1.c: New test.
6495
6496 1999-06-23  Nick Clifton  <nickc@cygnus.com>
6497
6498         * gcc.c-torture/compile/dll.c: New test case.  Check that dll
6499         attributes compile.
6500         * gcc.c-torture/compile/dll.x: Only support the dll.c test on
6501         ports that use the COFF/PE file format.
6502
6503 Thu Jun 17 13:48:16 1999  Jeffrey A Law  (law@cygnus.com)
6504
6505         * gcc.c-torture/compile/990617-1.c: New test.
6506
6507 1999-06-17  Alexandre Oliva  <oliva@dcc.unicamp.br>
6508
6509         * g++.old-deja/g++.other/decl4.C: New test.
6510
6511 1999-06-14  Nathan Sidwell  <nathan@acm.org>
6512
6513         * g++.old-deja/g++.other/bitfld3.C: New test.
6514
6515 1999-06-08  Nathan Sidwell  <nathan@acm.org>
6516
6517         * g++.old-deja/g++.eh/catch1.C: New test.
6518
6519 Mon Jun  7 23:39:16 1999  Jeffrey A Law  (law@cygnus.com)
6520
6521         * g++.old-deja/g++.mike/p6610a.C: Expect failure on freebsd-elf.
6522
6523         * gcc.c-torture/execute/ieee/rbug.x: Expect failure on freebsd.
6524         * gcc.c-torture/execute/ieee/mzero.x: New file.  Likewise.
6525
6526 1999-06-05  Craig Burley  <craig@jcb-sc.com>
6527
6528         * g77.f-torture/compile/19990502-0.f: Replace with new,
6529         shorter, test that still fails after recent changes.
6530
6531 Fri Jun  4 02:25:04 1999  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6532
6533         * gcc.c-torture/execute/990604-1.c: New test.
6534
6535 Mon May 31 00:34:51 1999  Jeffrey A Law  (law@cygnus.com)
6536
6537         * gcc.c-torture/execute/990531-1.c: New test.
6538
6539 Thu May 27 02:38:36 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6540
6541         * gcc.c-torture/compile/990527-1.c: New test.
6542
6543 Thu May 27 02:18:51 1999  Joern Rennecke <amylaar@cygnus.com>
6544
6545         * gcc.c-torture/execute/990527-1.c: New test.
6546
6547 1999-05-25  Nick Clifton  <nickc@cygnus.com>
6548
6549         * gcc.c-torture/execute/bf-sign-2.c: Explicitly declare signed
6550         bitfields as signed.
6551
6552 1999-05-25  Craig Burley  <craig@jcb-sc.com>
6553
6554         * g77.f-torture/compile/19990525-0.f: New test.
6555
6556 Tue May 25 01:21:16 1999  Jeffrey A Law  (law@cygnus.com)
6557
6558         * gcc.c-torture/execute/990525-2.c: New test.
6559
6560         * gcc.c-torture/execute/990525-1.c: New test.
6561
6562 1999-05-24  Nathan Sidwell  <nathan@acm.org>
6563
6564         * g++.old-deja/g++.other/anon3.C: New test.
6565         * g++.old-deja/g++.other/anon4.C: New test.
6566         * g++.old-deja/g++.ext/anon1.C: Inhibit -pedantic option.
6567         * g++.old-deja/g++.g++.robertl/eb131.C/: Remove unrequired ERROR tag,
6568         after downgrade to warning (cp/ChangeLog: 1999-05-20 Jason
6569         Merrill).
6570
6571 Mon May 24 00:01:52 1999  Jeffrey A Law  (law@cygnus.com)
6572
6573         * gcc.c-torture/execute/990524-1.c: New test.
6574
6575         * gcc.dg/990524-1.c: New test.
6576
6577 Sun May 23 21:18:12 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6578
6579         * gcc.c-torture/compile/990523-1.c: New test.
6580
6581 Wed May 19 02:56:18 1999  Raja R Harinath <harinath@cs.umn.edu>
6582
6583         * gcc.c-torture/compile/990519-1.c: New test.
6584
6585 1999-05-17  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
6586
6587         * gcc.c-torture/compile/990517-1.c: New test.
6588
6589         * gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
6590         (e4, f4): New tests.
6591         (main): Call them.
6592
6593 1999-05-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6594
6595         * gcc.dg/noreturn-1.c: New test.
6596
6597 Thu May 13 02:02:46 1999  Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
6598
6599         * gcc.c-torture/execute/990513-1.c: New test.
6600
6601 1999-05-10  Richard Henderson  <rth@cygnus.com>
6602
6603         * g++.old-deja/g++.other/null1.C (g): Add overload for long.
6604
6605 1999-05-10  Craig Burley  <craig@jcb-sc.com>
6606
6607         * g77.f-torture/execute/erfc.f: Use small single-precision
6608         values, to avoid problems on Alphas when not -mieee.
6609
6610 1999-05-08  Craig Burley  <craig@jcb-sc.com>
6611
6612         * gcc.dg/990506-0.c: New test.
6613
6614 1999-05-08  Richard Henderson  <rth@cygnus.com>
6615
6616         * g++.old-deja/g++.benjamin/p12475.C: Use LONG_MAX to find
6617         the constant to test.  Don't XFAIL 64-bit targets.
6618
6619         * g++.old-deja/g++.jason/thunk3.C: Don't XFAIL Alpha.
6620         * g++.old-deja/g++.law/profile1.C: Likewise.
6621
6622         * g++.old-deja/g++.other/delete4.C: Define size_t; use it in all
6623         operator new instances.
6624         * g++.old-deja/g++.other/delete5.C: Likewise.
6625
6626 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6627
6628         * g77.f-torture/execute/u77-test.f (main): Declare ABORT as
6629         intrinsic.
6630
6631 1999-05-03  Craig Burley  <craig@jcb-sc.com>
6632
6633         * g77.f-torture/execute/u77-test.f: Reverse order of two
6634         arguments to CTIME_subr, DTIME_subr, ETIME_subr, and TTYNAM_subr.
6635
6636 1999-05-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6637
6638         * gcc.dg/compare1.c: New test.
6639
6640 1999-05-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6641
6642         * gcc.dg/cast-qual-1.c, gcc.dg/return-type-1.c, gcc.dg/unused-1.c:
6643         New tests.
6644
6645 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6646
6647         * g77.f-torture/compile/19990502-1.f: New test.
6648
6649 1999-05-02  Craig Burley  <craig@jcb-sc.com>
6650
6651         * g77.f-torture/compile/19990502-0.f: New test.
6652
6653 Sun May  2 01:38:50 1999  Craig Burley  <craig@jcb-sc.com>
6654
6655         * g77.f-torture/execute/u77-test.f (main): Declare FTELL as
6656         intrinsic.
6657
6658 Sun May  2 01:13:37 1999  Craig Burley  <craig@jcb-sc.com>
6659
6660         * g77.f-torture/execute/u77-test.f (main): List libU77
6661         intrinsics not currently tested.
6662         Add tests for TIME8, CTIME_subr, IARGC, TTYNAM_subr,
6663         GETENV, FDATE_subr, DTIME_subr, ETIME_subr, DATE, ITIME,
6664         FTELL_subr, MCLOCK, MCLOCK8, and CPU_TIME.
6665         Trim blanks off the ends of some printed strings.
6666
6667 Sun May  2 00:06:45 1999  Craig Burley  <craig@jcb-sc.com>
6668
6669         * g77.f-torture/execute/u77-test.f (main): Just warn about
6670         FSTAT gid disagreement, as it's expected on some systems.
6671
6672 Sat May  1 23:57:18 1999  Craig Burley  <craig@jcb-sc.com>
6673
6674         * g77.f-torture/execute/u77-test.f: Generalize sum-checking to
6675         use a new function, which allows for some slop.
6676         Clean up some commentary.
6677         (issum): The new function.
6678         (sgladd): Deleted subroutine.
6679
6680 1999-05-01  Craig Burley  <craig@jcb-sc.com>
6681
6682         * g77.f-torture/execute/u77-test.f: Modify to be more like
6683         libf2c/libU77 version, bringing patches to that version here.
6684         Add suitable commentary.
6685
6686 Sun Apr 25 12:28:59 1999  Richard Henderson  <rth@cygnus.com>
6687
6688         * gcc.dg/990424-1.c: New test.
6689
6690 1999-04-24  Craig Burley  <craig@jcb-sc.com>
6691
6692         * g77.f-torture/execute/u77-test.f (main): Bug involving
6693         LSTAT has been fixed, so turn back on full checking.
6694
6695 1999-04-20  Craig Burley  <craig@jcb-sc.com>
6696
6697         * g77.f-torture/compile/19990419-0.f: New test.
6698         * g77.f-torture/execute/19990419-1.f: New test.
6699
6700 Sat Apr 17 16:56:48 1999  Richard Henderson  <rth@cygnus.com>
6701
6702         * gcc.dg/uninit-9.c (func): Use __builtin_alloca instead of alloca
6703         to avoid the need for a prototype to supress a warning.
6704
6705 Wed Apr  7 23:08:59 1999  Jim Wilson  <wilson@cygnus.com>
6706
6707         * gcc.c-torture/execute/920501-7.c (main): Delete __I960__ ifndef.
6708
6709 Sun Apr  4 04:02:53 1999  Jeffrey A Law  (law@cygnus.com)
6710
6711         * gcc.c-torture/execute/990404-1.c: New test.
6712
6713 1999-04-03 10:35 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6714
6715         * gcc.dg/cpp-if1.c: Adjust regexps to accommodate cccp.
6716         * gcc.dg/cpp-if3.c: Don't use -pedantic.
6717         * gcc.misc-tests/m-un-2.c: Adjust regexps for new format of
6718         missing initializer warnings.
6719
6720 Sun Mar 28 00:49:41 1999  Jeffrey A Law  (law@cygnus.com)
6721
6722         * lib/objc-torture.exp: Replace "77" with "Obj-C" in pattern
6723         matching strings.
6724
6725 Fri Mar 26 00:50:46 1999  Jeffrey A Law  (law@cygnus.com)
6726
6727         * gcc.c-torture/execute/990326-1.c: New test from Charles Hannum.
6728
6729 1999-03-26  Craig Burley  <craig@jcb-sc.com>
6730
6731         * g77.f-torture/execute/19990325-0.f: New test.
6732         * g77.f-torture/execute/19990325-1.f: New test.
6733
6734 Wed Mar 24 22:50:50 1999  Jeffrey A Law  (law@cygnus.com)
6735
6736         * gcc.c-torture/execute/990324-1.c: New test.
6737
6738 Mon Mar 22 14:55:58 1999  Jim Wilson  <wilson@cygnus.com>
6739
6740         * gcc.c-torture/execute/bf-sign-2.c (main): Replace struct sizeof
6741         test with 4.
6742
6743 Wed Mar 17 12:22:39 1999  Richard Henderson  <rth@cygnus.com>
6744
6745         * gcc.c-torture/execute/ieee/980619-1.x: New.  Expected fail on x86.
6746
6747 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6748
6749         * g77.f-torture/execute/19990313-2.f: New test.
6750         * g77.f-torture/execute/19990313-3.f: New test.
6751
6752 1999-03-13  Craig Burley  <craig@jcb-sc.com>
6753
6754         * g77.f-torture/execute/19990313-0.f: New test.
6755         * g77.f-torture/execute/19990313-1.f: New test.
6756
6757 Fri Mar 12 16:17:28 1999  Jim Wilson  <wilson@cygnus.com>
6758
6759         * gcc.c-torture/execute/970312-1.c, execute/980605-1.c (f): Change
6760         printf to sprintf.
6761         * gcc.c-torture/execute/bf-sign-2.c (struct X): Add u15 field.
6762         (main): Add check for u15.  Conditionalize u31 check depending on
6763         whether ints are <32 bits or >=32 bits.
6764
6765 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6766
6767         * g77.f-torture/execute/19981119-0.f: Improve testiness.
6768
6769 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6770
6771         * g77.f-torture/compile/19990305-0.f: New test.
6772         * g77.f-torture/execute/19981119-0.f: New test.
6773
6774 1999-03-08  Craig Burley  <craig@jcb-sc.com>
6775
6776         * g77.f-torture/execute/970625-2.f: call ABORT if final
6777         result is not correct, instead of just printing it.
6778         Add this checking via newly introduced obfuscation, to
6779         trip up buggy front ends.
6780
6781 1999-03-07  Craig Burley  <craig@jcb-sc.com>
6782
6783         * g77.f-torture/compile/960317-1.f: Moved from being
6784         in execute/.  (Somehow I didn't notice "SUBROUTINE...".)
6785
6786 1999-03-06  Craig Burley  <craig@jcb-sc.com>
6787
6788         * g77.f-torture/execute/960317-1.f: New (old) test.
6789         * g77.f-torture/execute/970625-2.f: Ditto.
6790
6791 1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
6792
6793         * gcc.c-torture/noncompile/noncompile.exp (951025-1.c): Accept an error
6794         message on line 1 or line 2; cccp and cpplib do this differently.
6795
6796 Mon Mar  1 23:29:14 1999  Jeffrey A Law  (law@cygnus.com)
6797
6798         * g++.old-deja/g++.law/weak1.C: New test.
6799
6800 1999-02-28 17:59 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6801
6802         * gcc.c-torture/execute/990119-1.c: Renamed to...
6803         * gcc.dg/990119-1.c: this, so it will only be tested once
6804         (it's a preprocessor test, it doesn't need to be run at
6805         multiple optimization levels).
6806
6807 1999-02-27 13:34 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
6808
6809         * lib/g++.exp: Don't add incdir=$base_dir/../include to
6810           ALWAYS_CXXFLAGS.
6811
6812 1999-02-24  Craig Burley  <craig@jcb-sc.com>
6813
6814         * g77.f-torture/noncompile/19981216-0.f: Renamed from...
6815         * g77.f-torture/compile/19981216-0.f: ...as it is expected
6816         to not be compilable by current g77.
6817
6818 1999-02-24  Nick Clifton  <nickc@cygnus.com>
6819
6820         * lib/c-torture.exp: Add -O3 to TORTURE_OPTIONS list.
6821
6822 Mon Feb 22 01:15:08 1999  Jeffrey A Law  (law@cygnus.com)
6823
6824         * gcc.c-torture/execute/990222-1.c: New test.
6825
6826 1999-02-19  Craig Burley  <craig@jcb-sc.com>
6827
6828         * g77.f-torture/compile/19990218-0.f: New test.
6829         * g77.f-torture/noncompile/19990218-1.f: New test.
6830
6831 1999-02-18  Craig Burley  <craig@jcb-sc.com>
6832
6833         * g77.f-torture/compile/19981216-0.f: New test.
6834
6835 Sun Feb 14 01:26:29 1999  Jeffrey A Law  (law@cygnus.com)
6836
6837         * gcc.dg/990214-1.c: New test.
6838
6839 Sat Feb 13 00:43:52 1999  Jeffrey A Law  (law@cygnus.com)
6840
6841         * gcc.dg/990213-2.c: New test.
6842
6843         * gcc.dg/990213-1.c: New test.
6844
6845 Fri Feb 12 11:04:35 1999  Jeffrey A Law  (law@cygnus.com)
6846
6847         * gcc.c-torture/990106-2.c: Update to work on targets with 16bit
6848         ints.
6849
6850 1999-02-11  Nick Clifton  <nickc@cygnus.com>
6851
6852         * lib/gcc.exp (proc gcc_target_compile): Add support for timeout
6853         specified by target.
6854
6855         * lib/chill.exp: Fix typo: doesn'timeout -> doesn't
6856
6857 Thu Feb 11 01:12:12 1999  Jeffrey A Law  (law@cygnus.com)
6858
6859         * gcc.c-torture/execute/990211-1.c: New test from Nathan SIdwell.
6860
6861 Wed Feb 10 13:08:12 1999  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6862
6863         * gcc.dg/special/ecos.exp: New test driver for new tests with
6864         special requirements.
6865
6866         * gcc.dg/special/alias-1.c: New test.
6867         * gcc.dg/special/gcsec-1.c: New test.
6868         * gcc.dg/special/weak-1.c: New test.
6869         * gcc.dg/special/weak-1a.c: Accompanying file to weak-1.c.
6870         * gcc.dg/special/weak-2.c: New test.
6871         * gcc.dg/special/weak-2a.c: Accompanying file to weak-2.c.
6872         * gcc.dg/special/weak-2b.c: Accompanying file to weak-2.c.
6873         * gcc.dg/special/wkali-1.c: New test.
6874         * gcc.dg/special/wkali-2.c: New test.
6875         * gcc.dg/special/wkali-2a.c: Accompanying file to wkali-2.c.
6876         * gcc.dg/special/wkali-2b.c: Accompanying file to wkali-2.c.
6877
6878 Wed Feb 10 12:15:35 1999  Felix Lee  <flee@cygnus.com>
6879
6880           * lib/c-torture.exp (c-torture-compile): Pull out code for
6881           analyzing gcc error messages.
6882           (c-torture-execute): Likewise.  Fix some (harmless) false
6883           positives.
6884           * lib/gcc.exp (gcc_check_compile): New function.
6885
6886 Mon Feb  8 21:42:57 1999  Richard Henderson  <rth@cygnus.com>
6887
6888         * gcc.c-torture/execute/990208-1.c: New test.
6889
6890 1999-02-07  Jonathan Larmour  <jlarmour@cygnus.co.uk>
6891
6892         * g++.dg/special/ecos.exp: New driver for new tests with special
6893         requirements
6894
6895         * g++.dg/special/conpr-1.C: New test
6896         * g++.dg/special/conpr-2.C: New test
6897         * g++.dg/special/conpr-2a.C: New test
6898         * g++.dg/special/conpr-3.C: New test
6899         * g++.dg/special/conpr-3a.C: New test
6900         * g++.dg/special/conpr-3b.C: New test
6901
6902         * lib/g++-dg.exp: New driver file, based on lib/gcc-dg.exp to
6903         allow g++ to use the dg driver
6904
6905         * README: Add comment about g++.dg directory
6906
6907 Sat Feb  6 18:00:38 1999  Jeffrey A Law  (law@cygnus.com)
6908
6909         * README: Update email addresses.
6910
6911 1999-02-03  Nick Clifton  <nickc@cygnus.com>
6912
6913         * gcc.c-torture/execute/memcheck/blkarg.c (foo): Use 10 leading
6914         arguments in order to force structure S onto the stack even on
6915         the alpha.
6916         (test): Pass 10 leading arguments to function foo as well as the
6917         structure S.
6918
6919         * gcc.c-torture/execute/memcheck/blkarg.x: New file: Expected
6920         failure for all targets.
6921
6922         * gcc.c-torture/execute/memcheck/driver.c (main): Use exit or
6923         abort to terminate program execution.
6924
6925 Sat Jan 30 16:22:47 1999  Richard Henderson  <rth@cygnus.com>
6926
6927         * gcc.c-torture/execute/990130-1.c: New test.
6928
6929 Sat Jan 30 11:10:06 1999  Jeffrey A Law  (law@cygnus.com)
6930
6931         * gcc.dg/990130-1.c: New test.
6932
6933 1999-01-28  Michael Meissner  <meissner@cygnus.com>
6934
6935         * gcc.c-torture/execute/990128-1.c: New test.
6936
6937 1999-01-27  Michael Meissner  <meissner@cygnus.com>
6938
6939         * gcc.c-torture/execute/990127-{1,2}.c: New tests.
6940
6941 1999-01-27  Felix Lee  <flee@cygnus.com>
6942
6943         * lib/c-torture.exp (c-torture-compile): pull out code for
6944         analyzing gcc error messages.
6945         (c-torture-execute): ditto, and fix some (harmless) false
6946         positives.
6947         * lib/gcc.exp (gcc_check_compile): new function.
6948
6949 Sun Jan 17 00:02:33 1999  Jeffrey A Law  (law@cygnus.com)
6950
6951         * gcc.dg/990117-1.c: New test.
6952
6953         * gcc.c-torture/compile/990117-1.c: New test from Horst von Brand.
6954
6955         * gcc.c-torture/execute/990117-1.c: New test from HJ Lu.
6956
6957 Fri Jan 15 02:52:00 1999  Jeffrey A Law  (law@cygnus.com)
6958
6959         * g77.f-torture/compile/990115-1.f: New test.
6960
6961 Thu Jan  7 23:39:47 1999  Jeffrey A Law  (law@cygnus.com)
6962
6963         * gcc.c-torture/compile/990107-1.c: New test
6964
6965 Wed Jan  6 02:21:59 1999  Jeffrey A Law  (law@cygnus.com)
6966
6967         * gcc.c-torture/execute/990106-2.c: New test.
6968
6969         * gcc.c-torture/execute/990106-1.c: New test.
6970
6971 Wed Dec 30 23:05:28 1998  Zack Weinberg <zack@rabi.columbia.edu>
6972
6973         * gcc.c-torture/compile/981223-1.c: New test.
6974
6975 Tue Dec 29 11:33:25 1998  Richard Henderson  <rth@cygnus.com>
6976
6977         * gcc.c-torture/execute/bcp-1.c (bad10): Rename from opt3.
6978         (opt3): Rename from opt4 and disable.
6979
6980 1998-12-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
6981
6982         * g++.old-deja/g++.pt/ptrmem5.C: New test.
6983
6984 1998-12-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
6985
6986         * g++.old-deja/g++.other/conv5.C: New test.
6987
6988 1998-12-14  Nick Clifton  <nickc@cygnus.com>
6989
6990         * gcc.c-torture/execute/920501-4.c (main): Fix typo: replace | with ||.
6991
6992 Fri Dec 11 10:25:57 1998  Jeffrey A Law  (law@cygnus.com)
6993
6994         * g++.old-deja/g++.benjamin/p12475.C: Expect failure on mips64 targets.
6995
6996 Fri Dec 11 01:12:45 1998  Zack Weinberg <zack@rabi.columbia.edu>
6997
6998         * gcc.c-torture/compile/981211-1.c: New test.
6999
7000 1998-12-09  Alexandre Oliva  <oliva@dcc.unicamp.br>
7001
7002         * gcc.dg/ultrasp1.c: Empty dg-options, avoid `long long' warnings.
7003
7004         * g++.old-deja/g++.pt/instantiate6.C: Linker error, not crash.
7005
7006 Tue Dec  8 22:50:04 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7007
7008         * gcc.special/930510-1.c: Make C9X safe.
7009         * gcc.misc-tests/gcov-1.c Similarly.
7010         * gcc.misc-tests/gcov-2.c Similarly.
7011
7012 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7013
7014         * gcc.dg/ultrasp1.c: New test.
7015
7016 Sun Dec  6 00:40:12 1998  Richard Henderson  <rth@cygnus.com>
7017
7018         * gcc.c-torture/execute/981206.c: New test.
7019
7020 1998-12-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7021
7022         * g++.old-deja/g++.ns/template7.C: New test.
7023
7024         * g++.old-deja/g++.other/expr1.C: New test.
7025
7026         * g++.old-deja/g++.eh/tmpl3.C: New test.
7027
7028         * g++.old-deja/g++.eh/tmpl2.C: New test.
7029
7030 1998-12-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7031
7032         * g++.old-deja/g++.other/using5.C: Usified using[567].C here.
7033         * g++.old-deja/g++.other/using6.C: Removed.
7034         * g++.old-deja/g++.other/using7.C: Mark Mitchel removed it.
7035
7036         * g++.old-deja/g++.pt/spec20.C: Re-insert non-bogus ERROR marks.
7037
7038 1998-12-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7039
7040         * g++.old-deja/g++.pt/overload8.C: New test.
7041
7042         * g++.old-deja/g++.pt/overload7.C: New test.
7043
7044         * g++.old-deja/g++.pt/spec20.C: ERROR marks were bogus.
7045
7046         * lib/old-dejagnu.exp (old-dejagnu): Ignore collect recompiling
7047         and relinking messages.
7048         * lib/g++.exp (g++_target_compile): Remove .rpo file when
7049         compiling with -frepo.
7050
7051 1998-12-01  Alexandre Oliva  <oliva@dcc.unicamp.br>
7052
7053         * g++.old-deja/g++.pt/lookup6.C: New test.
7054
7055 1998-11-30  Nick Clifton  <nickc@cygnus.com>
7056
7057         * gcc.c-torture/execute/981130-1.c: New test.
7058         * gcc.c-torture/execute/981130-1.x: New test failure expectations.
7059
7060 1998-11-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7061
7062         * g++.old-deja/g++.pt/explicit76.C: New test.
7063
7064         * g++.old-deja/g++.pt/friend38.C: New test.
7065
7066         * g++.old-deja/g++.ns/crash2.C: New test.
7067
7068         * g++.old-deja/g++.pt/defarg8.C: New test.
7069
7070         * g++.old-deja/g++.pt/instantiate6.C: New test.
7071
7072         * g++.old-deja/g++.pt/static6.C: New test.
7073
7074         * g++.old-deja/g++.pt/decl2.C: New test.
7075
7076 1998-11-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7077
7078         * g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
7079         problem is actually related with name lookup, but so what? :-)
7080
7081         * g++.old-deja/g++.pt/friend37.C: New test.
7082
7083 1998-11-25  Dave Love  <d.love@dl.ac.uk>
7084
7085         * g77.f-torture/execute/u77-test.f (main): Avoid testing [f]statb
7086         element, which fails on some systems.
7087
7088         * g77.f-torture/execute/labug1.f: New test.
7089
7090 Sat Nov 21 21:41:05 1998  Jeffrey A Law  (law@cygnus.com)
7091
7092         * gcc.c-torture/execute/980526-1.c: Do nothing if NO_LABEL_VALUES
7093         is defined.
7094
7095 1998-11-18  Dave Love  <d.love@dl.ac.uk>
7096
7097         * g77.f-torture/compile/981117-1.f: New test.
7098
7099 1998-11-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
7100
7101         * g++.old-deja/g++.eh/throw2.C: New test.  CV-qualifiers are not
7102         properly discarded.
7103
7104 Sun Oct 11 05:04:28 1998  Ken Raeburn  <raeburn@cygnus.com>
7105
7106         * gcc.c-torture/execute/memcheck: New directory of tests for
7107         -fcheck-memory-usage.
7108
7109 1998-11-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7110
7111         * README: New file, general information about the testsuite and
7112         new description of the various C++ test subdirectories.
7113         * README.g++: Eliminate obsolete information, update and move most
7114         relevant stuff to README.
7115
7116 Sat Nov  7 02:55:55 1998  Richard Henderson  <rth@cygnus.com>
7117
7118         * gcc.c-torture/compile/981107-1.c: New test.
7119
7120 Mon Nov  2 11:16:03 1998  Doug Evans  <devans@canuck.cygnus.com>
7121
7122         * execute/memcpy-bi.c: New testcase.
7123
7124 1998-10-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
7125
7126         * g++.old-deja/g++.pt/sizeof3.C: A similar testcase not involving
7127         base classes.
7128
7129         * g++.old-deja/g++.pt/sizeof2.C: Incorrect specialization of base
7130         template is selected.
7131
7132         * g++.old-deja/g++.ext/arrnew2.C: If new T[n](i) is accepted for
7133         classes, it should be accepted for all types.
7134
7135         * g++.old-deja/g++.eh/sjlj1.C: Test checked sjlj-exception.
7136
7137         * g++.old-deja/g++.pt/spec24.C: Ensure that template
7138         specializations start with template headers.
7139
7140 1998-10-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
7141
7142         * g++.old-deja/g++.other/dcast2.C: Cannot dynamic downcast &x.
7143
7144         * g++.old-deja/g++.other/init9.C: Test cross initialization of
7145         non-POD types.
7146
7147 1998-10-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
7148
7149         * lib/old-dejagnu.exp (old-dejagnu): Document `Additional sources'.
7150
7151 Thu Oct 22 16:01:44 1998  Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7152
7153         * compile/981022-1.c, compile/981022-1.x: New test and driver.
7154
7155 Mon Oct 19 14:03:07 1998  Jeffrey A Law  (law@cygnus.com)
7156
7157         * 981019-1.c: New test.
7158
7159 Wed Oct 14 21:11:19 1998  Robert Lipe <robertl@dgii.com>
7160
7161         * lib/objc-torture.exp (objc-torture-execute): Add -I so we can
7162         find objc headers.
7163
7164 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
7165
7166         * compile/981001-4.c: Remove use of GCC extension that triggers a
7167         compiler bug.
7168
7169 1998-10-13  Alexandre Oliva  <oliva@dcc.unicamp.br>
7170
7171         * lib/old-dejagnu.exp (old-dejagnu): Support `Additional sources:'.
7172
7173 1998-10-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7174
7175         * g++.old-deja/g++.pt/explicit74.C: New test.  Explicit
7176         instantiation of template produces incorrect code for delete
7177         expression.
7178
7179         * g++.old-deja/g++.pt/instantiate5.C: New test.  `global
7180         constructors' name is not unique.
7181         * g++.old-deja/g++.pt/instantiate5.cc: Ditto.
7182         * g++.old-deja/g++.pt/instantiate5-main.cc: Ditto.
7183
7184         * g++.old-deja/g++.other/init8.C: New test.  Uninitialized
7185         automatic array of const is ill-formed.
7186
7187         * g++.old-deja/g++.pt/ttp53.C: New test.  Incorrect substitution
7188         of template parameter?
7189
7190         * g++.old-deja/g++.other/conv3.C: New test.  Conversion discards
7191         const.
7192
7193         * g++.old-deja/g++.other/pmf2.C: New test.  Invalid
7194         pointer-to-member expression.
7195
7196         * g++.old-deja/g++.other/friend5.C: New test.  Bogus friend
7197         declaration causes ICE.
7198
7199 1998-10-11  Alexandre Oliva  <oliva@dcc.unicamp.br>
7200
7201         * g++.old-deja/g++.ns/main1.C: New test.  main() should only be
7202         reserved in the global namespace.
7203
7204         * g++.old-deja/g++.pt/instantiate4.C: New test: -frepo does not
7205         generate needed virtual table.
7206
7207         * lib/old-dejagnu.exp (old-dejagnu): Support `Build then link:'.
7208
7209 1998-10-10  Dariush Eslimi  <eslimi@loran.com>
7210
7211         * g++.old-deja/g++.ext/typeof1.C: New test; typeof based on
7212         template-dependent type
7213
7214 1998-10-10  Alexandre Oliva  <oliva@dcc.unicamp.br>
7215
7216         * g++.old-deja/g++.brendan/parse3.C: XFAILs, not ERRORs.
7217         * g++.old-deja/g++.brendan/parse5.C: XFAILs, not ERRORs.
7218         * g++.old-deja/g++.brendan/parse6.C: XFAILs, not ERRORs.
7219
7220         * g++.old-deja/g++.other/using5.C: New test; using decl from base
7221         class should be usable as argument of member function.
7222         * g++.old-deja/g++.other/using6.C: New test; using decl from base
7223         class should be usable as return type of member function.
7224         * g++.old-deja/g++.other/using7.C: New test; using decl from base
7225         class should be usable as type of data member.
7226
7227         * g++.old-deja/g++.ns/extern1.C: Fix XFAIL mark.
7228
7229 Fri Oct  9 19:19:19 1998  Jeffrey A Law  (law@cygnus.com)
7230
7231         * gcc.c-torture/special/920521-1.c: Fix bogus test.
7232
7233 Thu Oct  8 19:14:05 1998  Nick Clifton  <nickc@cygnus.com>
7234
7235         * gcc.dg/dll-?.c Add thumb to target list.
7236         Fix assembler scan patterns to match current assembler output.
7237
7238 1998-10-08  Alexandre Oliva  <oliva@dcc.unicamp.br>
7239
7240         * g++.old-deja/g++.pt/expr6.C: New test.  operator?: breaks
7241         matching of template brackets.
7242
7243         * g++.old-deja/g++.other/using4.C: New test.  Test using
7244         declarations of methods from base classes.
7245
7246         * g++.old-deja/g++.ns/extern1.C: New test.  Extern declarations
7247         within functions should introduce names into the innermost
7248         enclosing namespace.
7249
7250         * g++.old-deja/g++.other/init7.C: New test.  Retry initialization
7251         of static locals if first initialization throws.
7252
7253 Wed Oct  7 12:00:20 1998  Jim Wilson  <wilson@cygnus.com>
7254
7255         * gcc.c-torture/compile/981007-1.c: New test for irix6 -O0 core dump.
7256
7257 1998-10-06  Ken Raeburn  <raeburn@cygnus.com>
7258
7259         * gcc.c-torture/special/981006-1.c: New test.  Make sure gcc doesn't
7260         lose track of the possible targets of tablejump insns.
7261         * special/special.exp: Run it.
7262
7263 1998-10-06  Alexandre Oliva  <oliva@dcc.unicamp.br>
7264
7265         * g++.old-deja/g++.pt/friend35.C: New test.  A template function
7266         must be declared before its specializations can be named in friend
7267         declarations.
7268
7269 1998-10-05  Dave Love  <d.love@dl.ac.uk>
7270
7271         * g77.f-torture/execute/u77-test.f: Add regression test for RAND.
7272
7273         * g77.f-torture/execute/io1.f: New test.
7274
7275 1998-10-04  Alexandre Oliva  <oliva@dcc.unicamp.br>
7276
7277         * g++.old-deja/g++.pt/overload5.C: New test; initialize variable
7278         with pointer to template function, for which no argument deduction
7279         is possible.
7280
7281         * g++.old-deja/g++.pt/overload4.C: New test; passing pointer to
7282         specialization of template function as argument to template
7283         function.
7284
7285         * g++.old-deja/g++.other/access2.C: New test; Inner class
7286         shouldn't have privileged access to Outer's names.
7287
7288 1998-10-03  Alexandre Oliva  <oliva@dcc.unicamp.br>
7289
7290         * g++.old-deja/g++.pt/friend34.C: New test; name injection of
7291         friend template declared within template class conflicts with
7292         nested class of the same name.
7293
7294         * g++.old-deja/g++.other/badopt1.C: New test; post-increment
7295         is ignored.
7296
7297         * g++.old-deja/g++.other/decl1.C: New test; incorrect parsing of
7298         object with direct initializer as function declaration.
7299
7300         * g++.old-deja/g++.other/decl2.C: New test; duplicate
7301         initializers.
7302
7303         * g++.old-deja/g++.other/null2.C: New test; conditional operator
7304         involving const pointer and NULL produces incorrect result.
7305
7306         * g++.old-deja/g++.other/typename1.C: New test; template-dependent
7307         type name without `typename' should be rejected with -pedantic.
7308
7309 Fri Oct  2 21:55:58 1998  Richard Henderson  <rth@cygnus.com>
7310
7311         * g++.old-deja/g++.other/addrof1.C: New test.
7312
7313 Thu Oct  1 17:15:26 1998  Nick Clifton  <nickc@cygnus.com>
7314
7315         * gcc.c-torture/compile/981001-1.c: New test.
7316         * gcc.c-torture/execute/981001-1.c: New test.
7317
7318 Thu Oct  1 19:05:20 1998  Jeffrey A Law  (law@cygnus.com)
7319
7320         * gcc.c-torture/compile/981001-2.c: New test.
7321         * gcc.c-torture/compile/981001-3.c: New test.
7322         * gcc.c-torture/compile/981001-4.c: New test.
7323
7324 1998-10-01  Robert Lipe  <robertl@dgii.com>
7325
7326         * lib/objc.exp (objc_target_compile): Add -L during compiles for
7327         multilibbed hosts.   Idea grafted from g77.exp.
7328
7329 1998-09-30  Dave Love  <d.love@dl.ac.uk>
7330
7331         * g77.f-torture/execute/u77-test.f (main): Excise `hostnm' to
7332         avoid losing on systems which need -lsocket.
7333
7334 1998-09-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
7335
7336         * g++.old-deja/g++.other/bitfld1.C: Expected failure.
7337         * g++.old-deja/g++.other/nested2.C: Ditto.
7338         * g++.old-deja/g++.robertl/eb132.C: No longer an expected
7339         failure.
7340
7341 1998-09-26  Alexandre Oliva  <oliva@dcc.unicamp.br>
7342
7343         * g++.old-deja/g++.other/bitfld1.C: Built-in operator!= should be
7344         preferred over template operator!= for enum bitfields.
7345
7346 1998-09-18  Alexandre Oliva  <oliva@dcc.unicamp.br>
7347
7348         * g++.old-deja/g++.other/nested2.C: Different virtual base classes
7349         that happen to have the same base name, but in different scopes,
7350         are incorrectly rejected.
7351
7352 1998-09-16  Richard Henderson  <rth@cygnus.com>
7353
7354         * g++.old-deja/g++.brendan/array1.C: Size array via arithmetic based
7355         on the native word size instead of an integer literal.
7356
7357 1998-09-15  Alexandre Oliva  <oliva@dcc.unicamp.br>
7358
7359         * g++.old-deja/g++.other/static2.C: Invocation of static data
7360         member of type pointer-to-function denoted as non-static member.
7361
7362         * g++.old-deja/g++.other/typedef5.C: Add some more tests involving
7363         checks involving function types and aliases.
7364
7365 1998-09-12  Alexandre Oliva  <oliva@dcc.unicamp.br>
7366
7367         * g++.old-deja/g++.other/typedef5.C: Check whether typedefs can be
7368         redefined to the same non-trivial type.
7369
7370         * g++.old-deja/g++.pt/explicit73.C: Test for proper
7371         namespace-qualification of template specializations declared in
7372         other namespaces.
7373
7374         * g++.old-deja/g++.other/friend4.C: Check whether it is possible
7375         to declare a subset of the specializations of a template function
7376         as friends of specializations of a template class.
7377
7378         * g++.old-deja/g++.pt/explicit71.C: Make sure specializations of
7379         member templates that do not fully specialize the enclosing
7380         template class are rejected.
7381
7382 1998-09-11  Dave Love  <d.love@dl.ac.uk>
7383
7384         * g77.f-torture/execute/u77-test.f: Fix bad consistency checks.
7385
7386 1998-09-08  Dave Love  <d.love@dl.ac.uk>
7387
7388         * g77.f-torture/execute/u77-test.f (main): New file, somewhat
7389         altered from libf2c/libU77 version.
7390
7391 1998-09-06  Dave Love  <d.love@dl.ac.uk>
7392
7393         * g77.f-torture/execute/io0.f: Test formatted direct i/o too.
7394
7395 1998-09-04  Reid M. Pinchback  <reidmp@MIT.EDU>, Alexandre Oliva  <oliva@dcc.unicamp.br>
7396
7397         * g++.old-deja/g++.pt/explicit72.C: Ensure that char and
7398         (un)signed char are different types for template specialization
7399         purposes.
7400
7401 Thu Sep  3 00:40:32 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
7402
7403         * lib/{objc.exp,objc-torture.exp}: New files for objc testing harness.
7404         * objc: ObjC testsuite.
7405
7406 Mon Aug 31 12:00:00 1998  Catherine Moore  <clm@cygnus.com>
7407
7408         * gcc.c-torture/execute/941014-1.x:  New file.
7409
7410 Mon Aug 31 15:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7411
7412         * lib/c-torture.exp: Add support for
7413         torture_eval_before_compile and torture_eval_before_execute
7414         variables.
7415
7416 Sun Aug 30 17:38:20 1998  Jeffrey A Law  (law@cygnus.com)
7417
7418         * gcc.dg/980626-1.c: Delete this test.  We've declared the warning
7419         this test triggers valid.
7420
7421 Thu Aug 27 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7422
7423         * gcc.dg/980827-1.c: New test.
7424
7425 Wed Aug 26 16:10:00 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7426
7427         * gcc.c-torture/execute/loop-4b.c: New test.
7428
7429 Wed Aug 26 16:25:38 1998  Nick Clifton  <nickc@cygnus.com>
7430
7431         * lib/c-torture.exp: Add support for
7432         torture_eval_before_compile and torture_eval_before_execute
7433         variables.
7434
7435 Tue Aug 25 19:42:13 1998  Jeffrey A Law  (law@cygnus.com)
7436
7437         * gcc.c-torture/compile/980825-1.c: New test.
7438
7439 Mon Aug 24 14:20:32 1998  Nick Clifton  <nickc@cygnus.com>
7440
7441         * gcc.c-torture/execute/bcp-1.c (main): Fix optimize test loop to
7442         count number tests in opt_t0 not good_t0.
7443
7444 Mon Aug 24 16:38:52 1998  Jeffrey A Law  (law@cygnus.com)
7445
7446         * gcc.c-torture/compile/930326-1.x: Fix typo.
7447
7448 1998-08-23  Mark Mitchell  <mark@markmitchell.com>
7449
7450         * lib/old-dejagnu.exp: Make it possible to XFAIL a test that
7451         causes an ICE.
7452
7453 Fri Aug 21 23:59:18 1998  Jeffrey A Law  (law@cygnus.com)
7454
7455         * gcc.c-torture/unsorted/memtst.c: Reduce size of array when
7456         STACK_SIZE is defined.
7457         * gcc.c-torture/unsorted/stuct.c: Similarly.
7458
7459         * gcc.c-torture/compile/980821-1.c: New test.
7460
7461 Fri Aug 21 03:14:04 1998  Jeffrey A Law  (law@cygnus.com)
7462
7463         * gcc.c-torture/execute/980526-2.c: Disable for targets with 16bit ints.
7464
7465 1998-08-19  Mark Mitchell  <mark@markmitchell.com>
7466
7467         * lib/old-dejagnu.exp (old-dejagnu): Remove sig6/sig11 handling
7468         code.
7469
7470 1998-08-09  Mark Mitchell  <mark@markmitchell.com>
7471
7472         * lib/old-dejagnu.exp: Revise handling of `Internal compiler
7473         error'.
7474
7475 Tue Aug 18 19:19:50 1998  Jeffrey A Law  (law@cygnus.com)
7476
7477         * gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
7478
7479 Sun Aug 16 01:29:19 1998  Jeffrey A Law  (law@cygnus.com)
7480
7481         * gcc.c-torture/compile/980816-1.c: New test.
7482
7483         * gcc.dg/980816-1.c: New test.
7484
7485 Thu Aug 13 00:13:55 1998  Jeffrey A Law  (law@cygnus.com)
7486
7487         * gcc.c-torture/execute/ieee/ieee.exp: Pass -ffloat-store to
7488         compiler for ieee tests.
7489
7490 1998-08-01  Dave Love  <d.love@dl.ac.uk>
7491
7492         * g77.f-torture/compile/980729-0.f: New test.
7493
7494 1998-07-30  Ken Raeburn  <raeburn@cygnus.com>
7495
7496         * gcc.c-torture/special/eeprof-1.c: New test, for
7497         -finstrument-functions.
7498         * gcc.c-torture/special/special.exp: Run it.
7499
7500 Wed Jul 29 00:17:18 1998  Jeffrey A Law  (law@cygnus.com)
7501
7502         * gcc.c-torture/compile/980729-1.c: New test.
7503
7504 Mon Jul 27 11:05:07 1998  Nick Clifton  <nickc@cygnus.com>
7505
7506         * gcc.c-torture/execute/ieee/930529-1.c (main): Check to see if
7507         __thumb__ is defined, and test for ARM style doubles if so.
7508
7509 1998-07-26  Dave Love  <d.love@dl.ac.uk>
7510
7511         * g77.f-torture/noncompile/980615-0.f: New test.
7512
7513 Sun Jul 26 01:15:56 1998  H.J. Lu  (hjl@gnu.org)
7514
7515         * gcc.dg/980312-1.c: Do link instead of compile.
7516         * gcc.dg/980313-1.c: Likewise.
7517
7518 Sun Jul 26 01:05:02 1998  Jeffrey A Law  (law@cygnus.com)
7519
7520         * gcc.c-torture/compile/980726-1.c: New test.
7521
7522 1998-07-25  Dave Love  <d.love@dl.ac.uk>
7523
7524         * g77.f-torture/execute/io0.f: New test.
7525
7526 Fri Jul 24 11:02:43 1998  Nick Clifton  <nickc@cygnus.com>
7527
7528         * gcc.c-torture/execute/comp-goto-1.c (main): Make main() return
7529         an int.
7530
7531 Thu Jun 18 15:12:30 1998  Michael Meissner  <meissner@cygnus.com>
7532
7533         * gcc.c-torture/execute/980618-{1,2}.c: New tests that showed up
7534         m32r bugs.
7535
7536 Fri Jul 17 14:19:32 1998  Nick Clifton  <nickc@cygnus.com>
7537
7538         * gcc.dg/980626-1.c: Expect failures for all toolchains until
7539         c-decl.c:grokdeclarator can handle mode attributes.
7540
7541 Thu Jul 16 21:42:50 1998  Jeffrey A Law  (law@cygnus.com)
7542
7543         * gcc.c-torture/execute/980716-1.c: New test.
7544
7545 Mon Jul 13 22:26:37 1998  Jeffrey A Law  (law@cygnus.com)
7546
7547         * gcc.c-torture/execute/920715-1.x: No longer expected to fail on
7548         the mn10200.
7549         * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
7550         the mn10200.
7551         * gcc.c-torture/execute/va-arg-3.x: Similarly.
7552         * gcc.c-torture/compile/930326-1.x: Similarly.
7553
7554 1998-07-13  Dave Love  <d.love@dl.ac.uk>
7555
7556         * g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:
7557         New test from Craig.
7558
7559 1998-07-12  Dave Love  <d.love@dl.ac.uk>
7560
7561         * g77.f-torture/noncompile/980616-0.f: New test.
7562
7563         * g77.f-torture/execute/970816-3.f:  New test from Craig.
7564
7565 Fri Jul 10 23:43:33 1998 Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7566
7567         *  g++.other/singleton.C: Return error value instead of taking
7568         SIGSEGV.
7569
7570 Fri Jul 10 10:02:03 1998  Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de>
7571
7572         *  g++.other/singleton.C: New test.   Warning is under dispute.
7573         Runtime crash is not.
7574
7575 Thu Jul  9 23:07:45 1998  Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de>
7576
7577         * g++.ns/{alias2.C, alias5.C, koenig4.C, lookup3.C ns13.C,
7578         ns14.C, ns15.C, template3.C, undef1.C, using4.C, using5.C,
7579         using6.C, using7.C}:  New namespace tests.
7580
7581 Thu Jul  9 22:44:49 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7582
7583         * g++.old-deja/g++.other/partspec1.C: Test matching of partial
7584         specialization with typedef'ed names used as array indexes.
7585
7586 Thu Jul  9 00:38:51 1998  Jeffrey A Law  (law@cygnus.com)
7587
7588         * gcc.c-torture/execute/980709-1.c: New test.
7589
7590         * gcc.dg/980709-1.c: New test.
7591
7592 Tue Jul  7 13:41:27 1998  Richard Henderson  <rth@cygnus.com>
7593
7594         * gcc.c-torture/execute/bcp-1.c: New test.
7595
7596 Tue Jul  7 11:49:04 1998  Jeffrey A Law  (law@cygnus.com)
7597
7598         * gcc.c-torture/execute/980707-1.c: New test.
7599
7600 Mon Jul  6 18:20:27 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
7601
7602         * gcc.c-torture/compile/980706-1.c: New test.
7603
7604 1998-07-01  Dave Love  <d.love@dl.ac.uk>
7605
7606         * g77.f-torture/execute/980701-0.f,
7607         g77.f-torture/execute/980701-1.f: New test from Craig.
7608
7609 Wed Jul  1 00:52:51 1998  Jeffrey A Law  (law@cygnus.com)
7610
7611         * gcc.c-torture/compile/980701-1.c: New test.
7612
7613         * gcc.c-torture/execute/980701-1.c: New test.
7614
7615 Tue Jun 30 11:51:42 1998  Klaus-Georg Adams  <Klaus-Georg.Adams@chemie.uni-ka
7616 rlsruhe.de>
7617
7618         * g++.old-deja/g++.robertl/eb132.C: New test.
7619         * g++.old-deja/g++.robertl/eb133.C: Likewise.
7620
7621 1998-06-29  Dave Love  <d.love@dl.ac.uk>
7622
7623         * g77.f-torture/execute/980628-7.f,
7624         g77.f-torture/execute/980628-8.f,
7625         g77.f-torture/execute/980628-9.f,
7626         g77.f-torture/execute/980628-10.f: New tests from Craig.
7627
7628         * g77.f-torture/execute/980628-3.f: Remove mail headers.
7629
7630 Sun Jun 28 12:49:02 1998  Jeffrey A Law  (law@cygnus.com)
7631
7632         * g77.f-torture/execute/980628-4.f: New test from Craig.
7633         * g77.f-torture/execute/980628-5.f: Likewise.
7634         * g77.f-torture/execute/980628-2.f: Likewise.
7635         * g77.f-torture/execute/980628-0.f: Likewise.
7636         * g77.f-torture/execute/980628-1.f: Likewise.
7637         * g77.f-torture/execute/980628-3.f: Likewise.
7638         * g77.f-torture/execute/980628-6.f: Likewise.
7639
7640 Sun Jun 28 00:37:26 1998  Jeffrey A Law  (law@cygnus.com)
7641
7642         * lib/g77.exp (default_g77_version): Tweak to make it work in a build
7643         directory when nothing has been installed yet.
7644
7645 Sat Jun 27 23:23:18 1998  Carlo Wood  <carlo@runaway.xs4all.nl>
7646
7647         * gcc.c-torture/special/special.exp: Handle newer versions of
7648         dejagnu.
7649
7650 Fri Jun 26 17:57:40 1998  Jeffrey A Law  (law@cygnus.com)
7651
7652         * gcc.dg/980626-1.c: New test.
7653
7654 Fri Jun 19 23:26:12 1998  Bruno Haible <haible@ilog.fr>
7655
7656         * gcc.misc-tests/m-un-2.c: New test.
7657         * g++.old-deja/g++.other/warn01.c: Likewise.
7658
7659 Fri Jun 19 14:06:36 1998  Robert Lipe  <robertl@dgii.com>
7660
7661         * gcc.dg/980414-1.c: Move comments outside of ASM to improve
7662         compatibility with assmblers with a different comment character.
7663         Eliminate use of GAS-specific extensions.
7664
7665 Fri Jun 19 02:05:14 1998  Jeffrey A Law  (law@cygnus.com)
7666
7667         * gcc.c-torture/execute/ieee/980619-1.c: New test.
7668
7669 Fri Jun 19 00:58:11 1998  Robert Lipe  <robertl@dgii.com>
7670
7671         *lib/g77.exp: Replace search for libf2c.a with search for newly
7672         renamed libg2c.a
7673
7674 Wed Jun 17 18:53:12 1998  Jeffrey A Law  (law@cygnus.com)
7675
7676         * gcc.c-torture/execute/980617-1.c: New test.
7677
7678 Fri Jun 12 01:08:49 1998  Jeffrey A Law  (law@cygnus.com)
7679
7680         * gcc.c-torture/execute/980612-1.c: New test.
7681
7682 Mon Jun  8 02:13:42 1998  Jeffrey A Law  (law@cygnus.com)
7683
7684         * gcc.dg/980523-1.c: Only test on ppc-linux.
7685         * gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
7686
7687         * gcc.c-torture/execute/980608-1.c: New test.
7688
7689 Fri Jun  5 21:54:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7690
7691         * gcc.c-torture/execute/980605-1.c: New test.
7692
7693 Thu Jun  4 01:39:24 1998  Jeffrey A Law  (law@cygnus.com)
7694
7695         * gcc.c-torture/execute/980604-1.c: New test.
7696
7697 Tue Jun  2 20:51:43 1998  Jeffrey A Law  (law@cygnus.com)
7698
7699         * gcc.c-torture/execute/980602-1.c: New test.
7700         * gcc.c-torture/execute/980602-2.c: Likewise.
7701
7702 1998-06-02  Dave Love  <d.love@dl.ac.uk>
7703
7704         * 970125-0.f: Fix per JCB.  Add commentary.
7705
7706 Sun May 31 23:23:29 1998  Michael Meissner  <meissner@cygnus.com>
7707
7708         * gcc.c-torture/execute/ieee/mzero2.c: New test to better test
7709         IEEE -0 support.
7710
7711 Fri May 29 01:10:12 1998  Peter Leven <leven@lpr.e-technik.tu-muenchen.de>
7712
7713         * gcc.c-torture/execute/ieee/fp-cmp-1.c: Set up signal handler
7714         earlier.
7715
7716 Thu May 28 00:17:42 1998  Catherine Moore <clm@cygnus.com>
7717
7718         * gcc.c-torture/execute/980526-3.c: New test.
7719
7720 1998-05-27  Manfred Hollstein  <manfred@s-direktnet.de>
7721
7722         * g++.old-deja/g++.jason/thunk2.C: Setup this test to be expected to
7723         fail on m68k-motorola-sysv and m88k-motorola-sysv3.
7724         * g++.old-deja/g++.jason/thunk3.C: Add m68k-motorola-sysv and
7725         m88k-motorola-sysv3 to XFAIL.
7726
7727 Tue May 26 23:58:03 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7728
7729         * gcc.dg/980526-1.c: New test.
7730         * gcc.c-torture/execute/980526-2.c: New test.
7731
7732 Tue May 26 23:40:40 1998  Jeffrey A Law  (law@cygnus.com)
7733
7734         * gcc.dg/980523-1.c: Change "ppc" to "powerpc".
7735
7736         * gcc.c-torture/execute/980526-1.c: New test.
7737
7738 1998-05-26  Dave Love  <d.love@dl.ac.uk>
7739
7740         * g77.f-torture/execute/alpha2.f: Add runtime test.
7741
7742 1998-05-24  Jason Merrill  <jason@yorick.cygnus.com>
7743
7744         * g++.old-deja/old-deja.exp: Strip leading directories.
7745
7746         * lib/old-dejagnu.exp: All tests fail if we got an internal compiler
7747         error for the line.  Don't run multiple tests for the same line.
7748
7749 Sat May 23 23:27:10 1998  Jeffrey A Law  (law@cygnus.com)
7750
7751         * gcc.dg/980523-1.c: New test.
7752
7753 1998-05-23  Dave Love  <d.love@dl.ac.uk>
7754
7755         * g77.f-torture/compile/970915-0.f: New test.
7756
7757 1998-05-23  Jason Merrill  <jason@yorick.cygnus.com>
7758
7759         * lib/old-dejagnu.exp: Ignore C++ "instantiated from" mesages.
7760
7761 Thu May 21 23:23:21 1998  Jeffrey A Law  (law@cygnus.com)
7762
7763         * gcc.dg/980520-1.c: New test.
7764
7765 Wed May 20 14:37:15 1998  Manfred Hollstein  <manfred@s-direktnet.de>
7766
7767         * gcc.dg/980502-1.c: Fix return type.
7768
7769 Wed May 20 11:29:48 1998  Jeffrey A Law  (law@cygnus.com)
7770
7771         * gcc.dg/{980502-1.c, clobbers.c}: New tests.
7772         * gcc.c-torture/compile/{980504-1.c, 980506-1.c}: Likewise.
7773         * gcc.c-torture/compile/{980506-2.c, 980611-1.c}: Likewise.
7774         * gcc.c-torture/execute/{980505-1.c, 980505-2.c, 980506-1.c}: Likewise.
7775         * gcc.c-torture/execute/{980506-2.c, 980506-3.c}: Likewise.
7776
7777 1998-05-20  Dave Love  <d.love@dl.ac.uk>
7778
7779         * g77.f-torture/execute/980520-1.f: New test.
7780
7781 1998-05-15  Dave Love  <d.love@dl.ac.uk>
7782
7783         * lib/mike-g77.exp: New file.
7784
7785         * g77.f-torture/noncompile/noncompile.exp,
7786         g77.f-torture/noncompile/check0.f: New files.
7787
7788 1998-05-14  Dave Love  <d.love@dl.ac.uk>
7789
7790         * g77.f-torture/execute/short.f, g77.f-torture/execute/le.f,
7791         g77.f-torture/execute/exp.f, g77.f-torture/execute/erfc.f,
7792         g77.f-torture/execute/dnrm2.f, g77.f-torture/execute/dcomplex.f,
7793         g77.f-torture/execute/cpp.F, g77.f-torture/execute/complex_1.f,
7794         g77.f-torture/execute/claus.f, g77.f-torture/execute/cabs.f: Call
7795         abort where appropriate.
7796
7797 Tue May  5 19:20:13 1998  Michael Meissner  <meissner@cygnus.com>
7798
7799         * lib/c-torture.exp (TORTURE_OPTIONS): Add -Os to options.
7800         * lib/f-torture.exp (TORTURE_OPTIONS): Ditto.
7801
7802 1998-04-29  Dave Love  <d.love@dl.ac.uk>
7803
7804         * g77.f-torture/compile/980419-1.f: Removed since doesn't compile.
7805
7806 1998-04-27  Dave Love  <d.love@dl.ac.uk>
7807
7808         * g77.f-torture/compile/980427-0.f: New test.
7809
7810 1998-04-24  Dave Love  <d.love@dl.ac.uk>
7811
7812         * g77.f-torture/compile/980424-0.f: New test.
7813
7814 1998-04-19  Dave Love  <d.love@dl.ac.uk>
7815
7816         * g77.f-torture/compile/980419-2.f (main): New test.
7817         * g77.f-torture/compile/970125-0.f: New test.
7818         * g77.f-torture/compile/980419-1.f: New test.
7819
7820 Wed Apr  8 13:09:15 1998  Jim Wilson  <wilson@cygnus.com>
7821
7822         * gcc.c-torture/execute/980407-1.c: Delete test.  Is duplicate
7823         of loop-4.c.
7824
7825 Tue Apr  7 12:01:24 1998  Jim Wilson  <wilson@cygnus.com>
7826
7827         * gcc.c-torture/execute/980407-1.c: New test from Joern Rennecke.
7828
7829 Fri Apr  3 12:27:49 1998  Jim Wilson  <wilson@cygnus.com>
7830
7831         * gcc.c-torture/compile/980329-1.c: New test.
7832
7833 Wed Mar 18 16:22:22 1998  Jim Wilson  <wilson@cygnus.com>
7834
7835         * gcc.dg/980313-1.c: New test for fp conditional move on PPro.
7836         * gcc.dg/980312-1.c: Fix typo in -march command.
7837
7838 Mon Mar 16 20:01:30 1998  H.J. Lu  (hjl@gnu.org)
7839
7840         * gcc.dg/980312-1.c: New test for fp conditional move on PPro.
7841
7842 Wed Mar 11 13:08:48 1998  Robert Lipe  <robertl@dgii.com>
7843
7844         * g77.f-torture/execute/980310-5.f: Deleted.  Craig Burley and
7845         Dave Love agree the Fortran source is bogus.
7846
7847 Wed Mar 11 00:03:49 1998  Robert Lipe  <robertl@dgii.com>
7848
7849         * g77.f-torture/compile/980310-1.f, g77.f-torture/compile/980310-2.f
7850         g77.f-torture/compile/980310-3.f, g77.f-torture/compile/980310-4.f
7851         g77.f-torture/compile/980310-6.f, g77.f-torture/compile/980310-7.f
7852         g77.f-torture/compile/980310-8.f: New tests from egcs-bugs archives.
7853         * g77.f-torture/execute/980310-5.f: New test from egcs-bugs archives.
7854
7855 Tue Mar 10 00:31:51 1998  Alexandre Oliva   <oliva@dcc.unicamp.br>
7856
7857         * g++.old-deja/g++.other/friend1.C: New test.
7858
7859 1998-02-18  Dave Love  <d.love@dl.ac.uk>
7860
7861         * g77.f-torture/execute/dnrm2.f (dnrm2): Avoid uninitialized (and
7862         possibly uninitialized) variables and declare dnrm2.
7863
7864 Mon Feb 23 15:16:53 1998  Robert Lipe <robertl@dgii.com>
7865
7866         From Bruno Haible <haible@ilog.fr>:
7867         * gcc.c-torture/execute/980223.c: New test.
7868
7869 Fri Feb 13 00:36:07 1998  Jeffrey A Law  (law@cygnus.com)
7870
7871         * gcc.dg/ifelse-1.c: New test.
7872
7873 Mon Feb  9 02:08:47 1998  H.J. Lu  (hjl@gnu.org)
7874
7875         * lib/g77.exp (g77_target_compile): Fix multilibs for libf2c.
7876
7877           * lib/old-dejagnu.exp (old-dejagnu): Added the
7878           "execution test - XFAIL *-*-*" handling in the spirit of
7879           "excess errors test -". Changed the "execution test fails"
7880           handling to be like "excess errors test fails".
7881           * Update various tests accordingly.
7882
7883 Fri Feb  6 14:30:48 1998  Jim Wilson  <wilson@cygnus.com>
7884
7885         * gcc.c-torture/execute/980205.c: New test.
7886
7887 Sun Jan 18 01:33:59 1998  Jeffrey A Law  (law@cygnus.com)
7888
7889         * lib/c-torture.exp: Look for .x files instead of .cexp files.
7890         * lib/f-torture.exp: Similarly.
7891         * gcc.c-torture: Rename all .cexp files to .x files.
7892
7893 Mon Dec  8 23:55:26 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7894
7895         * gcc.c-torture/noncompile/noncompile.exp (921102-1.c): Fixed comment.
7896         (940510-1.c): Removed duplicate.
7897         (971104-1.c): New test.
7898
7899 Tue Nov 25 16:18:51 1997  Kate Hedstrom  (kate@ahab.rutgers.edu)
7900
7901           * lib/f-torture.exp: Improve error and loop detection.
7902
7903 Wed Nov 19 14:27:04 1997  Michael Meissner  <meissner@cygnus.com>
7904
7905         * gcc.c-torture/execute/950221-1.c (filler): If STACK_SIZE is defined,
7906         use that to size the filler array.
7907
7908 Fri Sep 26 10:50:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7909
7910         * lib/c-torture.exp(c-torture-execute): Fix typo.
7911
7912         * lib/old-dejagnu.exp(old-dejagnu): Use a name derived from the
7913         testcase as the executable name. Keep the executable around if
7914         the test fails.
7915
7916 Fri Sep 19 17:19:53 1997  Bob Manson  <manson@charmed.cygnus.com>
7917
7918         * lib/c-torture.exp (TORTURE_OPTIONS): Removed unnecessary
7919         changes.  Only test one -g option, and move it to the end of the
7920         list of options to test.
7921
7922 Fri Sep 19 17:58:00 1997  Michael Meissner  <meissner@cygnus.com>
7923
7924         * lib/c-torture.exp (TORTURE_OPTIONS): Check for the environment
7925         variable GCC_TORTURE_OPTIONS to supply default switches separated
7926         by colons.  If no environment variable, run tests with -O0 -g, -O1
7927         -g, and -O2 -g as well.
7928
7929 Wed Sep 17 10:12:26 1997  Bob Manson  <manson@charmed.cygnus.com>
7930
7931         * lib/plumhall.exp: Don't set PHSRC in this file. Add a few
7932         explanatory comments. Fix indentation.
7933
7934 Mon Sep 15 00:36:53 1997  Jeffrey A Law  (law@cygnus.com)
7935
7936         * lib/g++.exp (g++_init): Look for xgcc in $basedir too.
7937
7938 Thu Sep 11 13:54:47 1997  Jeffrey A Law  (law@cygnus.com)
7939
7940         * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
7941         * g++.old-deja/g++.mike/p7325.C: Likewise.
7942         * g++.old-deja/g++.mike/eh51.C: No longer expected to fail on the PA.
7943
7944 Thu Sep 11 10:00:03 1997  Alexandre Oliva  (oliva@dcc.unicamp.br)
7945
7946         * g++.old-deja/g++.brendan/crash20.C: Rework to avoid libg++.
7947         * g++.old-deja/g++.brendan/crash30.C: Likewise.
7948         * g++.old-deja/g++.brendan/crash39.C: Likewise.
7949         * g++.old-deja/g++.law/operators4.C: Likewise.
7950
7951 Thu Sep 11 09:53:40 1997  Joe Buck  (jbuck@synopsys.com)
7952
7953         * g++.old-deja/g++.mike/p658.C: eliminate <bool.h> use.
7954         * g++.old-deja/g++.mike/p784.C: Ditto.
7955         * g++.old-deja/g++.mike/p785.C: Ditto.
7956
7957 Fri Sep  5 00:21:42 1997  Jeffrey A Law  (law@cygnus.com)
7958
7959           * gcc.c-torture/execute/cbrt.c: Tweak to work on more targets.
7960
7961 Wed Sep  3 17:29:35 1997  Bob Manson  <manson@charmed.cygnus.com>
7962
7963         * gcc.c-torture/execute/ieee/ieee.exp: Check for ieee_multilib_flags
7964         target feature; pass this to c-torture-execute as needed.
7965
7966 Wed Sep  3 17:15:00 1997  Bob Manson  <manson@charmed.cygnus.com>
7967
7968         * lib/c-torture.exp(c-torture-execute): If the previous and the
7969         current executables being tested are identical, we don't need to
7970         run the executable again. Try to make the executable names
7971         unique. Add an optional argument for passing additional compiler
7972         flags.
7973
7974 Tue Sep  2 16:34:31 1997  Doug Evans  <dje@canuck.cygnus.com>
7975
7976         * lib/gcc-dg.exp (gcc-dg-test): Fix typos setting compile_type.
7977
7978 Fri Aug 29 12:48:09 1997  Jeffrey A Law  (law@cygnus.com)
7979
7980         * gcc.c-torture/execute/921007-1.c: Make strcmp static.
7981
7982 Thu Jul 31 12:17:24 1997  Jeffrey A Law  (law@cygnus.com)
7983
7984         * gcc.c-torture/execute/920501-9.c: Fix to work on targets with
7985         32bit or larger longs.
7986
7987         * gcc.c-torture/execute/961017-2.c: Fix to work on targets which
7988         have either a 32bit long or 32bit int.
7989
7990 Tue Jul 29 00:40:38 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
7991
7992         * gcc.c-torture/execute/conversion.c (test_float_to_integer):
7993         Make double precision tests dependent on sizeof (double).
7994
7995 Wed Jul  9 15:15:40 1997  Bob Manson  <manson@charmed.cygnus.com>
7996
7997         * gcc.prms/5403.c: Allow CRLFs to occur at the start of the output
7998         too.
7999
8000 Tue Jun 17 22:11:16 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8001
8002         * gcc.c-torture/compile/961203-1.cexp: New script.
8003
8004 Mon Jun 16 15:27:06 1997  Bob Manson  <manson@charmed.cygnus.com>
8005
8006         * lib/g++.exp(g++_init): Use g++_include_flags instead of making
8007         up the includes ourselves.
8008
8009 Wed Jun 11 17:33:21 1997  Bob Manson  <manson@charmed.cygnus.com>
8010
8011         * lib/plumhall.exp: Remove random include, and add a few
8012         verbose messages for debugging.
8013
8014 Fri Jun  6 14:23:24 1997  Bob Manson  <manson@charmed.cygnus.com>
8015
8016         * lib/g++.exp: Use g++_link_flags from libgloss.exp, instead
8017         of trying to do it ourselves.
8018
8019 Wed Jun  4 03:38:50 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
8020
8021         * gcc.c-torture/execute/ieee/ieee.exp: Set -mieee for SH.
8022
8023 Wed Jun  4 18:43:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8024
8025         * gcc.prms/5403.c: Made regexp a bit less strict.
8026
8027 Tue Jun  3 15:12:39 1997  Bob Manson  <manson@charmed.cygnus.com>
8028
8029         * lib/mike-gcc.exp: Don't use global exec_output anymore. Output
8030         is returned from remote_load instead.
8031         * lib/plumhall.exp: Ditto.
8032         * lib/mike-g++.exp: Ditto.
8033         * lib/old-dejagnu.exp: Ditto.
8034         * lib/c-torture.exp: Ditto.
8035
8036 Fri May 30 23:15:15 1997  Bob Manson  <manson@charmed.cygnus.com>
8037
8038         * lib/g++.exp: Use build_wrapper procedure.
8039         * lib/gcc.exp: Ditto.
8040
8041 Tue May 20 15:23:27 1997  Jeffrey A Law  (law@cygnus.com)
8042
8043         * gcc.c-torture/execute/*.c: Include stdlib.h instead of using
8044         an old-style decl for malloc.  Fixes tests to work when
8045         sizeof (int) != sizeof (size_t).
8046
8047 Thu May 15 14:00:04 1997  Mike Meissner  <meissner@cygnus.com>
8048
8049         * gcc.c-torture/execute/va-arg-3.c: If NO_VARARGS is defined, nop test.
8050
8051         * gcc.c-torture/execute/strct-varg-1.c: If NO_VARARGS is defined,
8052         use stdargs.h interface.
8053
8054 Thu May 15 14:10:39 1997  Mike Meissner  <meissner@cygnus.com>
8055
8056         * lib/gcc.exp (gcc_target_compile): If gcc,no_varargs, define
8057         NO_VARARGS when compiling.
8058
8059 Thu May  1 14:49:19 1997  Bob Manson  <manson@charmed.cygnus.com>
8060
8061         * lib/plumhall.exp(ph_includes): New procedure.
8062         (ph_make): Use it.
8063         (ph_compiler): Ditto.
8064
8065         * lib/g++.exp: Rename test-glue.c to testglue.c.
8066         * lib/gcc.exp: Ditto.
8067
8068 Thu Apr 10 14:50:26 1997  Bob Manson  <manson@charmed.cygnus.com>
8069
8070         * lib/g++.exp(g++init): Don't try to be smart, always run g++_init
8071         to completion when it's called.
8072
8073 Fri Mar 21 16:34:52 1997  Michael Meissner  <meissner@cygnus.com>
8074
8075         * gcc.c-torture/execute/920501-7.c (main,x): If NO_LABELS_VALUES
8076         is defined, don't do test.
8077
8078 Thu Mar 20 09:50:32 1997  Doug Evans  <dje@canuck.cygnus.com>
8079
8080         * lib/plumhall.exp (ph_make): Comment out errorCode=NONE test
8081         for object files.
8082         (ph_summary): Mark skipped testcases as untested, not unresolved.
8083
8084         * lib/plumhall.exp (ph_make): If unresolved because of bad
8085         errorCode, record errorCode in log file.
8086         (*): Replace send_log/verbose with verbose -log.
8087
8088 Wed Mar 19 13:06:26 1997  Michael Meissner  <meissner@cygnus.com>
8089
8090         * gcc.c-torture/execute/ieee/rbug.c (main): Don't do long long to
8091         double conversion if double isn't at least 8 bytes.
8092
8093         * gcc.c-torture/execute/cvt-1.c: Make all functions use long, not
8094         int to work with targets where int is 16 bits.
8095
8096         * gcc.c-torture/execute/920715-1.c (main): If double isn't at least
8097         8 bytes, just exit, since 4 byte doubles don't have enough bits of
8098         precision for the test to complete.
8099
8100 Fri Mar 14 17:51:02 1997  Michael Meissner  <meissner@cygnus.com>
8101
8102         * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail
8103         if d10v is not compiled with the -mdouble64 flag.
8104         * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto.
8105
8106         * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if
8107         d10v is not compiled with the -mint32 flag.
8108
8109 Thu Mar 13 16:09:28 1997  Bob Manson  <manson@charmed.cygnus.com>
8110
8111         * lib/plumhall.exp: Use incr_count.
8112
8113 Wed Mar 12 10:01:33 1997  Jeffrey A Law  (law@cygnus.com)
8114
8115         * gcc.c-torture: Update to c-torture-1.45.
8116
8117 Sun Feb 23 18:12:04 1997  Bob Manson  <manson@charmed.cygnus.com>
8118
8119         * lib/gcc.exp(gcc_init): Add args parameter (which will contain
8120         the name of the expect testcase file).
8121
8122         * lib/g++.exp(g++_init): Ditto.
8123
8124 Thu Feb 20 13:53:05 1997  Bob Manson  <manson@charmed.cygnus.com>
8125
8126         * lib/g++.exp(g++_exit): $gluefile lives on the build, not
8127         the host.
8128
8129         * lib/gcc.exp(gcc_exit): New procedure.
8130
8131 Wed Feb 19 15:16:16 1997  Bob Manson  <manson@charmed.cygnus.com>
8132
8133         * g++.old-deja/g++.rfg/*: Added "Build don't link" and ERROR
8134         specs where appropriate.
8135
8136         * g++.old-deja/g++.arm/*: Added additional ERROR checks
8137         because of new "candidates are" messages, and removed a few
8138
8139         * Converted all non-old-style g++ testcases to old-style, and
8140         moved into g++.old-deja.
8141
8142 Fri Feb 14 11:46:46 1997  Bob Manson  <manson@charmed.cygnus.com>
8143
8144         * lib/old-dejagnu.exp(old-dejagnu): Add various "skip if"
8145         options.
8146
8147         * lib/gcc.exp(gcc_init): Don't set gluefile unless the compile
8148         succeeded.
8149
8150         * lib/g++.exp(g++_init): Don't unset gluefile unless it exists.
8151
8152 Thu Feb 13 17:30:46 1997  Michael Meissner  <meissner@cygnus.com>
8153
8154         * lib/gcc.exp (gcc_target_compile): Add support for defining
8155         NO_TRAMPOLINES and NO_LABEL_VALUES if the baseboard file indicates
8156         the machine doesn't have those features.
8157
8158 Tue Feb 11 12:57:11 1997  Bob Manson  <manson@charmed.cygnus.com>
8159
8160         * g++.law/operators4.exp: Don't use LIBS.
8161
8162 Sat Feb  8 14:45:55 1997  Bob Manson  <manson@charmed.cygnus.com>
8163
8164         * g++.law/virtual1.exp: Don't use CXX_FLAGS.
8165
8166         * lib/mike-g++.exp: Don't set the compiler to be tested here.
8167         * lib/g++.exp: Set it here instead. Also, allow use of the
8168         --tool_exec and --tool_opt options. Change CXX to
8169         GXX_UNDER_TEST.
8170
8171         * g++.old-deja/old-deja.exp: Change CXX to GXX_UNDER_TEST.
8172
8173         * lib/gcc.exp: Allow use of --tool_exec and --tool_opt.
8174
8175 Fri Feb  7 12:55:45 1997  Bob Manson  <manson@charmed.cygnus.com>
8176
8177         * lib/old-dejagnu.exp: Use prune_warnings instead of
8178         prune_system_crud.
8179         * lib/mike-g++.exp: Ditto.
8180         * lib/gcc.exp: Ditto.
8181         * lib/g++.exp: Ditto.
8182
8183         * lib/g++.exp: Include both libstdc++ and libstdc++/stl.
8184
8185 Fri Feb  7 10:41:53 1997  Jeffrey A Law  (law@cygnus.com)
8186
8187           * 941014-2.c: Include stdlib.h
8188           * 960327-1.c: Include stdio.h
8189           * dbra.c, index-1.c: Don't assume ints are 32bits.
8190
8191 Tue Feb  4 12:51:09 1997  Bob Manson  <manson@charmed.cygnus.com>
8192
8193         * lib/gcc.exp: Add gcc,stack_size target feature.
8194
8195         * lib/g++.exp(g++_target_compile): Add the include and link
8196         paths here, not in two other places. And, it's $options, not
8197         options.
8198
8199         * lib/mike-g++.exp(postbase): Remove the code that determines
8200         the correct include and link paths.
8201         * g++.old-deja/old-deja.exp: Ditto.
8202
8203 Mon Feb  3 19:00:07 1997  Bob Manson  <manson@charmed.cygnus.com>
8204
8205         * lib/g++.exp(g++_init): target_compile no longer returns the
8206         filename of the result.
8207
8208 Sun Feb  2 14:42:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8209
8210         * gcc.misc-tests/gcov.exp: Add -nocomplain to the
8211         call to glob.
8212
8213         * gcc.c-torture/special/special.exp: Change call to
8214         gcc_target_compile to include the object file.
8215
8216 Sun Feb  2 17:11:50 1997  Ian Lance Taylor  <ian@cygnus.com>
8217
8218         * gcc.c-torture/special/special.exp: Correct misspelling in last
8219         change.
8220
8221 Sat Feb  1 12:34:23 1997  Bob Manson  <manson@charmed.cygnus.com>
8222
8223         * lib/plumhall.exp(ph_summary): Log the entire output of the
8224         executable. Return -1 if there were any failures, 0 otherwise.
8225         (ph_execute): Return -1 if there were any failures, 0 otherwise.
8226         (ph_make): Clean up objects and executables that were built
8227         if the tests succeeded.
8228
8229 Thu Jan 30 13:45:56 1997  Bob Manson  <manson@charmed.cygnus.com>
8230
8231         * g++.old-deja/old-deja.exp: Add -L and -I flags so we include
8232         libraries and includes in the build tree as appropriate.
8233
8234 Wed Jan 29 17:19:34 1997  Bob Manson  <manson@charmed.cygnus.com>
8235
8236         * lib/c-torture.exp: Instead of looking for the global variable
8237         NO_LONG_LONG, check to see if that's a feature of the target.
8238
8239 Wed Jan 29 00:36:25 1997  Bob Manson  <manson@charmed.cygnus.com>
8240
8241         * config/default.exp: Minimize. Delete the remainer of the files in
8242         config; this functionality is now in devo/dejagnu/config.
8243
8244         g++.*/*: Pass any additional flags used to compile to postbase;
8245         delete CXXFLAGS.
8246
8247         gcc.c-torture/*: Remove calls to gcc_init and gcc_finish; this
8248         is now done by runtest.exp. Use gcc_target_compile instead of
8249         compile.
8250
8251         lib/c-torture.exp: Use gcc_target_compile instead of compile.
8252         Remove references to CFLAGS. Use remote_file instead of
8253         calling rm -f.
8254         (c-torture): Take a list of arguments to use to compile this
8255         testcase.
8256
8257         lib/g++.exp: Simplify. Use target_compile instead of compile.
8258         lib/gcc-dg.exp: Ditto.
8259         lib/gcc.exp: Ditto.
8260         lib/mike-{gcc,g++}.exp: Ditto.
8261         lib/old-dejagnu.exp: Ditto.
8262         lib/plumhall.exp: Ditto.
8263
8264 Wed Jan  8 14:43:07 1997  Jim Wilson  <wilson@cygnus.com>
8265
8266         * lib/plumhall.exp (ph_make): Use CFLAGS and ANSICFLAGS when linking.
8267         (ph_linker): Likewise.
8268
8269 Wed Nov 13 16:04:19 1996  Joern Rennecke <amylaar@cygnus.com>
8270
8271           * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}: Only use
8272         MAP_ANON / MAP_ANONYMOUS if defined;
8273         else try to map from /dev/zero .
8274
8275 Tue Nov 12 23:30:12 1996  Jeffrey A Law  (law@cygnus.com)
8276
8277         * gcc.c-torture/execute/{loop-2e.c,loop-2f.c}:  If MAP_ANON
8278         isn't defined, then define it to MAP_ANONYMOUS.
8279
8280 Tue Nov 12 11:57:49 1996  Jeffrey A Law  (law@cygnus.com)
8281
8282         * gcc.c-torture: Update to c-torture-1.42 release.
8283
8284 Mon Nov 11 12:45:31 1996  Jeffrey A Law  (law@cygnus.com)
8285
8286         * gcc.c-torture: Update to c-torture-1.41 release.
8287
8288 Sun Oct 27 18:56:18 1996  Jeffrey A Law  (law@cygnus.com)
8289
8290         * gcc.c-torture/execute/enum-1.c: New test.  Will be in next
8291         c-torture release.
8292
8293 Thu Aug 15 11:09:36 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8294
8295         * lib/gcc.exp (gcc_init): Always append the target_info to CFLAGS
8296         and LDFLAGS.  Fix second case to append the target_info ldflags
8297         onto LDFLAGS, not CFLAGS.
8298         * lib/g++.exp (g++_init): Add target_info stuff.
8299         * lib/old-dejagnu.exp (old-dejagnu-init): Likewise.  Add inclusion
8300         of libgloss and newlib flags for !native.
8301
8302         * config/proelf.exp: Load remote.exp and do `push_target hppro'.
8303         (GDB): Fix relative path to go up another dir for finding gdb.
8304
8305 Thu Aug  8 17:03:27 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
8306
8307         * lib/gcc.exp(gcc_init): Set CFLAGS and LDFLAGS to their new
8308         versions in the target_info array, if they don't exist.
8309
8310 Fri Aug  2 15:39:03 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8311
8312         * config/vx.exp (${tool}_load): Fix syntax of `$shell_id < 0'.
8313
8314 Mon Jul  8 15:45:58 1996  Jim Wilson  <wilson@cygnus.com>
8315
8316         * lib/g++.exp: Change all uses of $base_dir/ to $base_dir/../.
8317         * lib/gcc.exp, lib/old-dejagnu.exp: Likewise.
8318
8319 Mon Jul  1 15:53:00 1996  Bob Manson  <manson@charmed.cygnus.com>
8320
8321         * lib/old-dejagnu.exp: Don't remove the output file before we've
8322         actually tested it. Don't append pwd to the path of the executable
8323         we're testing.
8324
8325 Sun Jun 30 14:37:50 1996  Doug Evans  <dje@canuck.cygnus.com>
8326
8327         * lib/g++.exp (default_g++_start): Don't pass LDFLAGS, LIBS if -c.
8328
8329 Wed Jun 26 14:15:55 1996  Bob Manson  <manson@charmed.cygnus.com>
8330
8331         * lib/old-dejagnu.exp (old-dejagnu): Add $tmpdir to specify a
8332         temporary directory for compiler files, and set it to a default
8333         value of /tmp. Set $output as the name of the output file from
8334         compiling the testcase. Add a -o option to $cflags_var so the
8335         compiler writes the final output file as $output. Set $executable
8336         to $output.
8337
8338         * lib/mike-g++.exp (postbase): Add $tmpdir to specify a temporary
8339         directory for compiler files, and set it to /tmp if it doesn't
8340         already have a value. Set $output_file to the name of the output
8341         file from compiling the testcase. Add a -o option to CXXFLAGS so
8342         the compiler writes the final output file as $output. Use $output
8343         as the executable to be tested.
8344
8345 Mon Jun 24 17:12:16 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8346
8347         * lib/g++.exp: Also add -Wl,-rpath,... for linux.
8348
8349 Sat Jun  8 15:12:24 1996  Jeffrey A Law  (law@cygnus.com)
8350
8351         * gcc.c-torture/execute/pending-1.c: New test.  Still
8352         pending in Tege's queue.
8353
8354 Wed Apr 24 18:13:45 1996  Jim Wilson  <wilson@chestnut.cygnus.com>
8355
8356         * lib/plumhall.exp (ph_summary): Add arguments name and exec_status.
8357         Add variables local_failcnt and local_unresolvedcnt.  Call gcc_fail
8358         if there were failures.  Call unresolved if there were unresolved
8359         testcases.  Call gcc_fail if program did not run to completion.
8360         (ph_make): Pass additional argument name to ph_execute.
8361         (ph_execute): Add new argument.  Pass additional arguments to
8362         ph_summary.  Call gcc_fail is there is no execution output.
8363
8364 Wed Apr 24 13:39:23 1996  Jeffrey A Law  (law@cygnus.com)
8365
8366         * lib/plumhall.exp (proc_summary): Output relavent summary
8367         lines into the log so specific failures in plumhall can be
8368         investigated.
8369
8370 Wed Apr 10 13:23:45 1996  Jeffrey A Law  (law@cygnus.com)
8371
8372         * lib/c-torture.exp: Provide a default value for $NO_LONG_LONG.
8373         (c-torture-execute): Don't try to execute tests which use
8374         "long long" types if $NO_LONG_LONG is nonzero.
8375
8376 Mon Apr  8 08:52:29 1996  Doug Evans  <dje@canuck.cygnus.com>
8377
8378         * gcc.c-torture/execute/ieee/ieee.exp: Run c-torture-execute,
8379         not c-torture.
8380
8381         * gcc.ieee: Move from here.
8382         * gcc.c-torture/execute/ieee: To here.
8383
8384 Tue Mar 26 23:41:18 1996  Jeffrey A Law  (law@cygnus.com)
8385
8386         * gcc.c-torture: Update to c-torture-1.41 release.
8387
8388 Fri Mar 22 15:49:24 1996  Jeffrey A Law  (law@cygnus.com)
8389
8390         * lib/c-torture.exp (c-torture-execute): Remove "$executable",
8391         not "$output".
8392
8393 Thu Mar  7 12:37:08 1996  Doug Evans  <dje@charmed.cygnus.com>
8394
8395         * lib/gcc.exp (default_gcc_start): Don't pass $LDFLAGS $LIBS if
8396         -c present.
8397
8398 Sat Mar  2 22:36:37 1996  Jeffrey A Law  (law@cygnus.com)
8399
8400         * config/proelf.exp: Handle connecting to a simulator.
8401
8402 Wed Jan 31 00:58:15 1996  Jeffrey A Law  (law@cygnus.com)
8403
8404         * config/proelf.exp: New file.  Enough framework that we can
8405         run c-torture tests on the proelf targets (or any other target
8406         that gdb can connect to for that matter).
8407
8408 Mon Jan 29 08:57:46 1996  Doug Evans  <dje@canuck.cygnus.com>
8409
8410         * gcc.c-torture/special/special.exp: Delete libs arg to dg-runtest.
8411         * gcc.ph/testing/limits/limits.exp: Likewise.  Don't pass $CFLAGS.
8412
8413         * lib/plumhall.exp (ph_execute): Always call ph_summary if
8414         exec_output exists.
8415
8416 Sun Jan 28 11:28:43 1996  Doug Evans  <dje@charmed.cygnus.com>
8417
8418         * config/sim.exp (SIM_TIME_LIMIT): New user settable variable.
8419         (${tool}_load): Use 240 seconds if SIM_TIME_LIMIT not set.
8420
8421         * config/*.exp: Update FSF address.  Change result of ${tool}_load
8422         to pass/fail/unresolved/unsupported/untested.  Caller must now
8423         call unresolved/unsupported/untested.
8424         * lib/*.exp: Update FSF address.  Update to handle new results of
8425         ${tool}_load.
8426         * lib/chill.exp (verbose): Delete.
8427
8428 Sat Jan 27 12:28:07 1996  Doug Evans  <dje@charmed.cygnus.com>
8429
8430         * lib/gcc.exp (default_gcc_start): Change order of args to
8431         $LDFLAGS $CFLAGS $LIBS.
8432         * lib/gcc-dg.exp (gcc-dg-test): Arguments have changed, update.
8433         Save/set/restore CFLAGS.  Pass single arg to gcc_start.
8434         * gcc.dg/dg.exp: Delete libs arg in call to dg-runtest.
8435         (CC,CFLAGS,LIBS): Delete references. Don't pass $CFLAGS to dg-runtest.
8436         * gcc.misc-tests/dg-test.exp: Likewise.
8437         * gcc.misc-tests/msgs.exp: Likewise.
8438         * gcc.prms/prms.exp: Likewise.
8439         * gcc.misc-tests/gcov.exp: Delete libs arg in call to dg-runtest.
8440         (CFLAGS,LIBS): Delete references.  Don't pass $CFLAGS to dg-runtest.
8441
8442         * lib/dg.exp: Deleted, moved to dejagnu/lib.
8443
8444 Wed Jan 24 18:37:00 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
8445
8446         * g++.old-deja/old-deja.exp: Add passing of $mathlib to old-dejagnu.
8447
8448         * g++.old-deja/old-deja.exp: Move setting of runshlib from here...
8449         * lib/old-dejagnu.exp (old-dejagnu-init): ...to here.
8450
8451         * lib/g++.exp (g++_init): Take out use of -rpath for the sun4, not
8452         necessary.
8453
8454 Sat Jan 20 17:22:08 1996  Brendan Kehoe  <brendan@cygnus.com>
8455
8456         * g++.old-deja/old-deja.exp: Move setting of runshlib out of the
8457         global for loop; add use of $mathlib.
8458         * lib/old-dejagnu.exp (old-dejagnu-init): Put the runshlib
8459         settings here; set mathlib for anything but VxWorks.
8460
8461 Mon Jan 22 16:31:57 1996  Jeffrey A Law  (law@cygnus.com)
8462
8463         * gcc.c-torture: Update to c-torture-1.40 release.
8464
8465 Wed Jan  3 00:54:33 1996  Jeffrey A Law  (law@cygnus.com)
8466
8467         * gcc.ph/testing/limits/limits.exp: Load ${tool}-dg.exp, not
8468         dg.exp.
8469
8470 Sun Dec  3 16:17:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
8471
8472         * lib/c-torture.exp (c-torture-execute): Declare "output" as
8473         global.
8474
8475 Fri Nov 17 20:01:19 1995  Doug Evans  <dje@canuck.cygnus.com>
8476
8477         * lib/g++.exp (LIBS): Define if not already.
8478         * lib/gcc-dg.exp (gcc-dg-test): Set executable file as a.out.
8479         (gcc-dg-prune): Call prune_gcc_output.
8480         * lib/gcc.exp (prune_gcc_output): New proc.
8481         * gcc.c-torture/special (921210-1.c): Call prune_system_crud and
8482         prune_gcc_output.
8483
8484 Thu Nov 16 09:15:40 1995  Doug Evans  <dje@canuck.cygnus.com>
8485
8486         * lib/c-torture.exp (c-torture-compile): Fix calls to `unsupported'.
8487         (c-torture-execute): Likewise.  Rename `name' to `testcase'.
8488
8489 Wed Nov 15 23:04:36 1995  Jeffrey A Law  (law@cygnus.com)
8490
8491         * gcc.c-torture: Update to c-torture-1.39 release.
8492
8493 Sat Nov  4 12:52:05 1995  Doug Evans  <dje@canuck.cygnus.com>
8494
8495         * lib/c-torture.exp (c-torture-execute): Don't return if one option
8496         fails, try others as well.
8497
8498 Thu Nov  2 09:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8499
8500         * lib/c-torture.exp (c-torture-execute): This proc's result is `void'.
8501         If compilation fails, mark execute tests as `untested'.
8502         If test is marked as unsupported, don't mark compilation and
8503         execute tests as failed.
8504
8505 Wed Oct 25 20:57:55 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8506
8507         * lib/g++.exp (g++_init): Don't link in libg++, and look to
8508         libstdc++ for whether or not we want to be doing shared
8509         libraries.  Delete link_curses since we don't need it anymore.
8510         * lib/mike-g++.exp (postbase): Don't link in libg++.
8511         * g++.old-deja/old-deja.exp: Likewise.
8512
8513 Mon Oct 23 13:05:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8514
8515         * lib/g++.exp (CXX): Default to run `c++' instead of `g++'.
8516
8517 Tue Oct 17 15:24:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8518
8519         * lib/g++.exp (g++_init): Also check for libg++.sl for the hppa.
8520         For that, add `-Wl,-a,shared_archive'.
8521         * g++.old-deja/old-deja.exp: Likewise.
8522
8523 Tue Oct 17 13:09:06 1995  Doug Evans  <dje@canuck.cygnus.com>
8524
8525         * lib/c-torture.exp (c-torture-execute): Ensure CFLAGS restored.
8526
8527 Mon Oct 16 23:13:32 1995  Brendan Kehoe  <brendan@cygnus.com>
8528
8529         * lib/mike-g++.exp (postbase): Pay attention to the status of
8530         g++_load.
8531
8532 Mon Oct 16 19:28:32 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8533
8534           * g++.old-deja/old-deja.exp: Add $LIBS at the end of the args.
8535
8536 Mon Oct 16 13:48:58 1995  Doug Evans  <dje@canuck.cygnus.com>
8537
8538         * lib/gcc.exp (default_gcc_start): No longer need to log program
8539         being executed or its output, execute_anywhere does that now.
8540         * lib/g++.exp (default_g++_version): Call execute_anywhere.
8541         (default_g++_start): Likewise.  Delete calls to verbose/send_log.
8542
8543 Thu Oct 12 10:34:58 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8544
8545         * g++.old-deja/old-deja.exp: Updated the shared libg++ tests to be
8546         the same as those in lib/g++.exp.
8547
8548 Tue Oct 10 13:47:27 1995  Jeff Law  (law@hurl.cygnus.com)
8549
8550         * gcc.c-torture: Update to c-torture-1.38 release.
8551         * gcc.ieee: Related changes.
8552
8553 Fri Oct  6 12:39:17 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8554
8555         * mike-gcc.exp, mike-g++.exp: Use "execute_anywhere" rather than
8556         "exec". Minor reformatting changes.
8557
8558         * config/rom68k.exp (${tool}_load): Make it work in a canadian
8559         cross. This means all "exec" calls now work on a remote host as
8560         well.
8561         * lib/c-torture.exp (c-torture-compile): Make work for a canadian
8562         cross. Filter out the extra "\r\n" stuff that expect puts in.
8563         (c-torture-execute): Filter out the bogus warnings like
8564         c-torture-compile does. Add support for canadian cross.
8565         * lib/gcc.exp (default_gcc_version, default_gcc_start)
8566         Use execute_anywhere rather than calling exec directly. Now it
8567         works for canadian cross testing.
8568
8569 Thu Oct  5 10:06:45 1995  Brendan Kehoe  <brendan@rtl.cygnus.com>
8570
8571         * lib/g++.exp: Add -nocomplain flag to glob.  Use catch to put the
8572         results into a variable, and check that rather than using file exists.
8573
8574 Wed Oct  4 16:31:02 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8575
8576         * lib/g++.exp: Use glob to see libg++.so.2.7.0, since sun4 doesn't
8577         create a libg++.so.  For sunos4.1.*, also add -ltermcap.
8578
8579 Tue Sep 26 10:15:14 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8580
8581         * g++.old-deja/old-deja.exp: Create and pass runshlib and
8582         lib_curses if there's a shared libg++ in the build tree.
8583
8584 Fri Sep 22 10:47:24 1995  Doug Evans  <dje@canuck.cygnus.com>
8585
8586         * lib/mike-{gcc,g++}.exp (postbase): Restore CFLAGS, CXX_FLAGS, LIBS
8587         if not supported target.
8588
8589 Fri Sep 22 09:22:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8590
8591         * lib/g++.exp (g++_init): Move empty setting of runshlib and
8592         link_curses up to always happen, not just for native builds.
8593
8594 Thu Sep 21 10:23:32 1995  Jeff Law  (law@snake.cs.utah.edu)
8595
8596         * gcc.c-torture: Update to c-torture-1.36 release.
8597         * gcc.failure: Related changes.
8598
8599 Wed Sep 20 10:56:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8600
8601         * lib/plumhall.exp (PHSRC, PHDST): Allow config files to override.
8602
8603 Tue Sep 19 17:26:07 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8604
8605         * lib/g++.exp (g++_init): Put the shared and math lib stuff in here.
8606         * lib/mike-g++.exp (postbase): Not in here.  Still reference
8607         runshlib, link_curses, and mathlib for link and run.
8608
8609         * lib/mike-g++.exp (postbase): If we've built a libg++.so, then
8610         pass the runtime shared library options for Solaris, OSF/1, and
8611         Irix5, and link with -lcurses to avoid unresolved references.
8612
8613 Wed Sep 13 15:28:10 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8614
8615         * lib/gcc.exp (gcc_init): Return if gcc_initialized is 1, so we
8616         only run once.
8617
8618 Wed Sep 13 10:51:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8619
8620         * lib/c-torture.exp (c-torture-compile): Don't alter CFLAGS.
8621
8622 Mon Sep 11 11:02:03 1995  Jeff Law  (law@snake.cs.utah.edu)
8623
8624         * gcc.c-torture: Update to c-torture-1.35 release.  Note we
8625         do not have a framework for the "compat" tests yet.
8626
8627 Sat Sep  9 16:15:20 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8628
8629         * lib/mike-g++.exp (postbase): New local variable `mathlib',
8630         set to null if we're testing vxworks5.1.  Use that instead of
8631         `-lm' in the setting of LIBS for link and run.
8632
8633 Fri Sep  8 13:53:38 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8634
8635         * config/rom68k.exp (${tool}_load): Major changes to make it
8636         work.  Verified that it does in fact return the stuff in
8637         exec_output properly.  Catch any Emul or any TRAP other than 0.
8638
8639 Thu Sep  7 23:04:06 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8640
8641         * lib/mike-g++.exp (prebase): Call g++_init at the end to set
8642         LDFLAGS properly for targets that need stuff from libgloss.
8643         * lib/g++.exp (g++_init): Return if gpp_initialized is 1, so we
8644         only run once.
8645         (gpp_initialized): New variable.
8646
8647 Wed Sep  6 21:56:13 1995  Rob Savoye  <rob@darkstar.cygnus.com>
8648
8649         * config/rom68k.exp: Load libgloss.exp.
8650         * lib/gcc.exp (gcc_init): get proper flags for newlib and libgloss
8651         so we can produce a fully linked binary.
8652         * lib/g++.exp (g++_init): get proper flags for newlib and libgloss
8653         so we can produce a fully linked binary.
8654
8655 Sun Sep  3 13:25:26 1995  Doug Evans  <dje@canuck.cygnus.com>
8656
8657         * lib/plumhall.exp (ph_section): Watch for expected failures.
8658         Add missing `else'.
8659
8660         * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
8661         run the testcase.
8662         (c-torture): Likewise.
8663
8664 Mon Aug 28 11:23:38 1995  Doug Evans  <dje@cygnus.com>
8665
8666         * gcc.dg/dg.exp (scan-assembler, scan-assembler-not): New procs.
8667
8668         * lib/mike-g++.exp (mike_cleanup): New proc.
8669         (prebase): New globals compiler_result, not_compiler_result,
8670         target_regexp.
8671         (postbase): Likewise.  Call mike_cleanup.  Pass "--" to regexp to
8672         allow leading "-" in pattern.  Watch for unsupported tests.
8673         If $compiler_result is set, pattern match assembler code,
8674         and ditto for $not_compiler_result.
8675         * lib/mike-gcc.exp: Likewise.
8676
8677         * lib/plumhall.exp (ph_execute): Only call ph_summary if
8678         execution "succeeded".
8679
8680 Mon Aug 14 14:03:53 1995  Doug Evans  <dje@canuck.cygnus.com>
8681
8682         * config/win32.exp: New file.
8683         * lib/c-torture.exp (c-torture-execute): Handle $exe_ext.
8684
8685 Fri Aug  4 15:39:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8686
8687         * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as
8688         unsupported.
8689         * lib/mike-{gcc,g++}.exp (postbase): Likewise.
8690         * lib/{c-torture.exp,old-dejagnu.exp}: Likewise.
8691         * lib/{gcc,g++}.exp (${tool}_check_untested_p): New proc.
8692
8693         * lib/mike-g++.exp (postbase): Delete alpha-*-* checking of
8694         "... without exceptions was ...".  That is now handled by
8695         prune_system_crud.
8696         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
8697
8698 Tue Aug  1 11:09:33 1995  Doug Evans  <dje@canuck.cygnus.com>
8699
8700         * gcc.misc-tests/{acker1.c,dhry.c,dhry.h,matrix1.c,optbench.c,
8701         sieve.c,sort2.c}: New files.
8702         * gcc.misc-tests/{acker1.exp,dhry.exp,matrix1.exp,optbench.exp,
8703         sieve.exp,sort2.exp}: Drivers for them.
8704
8705         * lib/mike-gcc.exp (program_output): New user settable variable.
8706         (postbase): Call prune_system_crud.  Also prune extraneous compiler
8707         messages.
8708         * lib/mike-g++.exp (program_output): New user settable variable.
8709
8710         * gcc.misc-tests/mg.exp (compiler_output): Handle multiple lines.
8711
8712         * config/sh.exp: Deleted (use sim.exp instead).
8713
8714 Fri Jul 28 11:33:46 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8715
8716         * config/vx.exp: Declare CHECKTASK as global.
8717         * config/vxworks29k.exp: Reduce to only set CHECKTASK, and load vx.exp.
8718         * lib/mike-g++.exp: Load [pwd]/a.out, not `./a.out'.
8719         * lib/old-dejagnu.exp: Load [pwd]/$executable.
8720
8721 Wed Jul 26 19:45:39 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
8722
8723         * config/vxworks29k.exp: New file, for the a29k-vxworks5.1
8724         target. Like vx.exp, only includes `vx29k.exp' instead of
8725         `vxworks.exp'.
8726
8727 Sun Jul 23 17:38:52 1995  Ian Lance Taylor  <ian@cygnus.com>
8728
8729         * config/sim.exp: Increase time limit from 120 seconds to 240.
8730
8731 Thu Jul  6 11:07:38 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
8732
8733         * gcc.c-torture/execute/950628-1.c: New test.
8734
8735 Sat Jun 10 18:51:41 1995  Jeff Law  (law@snake.cs.utah.edu)
8736
8737         * gcc.c-torture: Update with changes/additions from
8738         c-torture-1.34.
8739
8740 Mon Jun  5 17:58:07 1995  Doug Evans  <dje@canuck.cygnus.com>
8741
8742         * gcc.prms/prms.exp: Pass LDFLAGS to dg-test.
8743
8744 Sun Jun  4 05:13:57 1995  Jeff Law  (law@snake.cs.utah.edu)
8745
8746         * gcc.c-torture/compile/funcptr-1.c: Test case for 7107.
8747
8748 Thu Jun  1 00:06:19 1995  Jeff Law  (law@snake.cs.utah.edu)
8749
8750         * gcc.c-torture/compile/950512-1.c: New test.
8751         * gcc.c-torture/execute/strct-pack-4.c, strct-pack-5.c}: Likewise.
8752         * gcc.dg/struct-ret-1.c: Likewise.
8753
8754 Wed May 31 14:25:13 1995  Doug Evans  <dje@canuck.cygnus.com>
8755
8756         * gcc.c-torture/execute/{920410-1.c,921113-1.c,921208-2.c,
8757           930106-1.c,memcpy-1.c}: Use STACK_SIZE if defined.
8758
8759 Tue May 30 11:19:54 1995  Doug Evans  <dje@canuck.cygnus.com>
8760
8761         * gcc.c-torture/special/920411-1.c: Deleted.
8762         * gcc.c-torture/special/special.exp: Delete 920411-1.c.
8763
8764 Mon May 22 16:55:11 1995  Doug Evans  <dje@chestnut.cygnus.com>
8765
8766         * config/sim.exp (${tool}_load): Hack in call to bash to get a
8767         cpu limit.
8768
8769 Fri May 12 18:57:54 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8770
8771         * gcc.c-torture/execute/{950511-1.c,950512-1.c}: New tests.
8772
8773 Thu May  4 14:23:54 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8774
8775         From kenner;
8776         * gcc.c-torture/execute/va-arg-2.c (f[0-9], f1[0-5]): Verify format
8777         is the proper length.
8778         * va-arg-3.c: Likewise.
8779
8780 Sun Apr 30 16:02:59 1995  Doug Evans  <dje@canuck.cygnus.com>
8781
8782         * lib/dg.exp: Moved to dejagnu/lib.  Copy kept here (for awhile).
8783         * lib/gcc-dg.exp: New file, gcc interface to dg.exp.
8784
8785         * lib/gcc.exp (default_gcc_start): Delete old cruft.  Delete result.
8786         * lib/g++.exp (default_g++_start): Delete old cruft.
8787
8788 Tue Apr 25 17:20:18 1995  Torbjorn Granlund  <tege@cygnus.com>
8789
8790         * gcc.c-torture/execute/memcpy-1.c: Decrease stack requirements from
8791         (2 * (1 << 18)) to (2 * (1 << 17)).
8792
8793         * gcc.c-torture/execute/arith-rand.c: Avoid -0x80000000/-1.
8794
8795 Thu Apr 20 12:21:13 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8796
8797         * config/rom68k.exp: Renamed from config/idp.exp
8798
8799 Tue Apr 18 13:33:26 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8800
8801         * c-torture/compile/921109-2.c
8802
8803 Tue Apr 18 10:45:12 1995  Mike Stump  <mrs@cygnus.com>
8804
8805         * lib/old-dejagnu.exp: We expect Execution test failure if we expected
8806         excess errors.
8807
8808 Sat Apr 15 11:16:58 1995  Doug Evans  <dje@chestnut.cygnus.com>
8809
8810         * lib/gcc.exp (default_gcc_start): Handle leading "-" in compiler
8811         output.
8812         * lib/g++.exp (default_g++_start): Likewise.
8813
8814 Wed Mar 29 16:34:03 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8815
8816         * gcc.c-torture/compile/950329-1.c: New test.
8817
8818 Tue Mar 28 16:10:33 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8819
8820           * config/bug.exp (${tool}_load): Updated to use new remote_open
8821           and remote_close procs.
8822         * config/idp.exp: New file.
8823
8824 Wed Mar 22 15:01:58 1995  Torbjorn Granlund  <tege@rtl.cygnus.com>
8825
8826         * gcc.c-torture/execute/950322-1.c: New test.
8827
8828 Tue Mar 21 21:24:49 1995  Doug Evans  <dje@canuck.cygnus.com>
8829
8830         * config/vx.exp (${tool}_load): Clean up testing of return code from
8831         vxworks_ld and vxworks_spawn.
8832
8833 Tue Mar 21 17:01:42 1995  Doug Evans  <dje@deneb.cygnus.com>
8834
8835         * lib/c-torture.exp (c-torture-execute): Pass same text to pass/fail.
8836
8837 Mon Mar 13 14:49:42 1995  Mike Stump  <mrs@cygnus.com>
8838
8839         * lib/old-deja.exp: Add `excess errors test - ' error, now one
8840         can mark excess errors on a machine by machine basis.  Note, the
8841         default is to not expect any excess errors, even when excess
8842         errors test - is given, so you will want to put an XFAIL ... on
8843         these lines.  For example, // excess errors test - XFAIL hppa*-*-*
8844         mips-*-* alpha-*-* m68k-*-* is how to expect excess errors on
8845         those 4 machines, but no others.
8846
8847 Fri Mar 10 12:33:04 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8848
8849         * gcc.c-torture/execute/execute.exp (c-torture-execute): from here.
8850         * lib/c-torture.exp: to here.
8851
8852 Fri Mar 10 10:38:15 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
8853
8854         * gcc.c-torture/execute/950221-1.c: New test.
8855         * gcc.c-torture/execute/struct-ret-1.c: New test.
8856         * gcc.c-torture/compile/950221-1.c: New test.
8857
8858         * gcc.c-torture/execute/941101-1.c (f): Fix typo, == was !=.
8859
8860 Fri Mar  3 16:28:35 1995  Doug Evans  <dje@canuck.cygnus.com>
8861
8862         * gcc.c-torture/execute/arith-1.c (main): Return 0.
8863         * gcc.c-torture/execute/arith-rand.c (main): Return 0.
8864
8865 Wed Mar  1 02:08:29 1995  Gerald Baumgartner  (gb@lorenzo.cs.purdue.edu)
8866
8867         * g++.gb: New directory of tests, derived from my signature and
8868         class scoping tests.
8869
8870         * g++.gb/{sig01.C, sig02.C, sig03.C, sig04.C}: New tests.
8871         * g++.gb/{sig05.C, sig06.C, sig07.C, sig08.C}: Likewise.
8872         * g++.gb/{sig09.C, sig10.C, sig11.C, sig12.C}: Likewise.
8873         * g++.gb/{sig13.C, sig14.C, sig15.C, sig16.C}: Likewise.
8874         * g++.gb/{sig17.C, sig18.C, sig19.C, sig20.C}: Likewise.
8875         * g++.gb/{sig21.C, sig22.C, sig23.C, sig24.C}: Likewise.
8876         * g++.gb/sig25.C: Likewise.
8877
8878         * g++.gb/{sig01.exp, sig02.exp, sig03.exp, sig04.exp}: Run them.
8879         * g++.gb/{sig05.exp, sig06.exp, sig07.exp, sig08.exp}: Likewise.
8880         * g++.gb/{sig09.exp, sig10.exp, sig11.exp, sig12.exp}: Likewise.
8881         * g++.gb/{sig13.exp, sig14.exp, sig15.exp, sig16.exp}: Likewise.
8882         * g++.gb/{sig17.exp, sig18.exp, sig19.exp, sig20.exp}: Likewise.
8883         * g++.gb/{sig21.exp, sig22.exp, sig23.exp, sig24.exp}: Likewise.
8884         * g++.gb/sig25.exp: Likewise.
8885
8886         * g++.gb/{scope01.C, scope02.C, scope03.C, scope04.C}: New tests.
8887         * g++.gb/{scope05.C, scope06.C, scope07.C, scope08.C}: Likewise.
8888         * g++.gb/{scope09.C, scope10.C, scope11.C, scope12.C}: Likewise.
8889         * g++.gb/scope13.C: Likewise, this test still fails.
8890
8891         * g++.gb/{scope01.exp, scope02.exp, scope03.exp, scope04.exp}: Run 'em.
8892         * g++.gb/{scope05.exp, scope06.exp, scope07.exp, scope08.exp}: Ditto.
8893         * g++.gb/{scope09.exp, scope10.exp, scope11.exp, scope12.exp}: Ditto.
8894         * g++.gb/scope13.exp: Ditto.
8895
8896         * g++.gb/README: New file, explains what these tests are about.
8897
8898 Tue Feb 28 10:37:52 1995  Doug Evans  <dje@canuck.cygnus.com>
8899
8900         * lib/dg.exp (dg-do): Support `preprocess'.
8901         (dg-test): Likewise.
8902
8903 Mon Feb 13 15:18:10 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
8904
8905         * config/udi.exp: change "continue -expect" to "exp_continue".
8906
8907 Sat Feb 11 00:25:20 1995  Torbjorn Granlund  (tege@tiny.cygnus.com)
8908
8909         * gcc.c-torture/execute/{921025-1.c, 930525-1.c}:
8910         Delete redundant tests.
8911
8912         * gcc.c-torture/execute/{941014-1.c, 941014-2.c}: New tests.
8913         * gcc.c-torture/execute/{941015-1.c, 941021-1.c}: New tests.
8914         * gcc.c-torture/execute/{941025-1.c, 941031-1.c}: New tests.
8915         * gcc.c-torture/execute/{941101-1.c, 941110-1.c}: New tests.
8916         * gcc.c-torture/execute/{941202-1.c, arith-1.c}: New tests.
8917         * gcc.c-torture/execute/{arith-rand.c, complex-3.c}: New tests.
8918         * gcc.c-torture/execute/{inst-check.c, loop-1.c}: New tests.
8919         * gcc.c-torture/execute/{memcpy-1.c, va-arg-2.c}: New tests.
8920
8921         * gcc.c-torture/execute/920302-1.c: Use void * instead of long for
8922         storing label pointers.
8923         * gcc.c-torture/execute/921019-1.c: Likewise.
8924         * gcc.c-torture/execute/920501-8.c: Add prototype for sprintf.
8925         * gcc.c-torture/execute/930513-1.c: Provide full declaration for
8926         parameter fp.
8927         * gcc.c-torture/execute/va-arg-1.c (main): Add L suffix to all
8928         constants.
8929
8930         * gcc.c-torture/compile/{920501-14.c, 931127-1.c}:
8931         Delete obsolete tests.
8932
8933         * gcc.c-torture/compile/{940409-1.c, 940718-1.c}: New tests.
8934         * gcc.c-torture/compile/{941014-1.c, 941014-2.c}: New tests.
8935         * gcc.c-torture/compile/{941014-3.c, 941014-4.c}: New tests.
8936         * gcc.c-torture/compile/{941019-1.c, 941111-1.c}: New tests.
8937         * gcc.c-torture/compile/{941113-1.c, 950122-1.c}: New tests.
8938         * gcc.c-torture/compile/950124-1.c: New test.
8939
8940         * gcc.c-torture/compile/920902-1.c: Delete 2:nd parameter.
8941
8942 Wed Feb  8 15:30:17 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8943
8944         * lib/mike-g++.exp: Add -lm to LIBS.
8945
8946 Tue Feb  7 17:09:50 1995  Doug Evans  <dje@canuck.cygnus.com>
8947
8948         * lib/c-torture.exp (c-torture): Allow relative pathname in $srcdir.
8949
8950 Mon Jan 30 14:33:25 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
8951
8952         * lib/mike-g++.exp: Add -lstdc++ to LIBS.
8953
8954 Thu Jan 12 16:41:34 1995  Doug Evans  <dje@canuck.cygnus.com>
8955
8956         * gcc.misc-tests/dg-test.exp: Only run if $DG_TEST=yes.
8957
8958 Mon Jan  2 11:50:10 1995  Jeff Law  (law@snake.cs.utah.edu)
8959
8960         * g++.law/{arg9.C, arg10.C, arg11.C, arm15.C, arm16.C}: New tests.
8961         * g++.law/{bad-error3.C, bad-error4.C, bad-error5.C}: Likewise.
8962         * g++.law/{bad-error6.C, bad-error7.C}: Likewise.
8963         * g++.law/{bit-fields3.C, casts2.C, casts3.C}: Likewise.
8964         * g++.law/{enum8.C, enum9.C, friend5.C}: Likewise.
8965         * g++.law/{nest2.C, nest3.C, nest4.C, nest5.C}: Likewise.
8966         * g++.law/{nest6.C, next7.C, operators30.C}: Likewise.
8967         * g++.law/{operators31.C, operators32.C,
8968         * g++.law/{operators33.C, operators34.C}: Likewise.
8969         * g++.law/{pic1.C, refs2.C}: Likewise.
8970         * g++.law/{refs3.C, refs4.C, static-mem3.C}: Likewise.
8971         * g++.law/{static-mem4.C, static-mem5.C, typeck4.C}: Likewise.
8972         * g++.law/{vbase1.C, visibility27.C, visibility28.C}: Likewise.
8973         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8974
8975         * g++.law/{arg9.exp, arg10.exp, arg11.exp, arm15.exp}: Run them.
8976         * g++.law/{arm16.exp, bad-error3.exp, bad-error4.exp: Likewise.
8977         * g++.law/{bad-error5.exp, bad-error6.exp}: Likewise.
8978         * g++.law/{bad-error7.exp, bit-fields3.exp}: Likewise.
8979         * g++.law/{casts2.exp, casts3.exp, enum8.exp}: Likewise.
8980         * g++.law/{enum9.exp, friend5.exp}: Likewise.
8981         * g++.law/{nest3.exp, nest4.exp}: Likewise.
8982         * g++.law/{nest5.exp, nest6.exp, nest7.exp}: Likewise.
8983         * g++.law/{operators30.exp, operators31.exp}: Likewise.
8984         * g++.law/{operators32.exp, operators33.exp}: Likewise.
8985         * g++.law/{operators34.exp}: Likewise.
8986         * g++.law/{pic1.exp, refs2.exp, refs3.exp refs4.exp}: Likewise.
8987         * g++.law/{static-mem3.exp, static-mem4.exp}: Likewise.
8988         * g++.law/{static-mem5.exp, typeck4.exp, vbase1.exp}: Likewise.
8989         * g++.law/{visibility27.exp, visibility28.exp}: Likewise.
8990         * g++.law/{vtable2.exp, vtable3.exp}: Likewise.
8991
8992         * g++.law/{union4.exp, visibility17.exp}: Fix expected output.
8993         No longer expected to fail.
8994         * g++.law/missed-error3.C: Tweak for recent bool changes.
8995
8996 Sun Dec  4 20:54:33 1994  Doug Evans  <dje@canuck.cygnus.com>
8997
8998         * config/emb-unix: Deleted.
8999         * config/unix.exp (${tool}_load): Use new proc rsh_exec to perform
9000         remote execution.  Do final link on remote host if REMOTE_LINK is set.
9001
9002 Thu Dec  1 08:43:05 1994  Doug Evans  <dje@canuck.cygnus.com>
9003
9004         * lib/dg.exp (dg-test): Fix typo in last patch.
9005
9006 Wed Nov 30 13:25:32 1994  Doug Evans  <dje@canuck.cygnus.com>
9007
9008         * lib/dg.exp (dg-test): Fix pattern that searches for expected output
9009         (handles multiple occurrences).
9010
9011 Thu Nov 24 19:48:38 1994  Doug Evans  <dje@canuck.cygnus.com>
9012
9013         * gcc.c-torture/*/*.exp: Pass full pathname to c-torture.
9014         * gcc.c-torture/execute/execute.exp (c-torture-execute): Remove
9015         $srcdir from pathname in pass/fail messages (but ensure $subdir *is*
9016         printed).
9017         * lib/c-torture.exp (c-torture-compile): Likewise.
9018         (c-torture): Prepend full path if missing.
9019         * lib/gcc.exp (gcc_pass): Pass entire pathname of testcase.
9020         (gcc_fail): Likewise.
9021         * lib/dg.exp (dg-test): Don't delete $subdir from pathname in messages.
9022
9023 Wed Nov 23 13:56:00 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
9024
9025         * lib/netware.exp: Only attach to NetWare i386 systems.
9026
9027 Wed Nov 16 11:27:00 1994  Doug Evans  <dje@canuck.cygnus.com>
9028
9029         * lib/dg.exp (dg-test): Don't print $subdir (or above) in pass/fail
9030         messages.  Add test name to "output pattern match" pass/fail message.
9031
9032 Sat Nov 12 22:11:52 1994  Doug Evans  <dje@canuck.cygnus.com>
9033
9034         * gcc.dg: New testsuite.
9035         * gcc.dg/dg.exp: New file.
9036
9037         * gcc.misc-tests/{misc.exp,inst-check.c,test-ior.c,test-consts.c,
9038         test-switch.c}: Deleted.
9039
9040         * gcc.misc-tests/msgs.exp: New testcase driver.
9041
9042 Wed Nov  9 14:23:09 1994  Doug Evans  <dje@canuck.cygnus.com>
9043
9044         * gcc.c-torture/execute/execute.exp (c-torture_execute): New proc.
9045         Watch for illegal return values from ${tool}_load.
9046         * config/unix.exp (${tool}_load): Fix pass/fail detection for
9047         cross targets.  Coerce return value >0 to 1.
9048
9049 Tue Nov  8 14:10:33 1994  Doug Evans  <dje@canuck.cygnus.com>
9050
9051         * config/unix.exp (${tool}_load): Call program rsh, not proc.
9052
9053         * config/emb-unix.exp: New file.
9054
9055         * config/sim.exp: Error if variable $SIM not defined.
9056         (${tool}_load): Mark test as "untested" if simulator missing.
9057
9058         * config/unix.exp: Load remote.exp to get rcp_download.
9059         * lib/c-torture.exp: Use different option lists for testcases with
9060         and without loops.
9061         * gcc.c-torture/execute/execute.exp: Likewise.
9062
9063 Wed Nov  2 14:47:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9064
9065         * config/*.exp: Clarify return code from ${tool}_load.
9066         Call `unresolved' or `untested' instead of `warning' or `perror'
9067         (sometimes you still want to call both though).
9068         Add comment that `shell_id' is local to each file.
9069         * config/udi.exp (timeout): Set to 30.
9070         Don't print warning if connection fails, $connectmode has already
9071         printed an error.
9072         (${tool}_load): Move verbose messages to level 2.
9073         Rework pattern for "Process started" message.
9074         Pass `shell_id' to ${connectmode}_download.
9075         Retry twice upon timeout.  Make resetting of target more robust.
9076         (${tool}_exit): Remove /tmp/soc_name. if connected ok (bug in mondfe).
9077         Pass `shell_id' to exit_$connectmode.
9078         Only call exit_$connectmode if connected.
9079         * config/unix.exp (${tool}_load): Check return codes better.
9080         * config/vrtx.exp (${tool}_load): Likewise.
9081         * config/vx.exp (${tool}_load): Likewise.
9082         Delete unneeded global's.
9083         * lib/dg.exp (dg-test): Update to reflect clarified return codes
9084         from ${tool}_load.
9085         (dg-stat): Delete.
9086         (dg-init): Delete recording of pass/fail counts.
9087         * lib/old-dejagnu.exp (old-dejagnu): Likewise.
9088         (old-dejagnu-init): Likewise.
9089         (old-dejagnu-stat): Delete contents, empty proc now.
9090         * lib/c-torture.exp (TORTURE_OPTIONS): New global.
9091         (c-torture): Delete references to lcnt, lpass, lfail.
9092         Get option list from TORTURE_OPTIONS.
9093         Delete -funroll[-all]-loops if no loops.
9094         * lib/g++.exp (g++_init): Delete references to lcnt, lpass, lfail.
9095         (g++_stat): Delete contents (empty proc now).
9096         * lib/gcc.exp (gcc_init): Delete references to pass/fail counts.
9097         (gcc_finish): Likewise.
9098         (gcc_stat): Deleted.
9099         * lib/mike-gcc.exp (postbase): Delete references to lcnt, lpass, lfail.
9100         * gcc.*/*.exp: Delete calls to gcc_stat, dg-stat.
9101         * gcc.c-torture/execute/execute.exp: Likewise.
9102         Split tests into two parts: compile, execute.
9103         Get option list from TORTURE_OPTIONS.  Delete -funroll[-all]-loops if
9104         no loops.  Update to reflect clarified return codes from ${tool}_load.
9105
9106 Fri Oct 21 23:10:16 1994  Doug Evans  <dje@canuck.cygnus.com>
9107
9108         * lib/old-dejagnu.exp (process-option): Append ".*" to pattern
9109         to grep for.
9110         (old-dejagnu): Likewise (where necessary).
9111
9112 Fri Oct 14 17:54:58 1994  Doug Evans  <dje@canuck.cygnus.com>
9113
9114         * gcc.misc-tests/gcov.exp: New file, for gcov testing.
9115
9116         * lib/dg.exp (dg-process-target): Fix processing of selector.
9117         Add comment regarding use of `error'.
9118
9119         * lib/gcc.exp (prune_system_crud): Define if missing.
9120         * lib/g++.exp (prune_system_crud): Likewise.
9121
9122         * lib/{c-torture.exp,dg.exp,mike-g++.exp,old-dejagnu.exp}:
9123         Call prune_system_crud.
9124         * lib/dg.exp (dg-runtest): New proc.
9125         Use perror instead of send_user for tcl errors in testcase.
9126         Don't return any value, it's never used.
9127         Don't clobber previous definition of `unknown'.
9128         Print tcl errors in `dg-final'.
9129
9130 Wed Oct 12 13:05:37 1994  Doug Evans  <dje@canuck.cygnus.com>
9131
9132         * lib/dg.exp (dg-process-target): Improve syntax error messages.
9133         (dg-test): Don't print errorInfo, it contains stack backtrace.
9134
9135 Mon Sep 26 12:18:53 1994  Doug Evans  (dje@canuck.cygnus.com)
9136
9137         * lib/g++.exp (runtest_file_p): Define if missing.
9138
9139 Sat Sep 24 15:29:23 1994  Doug Evans  (dje@cygnus.com)
9140
9141         * lib/mike-g++.exp: Comment out loading of g++.exp.
9142         * lib/g++.exp: Update copyright.  Test for existence of $CXX at start.
9143         (default_g++_version): Always print something.
9144         (default_g++_start): Comment out call to `which'.
9145         (g++_start, g++_load): Deleted (must be defined in config file).
9146         * lib/gcc.exp: Test for existence of $CC at start.
9147         Delete check for tmpdir (done in gcc_init).
9148         (default_gcc_version): Always print something.
9149         (default_gcc_start): Comment out call to `which'.
9150         * config/*.exp: Major cleanup - make cross targets work at least a
9151         little better for g++ (by not being "--tool gcc" specific).
9152         Rename gcc_xxx to ${tool}_xxx.
9153         * g++.old-deja/old-deja.exp: utils.exp is loaded by runtest.exp.
9154         * lib/old-dejagnu.exp: ${tool}.exp is loaded by config file.
9155
9156 Thu Sep 22 11:39:17 1994  Doug Evans  (dje@canuck.cygnus.com)
9157
9158         * lib/c-torture.exp (c-torture-compile): Rework compiler
9159         message processing.
9160
9161         * gcc.c-torture/compile/initbug1.{c,exp}: Deleted, not part of
9162         c-torture.
9163
9164 Wed Sep 21 09:49:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9165
9166         * gcc.wendy/wendy.dis: Renamed from wendy.exp to disable the testsuite.
9167
9168         * lib/dg.exp (dg-process-target): Support { target native }.
9169
9170 Tue Sep 20 17:16:55 1994  Doug Evans  (dje@canuck.cygnus.com)
9171
9172         * lib/dg.exp (dg-test): Clean up some comments.  Delete code that
9173         looked for "... program xxx got fatal signal".
9174         Correct regsub munging of `comp_output'.
9175         Ignore compiler messages "path prefix not used" and "linker input
9176         file unused".
9177
9178 Wed Sep 14 11:44:40 1994  Doug Evans  (dje@canuck.cygnus.com)
9179
9180         * lib/gcc.exp (runtest_file_p): Define if missing.
9181         * gcc.prms/template.c: Example to work from.
9182
9183 Tue Sep 13 10:30:48 1994  Doug Evans  (dje@canuck.cygnus.com)
9184
9185         * lib/gcc.exp (gcc_finish): Delete code to update `testcnt'.
9186         * lib/dg.exp (dg-test): Call unsupported testcases as such.
9187
9188         * gcc.prms/{3324.c,3565.c}: Moved from compile/940713-[12].c.
9189         * gcc.prms/1883.c: Moved from compile/940714-1.c.
9190         * gcc.prms/{5012.c,4453.c,4723.c,2541.c}: Moved from
9191         execute/{940712-1.c,940712-2.c,940713-1.c,940714-1,c}.
9192
9193         * lib/dg.exp (user option docs): Clean up docs on target/xfail option.
9194         (dg-process-target): No longer a varargs proc.
9195         Return S/N for target, P/F for xfail.  All callers changed.
9196         (user option procs): More argument checking.
9197         (dg-do): `dg-do-what' now contains 3 elements {what flag P/F}.
9198         (dg-output): `dg-output-text' now contains 2 elements {P/F text}.
9199         (dg-test): Skip test if not running on selected target in `dg-do'.
9200         Update handling of `dg-do-what', `dg-output-text'.
9201         Separate execution pass/fail from output pattern match pass/fail.
9202         Delete BUILD/XBUILD support (duplicate of LOSE/XLOSE).
9203
9204 Mon Sep 12 13:47:35 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9205
9206         * gcc.c-torture/special/special.exp: Don't expect failure for mips
9207         target for 920510-1.c.
9208
9209 Mon Sep 12 12:44:39 1994  Doug Evans  (dje@canuck.cygnus.com)
9210
9211         * lib/gcc.exp (gcc_init): Move initialized message to verbose level 3.
9212         Clean up comment regarding use of passcnt, etc.
9213         (gcc_stat): Don't update `testcnt' here.
9214         (gcc_finish): Do it here.
9215         Might as well reset `but_id' here too.
9216         * gcc.c-torture/code_quality/code_quality.exp: Call `runtest_file_p'
9217         to determine if the file should be tested.
9218         * gcc.c-torture/compile/compile.exp: Likewise.
9219         * gcc.c-torture/execute/execute.exp: Likewise.
9220         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9221         * gcc.misc-tests/dg-test.exp: Likewise.
9222         * gcc.prms/prms.exp: Likewise.
9223         * gcc.wendy/wendy.exp: Likewise.
9224         * g++.old-deja.exp: Likewise.
9225         Move "Testing file" message to verbose level 1.
9226
9227 Fri Sep  9 10:21:18 1994  Doug Evans  (dje@canuck.cygnus.com)
9228
9229         * gcc.wendy/t.c: Add DEJAGNU_CFLAGS:"-DNOPAUSE".
9230
9231 Thu Sep  8 16:52:43 1994  Doug Evans  (dje@canuck.cygnus.com)
9232
9233         * lib/gcc.exp: Ensure CFLAGS, LIBS, and LDFLAGS are set.
9234         (default_gcc_start): Accept optional second list element
9235         of compiler flags.  Print compiler output at verbosity level 2.
9236         Remove setting of CFLAGS, LIBS, LDFLAGS from here.
9237         (gcc_init): Delete globals lcnt, lpass, lfail, lxpass, lxfail.
9238         Save current values of framework globals passcnt, failcnt, xpasscnt,
9239         and xfailcnt in gcc_passcnt, gcc_failcnt, gcc_xpasscnt, and
9240         gcc_xfailcnt.  Set global `tmpdir' to /tmp if it doesn't exist.
9241         (gcc_stat): Use framework globals passcnt, failcnt, xpasscnt, and
9242         xfailcnt to compute stats.  Update framework global `testcnt' from
9243         pass/fail counts.
9244         (gcc_finish): New proc.  Clean up test environment.
9245         (gcc_cpass, gcc_cfail): Rename to gcc_pass/gcc_fail.
9246         (gcc_epass, gcc_efail): Delete.
9247         * lib/dg.exp (dg-error, dg-warning, dg-bogus): Accept optional 5th
9248         argument of line number.
9249         (dg-init): If the tool has an init routine, call it.
9250         (dg-test): Remove args `cflags_var' and `libs_var'.
9251         Pass all compiler options to ${tool}_start.
9252         Handle missing line number.
9253         (dg-finish): New function.
9254         * gcc.c-torture/code_quality/code_quality.exp: Add support for testing
9255         particular files.  Call gcc_finish at end.  Move "skipping test"
9256         message to verbosity level 3.
9257         * gcc.c-torture/compile/compile.exp: Likewise.
9258         * gcc.c-torture/unsorted/unsorted.exp: Likewise.
9259         * gcc.c-torture/execute/execute.exp: Likewise.
9260         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9261         Print testcase being tried at verbosity level 1.
9262         * gcc.c-torture/special/special.exp: Unset xfail.
9263         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9264         * gcc.c-torture/compile/initbug1.exp: Call gcc_finish.
9265         * gcc.c-torture/noncompile/noncompile.exp: Likewise.
9266         * gcc.failure/failure.exp: Likewise.
9267         * gcc.ieee/ieee.exp: Likewise.
9268         * gcc.misc-tests/dg-test.exp: Delete LDFLAGS.
9269         Update call to dg-test.  Call dg-finish at end.
9270         * gcc.misc-tests/mg.exp: Call gcc_finish at end.  Unset orig_flags.
9271         Delete setting of prms_id, bug_id, lcnt, lfail, lpass.
9272         * gcc.misc-tests/misc.exp: Call gcc_finish at end.
9273         * gcc.prms/prms.exp: Delete loading of utils.exp (redundant).
9274         Delete LDFLAGS.  Update call to dg-test.  Call dg-finish at end.
9275         * gcc.wendy/wendy.exp: Add copyright.
9276         Delete setting of tmpdir (done by gcc_init).
9277         Call gcc_pass/gcc_fail instead of gcc_[ce]pass/fail.
9278         Pass compiler flags to gcc_start.  Call gcc_finish at end.
9279         * lib/c-torture.exp: Call gcc_pass/gcc_fail instead of
9280         gcc_[ce]pass/fail.
9281
9282 Wed Sep  7 11:09:08 1994  Doug Evans  (dje@canuck.cygnus.com)
9283
9284         * lib/g++.exp (g++_start): Rename arg to `prog' to avoid varargs
9285         confusion.
9286         (g++_load): Likewise.
9287
9288         * config/*.exp (gcc_load): Some were varargs fns and some were not.
9289         Rename argument to `prog' to remove the confusion.
9290         Varargs fns behave differently too!
9291         (g++_load): Likewise.
9292
9293         * lib/dg.exp (dg-stat): Correct calculation of npass, nfail.
9294
9295         * config/unix.exp (gcc_load): Rename `args' to `prog' because that's
9296         what it is.  Delete (always) printing of status value for !native.
9297         Simplify verbose code, and include status and exec_output.
9298         (g++_load): Use gcc_load.
9299
9300 Sun Sep  4 13:59:27 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9301
9302         * gcc.c-torture/noncompile/920928-1.c: Delete obsolete file.
9303         * gcc.c-torture/noncompile/noncompile.exp: Delete support for
9304         920928-1.c, 921017-1.c, 940712-1.c, 940714-1.c, 940714-2.c,
9305         940714-3.c as these testcases don't exist anymore.  Make
9306         va-arg-1.c expected to pass.
9307
9308 Fri Aug 19 12:27:07 1994  Doug Evans  (dje@canuck.cygnus.com)
9309
9310         * gcc.misc-tests/misc.exp: Only run specific testcases.
9311         * gcc.misc-tests/dg-test.exp: New file.  Tests dg.exp.
9312         * gcc.misc-tests/dg-[1-9].c: New files.
9313
9314         * lib/dg.exp: New testsuite driver.
9315         * gcc.prms/prms.exp: Use it.
9316
9317         * README.gcc: New file.
9318
9319         * lib/gcc.exp (gcc_init): Delete srcdir, no longer referenced.
9320         Document and reset `lxpass' and `lxfail'.
9321         Simplify "initialized" message.
9322         (gcc_stat): Clean up comments a little.
9323
9324 Tue Aug 16 11:16:46 1994  Doug Evans  (dje@canuck.cygnus.com)
9325
9326         * gcc.prms/prms.exp: New driver for gcc.prms testsuite directory.
9327
9328 Mon Aug 15 21:20:36 1994  Doug Evans  (dje@canuck.cygnus.com)
9329
9330         * lib/old-dejagnu.exp (process-option): New proc.
9331         (old-dejagnu-init, old-dejagnu-stat): Likewise.
9332         (old-dejagnu): Simplify.
9333         * g++.old-deja/old-deja.exp: Update to new version of old-dejagnu.
9334
9335 Sun Aug 14 09:23:53 1994  Jeff Law  (law@snake.cs.utah.edu)
9336
9337         * lib/c-torture.exp (c-torture): Only call setup_xfail if $xfail
9338         exists and is not an empty string.
9339
9340         * gcc.c-torture/special/special.exp (920520-1.c, 930510-1): Set
9341         $xfail rather than calling setup_xfail.  Clear $xfail when test is
9342         finished.
9343         (920717-x.c): Add $srcdir/$subdir as "gcc_start" does not do it
9344         automatically.
9345
9346         * gcc.c-torture/noncompile/noncompile.exp (940712-1 test): No
9347         longer expected to fail.
9348
9349         * gcc.c-torture/execute/strct-pack-3.c: Add missing argument to
9350         "f" function call.
9351
9352         * gcc.misc-tests/mg.exp: Call gcc_stat when finished.
9353
9354         * gcc.c-torture/execute/{920202-1.c, 931208-1.c, 931228-1.c,
9355         940115-1.c, 940122-1.c, bf-pack-1.c, bf64-1.c, comp-goto-1.c,
9356         complex-2.c, packed-1.c, strct-pack-2.c strct-pack-3.c,
9357         struct-ini-2.c, struct-ini-3.c, va-arg-1.c}: Import from
9358         c-torture-1.29.
9359
9360         * gcc.c-torture/execute/{nest-stdar-1.c, struct-ini-1.c,
9361         strct-pack-1.c, strct-varg-1.c}: Renamed to match c-torture-1.29.
9362
9363         * gcc.c-torture/execute/920612-2.c: Update to c-torture-1.29.
9364
9365         * gcc.c-torture/noncompile/{931203-1.c, 940112-1.c, 940227-1.c,
9366         940510-1.c, init-1.c, init-2.c}: Import from c-torture-1.29
9367
9368         * gcc.c-torture/compile/{920928-6.c, 931203-1.c, 940611-1.c,
9369         940712-1.c, calls.c, combine-hang.c, goto-1.c, init-2.c,
9370         labels-1.c, packed-1.c, zero-strct-1.c}: Import from c-torture-1.29.
9371
9372 Tue Jul 12 12:49:44 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
9373
9374         * gcc.execute/{940712-1.c, 940712-2.c, 940713-1.c, 940714-1.c},
9375         gcc.noncompile/{940712-1.h, 940712-1a.h, 940712-1b.h, 940712-1.c,
9376         940714-1.c, 940714-2.c, 940714-3.c},
9377         gcc.compile/{940713-1.c, 940713-2.c, 940714-1.c},
9378         gcc.misc-tests/{mg.c,mg.exp}:
9379         New tests.
9380         * gcc.noncompile/noncompile.exp: Change accordingly.
9381
9382 Thu Jul  7 14:20:33 1994  Doug Evans  (dje@canuck.cygnus.com)
9383
9384         * config/sim.exp, lib/c-torture.exp, lib/gcc.exp:
9385         Undo previous clobberage.
9386
9387 Mon Jul  4 17:00:59 1994  Jeff Law  (law@snake.cs.utah.edu)
9388
9389         * gcc.compile/{931102-1.c, 931102-2.c, 931031-1.c}:
9390         * gcc.special/{930510-1.c, special.exp}:
9391         * gcc.execute/{931031-1.c, 931110-1.c, 931110-2.c, 931102-1.c,
9392         931102-2.c, struct-pack-1.c, divmod-1.c, complex-1.c,
9393         struct-varargs-1.c}: New tests from c-torture-1.26.
9394
9395 Tue Jun 28 17:39:42 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
9396
9397         * gcc.wendy/wendy.exp: add --'s so that -1 isn't parsed as an
9398           argument to switch.
9399
9400 Sat May 21 10:39:38 1994  Bill Cox  (bill@rtl.cygnus.com)
9401
9402         * Revert the previous changes.  Please see Rob's directory
9403           (/lisa/test/rob/progressive/gcc/testsuite) for testing
9404           fixes.
9405
9406 Thu May 19 18:00:03 1994  Bill Cox  (bill@rtl.cygnus.com)
9407
9408         * config/sim.exp, config/udi.exp, config/unix.exp, config/vx.exp,
9409             g++.brendan/alignof.exp, g++.brendan/arm3.exp, g++.brendan/code-gen5.exp,
9410             g++.brendan/crash29.exp, g++.brendan/crash5.exp, g++.brendan/cvt3.exp,
9411             g++.brendan/delete1.exp, g++.brendan/nest12.exp, g++.brendan/nest13.exp,
9412             g++.brendan/overload3.exp, g++.brendan/redecl1.exp, g++.brendan/visibility2.exp,
9413             g++.jason/cond.exp, g++.jason/hmc1.exp, g++.jason/report.exp,
9414             g++.law/access1.exp, g++.law/access2.exp, g++.law/arg6.exp,
9415             g++.law/arg7.exp, g++.law/arg8.exp, g++.law/arm1.exp,
9416             g++.law/arm10.exp, g++.law/arm4.exp, g++.law/arm5.exp,
9417             g++.law/ctors15.exp, g++.law/ctors19.exp, g++.law/cvt1.exp,
9418             g++.law/cvt12.exp, g++.law/cvt13.exp, g++.law/cvt18.exp,
9419             g++.law/cvt22.exp, g++.law/cvt3.exp, g++.law/cvt5.exp,
9420             g++.law/cvt6.exp, g++.law/cvt8.exp, g++.law/dtors3.exp,
9421             g++.law/except1.exp, g++.law/except3.exp, g++.law/except4.exp,
9422             g++.law/except5.exp, g++.law/except6.exp, g++.law/init5.exp,
9423             g++.law/init8.exp, g++.law/inline4.exp, g++.law/memoized1.exp,
9424             g++.law/missing1.exp, g++.law/operators14.exp, g++.law/operators18.exp,
9425             g++.law/operators9.exp, g++.law/scope2.exp, g++.law/temps2.exp,
9426             g++.law/temps3.exp, g++.law/temps5.exp, g++.law/typeck2.exp,
9427             g++.mike/misc4.exp, g++.mike/misc6.exp, g++.niklas/t118.exp,
9428             g++.niklas/t128.exp, g++.niklas/t138.exp, g++.niklas/t139.exp,
9429             g++.niklas/t140.exp, g++.niklas/t141.exp, gcc.code_quality/code_quality.exp,
9430             gcc.compile/compile.exp, gcc.dje/dje.exp, gcc.execute/execute.exp,
9431             gcc.failure/failure.exp, gcc.ieee/ieee.exp, gcc.noncompile/noncompile.exp,
9432             gcc.special/special.exp, gcc.unsorted/unsorted.exp, lib/c-torture.exp,
9433             lib/chill.exp, lib/g++.exp, lib/gcc.exp, lib/mike-g++.exp, lib/mike-gcc.exp,
9434             lib/old-dejagnu.exp: Checkin Rob's 94Q1 testing changes.
9435
9436 Tue May 17 14:55:09 1994  Bill Cox  (bill@rtl.cygnus.com)
9437
9438         * config/udi.exp, gcc.execute/execute.exp, gcc.wendy/wendy.exp,
9439             lib/g++.exp, lib/old-dejagnu.exp: Replace error proc calls
9440           with perror calls.
9441
9442 Mon May  2 17:41:13 1994  Jason Merrill  (jason@deneb.cygnus.com)
9443
9444         * config/unix.exp (g++_load): Fix syntax.
9445
9446 Thu Apr 14 12:22:10 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9447
9448         * gcc.compile/initbug1.exp (CFLAGS): Add space at beginning.
9449         * gcc.noncompile/921017-1.c: Deleted obsolete test.
9450         * gcc.noncompile/noncompile.exp: Remove code for deleted test.
9451         Don't expect va-arg-1.c to fail.  Correct expected output for
9452         920928-1.c.
9453         * gcc.wendy/d.c, msgs.c, prolog.c, subs.c, z.c: Deleted.
9454         * gcc.wendy/hbm4.c: Correct typo.
9455         * gcc.wendy/tad1.c, tad2.c: Correct expected output.
9456
9457 Mon Mar 28 13:29:37 1994  Doug Evans  (dje@canuck.cygnus.com)
9458
9459         * lib/gcc.exp (gcc_[ce]{pass,fail}): Remove output/executable argument.
9460         * gcc.wendy/wendy.exp (wendy_try): Remove `output' argument of
9461         gcc_[ce]{pass,fail}.  Explicitly remove executable if test passes.
9462         * lib/c-torture.exp (c-torture-compile): Ditto.
9463
9464         Reduce volume of output (remove all the -I's and such).
9465         * lib/c-torture.exp (c-torture-compile): New argument OPTION.
9466         Call gcc_cpass, gcc_cfail.
9467         (c-torture): Pass testing option to c-torture-compile.
9468
9469 Mon Mar 21 12:40:33 1994  Doug Evans  (dje@cygnus.com)
9470
9471         Bring patches over from progressive.
9472         * config/default.exp: Exit remote shell cleanly.
9473         (g++_exit, g++_start): Add default versions.
9474         * config/sim.exp (gcc_load): Use perror, not error.
9475
9476 Sun Mar 20 12:05:32 1994  Doug Evans  (dje@canuck.cygnus.com)
9477
9478         * lib/gcc.exp: Don't set CFLAGS if CC not set.  It clobbers the value
9479         set in site.exp.
9480
9481 Mon Mar 14 19:30:28 1994  Doug Evans  (dje@cygnus.com)
9482
9483         * gcc.wendy/wendy.exp (wendy_first_line): New proc to fetch
9484         DEJAGNU_OUTPUT and DEJAGNU_CFLAGS.
9485         (wendy_try): New proc to run testcase.
9486         (main loop): Call 'em.
9487         * gcc.wendy/*.c: Clean up pass to correct expected output.
9488
9489         * lib/gcc.exp: Minor cleanup work.
9490         (gcc_cpass, gcc_cfail, gcc_epass, gcc_efail): New procs.
9491
9492 Wed Mar  9 15:22:54 1994  Doug Evans  (dje@canuck.cygnus.com)
9493
9494         * config/sim.exp (gcc_load): Document return codes better.
9495         Don't pass -v to simulator.
9496
9497 Thu Feb 24 07:15:18 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9498
9499           * gcc.special/920717-x.c: Fix typo.
9500           * gcc.special/special.exp (920717-x.c): Use $srcdir/$subdir to
9501           get at sources.
9502
9503         * lib/mike-gcc.exp: Fix typo.
9504
9505 Tue Feb 15 15:41:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9506
9507         * lib/gcc.exp: Minor cleanup work. Find the proper gcc or g++
9508         binary to use, transform the name.
9509         * config/*.exp: rename everything. Nuke any g++ specific files,
9510         it's now a special case of gcc that requires no special support.
9511         Add a default.exp for unsupported targets.
9512
9513 Fri Feb 11 12:59:54 1994  Rob Savoye  (rob@poseidon.cygnus.com)
9514
9515         * g++.jason/report.exp, g++.old-deja/old-deja.exp,
9516         lib/old-dejagnu.exp: Fix a few patterns to work with the new
9517         version of Tcl.
9518
9519 Wed Feb  9 21:35:47 1994  Rob Savoye  (rob@darkstar.cygnus.com)
9520
9521         * lib/c-torture.exp: Made "file prefix*never used a pass, rather
9522         than a warning.
9523
9524 Sun Feb  6 16:52:13 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
9525
9526         * lib/mike-gcc.exp: Add in recent changes from mike-g++.exp.
9527
9528 Mon Jan  3 17:28:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
9529
9530         * gcc.execute/execute.exp: Combine opt_list and foption_list into
9531         option_list.  Compile every file with only 4/6 option choices
9532         (same as C torture) instead of with 12/18 different option
9533         choices.
9534         * lib/c-torture.exp: Likewise.
9535
9536         * lib/gcc.exp: Set LIBS, CFLAGS, and LDFLAGS to empty strings if
9537         not already set.
9538
9539 Thu Dec 30 17:17:07 1993  Mike Stump  (mrs@rtl.cygnus.com)
9540
9541         * lib/old-deja.exp: Add `excess errors test fails' error, now one
9542         can put an XFAIL *-*-* on excess errors.
9543
9544 Sun Dec 19 21:45:34 1993  Jeffrey A. Law  (law@snake.cs.utah.edu
9545
9546         * g++.law: Add more tests derived from g++-bugs snapshots.
9547
9548         * g++.law/init11.{c,exp}: Delete test.  Brendan sez it's
9549         equivalent to g++.law/init9.
9550
9551         * lib/mike-gcc.exp (postbase): Delete the .o file after we've
9552         compiled it, and the a.out file after we've run it.
9553
9554 Fri Dec 17 11:29:56 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9555
9556         * lib/mike-g++.exp (postbase): Delete the .o file after we've
9557         compiled it, and the a.out file after we've run it.
9558
9559 Fri Dec 17 10:18:16 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9560
9561         * g++.law/*.exp: Avoid losing arguments added via "append" commands.
9562
9563 Wed Dec 15 20:36:40 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9564
9565         * lib/gcc.exp, lib/g++.exp: Use catch rather than exec to get the
9566         version number.
9567
9568 Sun Dec 12 21:10:04 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
9569
9570         * g++.law: New directory of g++ tests derived from the g++-bugs
9571         snapshots.
9572
9573 Thu Dec 09 16:50:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9574
9575         * gcc.compile: initbug1.c initbug1.exp testcase added
9576
9577 Mon Dec 06 11:09:52 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9578
9579         * gcc.dje/sizetype-1.exp, dje.exp: minor clean ups
9580         * gcc.execute/execute.exp: minor cleanups. added gcc_stat calls. added
9581           fixes submitted by Jeff Law (law@cs.utah.edu)
9582         * gcc.noncompile/noncompile.exp, lib/mike-gcc.exp: new files from
9583           Jeff Law (law@cs.utah.edu)
9584
9585
9586 Tue Nov 30 16:34:07 1993  Mike Stump  (mrs@cygnus.com)
9587
9588         * config/unix-g++.exp: Follow the gcc way of doing things.
9589         * g++.old-deja/old-deja.exp: Minor updates.
9590         * lib/g++.exp: New file, follow the gcc way of doing things.
9591         * lib/old-dejagnu.exp: Minor updates.
9592         * lib/mike-g++.exp: Always unset errorInfo.
9593
9594 Sat Nov  6 11:34:51 1993  Mike Stump  (mrs@cygnus.com)
9595
9596         * lib/gcc.exp: Fix some errors with the below change, CC and
9597         CFLAGS should be global when setting, not local.
9598
9599 Wed Nov  3 11:16:26 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9600
9601         * lib/gcc.exp: Transform tool name.
9602
9603 Wed Oct 27 23:57:29 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9604
9605         * gcc.*/*.exp: Fixd some de-stablizing changes. Sorry.
9606
9607 Wed Oct 27 14:45:50 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9608
9609         * lib/gcc.exp: change gcc_done to gcc_stat
9610
9611 Wed Oct 27 09:57:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9612
9613         * Upgraded gcc testsuite to c-torture version 1.25
9614
9615 Sun Oct 24 10:58:03 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9616
9617         * lib/gcc.exp: added reporting code. Changed verbose compile message.
9618         * lib/c-torture: added hooks for new reporting code.
9619
9620 Thu Oct 21 18:45:32 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9621
9622         * config/sh-gcc.exp: check if sh-sim exists in the path
9623
9624 Mon Oct 18 11:13:22 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9625
9626         * gcc.code_quality/code_quality.exp: Initial changes for new logic.
9627         * gcc.compile/compile.exp: Initial changes for new logic.
9628         * gcc.dje/dje.exp, sizetype-1.exp: Initial changes for new logic.
9629         * gcc.failure/failure.exp: Initial changes for new logic.
9630         * gcc.ieee/ieee.exp: Initial changes for new logic.
9631         * gcc.misc-tests/misc.exp: Initial changes for new logic.
9632         * gcc.noncompile/non_compile.exp: Initial changes for new logic.
9633         * gcc.unsorted/unsorted.exp: Initial changes for new logic.
9634         * lib/c-torture.exp: Initial changes for new logic.
9635         * lib/gcc.exp: Initial changes for new logic.
9636
9637 Fri Oct 15 00:19:42 1993  Mike Stump  (mrs@cygnus.com)
9638
9639         * lib/mike-g++.exp, lib/old-dejagnu.exp: Make the message not
9640         depend upon failure or success.  Fully qualify names in failure
9641         and success messages.  Always remove a.out before starting
9642         compile, just in case.  Pay more attention to error text output by
9643         the compiler.  Handle testcases with no known past errors just
9644         like all others, so that things are uniform.  Other miscellaneous
9645         improvements.
9646
9647 Wed Oct 13 15:04:51 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9648
9649         * gcc.cpp: new directory for cpp tests
9650
9651 Mon Oct  4 09:03:41 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9652
9653         * lib/chill.exp: Code reformatted, removed unused code.
9654         * config/unix-chill.exp: Code reformatted, removed unused code.
9655         * chill.execute/execute.exp: Code reformatted, removed unused code.
9656         * chill.execute/oe/orient.exp: Code reformatted, removed unused code.
9657
9658 Mon Oct  4 06:19:26 1993  Ian Lance Taylor  (ian@cygnus.com)
9659
9660         * config/mips-gcc.exp, config/mips-g++.exp: New files.  Execution
9661         routines not written.
9662
9663 Mon Sep 27 21:07:44 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9664
9665         * config/bug-gcc.exp: Use new procs from bug.exp.
9666
9667 Tue Sep 21 18:21:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9668
9669         * config/vx-gcc.exp: Use new vxworks_ld proc, so files get loaded
9670         via ftp, rather than depending on NFS.
9671         * config/vx-gcc.exp: Use new vxworks_spawn proc to execute test
9672         case.
9673
9674 Thu Sep  9 23:09:15 1993  Rob Savoye  (rob@darkstar.cygnus.com)
9675
9676         * config/bug-gcc.exp: Use new download proc.
9677
9678 Tue Sep 14 19:23:58 1993  Jeffrey Wheat  (cassidy at deneb.cygnus.com)
9679
9680         * chill.execute/execute.exp: cleanups, handles errors better
9681         * chill.compile/compile.exp: rewrite, based on execute.exp
9682         * chill.noncompile/noncompile.exp: rewrite, based on execute.exp
9683         * lib/chill.exp: major changes to diff proc and compile and link
9684           procs. added chill_fail and chill_pass wrappers to pass and
9685           fail. added more comments, and handle error codes better.
9686           Added a hack to capture stderr from exec, so noncompile tests
9687           can work.
9688
9689 Sat Sep 11 15:30:10 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9690
9691         * chill.execute/execute.exp: rewrite of testsuite driver
9692         * lib/chill.exp: rewrite of testsuite driver
9693         * config/unix-chill.exp: rewrite of testsuite driver
9694
9695 Wed Aug 25 14:11:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9696
9697     In chill.execute:
9698         * iexpr.ch: Standardize uppercase.
9699         * tuples.dat: Standardize uppercase.
9700         * vary.ch: standardize.  Correct varying string assignments.
9701         * vary.dat: Add new output lines.
9702
9703 Tue Aug 24 13:45:49 1993  Bill Cox  (bill@rtl.cygnus.com)
9704
9705     In chill.execute:
9706         * chprintf.ch: Standardize use of uppercase.
9707         * tuples.ch: Standardize and turn arr2 into a DCL,
9708           rather than a SYN.
9709         * pinits.ch: Standardize.
9710
9711 Mon Aug 23 17:26:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
9712
9713         * rts.c:  Get malloc() from <stdlib.h>, not <malloc.h>.
9714         * Makefil: Renamed to Makefile.in.
9715         * configure.in: New.
9716
9717 Mon Aug 23 14:24:13 1993  Bill Cox  (bill@rtl.cygnus.com)
9718
9719     In chill.execute:
9720         * .cvsignore: Add result/output files.
9721         * Makefile: Fix up variables at start.  Use MFLAGS
9722           everywhere.  Correct bool_loc, built_ins entries.
9723           Add entry for vary1.ch.
9724         * bitarray.ch: Standardize upper-case usage.
9725         * bitexpr.ch: Standardize, add output of b1.
9726         * params.ch: Use arrayt in along PROC parameters, to
9727           avoid novelty problems.
9728         * sets.ch: Tiny cleanup.
9729         * vary1.ch: Re-indent.
9730
9731 Tue Aug 17 15:42:07 1993  Bill Cox  (bill@rtl.cygnus.com)
9732
9733           * Add PR-related files to Makefiles, .cvsignore files, etc.
9734
9735 Mon Aug  2 15:46:05 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9736
9737         * gcc.unsorted: flow.c and loop.c - renamed to avoid conflicts
9738           with compiler objects. New names are test-flow.c and test-loop.c
9739
9740 Tue Jul 27 10:08:08 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9741
9742         * Upgraded c-torture tests from 1.19 to 1.20
9743
9744         * new files:
9745         * gcc.compile: 930609-1.c 930611-1.c 930618-1.c 930621-1.c
9746         * gcc.compile: 930623-1.c 930623-2.c
9747         * gcc.noncompile: 930622-1.c 930622-2.c
9748         * gcc.failure: 920411-1.c 920627-2.c
9749         * gcc.ieee: 920518-1.c 920810-1.c 930529-1.c
9750
9751 Tue Jul 20 15:19:44 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9752
9753         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9754           More changes to get testsuite working properly. Needs more work.
9755           Added some support for POSIX IEEE Std 1003.3-1991 error messages.
9756
9757 Mon Jul 19 18:40:31 PDT 1993  Jeff Wheat  (cassidy@cygnus.com)
9758
9759         * chill.compile/compile.exp chill.execute/execute.exp lib/chill.exp
9760           More changes to get testsuite working properly. Needs more work.
9761
9762 Tue Jul 13 18:38:56 PDT 1993 Jeff Wheat  (cassidy@cygnus.com)
9763
9764         * chill.compile/compile.exp: Added for Dejagnu support
9765         * chill.execute/execute.exp: Added for Dejagnu support
9766         * lib/chill.exp config/unix-chill.exp  : Added for Dejagnu support
9767
9768 Sat Jun 19 07:13:05 1993  Bill Cox  (bill@rtl.cygnus.com)
9769
9770     This should complete moving the CHILL test files.
9771         * chill.noncompile(.cvsignore printf.grt
9772             in-printf.grt chprintf.grt chprintf.ch):
9773             Added test-support files.
9774           (Makefile): Modified further.
9775         * chill.compile (emptymod.ch gdbme.ch neg_range.ch
9776             signal.ch): Added test files.
9777           * chill.execute (.cvsignore printf.grt printr.c
9778             in-printf.grt rts.c chprintf.grt rts.h): Added
9779           test-support files.
9780             (Makefile): More corrections.
9781
9782 Fri Jun 18 23:40:54 1993  Bill Cox  (bill@rtl.cygnus.com)
9783
9784         * chill.compile, chill.execute, chill.nocompile: Add CHILL
9785           test cases, ready for DejaGnu.
9786
9787 Thu Jun 17 19:14:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9788
9789         * Upgraded c-torture tests from 1.18 to 1.19
9790
9791         * gcc.compile: added test(s):
9792           930607-1.c
9793         * gcc.execute: added test(s):
9794           930603-1.c 930603-2.c 930603-3.c 930608-1.c conversion.c inst-check.c
9795
9796         * added new subdirectory for misc tests: gcc.misc-tests
9797         * gcc.misc-test(s): added tests:
9798           inst-check.c test-consts.c test-ior.c test-switch.c
9799
9800 Wed Jun  9 16:53:26 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
9801
9802         * lib/mike-g++.exp: Load `./a.out', not `a.out'.
9803
9804 Mon Jun  7 16:18:40 1993  Ian Lance Taylor  (ian@cygnus.com)
9805
9806         * g++.old-deja/old-deja.exp: Don't delete all the .o files.
9807
9808 Thu Jun  3 13:13:36 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9809
9810         * Upgraded c-torture tests from 1.17 to 1.18
9811
9812 Wed Jun  2 19:02:40 MDT 1993  Jeffrey Wheat  (cassidy@cygnus.com)
9813
9814         * Upgraded c-torture tests from 1.12 to 1.17
9815
9816 Fri Apr 30 09:38:41 1993  Mike Werner  (mtw@deneb.cygnus.com)
9817
9818         * lib/old-dejagnu.exp:
9819           Fixed handling of XFAIL target triplets to correctly
9820           recognize wildcard characters.  Removed code that
9821           appended a unique id tag to the end of the file name
9822           printed out by the result of the testcases within a
9823           given test file.
9824
9825 Thu Apr 29 19:06:29 1993  Mike Werner  (mtw@deneb.cygnus.com)
9826
9827         * lib/old-dejagnu.exp:
9828           Reworked expected failure handling to trigger off of XFAIL
9829           keyword in keyphrase embeded in testcase source code. The
9830           XFAIL keyword must be at the end of the keyphrase line. It
9831           may optionally be followed by one or more target triplets.
9832           It has just occured that the handling of wildcards in the
9833           target triplet may not be correct.
9834
9835 Fri Apr 23 13:16:20 1993  Mike Werner  (mtw@deneb.cygnus.com)
9836
9837         * g++.old-deja/tests:
9838           Moved all subdirectories up one level into g++.old-deja .
9839
9840         * lib/old-dejagnu.exp:
9841           Fixed problem with CXXFLAGS not being properly reset, and being
9842           corrupted with extraneous "-c" compiler option.  This was
9843           causing binaries to not be generated for test that needed them.
9844           Modified strings passed to "pass" and "fail" so that individual
9845           tests from the same test file would be distinguished by an
9846           identifier appended to the test file name in the summary logs;
9847           this corrected a problem with erroneous diff logs.  Added code
9848           to search testcases for expected fail and unexpected pass keywords.
9849
9850 Tue Apr 20 18:27:58 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9851
9852         * lib/c-torture.exp: Ignore "file path prefix*unused" message.
9853
9854 Thu Apr 15 11:01:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9855
9856         * g++.old-deja/tests/g++.sun/g++.frag/1045608.C:
9857           Removed extraneous text from end of "Special g++ Options"
9858           keyphrase.
9859
9860         * lib/old-dejagnu.exp: Added pattern matching to look for new
9861           keywords, embedded in testcases comments, which will trigger
9862           calls to xpass and xfail.
9863
9864 Wed Apr 14 14:28:01 1993  Mike Werner  (mtw@deneb.cygnus.com)
9865
9866         * lib/old-dejagnu.exp: Cleaned up pattern matching for keyphrase
9867           comments embedded in the testcases, especially the one looking for
9868           special compiler options, as well as the pattern matching for the
9869           compiler output again.
9870
9871 Mon Apr 12 15:15:37 1993  Mike Werner  (mtw@deneb.cygnus.com)
9872
9873         * lib/old-dejagnu.exp: Do a proper check of the return value for
9874           execute tests. Fixed several problems with the pattern matching
9875           of the compiler output which gave erroneous test results.
9876           Changed several of the test result messages to be more descriptive.
9877         * config/unix-g++.exp: Proc g++_load now actually works and
9878           executes the tests passed to it and returns a usable return
9879           value.
9880
9881 Sun Apr 11 17:22:37 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9882
9883           * lib/gcc.exp: Exits gracefully if $CC is bogus.
9884
9885 Fri Apr  9 09:41:59 1993  Mike Werner  (mtw@deneb.cygnus.com)
9886
9887         * lib/old-dejagnu.exp , g++.old-deja/old-deja.exp:
9888           Modified both files to properly execute the old style
9889           dejagnu tests. The previous versions of these files were
9890           experimental and did not function anything near correctly.
9891
9892 Mon Apr  5 21:08:24 1993  Rob Savoye  (rob@cygnus.com)
9893
9894         * Removed all Makefile.in and configure.in files. No configuration
9895         needed now.
9896
9897 Fri Apr  2 12:15:17 1993  Mike Werner  (mtw@deneb.cygnus.com)
9898
9899         * lib: relocated old-dejagnu.exp from devo/dejagnu/lib
9900
9901 Sun Mar 28 11:17:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
9902
9903         * gcc.compile/configure.in, gcc.unsorted/configure.in,
9904         gcc.special/configure.in, gcc.noncompile/configure.in,
9905         gcc.execute/configure.in, gcc.code_quality/configure.in,
9906         g++.other/configure.in, g++.old-deja/configure.in,
9907         g++.niklas/configure.in, g++.mike/configure.in: Remove extra quote
9908         in srcname setting.
9909
9910 Thu Mar 25 20:07:55 1993  Rob Savoye  (rob at darkstar.cygnus.com)
9911
9912         * lib/udi.exp:  Fixed mondfe and mondfe_download.
9913         * config/udi-gcc.exp: Fixed misc bugs, works with expect 4.x.
9914         * config/abug-gcc.exp: Fixed misc bugs, works with expect 4.x.
9915
9916 Thu Mar 25 13:06:41 1993  Ian Lance Taylor  (ian@cygnus.com)
9917
9918         * config/udi-gdb.exp: Check $shell_id after connecting to target.
9919         (gdb_exit): Don't remove *_soc files.
9920
9921 Mon Mar 22 14:28:46 1993  Ian Lance Taylor  (ian@cygnus.com)
9922
9923         * lib/c-torture.exp: Don't look for main; instead always use -w
9924         -c.  This is how the c-torture tests work.  Remove the object
9925         file if the compilation succeeds.
9926         * gcc.execute/execute.exp: Remove executable if test passes.
9927         * gcc.noncompile/noncompile.exp: Every test is an expected
9928         failure.
9929         * gcc.special/special.exp: Added tests from c-torture 1.11,
9930         corrected use of existing test.
9931         * gcc.execute/920302-1.c, gcc.execute/920501-8.c,
9932         gcc.execute/920625-1.c: Updated to c-torture 1.11.
9933         * gcc.compile/921103-1.c, gcc.compile/921109-1.c,
9934         gcc.compile/921109-2.c, gcc.compile/921109-3.c,
9935         gcc.compile/921111-1.c, gcc.compile/921116-2.c,
9936         gcc.compile/921118-1.c, gcc.compile/921126-1.c,
9937         gcc.compile/921202-1.c, gcc.compile/921202-2.c,
9938         gcc.compile/921203-1.c, gcc.compile/921203-2.c,
9939         gcc.compile/921206-1.c, gcc.execute/921029-1.c,
9940         gcc.execute/921104-1.c, gcc.execute/921110-1.c,
9941         gcc.execute/921112-1.c, gcc.execute/921113-1.c,
9942         gcc.execute/921117-1.c, gcc.execute/921123-1.c,
9943         gcc.execute/921123-2.c, gcc.execute/921124-1.c,
9944         gcc.execute/921202-1.c, gcc.execute/921202-2.c,
9945         gcc.execute/921204-1.c, gcc.execute/921207-1.c,
9946         gcc.execute/921208-1.c, gcc.execute/921208-2.c,
9947         gcc.execute/921215-1.c, gcc.execute/921218-1.c,
9948         gcc.execute/921218-2.c, gcc.noncompile/921102-1.c,
9949         gcc.noncompile/921116-1.c, gcc.unsorted/x.c: Added from
9950         c-torture 1.11.
9951         * gcc.noncompile/921021-1.c, gcc.unsorted/x11bug.c: Removed to
9952         correspond to c-torture 1.11.
9953
9954         * New file.